Success!

>> /etc/init/dbus does not exist on my system.  /etc/init/dbus.conf does
>> though ... it is the script that starts dbus.  /etc/init.d/dbus is a
>> symlink to the /lib/init/upstart-job command.
>>
>> Do I add the limit line to the dbus.conf file?  Or create the dbus
>> file?  More than happy to make the change but since I'll have to log
>> all the users off to restart the system I want to be sure first.
>
> Sorry, meant to write dbus.conf - the existing file /etc/init/dbus.conf !

Thanks! adding this to dbus.conf reset the nofile limits as needed!

Snippet from file:
....
start on local-filesystems
stop on runlevel [06]

limit nofile 10000 10000

expect fork
respawn
......

SIncerely,
Dave ...

>
>>
>> And I also had the concern about which dbus I was looking at. I am
>> looking at the system dbus.
>>
>> Thanks!
>> Dave ...
>>
>> On Wed, Sep 22, 2010 at 6:56 AM, Jakob Unterwurzacher
>> <[email protected]> wrote:
>>> 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

Reply via email to