public inbox for linux-pm@vger.kernel.org
 help / color / mirror / Atom feed
* Re: 2.6.23-rc2 swsusp, suddenly increased uptime
       [not found] <Pine.LNX.4.63.0708122137130.25343@er-systems.de>
@ 2007-08-13 21:06 ` Rafael J. Wysocki
  2007-08-13 21:31   ` Thomas Voegtle
       [not found]   ` <Pine.LNX.4.63.0708132325580.29791@er-systems.de>
  0 siblings, 2 replies; 5+ messages in thread
From: Rafael J. Wysocki @ 2007-08-13 21:06 UTC (permalink / raw)
  To: Thomas Voegtle; +Cc: pm list, linux-kernel, Pavel Machek

On Sunday, 12 August 2007 21:39, Thomas Voegtle wrote:
> 
> Hi,
> 
> today I saw this (output from my suspend script):
> 
> -> woke up at Sun Aug 12 11:39:17 CEST 2007
> -> uptime is
>  11:39am  up 8 days  0:41,  10 users,  load average: 26.12, 6.35, 2.17
> 
> 
> Then I did a software suspend. After waking up, I saw this:
> 
> 
> -> woke up at Sun Aug 12 14:41:56 CEST 2007
> -> uptime is
>   2:41pm  up 44 days  9:11,  12 users,  load average: 35.17, 9.17, 3.33

Can you please boot the kernel in the minimal configuration (init=/bin/bash)
and try to hibernate, ie.

# mount /proc
# mount /sys
# swapon -a
# echo disk > /sys/power/state

Also, please check if anything changes if you do

# echo shutdown > /sys/power/disk

before the last command above.

Greetings,
Rafael


-- 
"Premature optimization is the root of all evil." - Donald Knuth

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: 2.6.23-rc2 swsusp, suddenly increased uptime
  2007-08-13 21:06 ` 2.6.23-rc2 swsusp, suddenly increased uptime Rafael J. Wysocki
@ 2007-08-13 21:31   ` Thomas Voegtle
       [not found]   ` <Pine.LNX.4.63.0708132325580.29791@er-systems.de>
  1 sibling, 0 replies; 5+ messages in thread
From: Thomas Voegtle @ 2007-08-13 21:31 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: Thomas Voegtle, pm list, linux-kernel, Pavel Machek

