You are not logged in.

#1 2010-04-11 23:31:13

permagreen
Member
From: Portland, OR
Registered: 2009-09-08
Posts: 9

GDM fails to load after upgrade

So I recently upgraded my computer and it was a fairly large upgrade, including the openssl upgrade that seems to be causing everyone else so much trouble. Today I rebooted and gdm failed to start, saying

WARNING: GdmLocalDisplayFactory: Maximum number of X display failures reached: check X server for errors

This was preceeded by a few messages telling me the display lasted 0.0254569 seconds (approximately).

I then checked Xorg.0.log and the most suspicious thing I found was:

(WW) Open ACPI failed (var/run/acpid.socket) (No such file or directory)

There was also something along the lines of

(WW) AllorEmptyInput is on, devices using drivers 'kdb', 'mouse', or 'vmmouse' will be disabled.

However I don't think that second thing really has anything to do with the current problem.

An attempt to run startx gives me this error:

/usr/bin/X: error while loading shared libraries: libcrypto.so.0.9.8: cannot open shared object file: no such file or directory
giving up.

Near as I can tell the problem is either acpid or libcrypto, but either way I'm not sure what to do about it. Any ideas?

Offline

#2 2010-04-12 05:18:33

Flag
Member
Registered: 2009-05-14
Posts: 38

Re: GDM fails to load after upgrade

Same here

Offline

#3 2010-04-12 05:25:26

Mektub
Member
From: Lisbon /Portugal
Registered: 2008-01-02
Posts: 647

Re: GDM fails to load after upgrade

permagreen,

most probably its libcrypto.so.0.9.8. Some program was not updated and still wants the old library.

Check for programs that still want the old lib with the script on post 7 of:

http://bbs.archlinux.org/viewtopic.php?id=95065

Its:

find {,/usr}/{,s}bin/ /usr/lib/ -type f -printf \~%p -exec readelf -d \{\} \; 2>/dev/null | awk '/libssl.so.0.9.8|libcrypto.so.0.9.8/{print$1}' RS="~" FS="\n"

Mektub


Follow me on twitter: https://twitter.com/johnbina

Offline

#4 2010-04-12 05:36:03

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,672
Website

Re: GDM fails to load after upgrade

My guess is that it is xorg-server itself the needs updating.  Try changing mirrors.

Offline

#5 2010-04-12 05:39:37

Flag
Member
Registered: 2009-05-14
Posts: 38

Re: GDM fails to load after upgrade

Well could do that, but it's no use as pacman won't run because it can't find libcrypto.so.0.9.8

Offline

#6 2010-04-12 05:43:46

Mektub
Member
From: Lisbon /Portugal
Registered: 2008-01-02
Posts: 647

Re: GDM fails to load after upgrade

Flag wrote:

Well could do that, but it's no use as pacman won't run because it can't find libcrypto.so.0.9.8

http://bbs.archlinux.org/viewtopic.php?id=94902

Mektub


Follow me on twitter: https://twitter.com/johnbina

Offline

#7 2010-04-12 05:44:03

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,672
Website

Re: GDM fails to load after upgrade

Umm...  how did you do the update?   It is always best to update the whole system at one time.

Anyway, there are threads here explaining how to recover from that.  A forum search will help.

Offline

#8 2010-04-12 05:48:21

Flag
Member
Registered: 2009-05-14
Posts: 38

Re: GDM fails to load after upgrade

Full system update, pacman itself as # 1.

Offline

#9 2010-04-12 06:33:16

Flag
Member
Registered: 2009-05-14
Posts: 38

Re: GDM fails to load after upgrade

ln -sf /usr/lib/libssl.so.1.0.0 /usr/lib/libssl.so.0.9.8
ln -sf /usr/lib/libcrypto.so.1.0.0 /usr/lib/libcrypto.so.0.9.8

did the trick, thanks to csergec

Offline

#10 2010-04-12 06:53:29

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,672
Website

Re: GDM fails to load after upgrade

That is not a good fix and is known to cause issues.    Change to an up to date mirror and do a full system update.

Offline

#11 2010-04-12 07:09:14

Mektub
Member
From: Lisbon /Portugal
Registered: 2008-01-02
Posts: 647

Re: GDM fails to load after upgrade

Flag wrote:

ln -sf /usr/lib/libssl.so.1.0.0 /usr/lib/libssl.so.0.9.8
ln -sf /usr/lib/libcrypto.so.1.0.0 /usr/lib/libcrypto.so.0.9.8

did the trick, thanks to csergec

As Allan says, you are heading for trouble. Do it the proper way by updating the system.

Mektub


Follow me on twitter: https://twitter.com/johnbina

Offline

#12 2010-04-12 07:27:21

Flag
Member
Registered: 2009-05-14
Posts: 38

Re: GDM fails to load after upgrade

Did so after I got my system back, trust it is fine now ( well hope so )

Offline

Board footer

Powered by FluxBB