Bug 211072
Summary: | bad default config file | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Brian G. Anderson <bikehead> | ||||
Component: | hplip | Assignee: | Tim Waugh <twaugh> | ||||
Status: | CLOSED ERRATA | QA Contact: | |||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | rawhide | ||||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | 1.6.10-1.fc6.4 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2006-11-02 10:10:50 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 207681, 212953 | ||||||
Attachments: |
|
Description
Brian G. Anderson
2006-10-17 04:49:34 UTC
Do you still see this? I did a few days ago but haven't since. Yes, I just did a fresh install of FC6 on my laptop and when I shut down or restart the service, I get that message. The /var/log/messages log shows: hpssd[2909] error: Server exited with error: Unable to bind to socket it doesn't seem to be an selinux problem since I can turn setenforce 0 and still see the message. 1. What does 'netstat -tlp' say, as root? 2. Also, please attach your /etc/hp/hplip.conf file (should be the same as mine..) I'll attach the hplip.conf after this. netstat syas: [bikehead@porco ~]$ sudo netstat -tlp Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 localhost:2208 *:* LISTEN 2141/hpiod tcp 0 0 *:sunrpc *:* LISTEN 1864/portmap tcp 0 0 localhost:smtp *:* LISTEN 2104/sendmail: acce tcp 0 0 *:793 *:* LISTEN 1883/rpc.statd tcp 0 0 *:ssh *:* LISTEN 2073/sshd tcp 0 0 porco:ipp *:* LISTEN 2064/cupsd Created attachment 139488 [details]
config file for hplip service
I've never changed this file, so this should be stock.
The config parser is failing to convert '2207 (IANA IP Port)' to an int. Default config file needs fixing. Please try this test update: https://www.redhat.com/archives/fedora-test-list/2006-October/msg01025.html You should be able to do this using: yum --enablerepo=updates-testing update hpijs hplip libsane-hpaio Errata pushed: hplip-1.6.10-1.fc6.4 |