An anderer Stelle hatte ich schon geschrieben:
jkowalzik hat geschrieben:Hallo!
Gleicher Fehler, aber letztere Maßnahme brachte nichts.
Der Fehler trat bei mir nur an einem Rechner auf, der ganz neu mit MGA5.1 x64 bespielt wurde.
Die anderen Rechner, die vor ewig langer Zeit von 4 auf 5.x hochgezogen wurden, die haben den Fehler nicht.
- Code: Alles auswählen
bash-4.3$ ping 192.168.2.24
PING 192.168.2.24 (192.168.2.24) 56(84) bytes of data.
64 bytes from 192.168.2.24: icmp_seq=1 ttl=255 time=1.44 ms
64 bytes from 192.168.2.24: icmp_seq=2 ttl=255 time=2.66 ms
64 bytes from 192.168.2.24: icmp_seq=3 ttl=255 time=2.97 ms
64 bytes from 192.168.2.24: icmp_seq=4 ttl=255 time=5.87 ms
64 bytes from 192.168.2.24: icmp_seq=5 ttl=255 time=3.48 ms
64 bytes from 192.168.2.24: icmp_seq=6 ttl=255 time=2.02 ms
64 bytes from 192.168.2.24: icmp_seq=7 ttl=255 time=6.83 ms
64 bytes from 192.168.2.24: icmp_seq=8 ttl=255 time=2.08 ms
64 bytes from 192.168.2.24: icmp_seq=9 ttl=255 time=2.01 ms
64 bytes from 192.168.2.24: icmp_seq=10 ttl=255 time=4.15 ms
^C
--- 192.168.2.24 ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 9013ms
rtt min/avg/max/mdev = 1.441/3.356/6.839/1.692 ms
- Code: Alles auswählen
[root@Medion-ci5 juergen]# hp-setup -i 192.168.2.24
Traceback (most recent call last):
File "/usr/sbin/hp-setup", line 45, in <module>
from base import device, utils, tui, models, module, services, os_utils
File "/usr/share/hplip/base/device.py", line 43, in <module>
import status
File "/usr/share/hplip/base/status.py", line 59, in <module>
import hpmudext
ImportError: /usr/lib64/python2.7/site-packages/hpmudext.so: undefined symbol: hpmud_mdns_lookup
[root@Medion-ci5 juergen]# systemctl status cups -l -n250
● cups.service - CUPS Scheduler
Loaded: loaded (/usr/lib/systemd/system/cups.service; enabled)
Active: active (running) since So 2017-02-26 19:49:18 CET; 38min ago
Docs: man:cupsd(8)
Main PID: 21457 (cupsd)
Status: "Scheduler is running..."
CGroup: /system.slice/cups.service
└─21457 /usr/sbin/cupsd -l
Feb 26 20:00:44 Medion-ci5 cupsd[21457]: [Job 2] Job stopped due to filter errors; please consult the error_log file for details.
DEL
Feb 26 20:02:26 Medion-ci5 cupsd[21457]: [Job 2] Job stopped due to filter errors; please consult the error_log file for details.
Feb 26 20:02:48 Medion-ci5 cupsd[21457]: [cups-deviced] PID 22455 (hpfax) stopped with status 1!
Feb 26 20:07:56 Medion-ci5 cupsd[21457]: [Job 2] Job stopped due to filter errors; please consult the error_log file for details.
DEL
[root@Medion-ci5 juergen]#
Fehlermeldung:
- Code: Alles auswählen
localhost - - [26/Feb/2017:20:39:48 +0100] "POST / HTTP/1.1" 200 152 Cancel-Subscription successful-ok
localhost - - [26/Feb/2017:20:39:48 +0100] "POST / HTTP/1.1" 200 152 Cancel-Subscription successful-ok
localhost - - [26/Feb/2017:20:40:04 +0100] "POST /printers/HP-Color-LaserJet-CP1510 HTTP/1.1" 200 425 Print-Job successful-ok
Schwer gelogen: Print-Job successful-ok ----> Print-Job fürn Abort-nix ok
Ist das die Lösung: https://tuxanddroid.de/linux/hp-drucker-unter-linux-filter-failed-problem-beheben

Dort steht:
Das Problem beläuft sich scheinbar darauf, dass das hp-setup Tool mit der Python 3 Version nicht zurecht kommt. Nun, dachte ich mir, rufst du den Spaß einfach mit „python2.7 /usr/bin/hp-setup“ auf. Das klappte auch nicht.
Wenn man nach sieht, dann schleppt MGA auch 2 py - Versionen mit.
Gruß
J.