Systemd hibernation is killing me


 
Thread Tools Search this Thread
Operating Systems Linux Systemd hibernation is killing me
# 1  
Old 11-10-2012
Oracle Systemd hibernation is killing me

I'm on Arch and I have a strange issue with systemctl hibernate command. It hibernates and resumes just fine (I have TuxOnIce), but in the last stage of resume, it completely shuts down my laptop screen, so I cannot see anything even though I know the system resumed just fined and the desktop is running. I can even hear the music files being played that were left playing during hibernation.

If I hibernate using
sudo hibernate -F /etc/hibernate/tuxonice.conf

the system hibernates and resumes in the same way, except the screen does not get turned off upon resume (but there are other issues with it which is I want to make systemctl hibernation work).


journalctl -b -u systemd-suspend or hibernate returns nothing.

What can be amiss here?
# 2  
Old 11-16-2012
Perhaps an strace will show you where systemctl goes for his hibernate conf?
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Linux

CentOS7 systemd-timer

hi moring everyone, i has used systemd-timer running the task, i set every 5 second execute 1 times,but the systemd-timer don't by that also random times execute. what's reason. testest.timer configure ------------------------------------------------------------------------ ... (2 Replies)
Discussion started by: shean
2 Replies

2. SuSE

Starting mgetty with systemd?

Hello All, OS: openSUSE 13.1 (Bottle) (armv7hl) uname -a: Linux linux.site 3.14.14-cubox-i #1 SMP Sat Sep 13 03:48:24 UTC 2014 armv7l armv7l armv7l GNU/Linux So this is my first attempt at starting a service at boot with systemd. I've done this with inittab in the past, but I'm having... (0 Replies)
Discussion started by: mrm5102
0 Replies

3. UNIX for Advanced & Expert Users

Systemd

Hallo I don't know where to put my question so I put it here. I want that systemd let run a script but only on shutdown or reboot and before the system umount the mounted devices. I look on google but only a little information is found and not working Until no, I don't find an solution for... (1 Reply)
Discussion started by: thailand
1 Replies

4. UNIX for Advanced & Expert Users

Systemd

I am writing a program that must determine certain things about services. How can I, or my program, determine which services are started automatically when a given target becomes active. It is my impression that just looking in the target's .wants directory is inadequate because of other... (2 Replies)
Discussion started by: Brandon9000
2 Replies

5. Red Hat

How to run script after hibernation ..

hello, I am running rhel6 open client. I have a firewall in my office at work and I have to authenticate to BSO every 4 hours. Instead of doing it manually I wrote a perl script which does this for me. I placed that script in rc.local file and it get executed every time I restart system. The... (2 Replies)
Discussion started by: susja
2 Replies

6. Shell Programming and Scripting

Finding the age of a unix process, killing old processes, killing zombie processes

I had issues with processes locking up. This script checks for processes and kills them if they are older than a certain time. Its uses some functions you'll need to define or remove, like slog() which I use for logging, and is_running() which checks if this script is already running so you can... (0 Replies)
Discussion started by: sukerman
0 Replies

7. Ubuntu

Losing wmx0 interface after waking up from hibernation

I don't know why, but I can't connect to my WiMax network after waking up from hibernation... System log shows the following messages: Feb 5 10:07:52 lenovo-S102 wimaxd: wimaxd event: libwimax: 6843 Feb 5 10:07:52 lenovo-S102 wimaxd: wimaxd event: E: RX: cannot join multicast group 0: -22... (4 Replies)
Discussion started by: Sapfeer
4 Replies

8. Red Hat

Can't find Hibernation in Rhel5

I've installed Rhel 5.1 in an intel quad core server. I couldn't find the Hibernation option. And can't find anything related to it in the power management options. Plz guide how to install hibernation or enable thise option. Thanks, Giri (1 Reply)
Discussion started by: giri_blr
1 Replies

9. Ubuntu

Ubuntu 9.04 hibernation

Hello everyone, I finally installed Ubuntu 9.04 64 bit using dual boot. Love it! :b: Now I have an issue with the hibernation, it just turns off the monitor instead of the whole system when I click. Is there some else I have to get done? please advice, Many thanks. (2 Replies)
Discussion started by: Pitroadrush
2 Replies
Login or Register to Ask a Question