Am 22.09.2010 03:25, schrieb David Hopkins: > I believe I have tracked down the cause of this problem ... > dbus-daemon exceeds the nofile limit: > https://bugs.launchpad.net/ubuntu/+source/dbus/+bug/381063
[...] > > How can I increase the nofile limit for dbus? In RHEL I could edit > the rc script as a last resort but Ubuntu Karmic uses upstart. Any > assistance is greatly appreciated as I don't know where to turn next > on this. Hi! Add the line limit nofile 10000 10000 to /etc/init/dbus, this should fix it. At least it works here on Ubuntu 10.04. Side note: There is dbus-daemon started for the system and one for each user, I looked at the user one for some time and was puzzled why the limit didn't take effect, so better get the PID from service dbus status Regards, Jakob ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _____________________________________________________________________ Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto: https://lists.sourceforge.net/lists/listinfo/ltsp-discuss For additional LTSP help, try #ltsp channel on irc.freenode.net
