Recent Forum Posts
From categories:
page 1123...next »

I have installed FeaturePacks Manager with Web_Server.
When I want to access the webserver I get 403 - Forbidden :-(, when don I have to set the permissions?

Grtz

Jos

FeaturePacks Manager Web_Server by jossie67jossie67, 1257623292|%e %b %Y, %H:%M %Z|agohover

Managed to fix it in the end. If anyone else needs to change this, and like me is completely new to linux commands, I managed it by doing the following:

1) Enable SSH access through the web interface.

2) Install putty and connect to the MyBook, logging in with root:welc0me

3) Copy the twonky folder to the Download folder

cp -r /twonky /shares/Download/twonkytemp

4) In windows explorer, navigate to the download folder, and edit the twonkymedia-server-default.ini file in wordpad. Change the following:

contentbase=/DataVolume/Public

to

contentbase=/

5) Back in putty, remove the original ini file from the twonky directory

rm /twonky/twonkymedia-server-default.ini

6) Copy the edited ini file over to the original directory

cp /shares/Download/twonkytemp/twonkymedia-server-default.ini /twonky

7) Start up twonky

/twonky/twonkymedia.sh start

8) Go to the twonky configuration website, and reset to defaults. Now when it reloads, go to the sharing tab, and under content locations you will now be able to select all folders, including those on the ExtendVolume disk.

Re: Accessing 2nd Disk in Twonky (new Firmware installed) by csd500csd500, 1257619554|%e %b %Y, %H:%M %Z|agohover

