[Bug 469548] Re: can't list smb shares

2010-11-30 Thread callMeTom
*** This bug is a duplicate of bug 389909 ***
https://bugs.launchpad.net/bugs/389909

Seems it has something to do with the way Linux uses DNS versus the way
Windows uses DNS, and having some DNSes (I'm using open DNS, Comcast's
also, apparently, have an issue) try changing to Google's DNS 8.8.8.8,
8.8.4.4 - Worked for me and many others.

-- 
can't list smb shares
https://bugs.launchpad.net/bugs/469548
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 469548] Re: can't list smb shares

2009-11-02 Thread Nicolò Chieffo
the problems is not that I can't see shares in hosts, it's that I
don't see anything in the nautilus network backend that lists all smb
hosts.

smbtree:
WORKGROUP
\\VBOX-CHIEVO   
cli_start_connection: failed to connect to VBOX-CHIEVO20 (0.0.0.0).
Error NT_STATUS_UNSUCCESSFUL
\\PORTATILE-HP-BA   
cli_start_connection: failed to connect to PORTATILE-HP-BA20
(0.0.0.0). Error NT_STATUS_UNSUCCESSFUL


smbclient -L works only if I use the IP address, and fails with the
same error if I use the smb name

smbclient -L PORTATILE-HP-BA
Connection to PORTATILE-HP-BA failed (Error NT_STATUS_UNSUCCESSFUL)

smbclient -L 192.168.5.4
Domain=[PORTATILE-HP-BA] OS=[Windows Vista (TM) Home Premium 6002
Service Pack 2] Server=[Windows Vista (TM) Home Premium 6.0]

Sharename   Type  Comment
-     ---
ADMIN$  Disk  Amministrazione remota
C$  Disk  Condivisione predefinita
D$  Disk  Condivisione predefinita
IPC$IPC   IPC remoto
Public  Disk
session request to 192.168.5.4 failed (Called name not present)
session request to 192 failed (Called name not present)
session request to *SMBSERVER failed (Called name not present)
NetBIOS over TCP disabled -- no workgroup available

** Also affects: samba (Ubuntu)
   Importance: Undecided
   Status: New

-- 
can't list smb shares
https://bugs.launchpad.net/bugs/469548
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 469548] Re: can't list smb shares

2009-11-02 Thread Nicolò Chieffo
That seems to be a problem in samba, not in gvfs

-- 
can't list smb shares
https://bugs.launchpad.net/bugs/469548
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 469548] Re: can't list smb shares

2009-11-02 Thread Nicolò Chieffo
** Bug watch added: Samba Bugzilla #6866
   https://bugzilla.samba.org/show_bug.cgi?id=6866

** Also affects: samba via
   https://bugzilla.samba.org/show_bug.cgi?id=6866
   Importance: Unknown
   Status: Unknown

-- 
can't list smb shares
https://bugs.launchpad.net/bugs/469548
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 469548] Re: can't list smb shares

2009-11-02 Thread Sebastien Bacher
** Changed in: gvfs (Ubuntu)
   Status: Incomplete = Invalid

-- 
can't list smb shares
https://bugs.launchpad.net/bugs/469548
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 469548] Re: can't list smb shares

2009-11-02 Thread Bug Watch Updater
** Changed in: samba
   Status: Unknown = Confirmed

-- 
can't list smb shares
https://bugs.launchpad.net/bugs/469548
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 469548] Re: can't list smb shares

2009-11-02 Thread Nicolò Chieffo
I manually compiled samba 3.4.3 and there is the same problem.

-- 
can't list smb shares
https://bugs.launchpad.net/bugs/469548
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 469548] Re: can't list smb shares

2009-11-02 Thread Nicolò Chieffo
No I don't. My nameservers are 193.70.152.15 193.70.152.25

And nmblookup can easily find the ip

-- 
can't list smb shares
https://bugs.launchpad.net/bugs/469548
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 469548] Re: can't list smb shares

2009-11-02 Thread Nicolò Chieffo
*** This bug is a duplicate of bug 389909 ***
https://bugs.launchpad.net/bugs/389909

I've found a workaround to fix the smbtree problem

edit /etc/samba/smb.conf

find the line

;   name resolve order = lmhosts host wins bcast

and change to

name resolve order = lmhosts wins bcast host

nautilus still can't list the shares, but maybe that's because I need to
reboot

** This bug has been marked a duplicate of bug 389909
   Change resolve order so Nautilus can browse local network when ISP uses DNS 
redirection

-- 
can't list smb shares
https://bugs.launchpad.net/bugs/469548
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs