- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Samba errors
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
12-06-2005 05:54 AM
12-06-2005 05:54 AM
Samba errors
tail -f /usr/local/samba/var/logs/machine_name.log
write_socket_data: write failure. Error = Broken pipe
[2005/12/02 08:51:42, 0] lib/util_sock.c:(499)
write_socket_data: write failure. Error = Broken pipe
[2005/12/06 12:33:01, 0] lib/util_sock.c:(499)
write_socket_data: write failure. Error = Broken pipe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2005 05:57 AM
12-06-2005 05:57 AM
Re: Samba errors
P.S. Some accounts are having problems writing files, some work sometimes. What does this all mean?
This is on HP-UX 11.0.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2005 06:14 AM
12-06-2005 06:14 AM
Re: Samba errors
What version are you running?
what /opt/samba/bin/smbd
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2005 06:21 AM
12-06-2005 06:21 AM
Re: Samba errors
HP CIFS Server: Version: A.01.11.04 based on Samba version: 2.2.12
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2005 06:27 AM
12-06-2005 06:27 AM
Re: Samba errors
In smb.conf, try:
keepalive = 0
client schannel = No
and if running wins:
winbind enum users = No
winbind enum groups = No
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2005 06:38 AM
12-06-2005 06:38 AM
Re: Samba errors
These errors are socket errors showing "write failure" occured while writing socket data at client side.
I guess you have Windows 2K clients for which you are getting these errors. If these clients shutdown or reboots, such errors are logged in.
You need to put a parameter
keepalive = 0 in the /etc/opt/samba/smb.conf
To get rid of those messages.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2005 07:14 AM
12-06-2005 07:14 AM
Re: Samba errors
Need to mention...
After adding/changing the parameter in the smb.conf file , you need to re start the samba using
# /sbin/init.d/samba stop
# /sbin/init.d/samba start