Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Dependency failed for /dev/disk

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
brainbuzz
Posts: 1
Joined: 2021-11-29 18:42

Dependency failed for /dev/disk

#1 Post by brainbuzz »

Hi all,
I get the folllowing Error message:

Code: Select all

Nov 30 14:35:34 vvv systemd[1]: Timed out waiting for device /dev/disk/by-uuid/a00e13bb-aace-451e-a93d-c96834f693ad.
Nov 30 14:35:34 vvv systemd[1]: Dependency failed for /dev/disk/by-uuid/a00e13bb-aace-451e-a93d-c96834f693ad.
Nov 30 14:35:34 vvv systemd[1]: dev-disk-by\x2duuid-a00e13bb\x2daace\x2d451e\x2da93d\x2dc96834f693ad.swap: Job dev-disk-by\x2duuid-a00e13bb\x2daace\x2d451e\x2da93d\x2dc96834f693ad.swap/start failed with result 'dependency'.
Nov 30 14:35:34 vvv systemd[1]: dev-disk-by\x2duuid-a00e13bb\x2daace\x2d451e\x2da93d\x2dc96834f693ad.device: Job dev-disk-by\x2duuid-a00e13bb\x2daace\x2d451e\x2da93d\x2dc96834f693ad.device/start failed with result 'timeout'.
but everything looks fine for me so far:

Code: Select all

$ lsblk -f
NAME FSTYPE LABEL UUID                                 FSAVAIL FSUSE% MOUNTPOINT
sda
├─sda1
│    swap         0ad1051a-3d9a-47b7-9162-40bf58b310d6                [SWAP]
└─sda2
     linux_       96314a70-5186-e7a5-d550-d76ec0ad2b0e
  └─md0
     ext3         92a0ee4e-bc6f-4f69-b59e-882e42776b12  547.7G    34% /
sdb  linux_       96314a70-5186-e7a5-d550-d76ec0ad2b0e
├─sdb1
│    swap         d2793e5b-b24a-4b07-95f7-b1c7f6eae179                [SWAP]
└─sdb2
     linux_       96314a70-5186-e7a5-d550-d76ec0ad2b0e
  └─md0
     ext3         92a0ee4e-bc6f-4f69-b59e-882e42776b12  547.7G    34% /

Code: Select all

$ blkid
/dev/sda1: UUID="0ad1051a-3d9a-47b7-9162-40bf58b310d6" TYPE="swap" PARTUUID="756                                                              5b9fd-01"
/dev/sda2: UUID="96314a70-5186-e7a5-d550-d76ec0ad2b0e" TYPE="linux_raid_member"                                                               PARTUUID="7565b9fd-02"
/dev/sdb2: UUID="96314a70-5186-e7a5-d550-d76ec0ad2b0e" TYPE="linux_raid_member"                                                               PARTUUID="7565b9fd-02"
/dev/md0: UUID="92a0ee4e-bc6f-4f69-b59e-882e42776b12" TYPE="ext3"
/dev/sdb1: UUID="d2793e5b-b24a-4b07-95f7-b1c7f6eae179" TYPE="swap" PARTUUID="756                                                              5b9fd-01"

Code: Select all

$ fdisk -l
Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Disk model: SAMSUNG HD103SJ
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x7565b9fd

Device     Boot    Start        End    Sectors   Size Id Type
/dev/sda1             63   32017544   32017482  15.3G 82 Linux swap / Solaris
/dev/sda2       32017545 1953520064 1921502520 916.2G fd Linux raid autodetect


Disk /dev/sdb: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Disk model: ST1000NM0033-9ZM
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x7565b9fd

Device     Boot    Start        End    Sectors   Size Id Type
/dev/sdb1             63   32017544   32017482  15.3G 82 Linux swap / Solaris
/dev/sdb2       32017545 1953520064 1921502520 916.2G fd Linux raid autodetect


Disk /dev/md0: 916.2 GiB, 983809196032 bytes, 1921502336 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes

Code: Select all

$ swapon -s
Filename                                Type            Size    Used    Priority
/dev/sda1                               partition       16008736        156444  -2
/dev/sdb1                               partition       16008736        0       -3
Has anybody an idea what cause the debendency fault message??? :?

User avatar
4D696B65
Site admin
Site admin
Posts: 2696
Joined: 2009-06-28 06:09
Been thanked: 85 times

Re: Dependency failed for /dev/disk

#2 Post by 4D696B65 »

What is in your fstab? It looks like your swap uuid changed.

Post Reply