Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Drucker mal wieder verschwunden (Libreoffice, Evince)
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
guru meditation
Apprentice
Apprentice


Joined: 18 Mar 2018
Posts: 150
Location: Planet Earth

PostPosted: Mon Jun 15, 2020 3:08 pm    Post subject: Drucker mal wieder verschwunden (Libreoffice, Evince) Reply with quote

Nach dem letzten emerge --depclean, das konfliktfrei verlief, listen Programme wie Libreoffice oder Evince nur noch LPR und Drucken in Datei auf. Komischerweise findet ausgerechnet Wine den Drucker.

CUPS lists unter localhost:631 ebenfalla den Drucker.

Weiß jemand Rat welches Paket da nachinstalliert werden muß?
Back to top
View user's profile Send private message
mike155
Advocate
Advocate


Joined: 17 Sep 2010
Posts: 4438
Location: Frankfurt, Germany

PostPosted: Mon Jun 15, 2020 5:38 pm    Post subject: Reply with quote

  1. Ist der Cups Socket aktiv und hat er auch die richtigen Berechtigungen?
    Code:
    # ls -la /run/cups/cups.sock
    srw-rw-rw- 1 root root 0 Jun 15 14:02 /run/cups/cups.sock

  2. Existiert die Cups Client Konfigurationsdatei "client.conf" und steht da auch das Richtige drin?
    Code:
    # ls -la /etc/cups/client.conf
    -rw-r--r-- 1 root root 31 May  9 16:42 /etc/cups/client.conf

    Code:
    # cat /etc/cups/client.conf
    ServerName /run/cups/cups.sock

    oder
    Code:
    # cat /etc/cups/client.conf
    ServerName 127.0.0.1

Back to top
View user's profile Send private message
guru meditation
Apprentice
Apprentice


Joined: 18 Mar 2018
Posts: 150
Location: Planet Earth

PostPosted: Tue Jun 16, 2020 12:12 am    Post subject: Reply with quote

cups.sock ist vorhanden, hat ausreichend Berechtigungen (es gibt nur Benutzer root), und /etc/cups/client.conf verweist auf cups.sock.

Code:
garganelli ~ # ls -la /run/cups/cups.sock
srwxrwxrwx 1 root root 0 15. Jun 15:27 /run/cups/cups.sock
~ # ls -la /etc/cups/client.conf
-rw-r--r-- 1 root root 31 18. Mai 03:52 /etc/cups/client.conf

~ # cat /etc/cups/client.conf
ServerName /run/cups/cups.sock


Das hatte vor dem depclean bereits funktioniert, daher tippe ich auf ein fehlendes Paket/fehlende Lib.
Back to top
View user's profile Send private message
mike155
Advocate
Advocate


Joined: 17 Sep 2010
Posts: 4438
Location: Frankfurt, Germany

PostPosted: Tue Jun 16, 2020 12:46 am    Post subject: Reply with quote

Dann prüfe als nächstes, ob alle Pakete, die das USE Flag "cups" haben, auch mit diesem USE Flag installiert wurden.
  1. Wird das USE Flag über das Profil bzw. über Deine make.conf gesetzt?
    Code:
    emerge --info

    In der Zeile "USE=" sollte das USE Flag "cups" angezeigt werden.

  2. Sind auch alle Pakete mit den richtigen USE Flags gebaut?
    Code:
    emerge --update --deep --newuse -pv @world

    Schau, ob Pakete neu gebaut werden müssen, weil das USE Flag "cups" fehlt.

Die "x" mode bits bei dem Cups Unix Domain Socket sind merkwürdig. Hast Du eine Ahnung, warum sie gesetzt sind? Könnte Teil des Problems sein.
Back to top
View user's profile Send private message
Tyrus
Guru
Guru


Joined: 03 Feb 2018
Posts: 300

PostPosted: Tue Jun 16, 2020 8:35 am    Post subject: Reply with quote

Wenn du depclean im Verdacht hast etwas "zuviel" entfernt zu haben - schau doch einfach in '/var/log/emerge.log'. Da steht bei mir auch was depclean gemacht hat.
Zum Beispiel so - das war gestern:

Code:

[...]
1592184533:  *** emerge --ask --depclean
1592184533:  >>> depclean
1592184625: === Unmerging... (kde-apps/poxml-20.04.1)
1592184629:  >>> unmerge success: kde-apps/poxml-20.04.1
1592184629: === Unmerging... (dev-ruby/did_you_mean-1.1.2)
1592184632:  >>> unmerge success: dev-ruby/did_you_mean-1.1.2
1592184632: === Unmerging... (dev-lang/ruby-2.4.10)
1592184638:  >>> unmerge success: dev-lang/ruby-2.4.10
1592184638:  *** exiting successfully.
1592184639:  *** terminating.
[...]
Back to top
View user's profile Send private message
guru meditation
Apprentice
Apprentice


Joined: 18 Mar 2018
Posts: 150
Location: Planet Earth

PostPosted: Sun Jun 21, 2020 12:09 am    Post subject: Reply with quote

Stellt sich raus: irgendeine Lib war (wieder mal) iin bestimmten Paketen nicht einkompiliert. Nachdem beim Libreoffice-Recompile der Drucker "plötzlich" wieder aufgetaucht ist, habe ich einige andere Programme wie den Browser ebenso neu erstellt.

Läuft also, warum und wieso das vorher getan hat und dann nicht, weiß der Geier.

Danke für die Hilfe.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum