rtcwake: write error

Clash Royale CLAN TAG#URR8PPP up vote
2
down vote
favorite
I'm trying to send my system to sleep using e.g.
rtcwake -v -m disk -s 60
and receive the following output
rtcwake: RTC wird als UTC interpretiert
UTC wird verwendet.
delta = 1
tzone = 0
tzname = UTC
systime = 1524206927, (UTC) Fri Apr 20 06:48:47 2018
rtctime = 1524206926, (UTC) Fri Apr 20 06:48:46 2018
Alarm 0, sys_time 1524206927, rtc_time 1524206926, Sekunden 60
rtcwake: wakeup from "disk" using /dev/rtc0 at Fri Apr 20 06:49:47 2018
suspend mode: disk; suspending system
rtcwake: write error
The system seems to start entering the suspend mode but returns back immediately. I'm running Ubuntu 16.04.4 LTS (GNU/Linux 4.13.0-38-generic x86_64). Are there any details, that would help to find the root cause of the problem (dmesg output, /var/log/syslog, ...)?
Thanks in advance,
Bernd
suspend wakeup rtc
add a comment |Â
up vote
2
down vote
favorite
I'm trying to send my system to sleep using e.g.
rtcwake -v -m disk -s 60
and receive the following output
rtcwake: RTC wird als UTC interpretiert
UTC wird verwendet.
delta = 1
tzone = 0
tzname = UTC
systime = 1524206927, (UTC) Fri Apr 20 06:48:47 2018
rtctime = 1524206926, (UTC) Fri Apr 20 06:48:46 2018
Alarm 0, sys_time 1524206927, rtc_time 1524206926, Sekunden 60
rtcwake: wakeup from "disk" using /dev/rtc0 at Fri Apr 20 06:49:47 2018
suspend mode: disk; suspending system
rtcwake: write error
The system seems to start entering the suspend mode but returns back immediately. I'm running Ubuntu 16.04.4 LTS (GNU/Linux 4.13.0-38-generic x86_64). Are there any details, that would help to find the root cause of the problem (dmesg output, /var/log/syslog, ...)?
Thanks in advance,
Bernd
suspend wakeup rtc
Have you triedmeminstead ofdiskwith -m switch? I am guessing hibernation is not possible on the machine since there is not enough swap mem, have you checked this? I am guessing that is the reason why it returns immediately.
â Abel Tom
Apr 20 at 9:33
1
Actually in the meantime I have found the problem. After adding 'hpet=disable' to the Kernel paramters, everthing works as expected.
â Bernd
Apr 20 at 10:24
The hpet trick does not work for me... :-/
â xtof54
Aug 14 at 6:39
add a comment |Â
up vote
2
down vote
favorite
up vote
2
down vote
favorite
I'm trying to send my system to sleep using e.g.
rtcwake -v -m disk -s 60
and receive the following output
rtcwake: RTC wird als UTC interpretiert
UTC wird verwendet.
delta = 1
tzone = 0
tzname = UTC
systime = 1524206927, (UTC) Fri Apr 20 06:48:47 2018
rtctime = 1524206926, (UTC) Fri Apr 20 06:48:46 2018
Alarm 0, sys_time 1524206927, rtc_time 1524206926, Sekunden 60
rtcwake: wakeup from "disk" using /dev/rtc0 at Fri Apr 20 06:49:47 2018
suspend mode: disk; suspending system
rtcwake: write error
The system seems to start entering the suspend mode but returns back immediately. I'm running Ubuntu 16.04.4 LTS (GNU/Linux 4.13.0-38-generic x86_64). Are there any details, that would help to find the root cause of the problem (dmesg output, /var/log/syslog, ...)?
Thanks in advance,
Bernd
suspend wakeup rtc
I'm trying to send my system to sleep using e.g.
rtcwake -v -m disk -s 60
and receive the following output
rtcwake: RTC wird als UTC interpretiert
UTC wird verwendet.
delta = 1
tzone = 0
tzname = UTC
systime = 1524206927, (UTC) Fri Apr 20 06:48:47 2018
rtctime = 1524206926, (UTC) Fri Apr 20 06:48:46 2018
Alarm 0, sys_time 1524206927, rtc_time 1524206926, Sekunden 60
rtcwake: wakeup from "disk" using /dev/rtc0 at Fri Apr 20 06:49:47 2018
suspend mode: disk; suspending system
rtcwake: write error
The system seems to start entering the suspend mode but returns back immediately. I'm running Ubuntu 16.04.4 LTS (GNU/Linux 4.13.0-38-generic x86_64). Are there any details, that would help to find the root cause of the problem (dmesg output, /var/log/syslog, ...)?
Thanks in advance,
Bernd
suspend wakeup rtc
asked Apr 20 at 7:06
Bernd
112
112
Have you triedmeminstead ofdiskwith -m switch? I am guessing hibernation is not possible on the machine since there is not enough swap mem, have you checked this? I am guessing that is the reason why it returns immediately.
â Abel Tom
Apr 20 at 9:33
1
Actually in the meantime I have found the problem. After adding 'hpet=disable' to the Kernel paramters, everthing works as expected.
â Bernd
Apr 20 at 10:24
The hpet trick does not work for me... :-/
â xtof54
Aug 14 at 6:39
add a comment |Â
Have you triedmeminstead ofdiskwith -m switch? I am guessing hibernation is not possible on the machine since there is not enough swap mem, have you checked this? I am guessing that is the reason why it returns immediately.
â Abel Tom
Apr 20 at 9:33
1
Actually in the meantime I have found the problem. After adding 'hpet=disable' to the Kernel paramters, everthing works as expected.
â Bernd
Apr 20 at 10:24
The hpet trick does not work for me... :-/
â xtof54
Aug 14 at 6:39
Have you tried
mem instead of disk with -m switch? I am guessing hibernation is not possible on the machine since there is not enough swap mem, have you checked this? I am guessing that is the reason why it returns immediately.â Abel Tom
Apr 20 at 9:33
Have you tried
mem instead of disk with -m switch? I am guessing hibernation is not possible on the machine since there is not enough swap mem, have you checked this? I am guessing that is the reason why it returns immediately.â Abel Tom
Apr 20 at 9:33
1
1
Actually in the meantime I have found the problem. After adding 'hpet=disable' to the Kernel paramters, everthing works as expected.
â Bernd
Apr 20 at 10:24
Actually in the meantime I have found the problem. After adding 'hpet=disable' to the Kernel paramters, everthing works as expected.
â Bernd
Apr 20 at 10:24
The hpet trick does not work for me... :-/
â xtof54
Aug 14 at 6:39
The hpet trick does not work for me... :-/
â xtof54
Aug 14 at 6:39
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1026609%2frtcwake-write-error%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Have you tried
meminstead ofdiskwith -m switch? I am guessing hibernation is not possible on the machine since there is not enough swap mem, have you checked this? I am guessing that is the reason why it returns immediately.â Abel Tom
Apr 20 at 9:33
1
Actually in the meantime I have found the problem. After adding 'hpet=disable' to the Kernel paramters, everthing works as expected.
â Bernd
Apr 20 at 10:24
The hpet trick does not work for me... :-/
â xtof54
Aug 14 at 6:39