Error returning browse list: NT_STATUS_NOT_SUPPORTED


This is annoying. I’m attempting to get to my photos on my Win 7 desktop from my Linux laptop. It works in Win XP clients, but smbclient is failing:

[evan@ehoffman ~]$ smbclient -L //192.168.10.105/
Enter evan's password:
Domain=[EVAN-WOLFDALE7] OS=[Windows 7 Ultimate 7100] Server=[Windows 7 Ultimate 6.1]

	Sharename       Type      Comment
	---------       ----      -------
Error returning browse list: NT_STATUS_NOT_SUPPORTED
session request to 192.168.10.105 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
[evan@ehoffman ~]$

Update: This appears to be resolved in Samba 3.4.3 (release notes). Since there’s no RPM for 3.4.2 for FC11 I downloaded the source and built it and tried the smbclient against my Win7 box and it worked fine.

, ,

  1. #1 by evan at October 24th, 2009

    Wow… I just searched Google for the error “Error returning browse list: NT_STATUS_NOT_SUPPORTED” and this post came up… and I only posted it 4 minutes ago. Crazy. Wish I had a solution though.

  2. #2 by mike at October 29th, 2009

    Same thing happens to me. Worked fine w/ windows Xp but not with ubuntu via smbclient

  3. #3 by milke at November 14th, 2009

    Same thing happening since other PC went on Win7… searching for some solution now.

  4. #4 by evan at November 14th, 2009

    According to this post, this is fixed in Samba 3.4.3. I’ll need to try it later.

  5. #5 by evan at November 14th, 2009

    Hmm… This seems to work fine on my CentOS 5.4 box, with smbclient 3.0.33.

    [evan@lunix ~]$ smbclient --version
    Version 3.0.33-3.15.el5_4
    [evan@lunix ~]$ rpm -qi samba
    Name        : samba                        Relocations: (not relocatable)
    Version     : 3.0.33                            Vendor: CentOS
    Release     : 3.15.el5_4                    Build Date: Tue 27 Oct 2009 04:34:56 PM EDT
    Install Date: Sun 01 Nov 2009 12:46:13 PM EST      Build Host: builder16.centos.org
    Group       : System Environment/Daemons    Source RPM: samba-3.0.33-3.15.el5_4.src.rpm
    Size        : 31830159                         License: GNU GPL Version 2
    Signature   : DSA/SHA1, Wed 28 Oct 2009 07:36:59 AM EDT, Key ID a8a447dce8562897
    URL         : http://www.samba.org/
    Summary     : The Samba SMB server.
    Description :
    
(will not be published)
  1. No trackbacks yet.