You are not logged in.
Well it finally happened i've been procrastinating for too long on resetting this disk to 0 from all the messy config and other file's i skrewed along the way.
Yesterday i got a new package manager(because after about a year of manually installing programs and their dependancies then not updating them made it all very unstable) so yesterday i just type paru to update everything and noticed that it also updated aur package's which was neet, i also installed a new shell prompt(zsh) and after being tired i must've turn off the computer while paru was still working.
Either way today when i got in my computer i typed my credentials in the SDDM(my display manager annddd well it got back to the login paged like before i typed the credentials, tried again and... nothing... well started to thinker around it and this problem isnt new, Im a disk hoarder, so even my phone that has a munch of disk space is Filled to the brink(don't ask me how i do it i rarely erase anything) so i went to tty 2 started to erase or move files to my other drive and uninstalled programs that i haven't run in a while. Typed it again expecting to get in andddd nothing so i decided well time to df
and i kinda was surprised my disk wasnt at 99% or ultra filled so this time it wasnt the problem
Sistema de ficheiros 1K-blocos Uso Livres Uso% Montado em
dev 6059556 0 6059556 0% /dev
run 6067136 1548 6065588 1% /run
/dev/nvme0n1p4 951504200 769556400 133544260 86% /
tmpfs 6067136 24912 6042224 1% /dev/shm
tmpfs 6067136 5744 6061392 1% /tmp
/dev/nvme0n1p2 613184 102004 511180 17% /boot
/dev/sda6 471029040 390869544 56162876 88% /home/micron/sav
tmpfs 1213424 36 1213388 1% /run/user/0
tmpfs 1213424 36 1213388 1% /run/user/1000sav is a secondary disk non nvme disk where i store heavier files or files in general
while the main disk nvme0n1p4 is where i place the programs etc
So i've though maybe the problem is sddm itself so i systemctl disabled it stoped it also and installed lqxe(i think its named like that) and enabled it, etc... noticed the changes but the same problem occurred but this time i didnt see the second tty flicking on the screen for a few milliseconds it seem to just disregard my input so the problem isnt display managers or so i think
If you're wondering how am i posting this, im doing it from my computer, and strangely although i can't log on to my normal user (which is where the sav folder is mounted(its on the home dir)) i can log in on root user with graphics throught the display manager
So i thought maybe its the user, so i created a new user with a somewhat derogatory name which is just an inside joke so i think i can't post it but it also doenst allow me to go past the display manager
Any help or fix? im currently resuming installing the new updates since i've run out of ideas on what may be the cause
Last edited by Pena (2021-07-07 09:48:09)
Offline
Please post the system journal for a boot with sddm failing and the output of:
# pacman -Qkk 2>&1 | grep -Fv '0 altered files'See the tip box from pastebin to post the output from the console.
Prepend LC_ALL=C to posted commands so that the output will be in English.
Offline
Please post the system journal for a boot with sddm failing and the output of:
# pacman -Qkk 2>&1 | grep -Fv '0 altered files'See the tip box from pastebin to post the output from the console.
Prepend LC_ALL=C to posted commands so that the output will be in English.
Although LC_ALL is a env var right? i can't change it temporarily or at least dont know how to.
heres the journal though
https://p.teknik.io/1oVlb
Offline
# LC_ALL=C pacman -Qkk 2>&1 | grep -Fv '0 altered files'Offline
loqs wrote:Please post the system journal for a boot with sddm failing and the output of:
# pacman -Qkk 2>&1 | grep -Fv '0 altered files'See the tip box from pastebin to post the output from the console.
Prepend LC_ALL=C to posted commands so that the output will be in English.Although LC_ALL is a env var right? i can't change it temporarily or at least dont know how to.
heres the journal though
https://p.teknik.io/1oVlb
Offline
# LC_ALL=C pacman -Qkk 2>&1 | grep -Fv '0 altered files'
Offline
Do you have any unmerged .pacnew files in /etc/pam.d? Or more generally in /etc?
Edit:
Can all of your user accounts log into the console?
Last edited by loqs (2021-07-06 21:42:50)
Offline
Do you have any unmerged .pacnew files in /etc/pam.d? Or more generally in /etc?
Edit:
Can all of your user accounts log into the console?
mmmm idk? heard of pam but only started to update files from aur very recently because of paru
and for the second question yes absolutely at least for the tty, as for the display only the root works
Offline
See Pacnew_and_Pacsave.
# find /etc -name '*.pacnew'Offline
See Pacnew_and_Pacsave.
# find /etc -name '*.pacnew'
/etc/pacman.conf.pacnew
/etc/locale.gen.pacnew
/etc/systemd/homed.conf.pacnew
/etc/sudoers.pacnew
/etc/i3/config.pacnew
/etc/pacman.d/mirrorlist.pacnew
/etc/shadow.pacnew
/etc/default/grub.pacnew
/etc/sane.d/escl.conf.pacnew
/etc/sane.d/canon_lide70.conf.pacnewdisregard i3, i use for the most time openbox, and i have tested trying to launch kde, i3 and openbox, sometimes even mixes of them and none seem to work
Offline
loqs wrote:See Pacnew_and_Pacsave.
# find /etc -name '*.pacnew'/etc/pacman.conf.pacnew /etc/locale.gen.pacnew /etc/systemd/homed.conf.pacnew /etc/sudoers.pacnew /etc/i3/config.pacnew /etc/pacman.d/mirrorlist.pacnew /etc/shadow.pacnew /etc/default/grub.pacnew /etc/sane.d/escl.conf.pacnew /etc/sane.d/canon_lide70.conf.pacnewdisregard i3, i use for the most time openbox, and i have tested trying to launch kde, i3 and openbox, sometimes even mixes of them and none seem to work
Yep found why, i must've broken some stupid dependancy on bash, to fix it i just had to revert the changes with this command ln -sfT bash /usr/bin/sh and ln -sfT bash /bin/sh
Offline