I continue to receive this error message:
Error returning browse list: NT_STATUS_OK
This is how I am attempting to list the shares on my WinXP machine.
smbclient -L GERARD -U gerard
Password:
Domain=[GERARD] OS=[Windows 5.1] Server=[Windows 2000 LAN Manager]
Sharename Type Comment
--------- ---- -------
Error returning browse list: NT_STATUS_OK
Domain=[GERARD] OS=[Windows 5.1] Server=[Windows 2000 LAN Manager]
Server Comment
--------- -------
Workgroup Master
--------- -------
When run from the local machine, this is the output:
smbclient -L localhost -U gerard
Password:
Domain=[SEIBERCOM] OS=[Unix] Server=[Samba 3.0.20b]
Sharename Type Comment
--------- ---- -------
BS-Web Disk BeerStud 'htdocs' dir
SC-Web Disk Seibercom 'htdoc' dir
ges Disk GES Directory
cgi-bin Disk CGI-BIN Directory
Send Disk DADA Scheduled Mail Directory
dada-log Disk DADA Logs
l-config Disk Configs in /usr/local/etc
logs Disk Logs in /var/log
IPC$ IPC IPC Service (Samba 3.0.20b)
ADMIN$ IPC IPC Service (Samba 3.0.20b)
Domain=[SEIBERCOM] OS=[Unix] Server=[Samba 3.0.20b]
Server Comment
--------- -------
Workgroup Master
--------- -------
WORKGROUP SEIBERCOM
What am I doing wrong and how do I correct it?
--
Gerard Seibert
gerard@seibercom.net
> smbclient -L GERARD -U gerard > Error returning browse list: NT_STATUS_OK> What am I doing wrong and how do I correct it?It looks like a possible permissions problem on the XP box. What happens if you run "\\Gerard" from within XP? Also if you put in a wrong username and/or password with smbclient, what errors do you get? Cheers, Adam.
Adam Nielsen <adam.nielsen@uq.edu.au>> > smbclient -L GERARD -U gerard > > Error returning browse list: NT_STATUS_OK > > > What am I doing wrong and how do I correct it? > > It looks like a possible permissions problem on the XP box. What > happens if you run "\\Gerard" from within XP? Also if you put in a > wrong username and/or password with smbclient, what errors do you get? > > Cheers, > Adam.Using incorrect names and or passwords produces the exact same output. That does seem strange. What do you mean " run \\Gerard" from within XP"?. How do I do that. Thanks!