Your message dated Wed, 13 Nov 2013 10:10:01 -0500
with message-id <[email protected]>
and subject line util-linux: blkid uuid does not agree with mdadm or cmdline
has caused the Debian Bug report #645242,
regarding util-linux: blkid uuid does not agree with mdadm or cmdline
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 [email protected]
immediately.)


-- 
645242: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=645242
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: util-linux
Version: 2.17.2-9
Severity: normal


For some reason this system would not reboot today. I eventually gave up and 
re-created the root partition using the squeeze cd and restored from last 
nights backup. During this process "/" on md0 became "/" on md125.

All seems well again well but since my orignal boot problem was related to a 
missing uuid disk I did a little more investigation. It seems on this system 
blkid does not agree with uuids displayed in other tools: 

$ cat /proc/mdstat
Personalities : [raid1] 
md2 : active raid1 sdb6[0] sda6[2] sdc6[1]
      449313856 blocks [3/3] [UUU]
      
md1 : active (auto-read-only) raid1 sdb5[0] sda5[2] sdc5[1]
      19534912 blocks [3/3] [UUU]
      
md125 : active raid1 sdb1[0] sda1[2] sdc1[1]
      19534912 blocks [3/3] [UUU]
      
unused devices: <none>

$ sudo mdadm --examine /dev/sda1 /dev/sdb1 /dev/sdc1 | grep UUID
           UUID : bb10b5c9:acb6e72c:768b29c8:5cd8b45c
           UUID : bb10b5c9:acb6e72c:768b29c8:5cd8b45c
           UUID : bb10b5c9:acb6e72c:768b29c8:5cd8b45c

$ sudo tune2fs -l /dev/md125 | grep UUID
Filesystem UUID:          b781ce12-657f-4831-8ed5-e3c5b7c04cf7
$ sudo tune2fs -l /dev/sda1 | grep UUID
Filesystem UUID:          b781ce12-657f-4831-8ed5-e3c5b7c04cf7
$ sudo tune2fs -l /dev/sdb1 | grep UUID
Filesystem UUID:          b781ce12-657f-4831-8ed5-e3c5b7c04cf7
$ sudo tune2fs -l /dev/sdc1 | grep UUID
Filesystem UUID:          b781ce12-657f-4831-8ed5-e3c5b7c04cf7

$ cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-2.6.32-5-amd64 root=UUID=b781ce12-657f-4831-8ed5-e3c5b7

$ ls -l /dev/disk/by-uuid/
total 0
lrwxrwxrwx 1 root root  9 Oct 13 14:12 3894c432-c0ab-4610-b1de-b2121e54b4e3 -> 
../../md1
lrwxrwxrwx 1 root root 10 Oct 13 14:12 87431be0-6af5-459e-9ddb-91028fd637cb -> 
../../sdd1
lrwxrwxrwx 1 root root 11 Oct 13 14:12 b781ce12-657f-4831-8ed5-e3c5b7c04cf7 -> 
../../md125
lrwxrwxrwx 1 root root  9 Oct 13 14:12 c87d9576-55a6-4c3e-a1fb-04e15c72d94e -> 
../../md2

$ ls -l /dev/disk/by-label/
total 0
lrwxrwxrwx 1 root root 10 Oct 13 14:12 backups -> ../../sdd1

So far so good except these:

$ sudo blkid /dev/sda1
/dev/sda1: UUID="b781ce12-657f-4831-8ed5-e3c5b7c04cf7" SEC_TYPE="ext2" 
TYPE="ext3" 
$ sudo blkid /dev/sdb1
/dev/sdb1: UUID="bb10b5c9-acb6-e72c-768b-29c85cd8b45c" TYPE="linux_raid_member" 
$ sudo blkid /dev/sdc1
/dev/sdc1: UUID="b781ce12-657f-4831-8ed5-e3c5b7c04cf7" SEC_TYPE="ext2" 
TYPE="ext3" LABEL="backups" 

And just for completeness:

