You are not logged in.
Today I upgrade the whole system by doing pacman -Syu, after that my system doesn't initiate anymore, it stucks on a black screen with this message.
Starting version 244.3-1 arch
/dev/sda2 : clean, 157559/3276800 files, 2638285/13107200 blockssda2 is my root partition, normally this message would show up for like 0.5 secs and then my system would start as usual by starting first lightDM, but this time it stucks there forever.
I'm able to use tty mode, so I could get the journalctl output, I managed to found the exact line from when I did pacman -Syu in the journalctl output but still after that line there is too much text and it seems there isn't a way to mark text blocks as spoiler here, so what should I search for in that log file?
Offline
See the tip box from pastebin to post the journal for a boot with lightdm failing.
Edit:
Also the contents of /var/log/Xorg.0.log and /var/log/lightdm/lightdm.log
Last edited by loqs (2020-08-02 16:40:28)
Offline
@Ghost-Order,
By any chance, do you know answers to these: Do you have Intel graphics card and have you upgraded kernel after about a month or so (say from 5.6.x to 5.7,x)?
Offline
See the tip box from pastebin to post the journal for a boot with lightdm failing.
Edit:
Also the contents of /var/log/Xorg.0.log and /var/log/lightdm/lightdm.log
journalctl starting after the upgrade order (pacman -Syu)
http://ix.io/2sYw
Xorg.0.log
http://ix.io/2sYy
lightdm.log (I had to use sudo to be able to see the contents of it)
http://ix.io/2sYA
Offline
@Ghost-Order,
By any chance, do you know answers to these: Do you have Intel graphics card and have you upgraded kernel after about a month or so (say from 5.6.x to 5.7,x)?
I do have Intel integrated GPU but I just migrated from Manjaro to Arch like 5 days ago (clean install) so the upgrading kernels you're mentioning doesn't apply in my case right?
Last edited by Ghost-Order (2020-08-02 17:05:51)
Offline
This looks suspicious:
Aug 02 10:39:37 ghost-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lightdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 02 10:39:37 ghost-pc systemd[1]: Started Light Display Manager.
Aug 02 10:39:37 ghost-pc lightdm[452]: Error getting user list from org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Accounts was not provided by any .service files
Aug 02 10:39:37 ghost-pc systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
Aug 02 10:39:37 ghost-pc systemd[1]: lightdm.service: Failed with result 'exit-code'.
Offline
Also this one:
1741.103] (--) NVIDIA(GPU-0): AOC 2470W (DFP-1): Internal TMDS
[ 1741.103] (--) NVIDIA(GPU-0): AOC 2470W (DFP-1): 600.0 MHz maximum pixel clock
[ 1741.103] (--) NVIDIA(GPU-0):
[ 1929.957] (EE) client bug: timer event3 debounce short: scheduled expiry is in the past (-3ms), your system is too slow
[ 8519.836] (II) event2 - Power Button: device removed
Offline
pk.gmp wrote:@Ghost-Order,
By any chance, do you know answers to these: Do you have Intel graphics card and have you upgraded kernel after about a month or so (say from 5.6.x to 5.7,x)?
I do have Intel integrated GPU but I just migrated from Manjaro to Arch like 5 days ago (clean install) so the upgrading kernels you're mentioning doesn't apply in my case right?
No issues, it seems you are using NVIDIA hybrid one.. there is a separate issue with i915, which may not be impacting you.
Offline
The Xorg.log is from an old boot. It shows the nvidia driver loading which means the nvidia kernel module is loaded but the journal does not show any messages from the nvidia module loading.
The journal and lightdm also show the service failing in under a second but the Xorg.log covers over two hours.
What was include in the system update (/var/log/pacman.log)? Have you got any packages on ignore?
Last edited by loqs (2020-08-02 17:17:40)
Offline
The Xorg.log is from an old boot. It shows the nvidia driver loading which means the nvidia kernel module is loaded but the journal does not show any messages from the nvidia module loading.
The journal and lightdm also show the service failing in under a second but the Xorg.log covers over two hours.
What was include in the system update (/var/log/pacman.log)? Have you got any packages on ignore?
That's wierd because there in the /var/log directory are Xorg.0.log and Xorg.0.log.old and I upload the first one to ix.io
I don't have any packages on ignore (I guess that is something you manually configure in pacman and I didn't touch anything realted to pacman really).
Here is the output of pacman.log after the upgrade order I did today (sudo pacman -Syu)
http://ix.io/2sYJ
Last edited by Ghost-Order (2020-08-02 17:37:56)
Offline
Did you read the output yourself?
[2020-08-02T10:01:54-0500] [ALPM-SCRIPTLET] g_module_open() failed for /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so: libicuuc.so.67: cannot open shared object file: No such file or directory ... [2020-08-02T10:01:54-0500] [ALPM-SCRIPTLET] /usr/bin/gtk-query-immodules-3.0: error while loading shared libraries: libffi.so.7: cannot open shared object file: No such file or directory
Offline
You installed the system a week ago with no packages on ignore but the kernel is 5.5.7.
Aug 02 10:39:29 ghost-pc kernel: Linux version 5.5.7-arch1-1 (linux@archlinux) (gcc version 9.2.1 20200130 (Arch Linux 9.2.1+20200130-2)) #1 SMP PREEMPT Sat, 29 Feb 2020 19:06:02 +0000Offline
Did you read the output yourself?
[2020-08-02T10:01:54-0500] [ALPM-SCRIPTLET] g_module_open() failed for /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so: libicuuc.so.67: cannot open shared object file: No such file or directory ... [2020-08-02T10:01:54-0500] [ALPM-SCRIPTLET] /usr/bin/gtk-query-immodules-3.0: error while loading shared libraries: libffi.so.7: cannot open shared object file: No such file or directory
I realized about the libicuuc.so.67 error, yes. I was precisely searching for that and I found this topic https://bbs.archlinux.org/viewtopic.php?id=255261 in there the "v1del" user in the #4 post says that problem occurs because an incomplete update so he advised to update the system. It was rare because the first time I tried to do that, pacman said me there was nothing to do but after some minutes I tried it again and then it showed me a bunch of packages to update.
So yeah it seems the first time I updated my system today in the morning for some reason it wasn't a complete upgrade, I get that there are some errors my first update log as jasonwryan pointed out, but the amount of packages that appeared to me in this second update were like 50+
The only problem I see now is that before this update, my system stucked in the /dev/sda2 : clean part for like 0.5 secs, now it is like 3 - 4 secs, but at least the system loads, I would like to know what's the reason for that incresing in the load time at that point of the boot but I guess that is an issue for another topic/more self search on the web.
Edit: Steam doesn't initiate anymore, keepassxc (a password manager app) have their gui completely mess up, tried reinstalling it with pacman but is still the same.
Last edited by Ghost-Order (2020-08-02 19:18:15)
Offline
Linux from a week ago would be 5.7.11.arch1-1 but your system is using 5.5.7-arch1-1 from end of February - start of March.
If that is what the mirror is offering the mirror is out of sync.
Offline