#Sleep problem
30 messages · Page 1 of 1 (latest)
try this cmd cat /sys/power/mem_sleep
cat /sys/power/mem_sleep s2idle [deep]
now this journalctl -b -1 | grep -Ei "fail|error|acpi|suspend|freeze"
i send you all the answer ?
send a ss
ss ?
how to do ?
what to do ?
i delete the ss ok ? There is my ip on it
u can either stop tailscale before sleep or can automate the tailscale to stop before sleep and resume again
ok i'll see it
can you help me to do this ?
automate?
or I will find an answer in another place ?
yes
hmm
set it up
1st sudo nano /lib/systemd/system-sleep/stop-tailscale.sh
2nd ```#!/bin/bash
case $1/$2 in
pre/)
systemctl stop tailscaled
;;
post/)
systemctl start tailscaled
;;
esac
3rd sudo chmod +x /lib/systemd/system-sleep/stop-tailscale.sh
then try rebooting
let me know if u successfully did it
it seems ok
thanx for the script
if it appears again i'll open a new one.
merci 😇
so is it sleeping properly?