[Bug 417025] Re: CRON stacks processes and system eventually becomes unresponsive due to too many open files

2010-10-01 Thread Fabio Marconi
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to New. Thanks again!

** Changed in: ubuntu
   Status: Incomplete = Invalid

-- 
CRON stacks processes and system eventually becomes unresponsive due to too 
many open files
https://bugs.launchpad.net/bugs/417025
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 417025] Re: CRON stacks processes and system eventually becomes unresponsive due to too many open files

2010-09-11 Thread Fabio Marconi
We'd like to figure out what's causing this bug for you, but we haven't
heard back from you in a while. Could you please provide the requested
information? Thanks!

-- 
CRON stacks processes and system eventually becomes unresponsive due to too 
many open files
https://bugs.launchpad.net/bugs/417025
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 417025] Re: CRON stacks processes and system eventually becomes unresponsive due to too many open files

2010-08-17 Thread Fabio Marconi
** Tags added: jaunty

-- 
CRON stacks processes and system eventually becomes unresponsive due to too 
many open files
https://bugs.launchpad.net/bugs/417025
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 417025] Re: CRON stacks processes and system eventually becomes unresponsive due to too many open files

2010-08-17 Thread Fabio Marconi
Hello
Is this issue reproducible with the latest updated Lucid's packages
Thanks in advance
Fabio

-- 
CRON stacks processes and system eventually becomes unresponsive due to too 
many open files
https://bugs.launchpad.net/bugs/417025
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 417025] Re: CRON stacks processes and system eventually becomes unresponsive due to too many open files

2010-08-17 Thread Fabio Marconi
** Changed in: ubuntu
   Status: New = Incomplete

-- 
CRON stacks processes and system eventually becomes unresponsive due to too 
many open files
https://bugs.launchpad.net/bugs/417025
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 417025] Re: CRON stacks processes and system eventually becomes unresponsive due to too many open files

2009-10-28 Thread Myriam Schweingruber
OK, here is the picture, seems that this affects all systems based on
Ubuntu, was found in Fedora, too and probably is an inheritance from old
Debian times.

Apparently a lot of inexplicable crashes with various applications are
due to a security limitation in the number of files that can be opened.
The default value is 1024, which might make sense on old systems with
little resources, but when using a modern computer and e.g. databases,
this limit can lead to crashes of various applications.

We in the Amarok team had this bug reported quite often and found the
solution:

One needs to add these lines to /etc/security/limits.conf:

*soft nofile  16384 // or whatever number seems 
appropriate
*hard nofile  16384 // ditto

For database hungry apps this can well be much higher, but 1024 by
default is simply not appropriate anymore in 2009...

For reference, see this report on KDE's bugzilla:

https://bugs.kde.org/show_bug.cgi?id=211026

Jonathan and Sebastien, I subscribed you since I don't know who is
responsible for that part of the system.

This affects all applications that need to be able to open more than
1024 files, like database using apps (e.g. Amarok, Strigi, MySQL, etc.)


** Bug watch added: KDE Bug Tracking System #211026
   http://bugs.kde.org/show_bug.cgi?id=211026

-- 
CRON stacks processes and system eventually becomes unresponsive due to too 
many open files
https://bugs.launchpad.net/bugs/417025
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 417025] Re: CRON stacks processes and system eventually becomes unresponsive due to too many open files

2009-10-28 Thread Sebastien Bacher
the issue should rather be raised on a mailing list for discussion

-- 
CRON stacks processes and system eventually becomes unresponsive due to too 
many open files
https://bugs.launchpad.net/bugs/417025
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 417025] Re: CRON stacks processes and system eventually becomes unresponsive due to too many open files

2009-10-28 Thread Jan Van Buggenhout
Myriam:

Your comment is irrelevant here AFAICT: the settings in
/etc/security/limits.conf only affect things like login shells, ssh
sessions and the like. The original reporter is reporting *daemons*
running out of FDs, which are not affected (on first start-up) by the
settings you mention, since they're started from init. Daemons will only
be affected by those settings when they're restarted by someone logged
in from a login shell or similar.

-- 
CRON stacks processes and system eventually becomes unresponsive due to too 
many open files
https://bugs.launchpad.net/bugs/417025
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs