- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- smbclient problem
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2006 02:53 PM
05-02-2006 02:53 PM
smbclient problem
[root@lab1 samba]# smbclient -L winmachine -U smbuser%smbuser
Domain=[UVRED] OS=[Windows 5.1] Server=[Windows 2000 LAN Manager]
tree connect failed: NT_STATUS_DUPLICATE_NAME
[root@lab1 samba]# service smb status
smbd (pid 23953 23949) is running...
nmbd (pid 23954) is running...
Any idea?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2006 03:37 PM
05-02-2006 03:37 PM
Re: smbclient problem
You should check your Server path and make sure you have correct path and check smb.conf for dns proxy option. Your DNS entry might had to do with your issue.
Regards,
Sung
Sung
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2006 05:44 PM
05-02-2006 05:44 PM
Re: smbclient problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2006 08:26 PM
05-02-2006 08:26 PM
Re: smbclient problem
1) The services you list are for incoming Samba connections. They have nothing to do with an outgoing connection to a Windows Samba server.
2) There is a known issue with The Samba client in RH. You may need to set up a user map to make permissions correct on the remote windows mount.
3) Windows has to be updated on security to permit proper Linux mounts. http://windowsupdate.microsoft.com
4) The message itself seems to indicate two computers are on the network with the same name. Windows doesn't like that.
Good Luck,
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2006 04:23 AM
05-03-2006 04:23 AM
Re: smbclient problem
Steven: You mention something about a "Windows Samba Server". I do not install or configure anything in the windows machine, but only make shared a folder and gave access to the windows local user "smbuser".
How can I do the "user map" that you mention?