Your message dated Sat, 5 Jul 2008 00:19:29 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Re: update-initramfs: ro_bootcheck fix.
has caused the Debian Bug report #468116,
regarding update-initramfs: ro_bootcheck fix.
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.)
--
468116: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=468116
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: initramfs-tools
Severity: wishlist
Version: 0.91e
User: [EMAIL PROTECTED]
Usertags: origin-ubuntu ubuntu-patch hardy ubuntu
Attached is a patch to fix a possible ro_bootcheck error. The Ubuntu changelog
contains the following:
* Fix broken test in ro_boot_check (LP: #187282). It was matching ro as a
subword.
The patch applies against git head. See Ubuntu bug #187282,
https://launchpad.net/bugs/187282 for more information.
diff -urN initramfs-tools/update-initramfs initramfs-tools.new/update-initramfs
--- initramfs-tools/update-initramfs 2008-02-26 11:04:36.943676705 +1100
+++ initramfs-tools.new/update-initramfs 2008-02-26 11:07:55.999676705 +1100
@@ -267,8 +267,7 @@
return 0
fi
- boot_opts=$(awk '/boot/{if ((match($4, /^ro/) || match($4, /,ro/)) \
- && $2 == "/boot") print "ro"}' /proc/mounts)
+ boot_opts=$(awk '/boot/{if (match($4, /([^a-zA-Z0-9]|^)ro([^a-zA-Z0-9]|$)/) && $2 == "/boot") print "ro"}' /proc/mounts)
if [ -n "${boot_opts}" ]; then
echo "WARNING: /boot is ro mounted."
echo "update-initramfs: Not updating ${initramfs}"
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Version: 0.91e
closing as already fixed on our side.
thanks for your report.
--
maks
--- End Message ---