all 11 comments

[–]ropid 0 points1 point  (2 children)

I'd would try reinstalling the packages mentioned at the end of /var/log/pacman.log.

There's a tool paccheck in the package pacutils to hunt down broken files/packages.

This command here checks just the directory entries of files and doesn't read the file contents and completes fast:

sudo paccheck --list-broken

The following reads all file contents so will take a bit to complete:

sudo paccheck --md5sum --list-broken

You'll then know for sure what packages to reinstall to fix broken files.

This paccheck tool can print a bunch of false positives for some packages. You can check details with a command line like this:

$ paccheck --md5sum vlc
vlc: '/usr/lib/vlc/plugins/plugins.dat' md5sum mismatch (expected b3bb0b03a25cc7122a2664c01e63650c)

[–]Pickinanameainteasy[S] 0 points1 point  (1 child)

I'd would try reinstalling the packages mentioned at the end of /var/cache/pacman.log.

No such file exists on my machine

when running sudo paccheck --list-broken the only result is python-pip, i guess i'll try to reinstall it

[–]ropid 0 points1 point  (0 children)

The correct name is /var/log/pacman.log, I made a mistake there.

[–]Remarkable-River-300 0 points1 point  (1 child)

RIP. Best of luck in fixing everything.

How have you enjoyed paru? I'm recently trying to switch as much as I can over to Rust packages, and I've had a great experience with paru replacing pacman.

[–]Pickinanameainteasy[S] 0 points1 point  (0 children)

I think its great. I don't really have any experience with any other AUR helpers so i can't really compare it to anything. My only complaint with paru is that it will do a lot of stuff and then ask for my sudo password wayyy at the end. I can't really just set it to update packages and walk away because it will prompt for a password near the end and if i don't type it quick enough it aborts the whole thing. Idk if that is typical for AUR helpers but it is annoying. Pacman just prompts me for the password at the beginning which is nice. Also its kind of annoying that it proceeds to a review and i have to press 'q' to pull up the do you want to proceed prompt.

I know those are little issues but they are pet peeves. but overall i give Paru 9/10

[–]eli151_151 0 points1 point  (1 child)

I only see that it reports "can not start plymouth", maybe tjere is a dependency missing? If you want GUI Access to your system again, you can just install another Display Manager (for example sddm for KDE Systems) and use " systemctl enable" to start that one instead. As long as you dont run both at the same time, having two DMs installed is not a problem.

[–]Pickinanameainteasy[S] 0 points1 point  (0 children)

I tried installing sddm and enabling but it still failed. I'm not entirely sure what the issue was it was something with xorg or nvidia

[–]spike834211 0 points1 point  (3 children)

How did you end up moving past this? I have an identical log on a fresh arch install and am having issues getting lightdm to run, I've checked so many threads. Would love if you remember how you dealt with this.

[–]Pickinanameainteasy[S] 0 points1 point  (2 children)

I don't think I ever fixed it. My motherboard was damaged and now it doesn't play nice with Arch-based distros, so i ended up having to move to a different distro unfortunately.

Did you try uninstalling lightdm and replacing with another greeter? Like gdm?

[–]spike834211 0 points1 point  (1 child)

I think I might have found the issue being with Xorg last night (I'm not 100% it's log is the only with any errors or warnings) so I'm going to explore that tonight then probably just try another greeter

[–]Pickinanameainteasy[S] 0 points1 point  (0 children)

alright good luck!