On 02/09/2018 09:41 PM, Felix Miata wrote:
David C. Rankin composed on 2018-02-09 21:23 (UTC-0600):
Felix Miata wrote:
Jan 30 23:05:04 kdm[1825]: :0[1825]: pam_unix(xdm-np:session): session opened for user ##### by (uid=0) Jan 30 23:05:30 systemd[1]: display-manager.service: Start operation timed out. Terminating. Jan 30 23:05:30 systemd[1]: Failed to start X Display Manager. Jan 30 23:05:30 systemd[1]: display-manager.service: Unit entered failed state. Jan 30 23:05:30 systemd[1]: display-manager.service: Failed with result 'timeout'.
this is an X issue and not KDM. Do you have KDE set as default DM in sysconfig?
# grep kdm /etc/sysconfig/displaymanager DISPLAYMANAGER="kdm3" # rpm -qa | grep dm- | grep kd kdebase3-kdm-3.5.10.1-329.2.x86_64
Well, that's what I have too and that hasn't changed in a long time. Do you have any other desktop installed that you can check startx with? (I generally install fluxbox and i3) Like 'startfluxbox' or 'startkde' from the command line? Also what about the systemd startup of the DM? Any changes from 42.2? $ cat /usr/lib/systemd/system/display-manager.service [Unit] Description=X Display Manager Requires=var-run.mount Conflicts=getty@tty7.service plymouth-quit.service After=ypbind.service gpm.service time-sync.target winbind.service acpid.service Wants=remote-fs.target dbus.socket systemd-user-sessions.service systemd-logind.service After=remote-fs.target dbus.socket systemd-user-sessions.service systemd-logind.service getty@tty7.service plymouth-quit.service [Service] Type=forking PIDFile=/var/run/displaymanager.pid ExecStart=/usr/lib/X11/display-manager start ExecStop=/usr/lib/X11/display-manager stop ExecReload=/usr/lib/X11/display-manager reload KillMode=process [Install] WantedBy=graphical.target Alias=xdm.service Really strange? -- David C. Rankin, J.D.,P.E. -- To unsubscribe, e-mail: opensuse-kde3+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kde3+owner@opensuse.org