On Thu, 11 May 2017 18:57:10 +0300, Andrei Borzenkov wrote:
11.05.2017 15:52, Istvan Gabor пишет:
On Wed, 10 May 2017 19:59:54 +0300, Andrei Borzenkov wrote:
According to files you sent display manager was stopped. Before "init 3" there was active display-manager.service and Xorg was part of it; after "init 3" there is no display-manager.service and I expect if Xorg survived, service would still be considered present.
Can you actually work when you switch to vt7 or is it possible that just screen content remained?
Could you send "ps -ef" (as root) before and after "init 3" as well as "systemd-cgls"?
Thanks again.
Yes I can work in the remaining graphical desktop, it's a full functional desktop, looks like haven't been affected at all by init 3 events.
I sent ouputs of ps -ef and systemd-cgls to your address.
These are still running after init 3:
root 1742 1 0 14:17 ? 00:00:00 /opt/kde3/bin/kdm user 1859 1816 0 14:17 ? 00:00:00 /bin/sh /usr/bin/startkde3
and other kde3 related processes.
OK, one thing I missed initially.
● display-manager.service - X Display Manager Loaded: loaded (/usr/lib/systemd/system/display-manager.service; enabled; vendor preset: enabled) Active: activating (start) since Wed 2017-05-10 14:59:45 CEST; 1min 5s ago
Note that it says "activating", not "activ" (it is misleading, "Active" != "active". Oh well ...) If for some reasons activation fails, stopping it may have observed effect. Could you please wait for more than 90 seconds (it says "1min 5s ago" here) and check "systemctl -l status display-manager.service" until it changes state to something else. Please post full output. Also after it happened please check content of /var/run/displaymanager.pid and show PID number as well. And "ls -l /var/run/displaymanager.pid".
Here are the outputs: linux:~ # systemctl -l status display-manager.service ● display-manager.service - X Display Manager Loaded: loaded (/usr/lib/systemd/system/display-manager.service; enabled; vendor preset: enabled) Active: failed (Result: timeout) since Fri 2017-05-12 15:44:01 CEST; 2min 31s ago Process: 1595 ExecStart=/usr/lib/X11/display-manager start (code=exited, status=0/SUCCESS) Tasks: 3 (limit: 512) CGroup: /system.slice/display-manager.service ├─1689 /opt/kde3/bin/kdm └─1755 /usr/bin/Xorg -br -nolisten tcp :0 vt7 -auth /var/lib/xdm/authdir/authfiles/A:0-35oK4O May 12 15:42:34 linux kdm_config[1751]: Multiple occurrences of key 'Language' in section [X-*-Greeter] of /opt/kde3/share/config/kdm/kdmrc May 12 15:42:34 linux kdm_config[1751]: Multiple occurrences of key 'ShowUsers' in section [X-*-Greeter] of /opt/kde3/share/config/kdm/kdmrc May 12 15:42:34 linux kdm_config[1751]: Multiple occurrences of key 'UseBackground' in section [X-*-Greeter] of /opt/kde3/share/config/kdm/kdmrc May 12 15:42:34 linux kdm_config[1751]: Multiple occurrences of key 'AllowShutdown' in section [X-:*-Core] of /opt/kde3/share/config/kdm/kdmrc May 12 15:42:34 linux kdm_config[1751]: Multiple occurrences of key 'AutoLoginEnable' in section [X-:0-Core] of /opt/kde3/share/config/kdm/kdmrc May 12 15:42:48 linux kdm[1763]: :0[1763]: pam_unix(xdm:session): session opened for user user by (uid=0) May 12 15:44:01 linux systemd[1]: display-manager.service: Start operation timed out. Terminating. May 12 15:44:01 linux systemd[1]: Failed to start X Display Manager. May 12 15:44:01 linux systemd[1]: display-manager.service: Unit entered failed state. May 12 15:44:01 linux systemd[1]: display-manager.service: Failed with result 'timeout'. linux:~ # ls -l /var/run/displaymanager.pid ls: cannot access '/var/run/displaymanager.pid': No such file or directory linux:~ # cat /var/run/displaymanager.pid cat: /var/run/displaymanager.pid: No such file or directory Looks the ~same as Felix' output. Thanks again, Istvan -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org