Mailinglist Archive: opensuse-bugs (4203 mails)
| < Previous | Next > |
[Bug 739743] User messagebus needs more than 1024 open files to run dbus on multi-user system
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Tue, 31 Jan 2012 10:06:29 +0000
- Message-id: <20120131100629.51090CC7D5@soval.provo.novell.com>
https://bugzilla.novell.com/show_bug.cgi?id=739743
https://bugzilla.novell.com/show_bug.cgi?id=739743#c29
Ludwig Nussel <lnussel@xxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lnussel@xxxxxxxx
--- Comment #29 from Ludwig Nussel <lnussel@xxxxxxxx> 2012-01-31 11:06:28 CET
---
The pam config file is not needed as dbus does not open a pam session. The
rlimit patch should be sufficient. The ulimit -n call in the init script should
work as workaround too though. To check the actually used limits of a process
look at /proc/$pid/limits.
If more than 1024 fds still don't work it could be due to use of select().
According to the build logs dbus uses poll which has no such limit though.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |