The reported regression in Noble involves an error occurring while
processing the `mandos-client` package, which does not appear to be
related to this issue.

161s Setting up mandos-client (1.8.16-1ubuntu4) ...
170s gpg: key 5F3A09F160B7A22B was created 77 seconds in the future (time warp 
or clock problem)
170s gpg: key 5F3A09F160B7A22B was created 77 seconds in the future (time warp 
or clock problem)
170s gpg: key 5F3A09F160B7A22B was created 77 seconds in the future (time warp 
or clock problem)
170s gpg: make_keysig_packet failed: Time conflict
170s shred: /tmp/mandos-keygen-privkey.A3zKnKrm06: failed to open for writing: 
No such file or directory
170s dpkg: error processing package mandos-client (--configure):
170s  installed mandos-client package post-installation script subprocess 
returned error exit status 2

Both proposed packages in Jammy and Noble have been verified according
to the test plan, and the results meet expectations.

[Jammy]
root@jammy:~# apt policy cryptsetup
cryptsetup:
  Installed: 2:2.4.3-1ubuntu1.3
  Candidate: 2:2.4.3-1ubuntu1.3
  Version table:
 *** 2:2.4.3-1ubuntu1.3 500
        500 http://archive.ubuntu.com/ubuntu jammy-proposed/main amd64 Packages
        100 /var/lib/dpkg/status
     2:2.4.3-1ubuntu1.2 500
        500 http://tw.archive.ubuntu.com/ubuntu jammy-updates/main amd64 
Packages
     2:2.4.3-1ubuntu1 500
        500 http://tw.archive.ubuntu.com/ubuntu jammy/main amd64 Packages

root@jammy:~# mount | grep zfs
zfs on /zfs type zfs (rw,xattr,noacl)
zfs/ds on /zfs/ds type zfs (rw,xattr,noacl)
root@jammy:~# ./test /zfs/ds
devnos: 
root@jammy:~# echo $?
0

root@jammy:~# wc -l /proc/mounts 
5028 /proc/mounts
<-Before->
root@jammy:~# time /usr/share/initramfs-tools/hooks/cryptroot
real    0m1.538s
user    0m1.032s
sys     0m0.582s
<-After->
root@jammy:~# time /usr/share/initramfs-tools/hooks/cryptroot
real    0m0.097s
user    0m0.074s
sys     0m0.025s

[Noble]
root@noble:~# apt policy cryptsetup
cryptsetup:
  Installed: 2:2.7.0-1ubuntu4.2
  Candidate: 2:2.7.0-1ubuntu4.2
  Version table:
 *** 2:2.7.0-1ubuntu4.2 100
        100 http://tw.archive.ubuntu.com/ubuntu noble-proposed/main amd64 
Packages
        100 /var/lib/dpkg/status
     2:2.7.0-1ubuntu4.1 500
        500 http://tw.archive.ubuntu.com/ubuntu noble-updates/main amd64 
Packages
     2:2.7.0-1ubuntu4 500
        500 http://tw.archive.ubuntu.com/ubuntu noble/main amd64 Packages

root@noble:~# mount | grep zfs
zfs on /zfs type zfs (rw,relatime,xattr,noacl,casesensitive)
zfs/ds on /zfs/ds type zfs (rw,relatime,xattr,noacl,casesensitive)
root@noble:~# ./test /zfs/ds
devnos: 
root@noble:~# echo $?
0

root@noble:~# wc -l /proc/mounts 
5022 /proc/mounts
<-Before->
root@noble:~# time /usr/share/initramfs-tools/hooks/cryptroot
real    0m1.654s
user    0m0.995s
sys     0m0.726s
<-After->
root@noble:~# time /usr/share/initramfs-tools/hooks/cryptroot
real    0m0.058s
user    0m0.038s
sys     0m0.024s

** Tags removed: verification-needed verification-needed-jammy 
verification-needed-noble
** Tags added: verification-done verification-done-jammy verification-done-noble

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2054390

Title:
  Refine proc mounts entries traversal

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cryptsetup/+bug/2054390/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to