You are not logged in.
Pages: 1
Topic closed
Hello. I have a arch install on my chromebook, and recently, it nearly ran out of storage, the i decided to my my home folder into a sd card plugged into my machine, but after that move, my machine wouldnt wake up, and i would have to shut it down, and have to then turn it back on. it is extremely frustrating. Pls help, and if you need more info, i can provide.
Last edited by thehexagon (2022-02-10 04:55:10)
NZ - UTC+12, or UTC+13 (depends on DST) | HP ENVY x360 2-in-1 Laptop 15-EW0009TX
Offline
What DE are you using ?
Post the log of the screen locker service of your DE between [ code ] and [ /code ] without space
Fan of Giorgio Moroder & Mohammad Ammax enemy
Offline
i have gnome, but i am clueless on how to find the logs, i have used journactl, but it is hard to find the issue, as there are 100s of logs per minute.
NZ - UTC+12, or UTC+13 (depends on DST) | HP ENVY x360 2-in-1 Laptop 15-EW0009TX
Offline
Post the output in pastebin of :
journalctl -u gdm -b
systemctl status gdm.service
journalctl _UID=1000Last edited by Khere (2020-10-27 08:09:11)
Fan of Giorgio Moroder & Mohammad Ammax enemy
Offline
https://pastebin.pl/view/b219456f
WARNING: OVER 10,000 LINES OF LOGS FOR LAST COMMAND. Please use Ctrl+F, otherwise, you will just get lost in some random mess.
NZ - UTC+12, or UTC+13 (depends on DST) | HP ENVY x360 2-in-1 Laptop 15-EW0009TX
Offline
If the blinking line is linux console's cursor, I've ever encountered a problem like this.
Though this may be ugly hack, switching to another frame buffer and back to original one solved the problem for me.
(To switch frame buffer, you can use Ctrl+Alt+F1--8.)
For example, if your DE is running on frame buffer 2, press Ctrl+Alt+F3 then press Ctrl+Alt+F2.
Offline
Queued start job for default target Main User Target.Can you post the output of :
systemctl status graphical.target display-manager
systemctl get-default
ls -l /usr/lib/systemd/system/default.target /etc/systemd/system/default.targetLast edited by Khere (2020-10-28 07:37:53)
Fan of Giorgio Moroder & Mohammad Ammax enemy
Offline
systemctl status graphical.target display-manager
● graphical.target - Graphical Interface
Loaded: loaded (/usr/lib/systemd/system/graphical.target; static)
Active: active since Wed 2020-10-28 12:37:02 NZDT; 20h ago
Docs: man:systemd.special(7)
Oct 28 12:37:02 arch systemd[1]: Reached target Graphical Interface.
● gdm.service - GNOME Display Manager
Loaded: loaded (/usr/lib/systemd/system/gdm.service; enabled; vendor preset: disabled)
Active: active (running) since Wed 2020-10-28 12:37:01 NZDT; 20h ago
Main PID: 340 (gdm)
Tasks: 3 (limit: 4634)
Memory: 5.2M
CGroup: /system.slice/gdm.service
└─340 /usr/bin/gdm
Oct 28 12:37:00 arch systemd[1]: Starting GNOME Display Manager...
Oct 28 12:37:01 arch systemd[1]: Started GNOME Display Manager.
Oct 29 08:36:58 arch gdm-password][766]: gkr-pam: unable to locate daemon control file
Oct 29 08:36:58 arch gdm-password][766]: gkr-pam: stashed password to try later in open session
Oct 29 08:36:58 arch gdm-password][766]: pam_systemd_home(gdm-password:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 29 08:36:58 arch gdm-password][766]: pam_unix(gdm-password:session): session opened for user hexagon(uid=1000) by (uid=0)
Oct 29 08:36:59 arch gdm-password][766]: gkr-pam: gnome-keyring-daemon started properly and unlocked keyring
Oct 29 08:39:20 arch gdm[340]: GLib: Source ID 84 was not found when attempting to remove it
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
lines 1-24/24 (END)systemctl get-default
graphical-targetls -l /usr/lib/systemd/system/default.target /etc/systemd/system/default.target
[hexagon@arch ~]$ ls -l /usr/lib/systemd/system/default.target /etc/systemd/system/default.target
ls: cannot access '/etc/systemd/system/default.target': No such file or directory
lrwxrwxrwx 1 root root 16 Sep 21 07:56 /usr/lib/systemd/system/default.target -> graphical.target
[hexagon@arch ~]$ sudo ls -l /usr/lib/systemd/system/default.target /etc/systemd/system/default.target
[sudo] password for hexagon:
ls: cannot access '/etc/systemd/system/default.target': No such file or directory
lrwxrwxrwx 1 root root 16 Sep 21 07:56 /usr/lib/systemd/system/default.target -> graphical.target
[hexagon@arch ~]$ Last edited by thehexagon (2020-10-28 19:52:27)
NZ - UTC+12, or UTC+13 (depends on DST) | HP ENVY x360 2-in-1 Laptop 15-EW0009TX
Offline
systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.Your systemd-home service is disabled, post the output of
systemctl status systemd-homed.serviceSee also :
https://bbs.archlinux.org/viewtopic.php?id=231609
Last edited by Khere (2020-10-29 10:44:31)
Fan of Giorgio Moroder & Mohammad Ammax enemy
Offline
It is the same whether the blinking line is there or not.
systemd-homed.service - Home Area Manager
Loaded: loaded (/usr/lib/systemd/system/systemd-home.service; disabled; vendor preset: enabled)
Active: inactive (dead)
Docs: man:systemd-homed.service(8)Last edited by thehexagon (2020-10-29 08:14:47)
NZ - UTC+12, or UTC+13 (depends on DST) | HP ENVY x360 2-in-1 Laptop 15-EW0009TX
Offline
My bad, now i've edit the post with the quite right link.
BTW If you can use another screensaver you can replace gnome-screensaver with another screensaver like xscreensaver
Last edited by Khere (2020-10-29 10:46:27)
Fan of Giorgio Moroder & Mohammad Ammax enemy
Offline
100% a necrobump, but I forgot to tell anyone that the answer to this issue is that the SD Card loses all power, and then when the machine turns on, it has no home partition, and hence, nothing loads. So if you have this issue, just check if the power remains on suspend...
NZ - UTC+12, or UTC+13 (depends on DST) | HP ENVY x360 2-in-1 Laptop 15-EW0009TX
Offline
thehexagon,
As you noticed (thank you for realizing it and reporting it!), this is a rather stale thread at this point. ![]()
Closing.
All the best,
-HG
Offline
Pages: 1
Topic closed