- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Samba Issue.
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
01-05-2006 02:26 AM
01-05-2006 02:26 AM
when I try to contect to a share the log file shows: MSC00 rejected the session for name *SMBSERVER with error Not listening for calling name
MSC00 being the server name.
teh smb.conf file is:
# Global parameters
[global]
workgroup = MATSCI.COM
netbios name = MSC00
interfaces = lan1
security = SERVER
min passwd length = 4
password server = msc00
log file = /usr/local/samba/log.%m
hosts allow = 172.17.18.0/255.255.255.0
encrypt passwords = yes
[homes]
comment = Home Directories
read only = No
create mask = 0750
[rwallner]
comment = Robert's Service
path = /home/rwallner
read only = No
[tmp]
comment = temporary files
path = /tmp
read only = yes
I can ping the server from the client and the client from the server.
When I try to run smbclient -L MSC00 - I get:
added interface ip=172.17.18.15 bcast=172.17.18.255 nmask=255.255.255.0
session request to MSC00 failed (Not listening for calling name)
session request to *SMBSERVER failed (Not listening for calling name)
I verified that the smbd and the nmbd services are running
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2006 02:44 AM
01-05-2006 02:44 AM
Re: Samba Issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2006 05:00 AM
01-05-2006 05:00 AM
Re: Samba Issue.
Also, if you can get away from "security = server", then you should.
Eric Roseme
Hewlett-Packard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2006 06:55 AM
01-05-2006 06:55 AM
Re: Samba Issue.
netbios name = MSC00
security = SERVER
password server = msc00
Why the netbios name of your samba server is the same name of the password server (that should be a windows)?
Also you can try commenting out the line
interfaces = lan1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2006 07:01 AM
01-05-2006 07:01 AM
Re: Samba Issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2006 05:51 AM
01-06-2006 05:51 AM
Re: Samba Issue.
Evidently this all started when teh server was rebooted. I am not sure if users changed their passwords and their log on credientails changed.
According to the man page: The format of the smbpasswd file used by Samba 2.2 is very similar to
the familiar Unix passwd(5) file. It is an ASCII file containing one
line for each user.
But when I try to cat the file it looks like a binary file. Is this normal or is the file corrupt?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2006 06:01 AM
01-06-2006 06:01 AM
SolutionBut that should not be your problem. The log entry is about name resolution, not authentication. Did you remove your "hosts allow" and retry?
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2006 06:28 AM
01-06-2006 06:28 AM
Re: Samba Issue.
Now some people can connect and others can't
THe one's that can not connect get this message.
attempt_netbios_session_request: MSC00 rejected the session for name *SMBSERVER with error Not listening for calling name
Here is the current smb.conf
# Global parameters
[global]
workgroup = MATSCI.COM
netbios name = MSC00
encrypt passwords = Yes
min passwd length = 4
log file = /usr/local/samba/log.%m
[homes]
comment = Home Directories
read only = No
create mask = 0750
[alan]
comment = Alan's Service
path = /home/alan
read only = No
[ahuffy]
comment = AlanHufnagel's Service
path = /home/ahuffy
read only = No
[rwallner]
path = /home/rwallner
read only = No
ahuffy & rwallner both work. Alan gets the error? Weird?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2006 11:58 AM
01-06-2006 11:58 AM
Re: Samba Issue.
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2006 11:52 PM
01-11-2006 11:52 PM
Re: Samba Issue.
ALso the DNS was a problem.
THanks to all that helped.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2006 11:52 PM
01-11-2006 11:52 PM