Bug#638956: marked as done (include-network bug script doesn't work in case of bonding)

2011-09-30 Thread Debian Bug Tracking System
Your message dated Fri, 30 Sep 2011 20:12:52 +
with message-id e1r9js0-00078e...@franck.debian.org
and subject line Bug#638956: fixed in user-mode-linux 2.6.32-1um-4+37
has caused the Debian Bug report #638956,
regarding include-network bug script doesn't work in case of bonding
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 ow...@bugs.debian.org
immediately.)


-- 
638956: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638956
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: linux-2.6
Version: 2.6.32-30
Severity: minor
File: /usr/share/bug/linux-image-2.6.32-5-amd64/include-network

include-network does a 

 for dir in /sys/class/net/*; do
  ...
  cat $dir/features 3

but when bonding is active, there's also a file 'bonding_masters' under
/sys/class/net/ and so the 'cat' fails. I've just replaced that line with

  [ -f $dir/features ]  cat $dir/features 3

and it works.

Cheers,
Sandro


-- System Information:
Debian Release: 6.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages linux-image-2.6.32-5-amd64 depends on:
ii  debconf [debconf 1.5.37  Debian configuration management sy
ii  initramfs-tools  0.98.7  tools for generating an initramfs
ii  linux-base   2.6.37-1~experimental.1 Linux image base package
ii  module-init-tool 3.12-1  tools for managing Linux kernel mo

Versions of packages linux-image-2.6.32-5-amd64 recommends:
ii  firmware-linux-f 2.6.37-1~experimental.1 Binary firmware for various driver

Versions of packages linux-image-2.6.32-5-amd64 suggests:
pn  grub | lilo   none (no description available)
pn  linux-doc-2.6.32  none (no description available)

Versions of packages linux-image-2.6.32-5-amd64 is related to:
pn  firmware-bnx2 none (no description available)
pn  firmware-bnx2xnone (no description available)
pn  firmware-ipw2x00  none (no description available)
pn  firmware-ivtv none (no description available)
ii  firmware-iwlwifi  0.28   Binary firmware for Intel Wireless
ii  firmware-linux0.28   Binary firmware for various driver
ii  firmware-linux-nonfree0.28   Binary firmware for various driver
pn  firmware-qlogic   none (no description available)
pn  firmware-ralink   none (no description available)
pn  xen-hypervisornone (no description available)

-- debconf information excluded


---End Message---
---BeginMessage---
Source: user-mode-linux
Source-Version: 2.6.32-1um-4+37

We believe that the bug you reported is fixed in the latest version of
user-mode-linux, which is due to be installed in the Debian FTP archive:

user-mode-linux_2.6.32-1um-4+37.diff.gz
  to main/u/user-mode-linux/user-mode-linux_2.6.32-1um-4+37.diff.gz
user-mode-linux_2.6.32-1um-4+37.dsc
  to main/u/user-mode-linux/user-mode-linux_2.6.32-1um-4+37.dsc
user-mode-linux_2.6.32-1um-4+37_amd64.deb
  to main/u/user-mode-linux/user-mode-linux_2.6.32-1um-4+37_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 638...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
dann frazier da...@debian.org (supplier of updated user-mode-linux package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 29 Sep 2011 20:23:36 -0600
Source: user-mode-linux
Binary: user-mode-linux
Architecture: source amd64
Version: 2.6.32-1um-4+37
Distribution: stable
Urgency: high
Maintainer: User Mode Linux Maintainers pkg-uml-p...@lists.alioth.debian.org
Changed-By: dann frazier da...@debian.org
Description: 
 user-mode-linux - User-mode Linux (kernel)
Closes: 566522 620848 622259 622745 622997 627700 627702 627704 627705 630730 
631465 632778 637659 637848 638656 638956 639425 639426 640650 641232 641419 
642380
Changes: 
 user-mode-linux (2.6.32-1um-4+37) stable; urgency=high
 .
   * Rebuild against linux-source-2.6.32 

Bug#638956: marked as done (include-network bug script doesn't work in case of bonding)

2011-09-13 Thread Debian Bug Tracking System
Your message dated Tue, 13 Sep 2011 20:03:25 +
with message-id e1r3zcx-0001db...@franck.debian.org
and subject line Bug#638956: fixed in linux-2.6 2.6.32-36
has caused the Debian Bug report #638956,
regarding include-network bug script doesn't work in case of bonding
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 ow...@bugs.debian.org
immediately.)


-- 
638956: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638956
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: linux-2.6
Version: 2.6.32-30
Severity: minor
File: /usr/share/bug/linux-image-2.6.32-5-amd64/include-network

include-network does a 

 for dir in /sys/class/net/*; do
  ...
  cat $dir/features 3

but when bonding is active, there's also a file 'bonding_masters' under
/sys/class/net/ and so the 'cat' fails. I've just replaced that line with

  [ -f $dir/features ]  cat $dir/features 3

and it works.

Cheers,
Sandro


-- System Information:
Debian Release: 6.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages linux-image-2.6.32-5-amd64 depends on:
ii  debconf [debconf 1.5.37  Debian configuration management sy
ii  initramfs-tools  0.98.7  tools for generating an initramfs
ii  linux-base   2.6.37-1~experimental.1 Linux image base package
ii  module-init-tool 3.12-1  tools for managing Linux kernel mo

Versions of packages linux-image-2.6.32-5-amd64 recommends:
ii  firmware-linux-f 2.6.37-1~experimental.1 Binary firmware for various driver

Versions of packages linux-image-2.6.32-5-amd64 suggests:
pn  grub | lilo   none (no description available)
pn  linux-doc-2.6.32  none (no description available)

Versions of packages linux-image-2.6.32-5-amd64 is related to:
pn  firmware-bnx2 none (no description available)
pn  firmware-bnx2xnone (no description available)
pn  firmware-ipw2x00  none (no description available)
pn  firmware-ivtv none (no description available)
ii  firmware-iwlwifi  0.28   Binary firmware for Intel Wireless
ii  firmware-linux0.28   Binary firmware for various driver
ii  firmware-linux-nonfree0.28   Binary firmware for various driver
pn  firmware-qlogic   none (no description available)
pn  firmware-ralink   none (no description available)
pn  xen-hypervisornone (no description available)

-- debconf information excluded


---End Message---
---BeginMessage---
Source: linux-2.6
Source-Version: 2.6.32-36

We believe that the bug you reported is fixed in the latest version of
linux-2.6, which is due to be installed in the Debian FTP archive:

firmware-linux-free_2.6.32-36_all.deb
  to main/l/linux-2.6/firmware-linux-free_2.6.32-36_all.deb
linux-2.6_2.6.32-36.diff.gz
  to main/l/linux-2.6/linux-2.6_2.6.32-36.diff.gz
linux-2.6_2.6.32-36.dsc
  to main/l/linux-2.6/linux-2.6_2.6.32-36.dsc
linux-base_2.6.32-36_all.deb
  to main/l/linux-2.6/linux-base_2.6.32-36_all.deb
linux-doc-2.6.32_2.6.32-36_all.deb
  to main/l/linux-2.6/linux-doc-2.6.32_2.6.32-36_all.deb
linux-manual-2.6.32_2.6.32-36_all.deb
  to main/l/linux-2.6/linux-manual-2.6.32_2.6.32-36_all.deb
linux-patch-debian-2.6.32_2.6.32-36_all.deb
  to main/l/linux-2.6/linux-patch-debian-2.6.32_2.6.32-36_all.deb
linux-source-2.6.32_2.6.32-36_all.deb
  to main/l/linux-2.6/linux-source-2.6.32_2.6.32-36_all.deb
linux-support-2.6.32-5_2.6.32-36_all.deb
  to main/l/linux-2.6/linux-support-2.6.32-5_2.6.32-36_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 638...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ben Hutchings b...@decadent.org.uk (supplier of updated linux-2.6 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 12 Sep 2011 00:53:46 +0100
Source: linux-2.6
Binary: linux-tools-2.6.32 linux-source-2.6.32 linux-doc-2.6.32 
linux-manual-2.6.32 

Bug#638956: marked as done (include-network bug script doesn't work in case of bonding)

2011-08-27 Thread Debian Bug Tracking System
Your message dated Sat, 27 Aug 2011 15:09:16 +
with message-id e1qxkvy-00028e...@franck.debian.org
and subject line Bug#638956: fixed in linux-2.6 3.0.0-3
has caused the Debian Bug report #638956,
regarding include-network bug script doesn't work in case of bonding
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 ow...@bugs.debian.org
immediately.)


-- 
638956: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638956
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: linux-2.6
Version: 2.6.32-30
Severity: minor
File: /usr/share/bug/linux-image-2.6.32-5-amd64/include-network

include-network does a 

 for dir in /sys/class/net/*; do
  ...
  cat $dir/features 3

but when bonding is active, there's also a file 'bonding_masters' under
/sys/class/net/ and so the 'cat' fails. I've just replaced that line with

  [ -f $dir/features ]  cat $dir/features 3

and it works.

Cheers,
Sandro


-- System Information:
Debian Release: 6.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages linux-image-2.6.32-5-amd64 depends on:
ii  debconf [debconf 1.5.37  Debian configuration management sy
ii  initramfs-tools  0.98.7  tools for generating an initramfs
ii  linux-base   2.6.37-1~experimental.1 Linux image base package
ii  module-init-tool 3.12-1  tools for managing Linux kernel mo

Versions of packages linux-image-2.6.32-5-amd64 recommends:
ii  firmware-linux-f 2.6.37-1~experimental.1 Binary firmware for various driver

Versions of packages linux-image-2.6.32-5-amd64 suggests:
pn  grub | lilo   none (no description available)
pn  linux-doc-2.6.32  none (no description available)

Versions of packages linux-image-2.6.32-5-amd64 is related to:
pn  firmware-bnx2 none (no description available)
pn  firmware-bnx2xnone (no description available)
pn  firmware-ipw2x00  none (no description available)
pn  firmware-ivtv none (no description available)
ii  firmware-iwlwifi  0.28   Binary firmware for Intel Wireless
ii  firmware-linux0.28   Binary firmware for various driver
ii  firmware-linux-nonfree0.28   Binary firmware for various driver
pn  firmware-qlogic   none (no description available)
pn  firmware-ralink   none (no description available)
pn  xen-hypervisornone (no description available)

-- debconf information excluded


---End Message---
---BeginMessage---
Source: linux-2.6
Source-Version: 3.0.0-3

We believe that the bug you reported is fixed in the latest version of
linux-2.6, which is due to be installed in the Debian FTP archive:

linux-2.6_3.0.0-3.diff.gz
  to main/l/linux-2.6/linux-2.6_3.0.0-3.diff.gz
linux-2.6_3.0.0-3.dsc
  to main/l/linux-2.6/linux-2.6_3.0.0-3.dsc
linux-doc-3.0.0_3.0.0-3_all.deb
  to main/l/linux-2.6/linux-doc-3.0.0_3.0.0-3_all.deb
linux-manual-3.0.0_3.0.0-3_all.deb
  to main/l/linux-2.6/linux-manual-3.0.0_3.0.0-3_all.deb
linux-patch-debian-3.0.0_3.0.0-3_all.deb
  to main/l/linux-2.6/linux-patch-debian-3.0.0_3.0.0-3_all.deb
linux-source-3.0.0_3.0.0-3_all.deb
  to main/l/linux-2.6/linux-source-3.0.0_3.0.0-3_all.deb
linux-support-3.0.0-1_3.0.0-3_all.deb
  to main/l/linux-2.6/linux-support-3.0.0-1_3.0.0-3_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 638...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ben Hutchings b...@decadent.org.uk (supplier of updated linux-2.6 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 27 Aug 2011 08:04:02 +0100
Source: linux-2.6
Binary: linux-tools-3.0.0 linux-source-3.0.0 linux-doc-3.0.0 linux-manual-3.0.0 
linux-patch-debian-3.0.0 linux-support-3.0.0-1 linux-libc-dev 
linux-headers-3.0.0-1-all linux-headers-3.0.0-1-all-alpha 
linux-headers-3.0.0-1-common linux-image-3.0.0-1-alpha-generic 
linux-headers-3.0.0-1-alpha-generic