$ sudo blkid
/dev/sda1: UUID="b781ce12-657f-4831-8ed5-e3c5b7c04cf7" SEC_TYPE="ext2" 
TYPE="ext3" 
/dev/sdc1: UUID="b781ce12-657f-4831-8ed5-e3c5b7c04cf7" SEC_TYPE="ext2" 
TYPE="ext3" LABEL="backups" 
/dev/disk/by-label/backups: LABEL="backups" 
UUID="87431be0-6af5-459e-9ddb-91028fd637cb" SEC_TYPE="ext2" TYPE="ext3" 
/dev/sdb1: UUID="bb10b5c9-acb6-e72c-768b-29c85cd8b45c" TYPE="linux_raid_member" 
/dev/sdd1: LABEL="backups" UUID="87431be0-6af5-459e-9ddb-91028fd637cb" 
SEC_TYPE="ext2" TYPE="ext3" 
/dev/sdc5: UUID="ebe34999-e870-a662-d614-10c5a8f09452" TYPE="linux_raid_member" 
/dev/sdc6: UUID="50f50c0d-3a43-29ba-74d7-a716a9893d10" TYPE="linux_raid_member" 
/dev/sda5: UUID="ebe34999-e870-a662-d614-10c5a8f09452" TYPE="linux_raid_member" 
/dev/sda6: UUID="50f50c0d-3a43-29ba-74d7-a716a9893d10" TYPE="linux_raid_member" 
/dev/sdb5: UUID="ebe34999-e870-a662-d614-10c5a8f09452" TYPE="linux_raid_member" 
/dev/sdb6: UUID="50f50c0d-3a43-29ba-74d7-a716a9893d10" TYPE="linux_raid_member" 
/dev/md125: UUID="b781ce12-657f-4831-8ed5-e3c5b7c04cf7" TYPE="ext3" 
/dev/md1: UUID="3894c432-c0ab-4610-b1de-b2121e54b4e3" TYPE="swap" 
/dev/md2: UUID="c87d9576-55a6-4c3e-a1fb-04e15c72d94e" TYPE="ext3" 

-- System Information:
Debian Release: 6.0.2
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages util-linux depends on:
ii  debconf [debconf-2.0]   1.5.36.1         Debian configuration management sy
ii  dpkg                    1.15.8.11        Debian package management system
ii  initscripts             2.88dsf-13.1     scripts for initializing and shutt
ii  install-info            4.13a.dfsg.1-6   Manage installed documentation in 
ii  libblkid1               2.17.2-9         block device id library
ii  libc6                   2.11.2-10        Embedded GNU C Library: Shared lib
ii  libncurses5             5.7+20100313-5   shared libraries for terminal hand
ii  libselinux1             2.0.96-1         SELinux runtime shared libraries
ii  libslang2               2.2.2-4          The S-Lang programming library - r
ii  libuuid1                2.17.2-9         Universally Unique ID library
ii  lsb-base                3.2-23.2squeeze1 Linux Standard Base 3.2 init scrip
ii  tzdata                  2011d-0squeeze1  time zone and daylight-saving time
ii  zlib1g                  1:1.2.3.4.dfsg-3 compression library - runtime

util-linux recommends no packages.

Versions of packages util-linux suggests:
ii  console-tools            1:0.2.3dbs-69.1 Linux console and font utilities
ii  dosfstools               3.0.9-1         utilities for making and checking 
ii  util-linux-locales       2.17.2-9        Locales files for util-linux

-- debconf information:
  util-linux/noauto-with-nonzero-passnum:



--- End Message ---
--- Begin Message ---
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Closing since reporter said it was fixed.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.17 (MingW32)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQEcBAEBAgAGBQJSg5ZJAAoJEJrBOlT6nu75Ti0H/iPkMm5lC3SqPqCh+tZ1PkGJ
e1rIoU3pIv2vyJDf2vwToV4+tZEcq5ZLS39WUYYW0zQ/XEAxUyRU6oPmF9H+d+tC
NNwo5tymx2lslsxAz536xgG2FyJT4N3cIwvaGtLw0rrjYJOYyLA8LCkPzQaN6OoI
WHvHwQBPaDA4QEef6Ituw1o5Q6lDv1KHBuVyEdoB55TEoBuCn/KAF94h7WSXsO+K
goKdPtyqJdgZicXhoBr393J3GIemxLsEPNjgCiODQWJe6Y9485zDV9AwhusSx7OU
RTq3TwrqpTV56/nAhCQQ5iVKG99NwyOG+C1di5/mBPP5hz8Zi69eLakSN34znjQ=
=e83l
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to