(used both arch and other distro tag cause this happened on arch before too)
im on endeavour os latest version and i had this problem happen on arch before too, basically when im not using my pc so it goes on standby, first on hyprlock then turning the screen off, and when i come back to it i cannot use the super key anymore, my ags bar disappeared and nothing seems to work. then when i try to shut it off by using the button this happens:
#failed unmounting
21 messages · Page 1 of 1 (latest)
im going to blame arch
i started having the same issues with pikaos. i have arch installed on a usb. with
the usb unplugged i do my shit and then power off. 1 half hr later i boot up again (stick unplugged) and HEY THERE TOUCHPAD AND KEYBOARD NOT WORKING
fun times 0/10 arch
i dont wanna ditch arch and get some other distro 😭
wrong channel, arch is not at fault, but you
check dmesg and journalctl
... journalctl
#10200 📣 ```js
To actively follow log (like tail -f):
journalctl -f
To display all errors since last boot:
journalctl -b -p err
To filter by time period:
journalctl --since=2012-10-15 --until="2011-10-16 23:59:59"
To show list of systemd units logged in journal:
journalctl -F _SYSTEMD_UNIT
To filter by specific unit:
journalctl -u dbus
To filter by executable name:
journalctl /usr/bin/dbus-daemon
To filter by PID:
journalctl _PID=123
To filter by Command, e.g., sshd:
journalctl _COMM=sshd
To filter by Command and time period:
journalctl _COMM=crond --since '10:00' --until '11:00'
To list all available boots:
journalctl --list-boots
To filter by specific User ID e.g., user id 1000:
journalctl _UID=1000
To filter by specific SYSLOG_INDENTIFIER:
journalctl -t systemd-resolved
tldr:journalctl
journalctl
Query the systemd journal.
More information: https://manned.org/journalctl.
Show all messages with priority level 3 (errors) from this [b]oot:
journalctl -b --priority=3
Show all messages from last [b]oot:
journalctl -b -1
Delete journal logs which are older than 2 days:
journalctl --vacuum-time=2d
[f]ollow new messages (like tail -f for traditional syslog):
journalctl -f
Show all messages by a specific [u]nit:
journalctl -u unit
Filter messages within a time range (either timestamp or placeholders like "yesterday"):
journalctl --since now|today|yesterday|tomorrow --until YYYY-MM-DD HH:MM:SS
Show all messages by a specific process:
journalctl _PID=pid
Show all messages by a specific executable:
journalctl path/to/executable
$```
turns out i was at fault. i had to wait for cap drain
maybe (???) there s a problem accessing the swap
arch is user centric, which means it will follow all your orders
i remember someone telling me smth about a distro being "read only" except for TMP
arch will only fail when something really goes wrong
idk if it was arch
control freaks
this happened again now
do i just send this here?