- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Samba error : "open_sockets_smbd: accept: No buffe...
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
09-24-2007 03:32 AM
09-24-2007 03:32 AM
Samba error : "open_sockets_smbd: accept: No buffer space available"
I have SAMBA version: smbd version 3.0.7 based HP CIFS Server A.02.01.02 started, on hp-ux 11.11, and when i probe to connect i recive the next error in /var/opt/samba/log.smbd:
[2007/09/24 16:35:47, 0] smbd/server.c:open_sockets_smbd(382)
open_sockets_smbd: accept: No buffer space available
Someone can help me?
Thanks in advanced
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2007 05:56 AM
09-24-2007 05:56 AM
Re: Samba error : "open_sockets_smbd: accept: No buffer space available"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2007 08:02 PM
09-24-2007 08:02 PM
Re: Samba error : "open_sockets_smbd: accept: No buffer space available"
[2007/09/25 10:00:07, 1] nsswitch/winbindd.c:main(853)
winbindd version 3.0.7 based HP CIFS Server A.02.01.02 started.
Copyright The Samba Team 2000-2004
[2007/09/25 10:00:07, 0] nsswitch/winbindd_util.c:winbindd_param_init(560)
winbindd: idmap uid range missing or invalid
[2007/09/25 10:00:07, 0] nsswitch/winbindd_util.c:winbindd_param_init(561)
winbindd: cannot continue, exiting.
[2007/09/25 10:00:07, 1] nsswitch/winbindd.c:main(886)
Could not init idmap -- netlogon proxy only
[2007/09/25 10:00:07, 1] nsswitch/winbindd_util.c:init_domain_list(326)
Could not fetch sid for our domain NEOSKY
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2007 09:04 PM
09-24-2007 09:04 PM
Re: Samba error : "open_sockets_smbd: accept: No buffer space available"
1.- I recive the window for insert user and passwd
2.- I insert the correct user and passwd
3.- I continue receiving the window for insert the user and passwd and i no recive the folder
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2007 09:24 PM
09-24-2007 09:24 PM
Re: Samba error : "open_sockets_smbd: accept: No buffer space available"
# specify the uid range which can be used by winbindd to allocate uids for Windows users as necessary
winbind uid = 10000-65000
# specify the uid range which can be used by winbindd to allocate uids for Windows users as necessary
winbind gid = 10000-65000
# Define a home directory to be given to passwd(5) style entries generated by libnss_winbind.so. You can use variables here
winbind template homedir = /home/%D/%U
#Specify a shell for all winbind user entries return by the libnss_winbind.so library.
winbind template shell = /bin/sh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2007 09:38 AM
09-25-2007 09:38 AM
Re: Samba error : "open_sockets_smbd: accept: No buffer space available"
You are failing user/password authentication. First, upgrade your CIFS Server version to avoid the "buffer space" problem - that was fixed in an earlier release. Get A.02.03 at software.hp.com. Next, with the default log setting in smb.conf you will get a file /var/opt/samba/log.clientname. Set the "log level = 3" and try your logon, then look in the log file to see where it is failing. If you cannot see where it is failing, post for smb.conf here and a few lines from the log file that include the username and the error text (search on "failed" or "error").
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2007 07:09 PM
09-25-2007 07:09 PM
Re: Samba error : "open_sockets_smbd: accept: No buffer space available"
I resolved the problem in this way, i write if is possible to use for other that had the same problem:
1) In the [global] insert
encrypt password=yes
2) Execute with the user that you need (the same in the server that you use to connect)
smbpasswd −a
Bye.