You are not logged in.
Allright this is not good.
I just tried search on a package, and I got this:
root:~$ pacman -Ss flash
zsh: segmentation fault pacman -Ss flash
root:~$
What is happening?
Arch - It's something refreshing
Offline
I'm probably not much help but that won't tell the devs a lot, maybe try using strace to get some more output.
Offline
I'm probably not much help but that won't tell the devs a lot, maybe try using strace to get some more output.
Strace?
EDIT: I tried to go verbose, and I got this:
[root@matrix ~]$ pacman -Sv flash
error: unable to lock pacman database.
if you're sure pacman is not already running, you
can remove /tmp/pacman.lck
Tried to remove /tmp/pacman.lck, but i didn't work:
[root@matrix ~]$ rm /tmp/pacman.lck
[root@matrix ~]$ pacman -Ss flash
zsh: segmentation fault pacman -Ss flash
[root@matrix ~]$
Arch - It's something refreshing
Offline
I just got a thought.
Earlier this day I tried to do a 'pacman-optimize'. I think it may have screewed pacman.
Now when I run it I just get this:
[root@matrix ~]$ pacman-optimize
==> md5sum'ing the old database...
It just hangs.
Arch - It's something refreshing
Offline
It seems like my filesystem just was full of errors.
Arch - It's something refreshing
Offline
Perhaps if you remove all references to the database ( /var/lib/pachan)you will be able to re-start pacman and then run pacman -Syu to re-synchronize the sytem.
BTW do not delete the directory (just in case ), it should be enough to move/re-name the pacman directory.
HOpe this helps.
Offline
DO NOT DELETE /var/lib/pacman/local!!
that is your "local" database of packages that are installed on your system.
Offline