On 17.6.2014 3:29, 草民先生 wrote:
Hi Armin K.
Thank you very much. I couldnt' login gmail last two days. I am sorry
for replying late.
When I running "ls -l /etc/pam.d/gdm*" , and there is nothing, then I
check GDM-3.12.2's configure find that there isn't switch
"--with-distro=lfs" but "--with-default-pam-config=lfs". So, I rebuild
the gdm with following scripts:

    ./configure \
             --prefix=/usr \
             --sysconfdir=/etc \
             --localstatedir=/var \
             --with-initial-vt=7 \
             --without-console-kit \
             --with-systemd \
             --with-systemdsystemunitdir=/lib/systemd/system \
             --enable-systemd-journal \
    --with-default-pam-config=lfs \
             --disable-static


and, rerun "ls -l /etc/pam.d/gdm*", there are serveral files just like :
内嵌图片 1

Now, I reboot the system. and new problem happened: the first text
console flash 4-5 times, and gnome login window didn't display yet. so I
check "/var/log/Xorg.0.log", there is nothing. That means X isn't running.

I think maybe the system is messed by me. so I decide rebuild the
Xwindow after "lfs-systemd" which I have a backup of .

Thank you very much.


-----------------------------------------
​regards
​coolboy​

-----------------------------------------


Screen flashing like that means that Xorg server is failing to start. Starting with version 3.12.0, all gdm and xserver logs are now in systemd-journal, not in /var/log/gdm or /var/log/Xorg.0.log.
--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to