I have a problem - I am trying to set up shared folders on a Debian etch machine, and then access them from a bunch of Vista Business machines. I set up a very basic smb.conf, and when I request the hostname of the Linux machine, I am prompted for a username and password. I enter them, and I see the shares that I expect to see. If I attempt to create a new folder, however, I get the following error message: Title: Item Not Found Text: Could not find this item This is no longer located in <%3 NULL:OpText>. Verify the item's location and try again. $SHARENAME Try Again Cancel I have tried everything I can think of and I am at my wit's end. Details: client OS: Vista Business server OS: Debian etch Samba version: 3.0.24-6etch9 smb.conf [global] log file = /var/log/samba-log.%m lock directory = /var/lock/samba share modes = yes encrypt passwords = yes smb passwd file = /etc/smbpasswd [homes] comment = Home Directories browseable = no read only = no create mode = 0750 [tmp] comment = Temporary file space path = /tmp read only = no public = yes [public] comment = Public Stuff path = /home/public public = yes writable = yes printable = no Thanks for any help. -- yours, William
On Tue, Apr 08, 2008 at 03:08:51PM -0400, Wes Deviers wrote:>On Tue 8 Apr 2008 1:51:27 pm William Witteman wrote: >> I have a problem - I am trying to set up shared folders on a Debian etch >> machine, and then access them from a bunch of Vista Business machines. >> I set up a very basic smb.conf, and when I request the hostname of the >> Linux machine, I am prompted for a username and password. I enter them, >> and I see the shares that I expect to see. If I attempt to create a new >> folder, however, I get the following error message: >> > >Can you do it via IP address? ( \\10.10.2.20 style?)Yes! Holy crap! I've been bashing my head against this for ages! So... how do I fix my config to let this thing take a non-numeric IP? Thanks! -- yours, William