cups FC4

From: <ewi--@t-online.de>
Date: Thu Aug 18 2005 - 12:57:07 CEST

hei *,

hab mal wieder ein cups problem. nach dem upgrade auf FC4 gelingt es
mir nicht mehr, den cupsd zu starten. das problem gibt es auch in

http://www.linuxprinting.org/pipermail/general-list/2004q3/005465.html

aber leider keine l"osung.

das problem stellt wich so dar:

# /etc/rc.d/init.d/cups restart
Stopping cups: [FAILED]
Starting cups: cupsd: Child exited with status 98!
                                                           [FAILED]

dass das stoppen failed, ist klar, aber das stellt sicher, dass er
nicht lief

die einzige mir verd"achtige zeile in der error_log ist
# cat /etc/cups/error_log
...
E [18/Aug/2005:09:58:13 +0000] StartListening: Unable to bind socket for address 7f000001:631 - Address already in use.

wenn ich in /etc/cups/cupsd.conf den port auf 443 stelle, kann ich
zwar den cupsd starten, aber ich kann keine drucker einrichten, weil
die gew"ohlich lange liste der devices dann leer ist. in dieser
situation liefert netstat folgendes

root@kira ewi] (0) netstat -nlvp|grep ":631"
(Not all processes could be identified, non-owned process info
 will not be shown, you would have to be root to see it all.)
netstat: no support for `AF IPX' on this system.
netstat: no support for `AF AX25' on this system.
netstat: no support for `AF X25' on this system.
netstat: no support for `AF NETROM' on this system.
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN -
udp 0 0 0.0.0.0:631 0.0.0.0:* -

das bedeutet wohl, dass das "andern des ports von cups auch in
irgendwelchen configs zu tcp und udp gemacht werden m"usste?

lieber w"are mir eigentlich, den prozess zu finden, der die
ben"otigte adresse benutzt, und ihn zu "uberreden, das nicht mehr zu
tun. wenn ich den port in der cupsd.conf auf 631 habe, bekomme ich mit
netstat dieses:

[root@kira ewi] (0) netstat -nlvp|grep ":631"
netstat: no support for `AF IPX' on this system.
netstat: no support for `AF AX25' on this system.
netstat: no support for `AF X25' on this system.
netstat: no support for `AF NETROM' on this system.

zum vergleich: auf hiob, auf dem FC3 l"auft, sieht
das so aus:

[root@hiob ewi] (0) netstat -nlvp|grep ":631"
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 31168/cupsd
udp 0 0 0.0.0.0:631 0.0.0.0:* 31168/cupsd
netstat: no support for `AF IPX' on this system.
netstat: no support for `AF AX25' on this system.
netstat: no support for `AF X25' on this system.
netstat: no support for `AF NETROM' on this system.

das wirkt auf mich, als sei der platz, den cupsd einnehmen m"ochte,
auf dem rechner kira frei. oder hab ich die falschen parameter f"ur
netstat genommen?

hat jemand vorschl"age zur diagnose oder therapie?

vielen dank und herzliche gr"u"se,
elke.
Received on Thu, 18 Aug 2005 12:57:07 +0200

This archive was generated by hypermail 2.1.8 : Thu Aug 18 2005 - 12:55:14 CEST