|
From: AWC M. L. <mai...@aw...> - 2004-05-13 20:39:48
|
I just ran across something familiar. Check to ensure that the machine with bobs installed actually has created the directory being mapped to. Check the line before your error message for creating the mount. Get to a command prompt and try and enter the command yourself. Substitute what your server suggests. I had something similar to: smbmount "//servername/bobs" "/var/bobsdata/current/process/mounts/backup/Shared" -o username=something,password='here' &>/dev/null I actually received an error message when I entered this command even though bobs said it was fine. In my case the directory: "/var/bobsdata/current/process/mounts/backup/Shared" did not exist. Bobs did not seem to create it. So I created the directory and I could mount the remote dictory successfully. Next I tried copying a file to "/var/bobsdata/current/process/mounts/backup/Shared" logged in with the username above. (Not as root.) I ended up getting rights errors where I could not copy the file across. So I corrected that as well. Once all that was done I was able to get a backup running. -- Charles James W. Beauchamp wrote: > Hi all: > I've just installed the new version of Bobs and I'm getting the following error when running check configuration on a share that is smb mounted. The mount and unmount are successful, but this is the failure I'm getting. Any ideas why? > > Thanks > > James > > Attempting to write, read and delete a file on > /backup/bobsdata/current/process/mounts/atladm/msde FAIL > Write file test failed with these messages: > /backup/bobsdata/current/process/cmd/cmd.1084473105.bash: line 9: /backup/bobsdata/current/process/mounts/atladm/msde/bobswritetest.out: No such file or directory > cat: /backup/bobsdata/current/process/mounts/atladm/msde/bobswritetest.out: No such file or director > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: SourceForge.net Broadband > Sign-up now for SourceForge Broadband and get the fastest > 6.0/768 connection for only $19.95/mo for the first 3 months! > http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click > _______________________________________________ > Bobs-devel mailing list > Bob...@li... > https://lists.sourceforge.net/lists/listinfo/bobs-devel > |