- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Samba has stopped logging!
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
10-22-2002 12:34 AM
10-22-2002 12:34 AM
Samba has stopped logging!
I have a samba share on a 11.00 machine which is in regular use. On the 15th, a problem with one of the apps caused the filetable to fill and ultimately the machine to crash. The smb.conf is set so that a log is created per user (i.e /opt/samba/var/log.%U) but no user log has been updated since the crash. The last file to be updated is simply called "log." and the last line is:
[2002/10/15 20:38:24, 0] smbd/server.c:(220)
open_sockets: accept: File table overflow
Any help would be much appreciated.
Thanks,
Ton
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2002 12:42 AM
10-22-2002 12:42 AM
Re: Samba has stopped logging!
A file table overflow means that you have reached the maximum number of open files all over your system. This might have been cause by Samba, but also by other processes.
If you want to keep all processes (including their logging) just like it is, than you should reconsider the Configurable Kernel Paramters (change them by using 'sam').
Look for the variable 'nfile'.
This is not just a number, but should be a formula, containinig other variables.
It is to you to change or not to change certain other numbers and/or variables.
You can find a lot of information about in the internet using 'google.com'.
Remeber: if you change kernel variables, you will need to reboot the system to let the changes take effect.
Regards,
Ceesjan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2002 12:49 AM
10-22-2002 12:49 AM
Re: Samba has stopped logging!
The filetable overflow was cause by another application an the problem has since been resolved. I have also increased 'maxusers' - thus increasing a variety of other formula based parameters including 'nfile'.
Thanks,
Tony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2002 12:51 AM
10-22-2002 12:51 AM
Re: Samba has stopped logging!
Increase MAXUSERS which in turn increases the nfile and ninode parameters.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2002 01:20 AM
10-22-2002 01:20 AM
Re: Samba has stopped logging!
You can the restart of the ambd daemon to force to re-read the smb.conf file.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2002 01:28 AM
10-22-2002 01:28 AM
Re: Samba has stopped logging!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2002 05:25 AM
10-23-2002 05:25 AM
Re: Samba has stopped logging!
Have tried a kill HUP to the logging daemon ... or stop and restart logging.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2002 05:41 AM
10-23-2002 05:41 AM
Re: Samba has stopped logging!
Tony