Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Nach Update kein Displaymanager mehr
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
soundrolf
Tux's lil' helper
Tux's lil' helper


Joined: 08 Sep 2016
Posts: 122
Location: Cologne / Germany

PostPosted: Thu Oct 19, 2017 6:48 pm    Post subject: Nach Update kein Displaymanager mehr Reply with quote

Gentoo amd64 stable

Nach dem heutigen Update (19.10.2017) wurde das Paket x11-apps/xinit mit neuer Version eingespielt
mit (eix-sync und emerge -avuDN @world)

Danach läuft der Displaymanager nicht mehr, der Start des Displaymanagers wird mit einer Fehlermeldung abgebrochen. (war zu schnell um es zu lesen)

Lösung des Problems:

In der Datei /etc/x11/startDM.sh

von

EXEC="$(get_options service)"
NAME="$(get_options name)"
PIDFILE="$(get_options pidfile)"
START_STOP_ARGS="$(get_options start_stop_args)"

nach Ändern

EXEC="$(/lib/rc/bin/get_options service)"
NAME="$(/lib/rc/bin/get_options name)"
PIDFILE="$(/lib/rc/bin/get_options pidfile)"
START_STOP_ARGS="$(/lib/rc/bin/get_options start_stop_args)"

Danach läuft alles wieder wie gehabt
Back to top
View user's profile Send private message
kurisu
Apprentice
Apprentice


Joined: 19 Jan 2011
Posts: 159
Location: Munich, Germany

PostPosted: Thu Oct 19, 2017 9:01 pm    Post subject: Re: Nach Update kein Displaymanager mehr Reply with quote

Ist inzwischen gefixt. Siehe Commit 9bd33b8105427c8f92ca509c1cf60d0bf67f7aad

soundrolf wrote:
Danach läuft der Displaymanager nicht mehr, der Start des Displaymanagers wird mit einer Fehlermeldung abgebrochen. (war zu schnell um es zu lesen)

Wozu gibt es Logs?

Dennoch danke für deine Mühen.
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