This repository was archived by the owner on Jan 16, 2024. It is now read-only.
  
  
  
  
  
Description
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?