You are not logged in.
Hi.
I have just updated my system, on rebooting X is broken, got various errors regarding libcrypto.0.9.8 ...
As I was actually as work (and needed to get to my desktop ASAP) I downgraded the following packages
openssl-0.9.8n-1-x86_64.pkg.tar.xz libarchive-2.8.3-1-x86_64.pkg.tar.gz libfetch-2.30-1-x86_64.pkg.tar.gz
- I can now get to X (to write this)
However at the same time most of my system is bust ....
I cant use wget/openssh, etc,etc
How do I fix this nightmare ?
cheers
Last edited by yossarianuk (2010-04-09 15:40:45)
Offline
Find an up to date mirror and run pacman -Syu again.
Offline
I cant now!
In order to do my job I needed SSH, so downgraded again to 0.9.8 (after restarting X)
pacman is now broken - any ideas?
Offline
I have gone through this (from other post)
still getting pacman: error while loading shared libraries: libssl.so.0.9.8:
- what can I do - if I reboot I lose X (forever this time)
---------------------------
cd /var/cache/pacman/pkg
# Remove openssl 1.0 (prepend / and filter directories)
tar -tf openssl-1.0.0-2-i686.pkg.tar.gz | sed "s@^@/@" | grep -vE "/$" | xargs rm -f
# Install openssl 0.9.8
tar -xf openssl-0.9.8n-1-i686.pkg.tar.xz -C /
# Upgrade everything
pacman -Suy
# Now pacman complains it doesn't have openssl 1.0 ![]()
# Remove openssl 0.9.8 (prepend / and filter directories)
tar -tf openssl-0.9.8n-1-i686.pkg.tar.xz | sed "s@^@/@" | grep -vE "/$" | xargs rm -f
# Reinstall openssl 1.0
tar -xf openssl-1.0.0-2-i686.pkg.tar.gz -C /
# Final cleaning
rm /.PKGINFO
---------------------------
Offline
edit/ nvm, you found the thread.
Last edited by bangkok_manouel (2010-04-09 15:27:07)
Offline
Hi.
Managed to sort it by doing the same for libfetch + libarchive
Pacman now working !
cheers
Offline
Rule of thumb: only downgrade if you really know what you are doing; especially such basic libs.
And if you see a big update coming in but you need your computer to work with right now on the other hand, you should answer NO if pacman asks you to update. This is a general rule for Arch: if you have no time to deal with possible problems right now update later.
Offline
Hi.
Thanks for the responses.
I have to say in 1 years use of arch I have only been bitten by a bad update twice, which considering the amount of updates is really not bad at all.
I am going to change to a more updated mirror!
I wouldn't normally downgrade at all but it was very urgent I got to my desktop at that time (boss waiting for me to show him something - I am the only person using arch too, everybody else has Ubuntu/Windows)
Cheers
Last edited by yossarianuk (2010-04-09 15:53:58)
Offline
Could you please suggest a more up to date mirror by name? I'm using mirrors.kernel.org. Is that not up-to-date?
% whereis whatis whence which whoami whois who
Offline
Could you please suggest a more up to date mirror by name? I'm using mirrors.kernel.org. Is that not up-to-date?
kernel.org has more servers and based on your location, it can give you one near you. this is up to date:
ftp://mirror.giantix-server.de/archlinux/
Give what you have. To someone, it may be better than you dare to think.
Offline
I use the first Canadian ![]()
Anywayz, the update worked fine for me on 3 systems. I just only did:
pacman -Syyuu
pressed no, and gone on to manually install pacman
pacman -S pacman
and then update
pacman -Suu
and everything was alright! ![]()
Offline