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
[EMAIL PROTECTED]
http://immanuelministries.ca


--
Crystle Numan
Administrative Secretary, Immanuel CRC
61 Mohawk Rd. W. Hamilton ON   L9C 1V9
905-385-0662
[EMAIL PROTECTED]
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

Reply via email to