Immanuel CRC Office
2007-Nov-20 17:36 UTC
[Samba] No longer able to browse windows share via Nautilus
I used to be able to browse the windows shares on the network through Nautilus. I can see them as computers, but when I click on them, it fails. (I'm on Ubuntu 6 LTS, AMD64) About 3 months ago, this failed. But, the windows boxes can all still access my shares on my Linux box. I was going through the trouble shooting, and found this out, but I'm not sure what to do next. I am ADMIN_SEC and I'm trying to connect to W98 PASTOR $ nmblookup -B ADMIN_SEC __SAMBA__ querying __SAMBA__ on 127.0.0.1 192.168.1.100 __SAMBA__<00> $ nmblookup -B PASTOR '*'. querying *. on 208.69.32.137 name_query failed to find name *. Then I tried: $ nmblookup -d 2 '*'. added interface ip=192.168.1.100 bcast=192.168.1.255 nmask=255.255.255.0 querying *. on 192.168.1.255 name_query failed to find name *. This was supposed to return "got a positive name query response" but didn't. The documents spoke of trying different interfaces in smb.conf, but I can't figure out what that means. Is that my next step? If so, how do I do it? If it is not, does anyone have anything else to try? Thanks, Crystle -- Crystle Numan Administrative Secretary, Immanuel CRC 61 Mohawk Rd. W. Hamilton ON L9C 1V9 905-385-0662 office@immanuelministries.ca http://immanuelministries.ca
Immanuel CRC Office
2007-Nov-21 16:44 UTC
[Samba] No longer able to browse windows share via Nautilus
Herman, thank you for your response. So far, my debugging with smbclient showed nothing, so I tried nmblookup and have issues there too. So, I don't know what to do next. What I've found: I am ADMIN_SEC and I'm trying to connect to W98 PASTOR $ smbclient -L PASTOR -N timeout connecting to 208.69.32.137:445 timeout connecting to 208.69.32.137:139 Error connecting to 208.69.32.137 (Operation already in progress) Connection to PASTOR failed $ nmblookup -B ADMIN_SEC __SAMBA__ querying __SAMBA__ on 127.0.0.1 192.168.1.100 __SAMBA__<00> $ nmblookup -B PASTOR '*'. querying *. on 208.69.32.137 name_query failed to find name *. Then I tried: $ nmblookup -d 2 '*'. added interface ip=192.168.1.100 bcast=192.168.1.255 nmask=255.255.255.0 querying *. on 192.168.1.255 name_query failed to find name *. herman wrote:> > Tue 20 Nov 2007 09:25:44 AM MST from Immanuel CRC Office to > samba@lists.samba.org > Subject: [Samba] No longer able to browse windows share via Nautilus > > I used to be able to browse the windows shares on the network through > Nautilus. I can see them as computers, but when I click on them, it > fails. (I'm on Ubuntu 6 LTS, AMD64) > > Debug it with smbclient. Then you will be able to see the error > messages. A GUI tool is only good when things work. > > Cheers, > > Herman >-- Crystle Numan Administrative Secretary, Immanuel CRC 61 Mohawk Rd. W. Hamilton ON L9C 1V9 905-385-0662 office@immanuelministries.ca http://immanuelministries.ca
Sebastian Abate
2007-Nov-23 11:27 UTC
Fwd: [Samba] No longer able to browse windows share via Nautilus
Sorry, I send this to your email my mistake. ---------- Forwarded message ---------- From: Sebastian Abate <sebastianabate@gmail.com> Date: Nov 23, 2007 8:25 AM Subject: Re: [Samba] No longer able to browse windows share via Nautilus To: Immanuel CRC Office <office@immanuelministries.ca> First, sorry for my english. Now: What is the IP of PASTOR? as I can see, PASTOR resolve to a public ip, I dont think that's correct. Try the connection with the IP of PASTOR, if that work is a name resolve problem. Is your PC a multihomed system? If so, try using the INTERFACE option in your smb.conf. On Nov 22, 2007 11:15 AM, Immanuel CRC Office <office@immanuelministries.ca> wrote:> Here is some extra info: > > > $ smbclient -L PASTOR -U% > timeout connecting to 208.69.32.137:445 > timeout connecting to 208.69.32.137:139 > Error connecting to 208.69.32.137 (Operation already in progress) > Connection to PASTOR failed > > output.txt attached. > > libsmbclient: 3.0.22-1ubuntu3.5 > smbclient: 3.0.22-1ubuntu3.5 > samba (common also): 3.0.22-1ubuntu3.5 > > Thanks for any help you can offer! > Crystle > > > > John H Terpstra wrote: > > On Wednesday 21 November 2007 10:44, Immanuel CRC Office wrote: > >> Herman, thank you for your response. > >> > >> So far, my debugging with smbclient showed nothing, so I tried nmblookup > >> and have issues there too. So, I don't know what to do next. What I've > >> found: > >> > >> I am ADMIN_SEC and I'm trying to connect to W98 PASTOR > >> > >> $ smbclient -L PASTOR -N > >> timeout connecting to 208.69.32.137:445 > >> timeout connecting to 208.69.32.137:139 > >> Error connecting to 208.69.32.137 (Operation already in progress) > >> Connection to PASTOR failed > > > > What happens when you execute the following?: > > smbclient -L PASTOR -U% > > > > Please email me the output.txt from the following: > > testparm -s > output.txt > > > > One the Ubuntu PC, check in synaptic (the package manager) that libsmbclient > > is installed and is current with the version of samba that is installed. > > > > Cheers, > > John T. > > > >> $ nmblookup -B ADMIN_SEC __SAMBA__ > >> querying __SAMBA__ on 127.0.0.1 > >> 192.168.1.100 __SAMBA__<00> > >> > >> $ nmblookup -B PASTOR '*'. > >> querying *. on 208.69.32.137 > >> name_query failed to find name *. > >> > >> Then I tried: > >> $ nmblookup -d 2 '*'. > >> added interface ip=192.168.1.100 bcast=192.168.1.255 nmask=255.255.255.0 > >> querying *. on 192.168.1.255 > >> name_query failed to find name *. > >> > >> herman wrote: > >>> Tue 20 Nov 2007 09:25:44 AM MST from Immanuel CRC Office to > >>> samba@lists.samba.org > >>> Subject: [Samba] No longer able to browse windows share via Nautilus > >>> > >>> I used to be able to browse the windows shares on the network through > >>> Nautilus. I can see them as computers, but when I click on them, it > >>> fails. (I'm on Ubuntu 6 LTS, AMD64) > >>> > >>> Debug it with smbclient. Then you will be able to see the error > >>> messages. A GUI tool is only good when things work. > >>> > >>> Cheers, > >>> > >>> Herman > >> -- > >> Crystle Numan > >> Administrative Secretary, Immanuel CRC > >> 61 Mohawk Rd. W. Hamilton ON L9C 1V9 > >> 905-385-0662 > >> office@immanuelministries.ca > >> http://immanuelministries.ca > > > > -- > Crystle Numan > Administrative Secretary, Immanuel CRC > 61 Mohawk Rd. W. Hamilton ON L9C 1V9 > 905-385-0662 > office@immanuelministries.ca > http://immanuelministries.ca > > > [global] > workgroup = IMMANUEL > server string = %h server (Samba, Ubuntu) > obey pam restrictions = Yes > passdb backend = tdbsam, guest > passwd program = /usr/bin/passwd %u > passwd chat = *Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX\spassword:* %n\n . > syslog = 0 > log file = /var/log/samba/log.%m > max log size = 1000 > printcap name = cups > dns proxy = No > panic action = /usr/share/samba/panic-action %d > invalid users = root > printing = cups > print command > lpq command = %p > lprm command > > [homes] > comment = Home Directories > create mask = 0700 > directory mask = 0700 > browseable = No > > [printers] > comment = All Printers > path = /tmp > create mask = 0700 > printable = Yes > browseable = No > > [print$] > comment = Printer Drivers > path = /var/lib/samba/printers > > [secretary_share] > path = /home/adminsec/shared > read only = No > guest ok = Yes > > [worship_share] > path = /home/adminsec/documents/worship_share > read only = No > guest ok = Yes > vfs objects = recycle > recycle:touch_mtime = Yes > recycle:versions = Yes > recycle:touch = Yes > recycle:keeptree = Yes > recycle:repository = recycled/%u > > [hk-mk] > path = /home/adminsec/documents/hk-mk > valid users = pastor, mknetsch > read only = No > vfs objects = recycle > recycle:touch_mtime = Yes > recycle:versions = Yes > recycle:touch = Yes > recycle:keeptree = Yes > recycle:repository = recycled/%u > > [bulletin_share] > path = /home/adminsec/documents/bulletin_share > read only = No > guest ok = Yes > browseable = No > > --> To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/listinfo/samba >-- Sebasti?n Abate Quattro-D 15-6136-7730 abates@quattrod.com.ar