You are not logged in.
I've just done a clean re-installation of Arch, Finished it yesterday, so fully up to date
All seems OK though I'm have a slight problem when rebooting or shutting down,
See following screenshot, this wasn't happening before this install. Running 5xx kernels on the previous setup worked perfectly
https://imagizer.imageshack.com/v2/xq90/922/HhoU1a.png
Here is my Journal
https://pastebin.com/1kCRS34a
I've done a quick Google search, most seem to point to Nvidia, and as I'm running a very old Nvidia video card...... and apprently kernel 6xx doesn't like the nvidia 470xxx drivers
I'm running
6.0.2-arch1-1
NVIDIA GeForce GTX 760
Xfce Desktop
Thanks in advance
Update: It's seems that this bug has been arround a while https://bugs.archlinux.org/task/63697 though again I didn't have it when running running the kernel 5xx
Mod Edit - Replaced oversized image with link.
CoC - Pasting pictures and code
Last edited by Trevor_B (2022-10-19 06:13:56)
Offline
use -l lazy option with your umount
Offline
Oct 18 15:42:04 trevor-arch udisksd[782]: GLib-GIO:ERROR:../glib/gio/gresource.c:1451:g_static_resource_fini: assertion failed: (g_atomic_int_get >
Oct 18 15:42:04 trevor-arch udisksd[782]: Bail out! GLib-GIO:ERROR:../glib/gio/gresource.c:1451:g_static_resource_fini: assertion failed: (g_atomi>
Oct 18 15:42:04 trevor-arch audit[782]: ANOM_ABEND auid=4294967295 uid=0 gid=0 ses=4294967295 pid=782 comm="udisksd" exe="/usr/lib/udisks2/udisksd>
Oct 18 15:42:04 trevor-arch systemd-coredump[13983]: Failed to connect to coredump service: Connection refusedLooks fishy. Post a complete journal and don't copy out of the pager, see the 1st link below.
Offline
Hi Seth
Thanks for your reply
I'm not exactly sure what you mean by 'don't copy out of the pager'
I did another journal, this time using the command journalctl -b --no-pager
So hoping that's what you meant, sorry I don't know have to keep the colours that are shown in terminal making it easier to see errors
Hope this helps
Offline
You don't have to use --no-pager if you redirect the output away from a terminal (ie. into a file or curl)
But the journal you posted is from the running session
sudo journalctl -b -1 | curl -F 'file=@-' 0x0.stOffline
Here's what your command gives me
but its only for 2 mins
Did a reboot, this seems better ![]()
http://0x0.st/owWl.txt
Just a detail, when I do a reboot ot shutdown, nothing actually happens, I have to do it a second time for it to be taken into account
Last edited by Trevor_B (2022-10-18 21:20:47)
Offline
Problem solved
I un-installed Whatsie
And now I'm shutting down correctly, Strange as I had it on my earlier arch setup without problems
Any way, thanks for your help
I've noted the command sudo journalctl -b -1 | curl -F 'file=@-' 0x0.st
If ever I need it again
Offline
More importantly, it also doesn't have any "GLib-GIO:ERROR" during the shutdown.
Do the error messages appear on every shutdown?
Offline
They were showing at every shutdown, and now not at all since removing this program
Very strange indeed
I'll probably re-install whatsie later today just to see what happens, now knowing what seems to have caused the problem
I'll mark this as solved
Many thanks for your help ![]()
Last edited by Trevor_B (2022-10-19 06:36:42)
Offline