Bug 53674 - Connection to localhost has been lost!
Summary: Connection to localhost has been lost!
Status: RESOLVED FIXED
Alias: None
Product: ksysguard
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: KSysGuard Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-30 17:32 UTC by Peter Bruley
Modified: 2003-07-07 00:53 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Bruley 2003-01-30 17:32:49 UTC
Version:           1.1.0 (using KDE 2.2.2)
Installed from:    compiled sources
Compiler:          gcc version 2.95.3 20010315 (release)
OS:          Linux (i686) release 2.4.20

After compiling and installing new v2.4.20 kernel ksysguard can NOT connect to my local machine.
It gives me an error message in a pop-up window"

"Connection to localhost has been lost!"

I am connectting using "ssh" (which always worked for me in the past) "rsh" gives me the same error message.

My work around is this I have to add the following 2 lines to my /etc/rc.d/rc.local boot-up file:

echo "Starting ksysguardd"
exec /opt/kde/bin/ksysguardd -d -p 3112 >> /var/adm/messages 2>&1 &

Then I can connect using the "Daemon on port 3112" but hardware sensors (lm_sensors v2.6.5 or v2.7.0) act funny (sometimes they are avaialable and sometimes they are not)
Comment 1 Peter Bruley 2003-01-30 18:29:15 UTC
After looking at a different system I noticed that when ksysguard is started it
is supposed to notice that ksysguardd is not running and kick it over.

Apparently my ksysguardd was not starting automatically.

I got ksysguard to work properly again by doing this:

1) make sure that /opt/kde/bin was in my PATH.
2) rm -f ~/.kde/share/config/ksysguardrc
3) rm -r ~/.kde/share/apps/ksysguard
Comment 2 Tobias Koenig 2003-01-30 22:55:56 UTC
ksysguardd should be installed in the same PATH like the frontend, so 
ksysguard should normaly work 
Comment 3 Peter Bruley 2003-01-31 04:01:16 UTC
Yes you are correct ksysguard was found in my path and ksysgaurdd is in the same
path so I guess it was just removing the files in step 2 & 3 above that was the
true fix.
Comment 4 Thomas Fjellstrom 2003-02-10 09:30:07 UTC
I have the same error. But, removing the files above don't help. I tried running
ksysguardd seperatly, and it segfaults.

bt:
Program received signal SIGSEGV, Segmentation fault.
0x40026bc1 in sensors_get_all_features () from /usr/lib/libsensors.so.1
(gdb) bt
#0  0x40026bc1 in sensors_get_all_features () from /usr/lib/libsensors.so.1
#1  0x08050ba6 in initLmSensors ()
#2  0x0804aceb in initModules ()
#3  0x0804ad75 in main ()
#4  0x4005c9f1 in __libc_start_main () from /lib/libc.so.6

I have Kernel 2.4.19 installed, On Debian Cid, with newest stable i2c and
lm_sensors stuff.
Comment 5 Rohan Beckles 2003-03-05 18:12:06 UTC
I run RedHat Linux 8.0, vanilla kernel 2.4.18, I2C  & lm_sensors versions 2.7.0, and KDE 
version 3.1.0.  I have also noticed that KSysGuard (version 1.2.0) does NOT work with 
lm_sensors -  I get the message "Connection to localhost has been lost".  Also, starting 
ksysguardd causes a segmentation fault. 
Comment 6 Rohan Beckles 2003-03-05 20:59:26 UTC
This problem isn't directly related to the lmsensors library, but to the actual kernel modules - if 
you remove them from memory using rmmod KSysGuard works fine again. 
Comment 7 micha 2003-03-21 22:52:24 UTC
make same fixes like number 2&3. now ksysguard runns, but cannot open *.sgrd
files. the diagrams page is simply build, but how can i create a new process
table?  
Comment 8 Eric Camden 2003-07-05 08:35:43 UTC
I have the same problem. ksysguardd causes a segmentation fault right away and
ksysguard errors out with "Connection lost to localhost". I have tried several
times to remove the files in ~/.kde/apps/share and config, but to no avail. I
also do not have lm_sensors installed on my system, so I do not believe that is
the problem (or is there some other modules I need to unload). Are there any
other known causes of this problem?
Comment 9 Eric Camden 2003-07-07 00:53:43 UTC
I (from comment #8) found the cause of my problem. My laptop does stupid things
with APM (I think it has something do with the BIOS, I'm sure I've heard of it
other places). I removed the APM (and lm_sensors, just in case) from the list of
sensors in /etc/ksysguarddrc and everything seems to work fine. This behaviour
still seems like a bug to me . . . ksysguardd really should be robust enough to
handle malfunctioning sensors.