johnmdesmond Tux's lil' helper
Joined: 05 Jan 2005 Posts: 83
|
Posted: Sat Oct 31, 2009 4:49 am Post subject: KDE Lan Information Server (LISA) uses 100% CPU |
|
|
Whenever I start lisa, it grabs every available cpu cycle until I kill it. Just upgraded to KDE 4 and haven't used lisa before, but I think I have it configured correctly:
Code: | $ cat /etc/lisarc
PingAddresses = 192.168.0.1-192.168.0.100
AllowedAddresses = 192.168.0.0/255.255.255.0
BroadcastNetwork = 192.168.0.0/255.255.255.0
SearchUsingNmblookup = 1 #also try nmblookup
FirstWait = 30 #30 hundredth seconds
SecondWait = -1 #only one try
#SecondWait = 60 #try twice, and the second time wait 0.6 seconds
UpdatePeriod = 300 #update after 300 secs
DeliverUnnamedHosts = 1 #don't publish hosts without name
MaxPingsAtOnce = 256 #send up to 256 ICMP echo requests at once
|
Anyone else seen this problem?
Thanks. |
|