[-- Attachment #1: Type: TEXT/PLAIN, Size: 1417 bytes --]

On Mon, 13 Aug 2007, Rafael J. Wysocki wrote:

> On Sunday, 12 August 2007 21:39, Thomas Voegtle wrote:
> > 
> > Hi,
> > 
> > today I saw this (output from my suspend script):
> > 
> > -> woke up at Sun Aug 12 11:39:17 CEST 2007
> > -> uptime is
> >  11:39am  up 8 days  0:41,  10 users,  load average: 26.12, 6.35, 2.17
> > 
> > 
> > Then I did a software suspend. After waking up, I saw this:
> > 
> > 
> > -> woke up at Sun Aug 12 14:41:56 CEST 2007
> > -> uptime is
> >   2:41pm  up 44 days  9:11,  12 users,  load average: 35.17, 9.17, 3.33

I just want to add, I built 2.6.23-rc2 on Aug 4th and this happened on Aug 
12 and I suspend once a day. And the only thing which was odd was the 
uptime, nothing else.

I rebooted with 2.6.23-rc3 today, so the odd uptime is gone.
Should I try 8 suspend cycles or something to reproduce it again?

 
> Can you please boot the kernel in the minimal configuration (init=/bin/bash)
> and try to hibernate, ie.
> 
> # mount /proc
> # mount /sys
> # swapon -a
> # echo disk > /sys/power/state
> 
> Also, please check if anything changes if you do
> 
> # echo shutdown > /sys/power/disk
> 
> before the last command above.

I did, but what could change? I did not see anything, nothing dmesg, no 
odd uptime etc.

      Thomas

-- 
 Thomas Vögtle    email: thomas@voegtle-clan.de
 ----- http://www.voegtle-clan.de/thomas ------

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: 2.6.23-rc2 swsusp, suddenly increased uptime
       [not found]   ` <Pine.LNX.4.63.0708132325580.29791@er-systems.de>
@ 2007-08-13 21:49     ` Rafael J. Wysocki
       [not found]     ` <200708132349.52763.rjw@sisk.pl>
  1 sibling, 0 replies; 5+ messages in thread
From: Rafael J. Wysocki @ 2007-08-13 21:49 UTC (permalink / raw)
  To: Thomas Voegtle; +Cc: pm list, linux-kernel, Pavel Machek

On Monday, 13 August 2007 23:31, Thomas Voegtle wrote:
> On Mon, 13 Aug 2007, Rafael J. Wysocki wrote:
> 
> > On Sunday, 12 August 2007 21:39, Thomas Voegtle wrote:
> > > 
> > > Hi,
> > > 
> > > today I saw this (output from my suspend script):
> > > 
> > > -> woke up at Sun Aug 12 11:39:17 CEST 2007
> > > -> uptime is
> > >  11:39am  up 8 days  0:41,  10 users,  load average: 26.12, 6.35, 2.17
> > > 
> > > 
> > > Then I did a software suspend. After waking up, I saw this:
> > > 
> > > 
> > > -> woke up at Sun Aug 12 14:41:56 CEST 2007
> > > -> uptime is
> > >   2:41pm  up 44 days  9:11,  12 users,  load average: 35.17, 9.17, 3.33
> 
> I just want to add, I built 2.6.23-rc2 on Aug 4th and this happened on Aug 
> 12 and I suspend once a day. And the only thing which was odd was the 
> uptime, nothing else.
> 
> I rebooted with 2.6.23-rc3 today, so the odd uptime is gone.
> Should I try 8 suspend cycles or something to reproduce it again?

Well, if you can, please try to do something like this.

Greetings,
Rafael


-- 
"Premature optimization is the root of all evil." - Donald Knuth

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: 2.6.23-rc2 swsusp, suddenly increased uptime
       [not found]     ` <200708132349.52763.rjw@sisk.pl>
@ 2007-08-13 22:12       ` Thomas Voegtle
       [not found]       ` <Pine.LNX.4.63.0708140009110.32395@er-systems.de>
  1 sibling, 0 replies; 5+ messages in thread
From: Thomas Voegtle @ 2007-08-13 22:12 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: pm list, linux-kernel, Pavel Machek

[-- Attachment #1: Type: TEXT/PLAIN, Size: 1459 bytes --]

On Mon, 13 Aug 2007, Rafael J. Wysocki wrote:

> On Monday, 13 August 2007 23:31, Thomas Voegtle wrote:
> > On Mon, 13 Aug 2007, Rafael J. Wysocki wrote:
> > 
> > > On Sunday, 12 August 2007 21:39, Thomas Voegtle wrote:
> > > > 
> > > > Hi,
> > > > 
> > > > today I saw this (output from my suspend script):
> > > > 
> > > > -> woke up at Sun Aug 12 11:39:17 CEST 2007
> > > > -> uptime is
> > > >  11:39am  up 8 days  0:41,  10 users,  load average: 26.12, 6.35, 2.17
> > > > 
> > > > 
> > > > Then I did a software suspend. After waking up, I saw this:
> > > > 
> > > > 
> > > > -> woke up at Sun Aug 12 14:41:56 CEST 2007
> > > > -> uptime is
> > > >   2:41pm  up 44 days  9:11,  12 users,  load average: 35.17, 9.17, 3.33
> > 
> > I just want to add, I built 2.6.23-rc2 on Aug 4th and this happened on Aug 
> > 12 and I suspend once a day. And the only thing which was odd was the 
> > uptime, nothing else.
> > 
> > I rebooted with 2.6.23-rc3 today, so the odd uptime is gone.
> > Should I try 8 suspend cycles or something to reproduce it again?
> 
> Well, if you can, please try to do something like this.

I tried 20 suspend cycles, but this time with 
 echo reboot > /sys/power/disk

Nothing special happend.

I could try with "echo shutdown" if this makes sense, tomorrow.
Just let me know.

      Thomas

-- 
 Thomas Vögtle    email: thomas@voegtle-clan.de
 ----- http://www.voegtle-clan.de/thomas ------

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: 2.6.23-rc2 swsusp, suddenly increased uptime
       [not found]       ` <Pine.LNX.4.63.0708140009110.32395@er-systems.de>
@ 2007-08-13 22:35         ` Rafael J. Wysocki
  0 siblings, 0 replies; 5+ messages in thread
From: Rafael J. Wysocki @ 2007-08-13 22:35 UTC (permalink / raw)
  To: Thomas Voegtle; +Cc: pm list, linux-kernel, Pavel Machek

On Tuesday, 14 August 2007 00:12, Thomas Voegtle wrote:
> On Mon, 13 Aug 2007, Rafael J. Wysocki wrote:
> 
> > On Monday, 13 August 2007 23:31, Thomas Voegtle wrote:
> > > On Mon, 13 Aug 2007, Rafael J. Wysocki wrote:
> > > 
> > > > On Sunday, 12 August 2007 21:39, Thomas Voegtle wrote:
> > > > > 
> > > > > Hi,
> > > > > 
> > > > > today I saw this (output from my suspend script):
> > > > > 
> > > > > -> woke up at Sun Aug 12 11:39:17 CEST 2007
> > > > > -> uptime is
> > > > >  11:39am  up 8 days  0:41,  10 users,  load average: 26.12, 6.35, 2.17
> > > > > 
> > > > > 
> > > > > Then I did a software suspend. After waking up, I saw this:
> > > > > 
> > > > > 
> > > > > -> woke up at Sun Aug 12 14:41:56 CEST 2007
> > > > > -> uptime is
> > > > >   2:41pm  up 44 days  9:11,  12 users,  load average: 35.17, 9.17, 3.33
> > > 
> > > I just want to add, I built 2.6.23-rc2 on Aug 4th and this happened on Aug 
> > > 12 and I suspend once a day. And the only thing which was odd was the 
> > > uptime, nothing else.
> > > 
> > > I rebooted with 2.6.23-rc3 today, so the odd uptime is gone.
> > > Should I try 8 suspend cycles or something to reproduce it again?
> > 
> > Well, if you can, please try to do something like this.
> 
> I tried 20 suspend cycles, but this time with 
>  echo reboot > /sys/power/disk
> 
> Nothing special happend.
> 
> I could try with "echo shutdown" if this makes sense, tomorrow.
> Just let me know.

Please try "platform" (ie. the default).  "shutdown" is very similar to
"reboot", so I think it'll behave correctly.

Greetings,
Rafael


-- 
"Premature optimization is the root of all evil." - Donald Knuth

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-08-13 22:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <Pine.LNX.4.63.0708122137130.25343@er-systems.de>
2007-08-13 21:06 ` 2.6.23-rc2 swsusp, suddenly increased uptime Rafael J. Wysocki
2007-08-13 21:31   ` Thomas Voegtle
     [not found]   ` <Pine.LNX.4.63.0708132325580.29791@er-systems.de>
2007-08-13 21:49     ` Rafael J. Wysocki
     [not found]     ` <200708132349.52763.rjw@sisk.pl>
2007-08-13 22:12       ` Thomas Voegtle
     [not found]       ` <Pine.LNX.4.63.0708140009110.32395@er-systems.de>
2007-08-13 22:35         ` Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox