You are not logged in.
I upgrade system by "pacman -Syu"
And slim can not work when system starting.
I have to login in system by bash.
Can anyone help me?
stevenfrog@Arch ~ $ systemctl status slim
● slim.service - SLiM Simple Login Manager
Loaded: loaded (/usr/lib/systemd/system/slim.service; enabled)
Active: failed (Result: exit-code) since Tue 2014-04-22 07:40:44 CST; 9h ago
Process: 644 ExecStart=/usr/bin/slim -nodaemon (code=exited, status=127)
Main PID: 644 (code=exited, status=127)
stevenfrog@Arch ~ $ slim
Inconsistency detected by ld.so: dl-version.c: 224: _dl_check_map_versions: Assertion `needed != ((void *)0)' failed!
stevenfrog@Arch ~ $ pacman -Qi slim
Name : slim
Version : 1.3.6-3
Description : Desktop-independent graphical login manager for X11
Architecture : x86_64
URL : http://slim.berlios.de/
Licenses : GPL2
Groups : None
Provides : None
Depends On : pam libxmu libpng libjpeg libxft libxrandr xorg-xauth
Optional Deps : None
Required By : slim-themes
Optional For : archlinux-themes-slim
Conflicts With : None
Replaces : None
Installed Size : 441.00 KiB
Packager : Evangelos Foutras <evangelos@foutrelis.com>
Build Date : 2013-12-23T16:39:01 CST
Install Date : 2014-02-24T15:49:27 CST
Install Reason : Explicitly installed
Install Script : No
Validated By : SignatureLast edited by stevenfrog (2014-04-25 05:19:54)
Offline
You can try to recompile slim on your system. You probably use Nvidia drivers, which replaces some mesa libraries with Nvidia libraries.
Offline
I'm not sure but since it's saying there's a library issue, you could try running:
# ldconfigFailing that you could try a:
# pacman -Rns slim
# pacman -Syu slimOffline
I'm not sure but since it's saying there's a library issue, you could try running:
# ldconfigFailing that you could try a:
# pacman -Rns slim # pacman -Syu slim
I tried both "ldconfig" and "pacman -XXX", but the problem is still there.
Maybe I need use another way to recompile slim in my machine.
But I have no time to test it now, I will try it another day.
Thx for replies.
Offline
You can try to recompile slim on your system. You probably use Nvidia drivers, which replaces some mesa libraries with Nvidia libraries.
Recompile slim can slove this problem.
Thx.
Offline