You are not logged in.
Hi, about an hour ago i tried to install libre office and ran into a conflicting dependancy with ncmpcpp which i unninstalled and then installed libre office. After that i wasnt able to open any apps anymore so i restarted and sddm wouldnt launch (status=127). I used startx to get into one of my window managers but stull was unable to even launch a terminal. Im running kernel 5.17.1, my cpu is an AMD Ryzen 7 2700X and my gpu is an AMD Radeon RX 5500. I am able to use the tty but no graphical apps launch (dmenu does launch). I would greatly appreaciate if anyone could help me resolve this issue.
Kind regards,
Carl Marino
Last edited by ccm767676 (2022-04-24 13:15:40)
Offline
tried to install libre office and ran into a conflicting dependancy with ncmpcpp
Don't run partial updates, do "pacman -Syu" …
Offline
i tried to install libre office and ran into a conflicting dependancy with ncmpcpp
Both these packages are in the official repos, so a conflict is unlikely. Post your full pacman log.
Offline
ccm767676 wrote:i tried to install libre office and ran into a conflicting dependancy with ncmpcpp
Both these packages are in the official repos, so a conflict is unlikely. Post your full pacman log.
I think i used my aur helper for ncmpcpp i reinstalled it through thetty after and got no issues with the dependancies. Im unable to replicate the issue
Last edited by ccm767676 (2022-04-23 20:09:44)
Offline
I just tried to run an update with my aur helper(paru -Syu) and got this
https://postimg.cc/TpY8WvFw
Same happens with pacman
Last edited by ccm767676 (2022-04-23 20:19:19)
Offline
1. Stop using the AUR helper, it is not your package manager, pacman is.
2. Don't -Sy package, it breaks things: https://gist.github.com/vodik/5660494
3. You don't have a network connection.
Offline
1. Stop using the AUR helper, it is not your package manager, pacman is.
2. Don't -Sy package, it breaks things: https://gist.github.com/vodik/5660494
3. You don't have a network connection.
Your right i didnt think of that because my pc is cobnected using lan how do i fix this?
Offline
https://wiki.archlinux.org/title/Pacman … an_upgrade - different cause, same solution.
Offline
Ok ill try that and let u know if it works
Offline
Don't forget to mount your boot partition…
Offline
Unfortunatly that did not.work.because i got errors. I will.try reinstalling all.packages now
Offline
Unfortunatly that did not.work.because i got errors.
Offline
ccm767676 wrote:Unfortunatly that did not.work.because i got errors.
Ok thanks i will in future ill try installing packages and if that doesnt work i will go back to the other link and will make sure to post the full log
Offline
When i tried to re install all packages i ran into this err
https://postimg.cc/3WDjCt0H
Offline
Did you use just 'chroot' instead of 'arch-chroot'?
Offline
Did you use just 'chroot' instead of 'arch-chroot'?
I wasnt arch-chrooted i used pacman --sysroot /mnt
Ill try arch-chroot
Last edited by ccm767676 (2022-04-23 21:33:31)
Offline
ah. Yeah, that may not work without all of the pseudo-filesystems mounted. Unless pacman's broken, just arch-chroot in.
Offline
ah. Yeah, that may not work without all of the pseudo-filesystems mounted. Unless pacman's broken, just arch-chroot in.
Thanks for the help reinstall works now. I hope.it fixes my install
Last edited by ccm767676 (2022-04-23 21:35:44)
Offline
The reinstall worked but it unfortunately did not fix my problem
I have no connection even thought network manager is running and im connect using ethernet
Not even startx works anymore x server fetal error (EE) no screens found (EE)
Xorg.0.log :https://postimg.cc/YjG6tdts
Offline
Do you have a separate /boot partition and was it mounted when you updated/reinstalled everything?
Offline
Do you have a separate /boot partition and was it mounted when you updated/reinstalled everything?
No i just have one efi and one encrypted root and home partition which i un encrypted using
cryptsetup open /dev/drivename name
And then i mounted /dev/mapper/name to /mnt
Offline
So uname -a and pacman -Q linux match?
Offline
So uname -a and pacman -Q linux match?
No one is 5.17.1 and the other is 5.17.4
Offline
Which means you didn't actually update the kernel you loaded. I'm guessing you had the ESP mounted at /boot at one point? If that's where GRUB is looking for the kernel, it has to be mounted to get updated.
Offline
Which means you didn't actually update the kernel you loaded. I'm guessing you had the ESP mounted at /boot at one point? If that's where GRUB is looking for the kernel, it has to be mounted to get updated.
Can u explain in more detail what i have to do?
Offline