May 11, 201214 yr Just build my first unRAID array with the free version. (unRAID Version: 5.0-rc2) Everything seems OK, except when I go to create user shares. Using the web management facility I have enabled shares, but when I go to the shares tab and specify a share, after completing the web form no share seems to be created. I am hoping this is just a newbie problem Here are the relevant entries from the syslog: May 11 09:37:03 TOWER emhttp: shcmd (150): mkdir '/mnt/user/Radio' (Other emhttp) May 11 09:37:03 TOWER emhttp: _shcmd: shcmd (150): exit status: 1 (Other emhttp) May 11 09:37:03 TOWER emhttp: shcmd (151): :>/etc/samba/smb-shares.conf (Other emhttp) May 11 09:37:03 TOWER emhttp: Restart SMB... (Other emhttp) May 11 09:37:03 TOWER emhttp: shcmd (152): killall -HUP smbd (Minor Issues) May 11 09:37:03 TOWER emhttp: shcmd (153): ps axc | grep -q rpc.mountd (Other emhttp) May 11 09:37:03 TOWER emhttp: _shcmd: shcmd (153): exit status: 1 (Other emhttp) May 11 09:37:03 TOWER emhttp: shcmd (154): /usr/local/sbin/emhttp_event svcs_restarted (Other emhttp) May 11 09:37:03 TOWER emhttp_event: svcs_restarted (Other emhttp) May 11 09:43:19 TOWER unmenu[1157]: No sensors found! May 11 09:43:19 TOWER unmenu[1157]: Make sure you loaded all the kernel drivers you need. (System) May 11 09:43:19 TOWER unmenu[1157]: Try sensors-detect to find out which these are. EDIT: More info...I can manually create files on the unRAID array, but it seems the mkdir '/mnt/user/Radio' command fails
May 11, 201214 yr Just build my first unRAID array with the free version. (unRAID Version: 5.0-rc2) Everything seems OK, except when I go to create user shares. Using the web management facility I have enabled shares, but when I go to the shares tab and specify a share, after completing the web form no share seems to be created. I am hoping this is just a newbie problem Here are the relevant entries from the syslog: May 11 09:37:03 TOWER emhttp: shcmd (150): mkdir '/mnt/user/Radio' (Other emhttp) May 11 09:37:03 TOWER emhttp: _shcmd: shcmd (150): exit status: 1 (Other emhttp) May 11 09:37:03 TOWER emhttp: shcmd (151): :>/etc/samba/smb-shares.conf (Other emhttp) May 11 09:37:03 TOWER emhttp: Restart SMB... (Other emhttp) May 11 09:37:03 TOWER emhttp: shcmd (152): killall -HUP smbd (Minor Issues) May 11 09:37:03 TOWER emhttp: shcmd (153): ps axc | grep -q rpc.mountd (Other emhttp) May 11 09:37:03 TOWER emhttp: _shcmd: shcmd (153): exit status: 1 (Other emhttp) May 11 09:37:03 TOWER emhttp: shcmd (154): /usr/local/sbin/emhttp_event svcs_restarted (Other emhttp) May 11 09:37:03 TOWER emhttp_event: svcs_restarted (Other emhttp) May 11 09:43:19 TOWER unmenu[1157]: No sensors found! May 11 09:43:19 TOWER unmenu[1157]: Make sure you loaded all the kernel drivers you need. (System) May 11 09:43:19 TOWER unmenu[1157]: Try sensors-detect to find out which these are. EDIT: More info...I can manually create files on the unRAID array, but it seems the mkdir '/mnt/user/Radio' command fails There are usually only two ways a "mkdir" will fail. 1. you do not have permission. (typically, this is not the case as you/emhttp are logged in/run as "root") 2. There is already a file (or directory) with that name, and there is no way to create the directory. Are you running an add-on of any kind? what happens when you type: ls -al /mnt/user/Radio
May 11, 201214 yr Author root@TOWER:~# ls -al /mnt/user/Radio /bin/ls: cannot access /mnt/user/Radio: No such file or directory I have several add-ons perl mail unmenu network monitoring I tried a manual command: mkdir /mnt/user/test and this worked fine
May 11, 201214 yr root@TOWER:~# ls -al /mnt/user/Radio /bin/ls: cannot access /mnt/user/Radio: No such file or directory I have several add-ons perl mail unmenu network monitoring I tried a manual command: mkdir /mnt/user/test and this worked fine now, what happens with ls -al /mnt/user
May 11, 201214 yr Author root@TOWER:~# ls -al /mnt/user total 0 drwxrwx--- 1 nobody users 80 2012-05-11 11:45 ./ drwxr-xr-x 5 root root 0 2012-05-11 11:38 ../ wonder if the nobody is significant?
May 11, 201214 yr root@TOWER:~# ls -al /mnt/user total 0 drwxrwx--- 1 nobody users 80 2012-05-11 11:45 ./ drwxr-xr-x 5 root root 0 2012-05-11 11:38 ../ wonder if the nobody is significant? me too, so I looked on my server running rc3. root@Tower2:~# ls -al /mnt/user total 1009619 drwxrwx--- 1 nobody users 296 2011-11-22 09:37 ./ drwxr-xr-x 9 root root 0 2012-05-10 10:10 ../ drwxrwx--- 1 nobody users 12144 2012-05-03 14:49 Movies/ drwxrwx--- 1 nobody users 1360 2012-05-03 14:49 Mp3/ drwxrwx--- 1 nobody users 4352 2012-04-19 17:00 Pictures/ Nope, looks quite normal. Joe L.
May 11, 201214 yr Author OK...odd I restarted the server and made no other changes and it began to work Now I get drwxrwx--- 1 nobody users 104 2012-05-11 12:12 ./ drwxr-xr-x 5 root root 0 2012-05-11 11:38 ../ drwxrwx--- 1 nobody users 48 2012-05-11 12:12 Radio/ Thank for your attention to this anyway mmsood99
Archived
This topic is now archived and is closed to further replies.