Comment 5 for bug 132670

Revision history for this message
Till Kamppeter (till-kamppeter) wrote :

If you still do not get it working, do

ps auxwww | grep hpssd | grep -v grep

If a process is listed, kill it via

sudo kill -9 <process ID>

The process ID is the number directly after the user name.

Then do

python /usr/share/hplip/hpssd.py -ldebug -x > hpssd.log 2>&1 &

and start the hp-toolbox. When the failure occurs, attach the file hpssd.log to this bug report.