On Mon, Jun 27, 2011 at 03:42:29AM +0200, Marco d'Itri wrote:
> Apparently debug mode is enabled, but so far I do not understand what
> causes this.

case "$1" in
    configure)
    if [ -z "$2" ]; then # first install
      echo write_interfaces_rules
      if ! chrooted && ! in_debootstrap; then
        enable_udev
      fi

and

write_interfaces_rules() {
  local devpath
  for devpath in /sys/class/net/*; do
    [ -d "$devpath" ] || continue
    udevadm test --action=add $devpath > /dev/null || true
  done
}

so there is an invocation of udevadm not protected by 
chroot/debootstrap checks. If I disable this invocation of
write_interfaces_rules (during the time when package is unpacked but 
not configured), I don't see any messages on the console.

Best regards,
-- 
Jurij Smakov                                           ju...@wooyd.org
Key: http://www.wooyd.org/pgpkey/                      KeyID: C99E03CC



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to