You are not logged in.

#1 2014-04-22 08:42:03

stevenfrog
Member
From: China
Registered: 2013-02-18
Posts: 11

[sloved] Slim can not work when system starting

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   : Signature

Last edited by stevenfrog (2014-04-25 05:19:54)

Offline

#2 2014-04-22 09:36:07

JGC
Developer
Registered: 2003-12-03
Posts: 1,664

Re: [sloved] Slim can not work when system starting

You can try to recompile slim on your system. You probably use Nvidia drivers, which replaces some mesa libraries with Nvidia libraries.

Offline

#3 2014-04-22 12:35:41

geno.nullfree
Member
From: en_US
Registered: 2013-05-29
Posts: 18

Re: [sloved] Slim can not work when system starting

I'm not sure but since it's saying there's a library issue, you could try running:

# ldconfig

Failing that you could try a:

# pacman -Rns slim
# pacman -Syu slim

Offline

#4 2014-04-23 03:09:21

stevenfrog
Member
From: China
Registered: 2013-02-18
Posts: 11

Re: [sloved] Slim can not work when system starting

geno.nullfree wrote:

I'm not sure but since it's saying there's a library issue, you could try running:

# ldconfig

Failing 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

#5 2014-04-25 05:17:27

stevenfrog
Member
From: China
Registered: 2013-02-18
Posts: 11

Re: [sloved] Slim can not work when system starting

JGC wrote:

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

Board footer

Powered by FluxBB