View previous topic :: View next topic |
Author |
Message |
yzg Guru

Joined: 18 Jun 2005 Posts: 483
|
Posted: Thu Oct 19, 2017 12:50 pm Post subject: Attention! Black screen after x11-apps/xinit-1.3.4-r2 update |
|
|
There is a bug report on this issue. Please read it before updating and rebooting.
https://bugs.gentoo.org/634706 |
|
Back to top |
|
 |
papas Tux's lil' helper

Joined: 01 Dec 2014 Posts: 133 Location: Athens
|
Posted: Thu Oct 19, 2017 12:56 pm Post subject: |
|
|
too late for me...
thank you anyway |
|
Back to top |
|
 |
Fitzcarraldo Veteran


Joined: 30 Aug 2008 Posts: 1916 Location: United Kingdom
|
Posted: Thu Oct 19, 2017 1:34 pm Post subject: |
|
|
Thanks for posting, yzg. I got caught out, but at least your post and link to the Gentoo Bugzilla bug report got me going again. Crazy that x11-apps/xinit was updated in the Stable branch apparently without proper testing and without leaving a previous version in the tree.  _________________ Clevo W230SS: amd64 nvidia-drivers & xf86-video-intel.
Compal NBLB2: ~amd64 xf86-video-ati. Dual boot Win 7 Pro 64-bit.
OpenRC eudev elogind & KDE on both.
Fitzcarraldo's blog |
|
Back to top |
|
 |
JohnBlbec Guru

Joined: 08 Feb 2003 Posts: 306
|
Posted: Thu Oct 19, 2017 1:40 pm Post subject: |
|
|
[Moderator note: this post, the two immediately following it (jssilva Thu Oct 19, 2017), (The_Great_Sephiroth Thu Oct 19, 2017), and two posts from platojones were posted as a necromancy response to a vaguely similar thread from 2015 ([SOLVED] Lightdm: could not start the Display Manager). I split them from that thread to let the dead rest peacefully, and brought them here to keep everything together. -Hu]
hi. i had exactly the same problem and my gentoo is up-to-date.
could anybody tell me why there are lines in /etc/x11/startDM.sh
EXEC="$(get_options service)"
NAME="$(get_options name)"
PIDFILE="$(get_options pidfile)"
START_STOP_ARGS="$(get_options start_stop_args)"
instead of
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)"
because as far as i know no update updates ROOTPATH properly
Last edited by JohnBlbec on Thu Oct 19, 2017 3:57 pm; edited 2 times in total |
|
Back to top |
|
 |
jssilva Tux's lil' helper

Joined: 27 Sep 2017 Posts: 106
|
Posted: Thu Oct 19, 2017 2:54 pm Post subject: |
|
|
I hope I'm adding some value to this conversation, and not being considered a 'me too'
I had the same problem today, I think after an update but I'm not sure because I changed some things also.
The fact is, the solution posted a few posts before didn't work for me, the path never reached the root environment; I didn't care to investigate the reason.
Instead, as a "band-aid", I just included the full path of get_options in startDM.sh, as referred on the post before mine. It's now working. |
|
Back to top |
|
 |
The_Great_Sephiroth Veteran

Joined: 03 Oct 2014 Posts: 1523 Location: Fayetteville, NC, USA
|
Posted: Thu Oct 19, 2017 5:27 pm Post subject: |
|
|
I just updated this morning on a FRESH INSTALL WHICH WORKED, and now I get this error. I have Plasma and SDDM. Worked fine. I synchronized, updated (five or six things when using "avuND @world"), rebooted, and now no desktop. I am about to clone this laptop to eight others. Is there a fix in the works for this? I am apprehensive about doing custom mods because if we need to reinstall at some point (say a disk dies), I may not remember the fix. _________________ Ever picture systemd as what runs "The Borg"? |
|
Back to top |
|
 |
soundrolf n00b

Joined: 08 Sep 2016 Posts: 70 Location: Cologne / Germany
|
Posted: Thu Oct 19, 2017 6:36 pm Post subject: Displaymanager not starting after x11-apps/xinit Update |
|
|
[Moderator note: this post was originally a separate thread. As it contains a spot workaround for the issue, I merged it to the other active thread on the subject rather than sending it to Duplicate Threads. -Hu]
Gentoo amd64 stable
After todays (19.Oct.2017) update ( eix-sync and emerge -avuDN @world) , packet x11-apps/xinit has been updated.
Displaymanager (Slim) does not appear.
Solution:
Change in /etc/x11/startDM.sh
from
Code: | EXEC="$(get_options service)"
NAME="$(get_options name)"
PIDFILE="$(get_options pidfile)"
START_STOP_ARGS="$(get_options start_stop_args)"
|
to
Code: | 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)"
|
Reboot and have fun
[Moderator edit: added [code] tags to preserve output layout. -Hu] |
|
Back to top |
|
 |
asturm Developer


Joined: 05 Apr 2007 Posts: 8224 Location: Austria
|
Posted: Thu Oct 19, 2017 7:10 pm Post subject: |
|
|
Fixed with -r3 (the actual regression did not happen in -r2, but the rebuild triggered by the revbump). _________________ backend.cpp:92:2: warning: #warning TODO - this error message is about as useful as a cooling unit in the arctic |
|
Back to top |
|
 |
Naib Watchman


Joined: 21 May 2004 Posts: 5896 Location: Removed by Neddy
|
Posted: Thu Oct 19, 2017 8:42 pm Post subject: |
|
|
thanks good catch, did a rare sync twice in one day to pull r3 _________________ https://www.otw20.com/ Where you can talk
Quote: | Removed by Chiitoo |
|
|
Back to top |
|
 |
platojones Veteran


Joined: 23 Oct 2002 Posts: 1599 Location: Just over the horizon
|
Posted: Thu Oct 19, 2017 9:18 pm Post subject: |
|
|
Yep, showed up on 2 of my machines today. I suspect it came in with a change to the latest openrc:
Code: | Thu Oct 19 07:20:26 2017 >>> sys-apps/openrc-0.33.1 |
|
|
Back to top |
|
 |
platojones Veteran


Joined: 23 Oct 2002 Posts: 1599 Location: Just over the horizon
|
|
Back to top |
|
 |
|