Skip to content
This repository was archived by the owner on Jan 16, 2024. It is now read-only.
This repository was archived by the owner on Jan 16, 2024. It is now read-only.

Context package considerably slows down Debian 11 boot time #245

@remyzandwijk

Description

@remyzandwijk

After installing one-context_6.0.0-1.deb on a fresh Debian 11 system, booting the system takes a long time (2+ minutes). The console shows:

[ TIME ] Timed out waiting for device /dev/disk/by-uuid/9e8cece2-054c-4525-b024-e1dd548c5c78.
[DEPEND] Dependency failed for /dev/disk/by-uuid/9e8cece2-054c-4525-b024-e1dd548c5c78.
[DEPEND] Dependency failed for Swap.

After the time out, booting the system completes just fine.

The device in question is a disk used for swap:

# grep 'swap' /etc/fstab
# swap was on /dev/vdb1 during installation
UUID=9e8cece2-054c-4525-b024-e1dd548c5c78 none            swap    sw              0       0

# blkid | grep 'swap'
/dev/vdb1: UUID="9e8cece2-054c-4525-b024-e1dd548c5c78" TYPE="swap" PARTUUID="01a354f3-01"

Before I installed the context package, the system booted lighting fast. After purging the context package, to system boots fast too. So I guess something in the context package introduces this time out. It's worth mentioning that if I install the very same context package on a comparable Debian 10 system, it keeps booting just fine and fast.

Any ideas?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions