[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: KDE startup hangs and 'commits suicide'



[Fabian Dortu]
>> Maybe one can add 
>> 
>> ifup lo
>> 
>> to the kde-startupscript. dcop seems to need the loopback interface.
[...]
> 
> It works ! Thanks a lot.

If this is a fresh install, you have probably been bitten by the bug
in the install system failing to configure the loopback interface.

The correct fix is probably to add the following to
/etc/network/interfaces:

  # The loopback interface
  auto lo
  iface lo inet loopback

It should have been added by the install program, but sometimes it
failed to do so.  The bug is believed fixed in the latest source.



Reply to: