Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.kernel > #57572 > unrolled thread

Bug#860543: initramfs-tools: boot delayed by 30sec waiting for suspend/resume device

Started byJos van Wolput <wolput@on.nl>
First post2017-04-18 13:30 +0200
Last post2017-04-24 02:40 +0200
Articles 6 — 4 participants

Back to article view | Back to linux.debian.kernel


Contents

  Bug#860543: initramfs-tools: boot delayed by 30sec waiting for suspend/resume device Jos van Wolput <wolput@on.nl> - 2017-04-18 13:30 +0200
    Processed: Re: Bug#860543: initramfs-tools: boot delayed by 30sec  waiting for suspend/resume device owner@bugs.debian.org (Debian Bug Tracking System) - 2017-04-18 16:30 +0200
    Bug#860543: initramfs-tools: boot delayed by 30sec waiting for suspend/resume device Ben Hutchings <ben@decadent.org.uk> - 2017-04-18 16:30 +0200
      Bug#860543: initramfs-tools: boot delayed by 30sec waiting for suspend/resume device Helios Solaris <helios.solaris@gmx.ch> - 2017-04-18 16:50 +0200
        Bug#860543: initramfs-tools: boot delayed by 30sec waiting for suspend/resume device Ben Hutchings <ben@decadent.org.uk> - 2017-04-18 20:50 +0200
    Bug#860543: marked as done (initramfs-tools: boot delayed by  30sec waiting for suspend/resume device) owner@bugs.debian.org (Debian Bug Tracking System) - 2017-04-24 02:40 +0200

#57572 — Bug#860543: initramfs-tools: boot delayed by 30sec waiting for suspend/resume device

FromJos van Wolput <wolput@on.nl>
Date2017-04-18 13:30 +0200
SubjectBug#860543: initramfs-tools: boot delayed by 30sec waiting for suspend/resume device
Message-ID<txzuy-5A7-21@gated-at.bofh.it>
Package: initramfs-tools
Version: 0.128
Severity: normal

Dear Maintainer,

After upgrading initramfs-tools from version 0.127 to 0.128 the boot process is delayed by about 30sec
followed by the mention 'Gave up waiting for suspend/resume device'.
There was no such delay when using version 0.127.

-- System Information:
Debian Release: 9.0 (Sid)
Architecture: amd64 (x86_64)
Init: systemd

[toc] | [next] | [standalone]


#57574 — Processed: Re: Bug#860543: initramfs-tools: boot delayed by 30sec waiting for suspend/resume device

Fromowner@bugs.debian.org (Debian Bug Tracking System)
Date2017-04-18 16:30 +0200
SubjectProcessed: Re: Bug#860543: initramfs-tools: boot delayed by 30sec waiting for suspend/resume device
Message-ID<txCiJ-7dQ-3@gated-at.bofh.it>
In reply to#57572
Processing control commands:

> tag -1 moreinfo
Bug #860543 [initramfs-tools] initramfs-tools: boot delayed by 30sec waiting for suspend/resume device
Added tag(s) moreinfo.

-- 
860543: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=860543
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems

[toc] | [prev] | [next] | [standalone]


#57575

FromBen Hutchings <ben@decadent.org.uk>
Date2017-04-18 16:30 +0200
Message-ID<txCiJ-7dQ-5@gated-at.bofh.it>
In reply to#57572

[Multipart message — attachments visible in raw view] — view raw

Control: tag -1 moreinfo

On Tue, 2017-04-18 at 13:14 +0200, Jos van Wolput wrote:
> Package: initramfs-tools
> Version: 0.128
> Severity: normal
> 
> Dear Maintainer,
> 
> After upgrading initramfs-tools from version 0.127 to 0.128 the boot
> process is delayed by about 30sec
> followed by the mention 'Gave up waiting for suspend/resume device'.
> There was no such delay when using version 0.127.

Does this system have a swap partition?

Is there a resume device specified in
/etc/initramfs-tools/conf.d/resume and does it exist?

Ben.

-- 
Ben Hutchings
The world is coming to an end.	Please log off.

[toc] | [prev] | [next] | [standalone]


#57578

FromHelios Solaris <helios.solaris@gmx.ch>
Date2017-04-18 16:50 +0200
Message-ID<txCC6-7kc-11@gated-at.bofh.it>
In reply to#57575
On Tue, 18 Apr 2017 15:19:21 +0100 Ben Hutchings <ben@decadent.org.uk>
wrote:

> Does this system have a swap partition?
> 
> Is there a resume device specified in
> /etc/initramfs-tools/conf.d/resume and does it exist?

I have the same issue.

My system does not have a swap partition.

/etc/initramfs-tools/conf.d/resume exists and did not contain a valid
device. The problem still persists, if I enter a valid UUID, or remove
the file.

[toc] | [prev] | [next] | [standalone]


#57586

FromBen Hutchings <ben@decadent.org.uk>
Date2017-04-18 20:50 +0200
Message-ID<txGmn-17N-37@gated-at.bofh.it>
In reply to#57578

[Multipart message — attachments visible in raw view] — view raw

On Tue, 2017-04-18 at 16:41 +0200, Helios Solaris wrote:
> On Tue, 18 Apr 2017 15:19:21 +0100 Ben Hutchings <ben@decadent.org.uk>
> wrote:
> 
> > Does this system have a swap partition?
> > 
> > Is there a resume device specified in
> > /etc/initramfs-tools/conf.d/resume and does it exist?
> 
> I have the same issue.
> 
> My system does not have a swap partition.
> 
> /etc/initramfs-tools/conf.d/resume exists and did not contain a valid
> device. The problem still persists, if I enter a valid UUID, or remove
> the file.

This issue should only affect systems that have a nonexistent device
specified in the configuration, or that have a swap device that isn't
suitable as a resume device because it's not set up early enough.
Previously we would only look for the resume device once, so this
didn't hurt, but it also meant that resume was broken on some systems.

Unfortunately, as you've seen, there isn't currently a way to
completely disable use of a resume device when building the initramfs. 
It *is* possible to do so at boot time (kernel parameter 'noresume' or
'resume=').

I think I need to add:

- The option to disable use of a resume device in the configuration
  (e.g. RESUME=none)
- A warning on upgrade if the configured resume device doesn't exist or
  is unlikely to be available

Ben.

-- 
Ben Hutchings
The world is coming to an end.	Please log off.

[toc] | [prev] | [next] | [standalone]


#57648 — Bug#860543: marked as done (initramfs-tools: boot delayed by 30sec waiting for suspend/resume device)

Fromowner@bugs.debian.org (Debian Bug Tracking System)
Date2017-04-24 02:40 +0200
SubjectBug#860543: marked as done (initramfs-tools: boot delayed by 30sec waiting for suspend/resume device)
Message-ID<tzAcN-7F3-7@gated-at.bofh.it>
In reply to#57572

[Multipart message — attachments visible in raw view] — view raw

Your message dated Mon, 24 Apr 2017 00:33:47 +0000
with message-id <E1d2Rwp-0007O2-9a@fasolo.debian.org>
and subject line Bug#860403: fixed in initramfs-tools 0.129
has caused the Debian Bug report #860403,
regarding initramfs-tools: boot delayed by 30sec waiting for suspend/resume device
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
860403: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=860403
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems

[toc] | [prev] | [standalone]


Back to top | Article view | linux.debian.kernel


csiph-web