Just upgraded to the new firmware, bringing Twonky to version 5.1. Problem is, I can no longer access the media folders on the second drive in the Twonky configuration tool (I've got a 4-tb MBWE using JBOD). Before I could access the files by adding the following path in the 'Current Location' section of Twonky

./../../ExtendVolume/Public2/Shared Videos

When I try this in version 5.1 and save, the path automatically removes the './../../' and so becomes:

/ExtendVolume/Public2/Shared Videos

which doesn't pick up any of the files. Is there anything I can do to get around this? Perhaps changing the Twonky config file to point to in front of the 2 drive share names (DataVolume and ExtendVolume), if so where is this file stored and how do I go about changing it through windows?

Many thanks,

Chris

Accessing 2nd Disk in Twonky (new Firmware installed) by csd500csd500, 1257613607|%e %b %Y, %H:%M %Z|agohover

GOOD NEWS!

I've got this reply from WD:

**

I am really sorry about the issues you are experiencing with your drive and MioNet.

We are currently working on a new firmware release and this should be taking care of.

Please allow sometime for the firmware to be available.

Re: Firmware update new features by Weyoun84Weyoun84, 1257606934|%e %b %Y, %H:%M %Z|agohover

Many Thanks to Frater ( i have no idea how he could find this solution, i am very impressed… )

We're doing what we can?

Are you inclined to contribute to a project of mine to bring optware-apps to dd-wrt?
I would love to have a killer lighttpd web application (webdav) and a control panel for /opt/etc/init.d so others see what can be done when you have your own webserver on your router….

What kind of router do you have?
I just bought myself an Asus RT-N16 (128 MB RAM, 32 MB flash, USB) and am now waiting for DD-WRT to support it….

http://www.dd-wrt.com/phpBB2/viewtopic.php?t=59668&start=0

Re: mini_httpd largefile support by fraterfrater, 1257600715|%e %b %Y, %H:%M %Z|agohover
Re: MiniDLNA
djreastmandjreastman 1257599679|%e %b %Y, %H:%M %Z|agohover
in discussion Forum / Optware » MiniDLNA

I would really like some help with this too. I've got miniDLNA and running but no files appeared to be shared. I have added this line to miniDNLA.conf

media_dir=shares/Public/Shared Videos

Secondly, how do I stop miniDLNA running?

Thanks.

Re: MiniDLNA by djreastmandjreastman, 1257599679|%e %b %Y, %H:%M %Z|agohover

thanks for the answer.
I found out, that the SSH can be actived via webfrontend and there exists a root-account - my mistake was, i thought the Password for root contains a big o, but it is a zero in welc0me

Re: -sh: su: not found by PeisistratosPeisistratos, 1257592251|%e %b %Y, %H:%M %Z|agohover

What is the path by default ?? /shares/Public ??

Thanks

Re: Transmission - "No such file or directory" problem by Kaisser74Kaisser74, 1257585651|%e %b %Y, %H:%M %Z|agohover

Thanks I'll try this!

I also tried WD Support, but they only told me to leave the MioNet on. Yeah, thanks WD… :-P

Re: Firmware update new features by GorjanGorjan, 1257583710|%e %b %Y, %H:%M %Z|agohover
Re: CIFS share minimum permissions (user everyone) by promitheuspromitheus, 1257583185|%e %b %Y, %H:%M %Z|agohover

finally worked with
mount -t cifs -o username=admin,workgroup=workgroup //192.168.1.67/paidika /mnt/old

Don't know why but it worked
Thnx

Re: Cifs for whitelight by promitheuspromitheus, 1257582622|%e %b %Y, %H:%M %Z|agohover

[root@MyBookWorld ~]# dmesg | tail -20
oxnas_wd810_leds_state state=1
oxnas_wd810_leds_state state=14
oxnas_wd810_leds_state state=1
oxnas_wd810_leds_state state=1
oxnas_wd810_leds_state state=1
oxnas_wd810_leds_state state=0
oxnas_wd810_leds_state state=1
CIFS VFS: cifs_mount failed w/return code = -22
CIFS VFS: cifs_mount failed w/return code = -22
CIFS VFS: cifs_mount failed w/return code = -22
CIFS VFS: cifs_mount failed w/return code = -22
CIFS VFS: cifs_mount failed w/return code = -22
CIFS VFS: cifs_mount failed w/return code = -22
CIFS VFS: cifs_mount failed w/return code = -22
CIFS VFS: cifs_mount failed w/return code = -22
CIFS VFS: cifs_mount failed w/return code = -22
CIFS VFS: cifs_mount failed w/return code = -22
nfsd: last server has exited
nfsd: unexporting all filesystems
CIFS VFS: cifs_mount failed w/return code = -22

[root@MyBookWorld ~]# cat /proc/version
Linux version 2.6.24.4 (brian@dualla) (gcc version 4.2.4) #1 Tue Feb 10 11:00:22 GMT 2009

[root@MyBookWorld ~]# cat /proc/modules
cifs 241060 0 - Live 0xbf130000
nfsd 101460 0 - Live 0xbf116000
exportfs 3840 1 nfsd, Live 0xbf114000
lockd 66008 1 nfsd, Live 0xbf102000
nfs_acl 3232 1 nfsd, Live 0xbf100000
sunrpc 175292 5 nfsd,lockd,nfs_acl, Live 0xbf0d4000
wixevent 5800 0 - Live 0xbf0d1000
rtc_ds1307 5024 0 - Live 0xbf0ce000
rtc_core 14840 1 rtc_ds1307, Live 0xbf0c9000
i2c_oxnas_bitbash 2400 0 - Live 0xbf0c7000
i2c_algo_bit 5828 1 i2c_oxnas_bitbash, Live 0xbf0c4000
i2c_core 19216 3 rtc_ds1307,i2c_oxnas_bitbash,i2c_algo_bit, Live 0xbf0be000
ufsd 445668 0 - Live 0xbf050000 (P)
vfat 10240 0 - Live 0xbf04c000
nls_iso8859_1 3904 0 - Live 0xbf04a000
nls_cp437 5568 0 - Live 0xbf047000
ehci_hcd 28972 0 - Live 0xbf03e000
usb_storage 35936 0 - Live 0xbf034000
usbcore 120212 3 ehci_hcd,usb_storage, Live 0xbf015000
user_recovery_button 3160 0 - Live 0xbf013000
power_button 3388 0 - Live 0xbf011000
thermAndFan 7140 0 - Live 0xbf00e000
gmac 26352 0 - Live 0xbf006000
mii 6144 1 gmac, Live 0xbf003000
oxnas_wd810_leds 7496 0 - Live 0xbf000000

[root@MyBookWorld ~]# smbclient -L 192.168.1.67 (the server is mybook world blue rings)
Password: i did not put any password
Domain=[MYBOOK] OS=[Unix] Server=[Samba 3.0.23c]

Sharename Type Comment
-— -- -
PUBLIC Disk
PAIDIKA Disk
TORRENTS Disk
SERIES Disk
IPC$ IPC IPC Service (mybook)
Domain=[MYBOOK] OS=[Unix] Server=[Samba 3.0.23c]

Server Comment
-— -——

Workgroup Master
-— -——
DREAM DREAMBOX
WORKGROUP MYBOOK

[root@MyBookWorld ~]# smbclient //192.168.1.67/paidika
Password:
Domain=[MYBOOK] OS=[Unix] Server=[Samba 3.0.23c]
smb: \>

Thnx again for fast reply

Re: Cifs for whitelight by promitheuspromitheus, 1257582066|%e %b %Y, %H:%M %Z|agohover

you need to enable advanced menus on the web GIU,. Then look for "shares permissions".

Re: CIFS share minimum permissions (user everyone) by puppy33puppy33, 1257579450|%e %b %Y, %H:%M %Z|agohover

Hi

Please try mounting again and then post the result of these commands

dmesg | tail -20
cat /proc/version
cat /proc/modules

Also try mounting the windows system with smbclient, and see if it works. smbclient does not rely on cifs.ko.

smbclient -L WindowsHostName
smbclient //hostname/share

Also also if the windows box is not all-English, please write which languages are used.

Re: Cifs for whitelight by puppy33puppy33, 1257579326|%e %b %Y, %H:%M %Z|agohover

Of course noone wants to get rid of excellent work !!!!
But just in case…

Thnx again

Re: Error running http://wd.mirmana.com/prep_whitelight by promitheuspromitheus, 1257565771|%e %b %Y, %H:%M %Z|agohover

Who wants to get rid of excellent work? ;-)

You can trick your Worldbook to think it has an old version

echo -n "01.00.14" >/etc/version

After that you can do an upgrade and all optware will be uninstalled…

ALL optware!

Re: Error running http://wd.mirmana.com/prep_whitelight by fraterfrater, 1257533150|%e %b %Y, %H:%M %Z|agohover

Well, I heard back from the useless WD tech support department today regarding this. They just advised me to reset the device to factory settings. I am not going to do this, though, as then I will lose all of the data on the drive (from what I understand). Anyone else having this problem that doesn't mind resetting want to give it a try and report back the results?

In the meantime, the "fix" I mentioned previously is still working and I can wait until another firmware update for a real solution if resetting doesn't work.

Re: Firmware update new features by PygmalionPygmalion, 1257525587|%e %b %Y, %H:%M %Z|agohover
Cifs for whitelight
promitheuspromitheus 1257521878|%e %b %Y, %H:%M %Z|agohover
in discussion Forum / My Book World Edition (white light) » Cifs for whitelight

Tried
Cifs For Whitelight

Insturctions for adding CIFS (Samba) support for White Light. This will allow your MyBookj to mount folder shared by Windows Stations.

* Login as root.
* mkdir -p /lib/modules/2.6.24.4/kernel/fs/cifs/

The next two lines downloads the file cifs.fo attached to this page and places it in /lib/modules/2.6.24.4/kernel/fs/cifs/:

* cd /lib/modules/2.6.24.4/kernel/fs/cifs/
* wget http://mybookworld.wikidot.com/local--files/cifs-for-whitelight/cifs.ko

* echo "/lib/modules/2.6.24.4/kernel/fs/cifs/cifs.ko:"» /lib/modules/2.6.24.4/modules.dep
* insmod cifs.ko

Now you can mount Windows directories. For example

mkdir /mnt/xp_machine
mount -t cifs //`net lookup x`/y /xp_machine

where x is your windows box name, and y is the share name. There are many options for the mount command, see for example here, but you should use mount , not mount.cifs.

I get

[root@MyBookWorld 2.6.24.4]# mount -t cifs //192.168.XX.YY/XXXX/ /mnt/old/
mount: wrong fs type, bad option, bad superblock on //192.168.XX.YY/XXXXX/,
missing codepage or helper program, or other error
(for several filesystems (e.g. nfs, cifs) you might
need a /sbin/mount.<type> helper program)
In some cases useful info is found in syslog - try
dmesg | tail or so

any help appreciated

Cifs for whitelight by promitheuspromitheus, 1257521878|%e %b %Y, %H:%M %Z|agohover

Hi to all

excellent work frater!!!
Is there a way to uninstall prep_whitelight

Thnx

Re: Error running http://wd.mirmana.com/prep_whitelight by promitheuspromitheus, 1257515180|%e %b %Y, %H:%M %Z|agohover
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License