Re: LSB 3.1 status for etch

2006-10-21 Thread Jeff Licquia
I have more news on the LSB test regressions I reported on earlier.

On Sun, 2006-10-15 at 18:22 -0400, Jeff Licquia wrote:
 The two tests are:
 
 /tset/LSB.os/mfiles/msync_P/T.msync_P 7 FAIL

As far as I can tell, the test is correct.  The test does an mmap() of
three pages from a large read-write file, munmap()'s the middle page,
and then tries to msync() the first two pages.  This should fail, since
the second page has been unmapped, but it succeeds on current etch.

It turns out that some tweaks to mm/msync.c, at git commit
707c21c848deeb0200ba3f07e4ba90e6dc419c2f in the 2.6.17 stable tree, are
to blame.  2.6.16 and earlier do not exhibit the problem.

Nor, it turns out, does the 2.6.18 kernel shipped as an update to Fedora
Core 5.  After looking at the patches to that kernel, it seems that a
patch backported from 2.6.19 fixes the problem.  Testing Linus's tree
(post-2.6.19rc2) confirms that the regression is gone.

The specific commit which touches msync.c (found in Linus's tree) is
204ec841fbea3e5138168edbc3a76d46747cc987.  It depends on several of the
other patches by Peter Zijlstra that precede it.  The whole group is
reflected in the patch in Fedora's 2.6.18 kernel called
linux-2.6-mm-tracking-dirty-pages.patch.  I have not specifically
tested the patches, but as this is the only patch which touches the
msync code in Fedora's package, it seems to be the likely culprit.

So, it would seem, Debian has a few options:

 - Apply the Fedora patch to Debian's kernels.

 - Assume that etch will ship with 2.6.19 or later.

 - Write a small patch to undo the 2.6.17 change which caused the
problem, and apply it to Debian's kernels.

I'll follow this up with a bug report, but I thought it best to let
everyone know the details.

 /tset/LSB.os/procenv/nice/T.nice 9 FAIL

I'll leave this one to Steve, who seems to have a good handle on it.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: LSB 3.1 status for etch

2006-10-21 Thread Andreas Barth
* Jeff Licquia ([EMAIL PROTECTED]) [061021 08:51]:
 The specific commit which touches msync.c (found in Linus's tree) is
 204ec841fbea3e5138168edbc3a76d46747cc987.  It depends on several of the
 other patches by Peter Zijlstra that precede it.  The whole group is
 reflected in the patch in Fedora's 2.6.18 kernel called
 linux-2.6-mm-tracking-dirty-pages.patch.  I have not specifically
 tested the patches, but as this is the only patch which touches the
 msync code in Fedora's package, it seems to be the likely culprit.
 
 So, it would seem, Debian has a few options:
 
  - Apply the Fedora patch to Debian's kernels.
 
  - Assume that etch will ship with 2.6.19 or later.
 
  - Write a small patch to undo the 2.6.17 change which caused the
 problem, and apply it to Debian's kernels.

Thanks for that detailed report. I assume we need to either apply the
Fedora patch, or create another patch by our own - shipping wit 2.6.19
sounds like a non-option to me.


Cheers,
Andi
-- 
  http://home.arcor.de/andreas-barth/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#389663: Info received (Bug#389663: linux-image-2.6.17-2-686 freeze notebook Toshiba with HT technology.)

2006-10-21 Thread Cesar A. Ramina
Well!

I tried all I can and know.
Finally re-install all system, Debian Etch from discs downloaded.

Unfortunately my bad expectations was confirmed.
System freeze again (when the HT is enable on BIOS) with 2.6.17-2
kernel.

Maybe a bug, may not. I don´t know.
What I do?
Disable the HT option and made me happy again!

[]´s
Cesar
-- 


Cesar A. Ramina
linux225159-geral@@yahoo.com.br



___ 
Novidade no Yahoo! Mail: receba alertas de novas mensagens no seu celular. 
Registre seu aparelho agora! 
http://br.mobile.yahoo.com/mailalertas/ 
 




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#390759: linux-image-2.6.18-1-686: HIGHMEM use is due to VMSPLIT change

2006-10-21 Thread Stephen Kitt
Package: linux-image-2.6.18-1-686
Version: 2.6.18-2
Followup-For: Bug #390759


Hi,

I figured out that the difference between 2.6.17 and 2.6.18 is due to
the different VMSPLIT options in use; 2.6.17 explicitly set
CONFIG_VMSPLIT_3G_OPT, but since CONFIG_EMBEDDED is disabled in 2.6.18,
the value used is the default CONFIG_VMSPLIT_3G.

I guess there's a reason behind the change...

Anyway, the attached patch fixes the bug.

Regards,

Stephen

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (200, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-686
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages linux-image-2.6.18-1-686 depends on:
ii  initramfs-tools [linux-initra 0.83   tools for generating an initramfs
ii  module-init-tools 3.2.2-3tools for managing Linux kernel mo

Versions of packages linux-image-2.6.18-1-686 recommends:
ii  libc6-i686   2.3.6.ds1-4 GNU C Library: Shared libraries [i

-- debconf information excluded
--- /boot/config-2.6.18-1-686   2006-09-29 17:30:56.0 +0200
+++ .config 2006-10-21 17:33:32.0 +0200
@@ -42,7 +42,7 @@
 # CONFIG_RELAY is not set
 CONFIG_INITRAMFS_SOURCE=
 CONFIG_CC_OPTIMIZE_FOR_SIZE=y
-# CONFIG_EMBEDDED is not set
+CONFIG_EMBEDDED=y
 CONFIG_UID16=y
 CONFIG_SYSCTL=y
 CONFIG_KALLSYMS=y
@@ -174,7 +174,11 @@
 # CONFIG_NOHIGHMEM is not set
 CONFIG_HIGHMEM4G=y
 # CONFIG_HIGHMEM64G is not set
-CONFIG_PAGE_OFFSET=0xC000
+# CONFIG_VMSPLIT_3G is not set
+CONFIG_VMSPLIT_3G_OPT=y
+# CONFIG_VMSPLIT_2G is not set
+# CONFIG_VMSPLIT_1G is not set
+CONFIG_PAGE_OFFSET=0xB000
 CONFIG_HIGHMEM=y
 CONFIG_ARCH_FLATMEM_ENABLE=y
 CONFIG_ARCH_SPARSEMEM_ENABLE=y


Processing of linux-2.6_2.6.18-3_powerpc.changes

2006-10-21 Thread Archive Administrator
linux-2.6_2.6.18-3_powerpc.changes uploaded successfully to localhost
along with the files:
  linux-2.6_2.6.18-3.dsc
  linux-2.6_2.6.18-3.diff.gz
  linux-doc-2.6.18_2.6.18-3_all.deb
  linux-manual-2.6.18_2.6.18-3_all.deb
  linux-patch-debian-2.6.18_2.6.18-3_all.deb
  linux-source-2.6.18_2.6.18-3_all.deb
  linux-support-2.6.18-1_2.6.18-3_all.deb
  linux-tree-2.6.18_2.6.18-3_all.deb
  linux-headers-2.6.18-1-all_2.6.18-3_powerpc.deb
  linux-headers-2.6.18-1-all-powerpc_2.6.18-3_powerpc.deb
  linux-headers-2.6.18-1_2.6.18-3_powerpc.deb
  linux-image-2.6.18-1-powerpc_2.6.18-3_powerpc.deb
  linux-headers-2.6.18-1-powerpc_2.6.18-3_powerpc.deb
  linux-image-2.6.18-1-powerpc-smp_2.6.18-3_powerpc.deb
  linux-headers-2.6.18-1-powerpc-smp_2.6.18-3_powerpc.deb
  linux-image-2.6.18-1-powerpc-miboot_2.6.18-3_powerpc.deb
  linux-headers-2.6.18-1-powerpc-miboot_2.6.18-3_powerpc.deb
  linux-image-2.6.18-1-powerpc64_2.6.18-3_powerpc.deb
  linux-headers-2.6.18-1-powerpc64_2.6.18-3_powerpc.deb
  linux-image-2.6.18-1-prep_2.6.18-3_powerpc.deb
  linux-headers-2.6.18-1-prep_2.6.18-3_powerpc.deb
  linux-headers-2.6.18-1-vserver_2.6.18-3_powerpc.deb
  linux-image-2.6.18-1-vserver-powerpc_2.6.18-3_powerpc.deb
  linux-headers-2.6.18-1-vserver-powerpc_2.6.18-3_powerpc.deb
  linux-image-2.6.18-1-vserver-powerpc64_2.6.18-3_powerpc.deb
  linux-headers-2.6.18-1-vserver-powerpc64_2.6.18-3_powerpc.deb

Greetings,

Your Debian queue daemon


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: tagging 390759

2006-10-21 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.21
 tags 390759 + patch
Bug#390759: linux-image-2.6.18-1-686: high memory in use with just 1GB (worked 
in 2.6.17)
There were no tags set.
Tags added: patch


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



linux-2.6_2.6.18-3_powerpc.changes ACCEPTED

2006-10-21 Thread Debian Installer

Accepted:
linux-2.6_2.6.18-3.diff.gz
  to pool/main/l/linux-2.6/linux-2.6_2.6.18-3.diff.gz
linux-2.6_2.6.18-3.dsc
  to pool/main/l/linux-2.6/linux-2.6_2.6.18-3.dsc
linux-doc-2.6.18_2.6.18-3_all.deb
  to pool/main/l/linux-2.6/linux-doc-2.6.18_2.6.18-3_all.deb
linux-headers-2.6.18-1-all-powerpc_2.6.18-3_powerpc.deb
  to 
pool/main/l/linux-2.6/linux-headers-2.6.18-1-all-powerpc_2.6.18-3_powerpc.deb
linux-headers-2.6.18-1-all_2.6.18-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.18-1-all_2.6.18-3_powerpc.deb
linux-headers-2.6.18-1-powerpc-miboot_2.6.18-3_powerpc.deb
  to 
pool/main/l/linux-2.6/linux-headers-2.6.18-1-powerpc-miboot_2.6.18-3_powerpc.deb
linux-headers-2.6.18-1-powerpc-smp_2.6.18-3_powerpc.deb
  to 
pool/main/l/linux-2.6/linux-headers-2.6.18-1-powerpc-smp_2.6.18-3_powerpc.deb
linux-headers-2.6.18-1-powerpc64_2.6.18-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.18-1-powerpc64_2.6.18-3_powerpc.deb
linux-headers-2.6.18-1-powerpc_2.6.18-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.18-1-powerpc_2.6.18-3_powerpc.deb
linux-headers-2.6.18-1-prep_2.6.18-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.18-1-prep_2.6.18-3_powerpc.deb
linux-headers-2.6.18-1-vserver-powerpc64_2.6.18-3_powerpc.deb
  to 
pool/main/l/linux-2.6/linux-headers-2.6.18-1-vserver-powerpc64_2.6.18-3_powerpc.deb
linux-headers-2.6.18-1-vserver-powerpc_2.6.18-3_powerpc.deb
  to 
pool/main/l/linux-2.6/linux-headers-2.6.18-1-vserver-powerpc_2.6.18-3_powerpc.deb
linux-headers-2.6.18-1-vserver_2.6.18-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.18-1-vserver_2.6.18-3_powerpc.deb
linux-headers-2.6.18-1_2.6.18-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.18-1_2.6.18-3_powerpc.deb
linux-image-2.6.18-1-powerpc-miboot_2.6.18-3_powerpc.deb
  to 
pool/main/l/linux-2.6/linux-image-2.6.18-1-powerpc-miboot_2.6.18-3_powerpc.deb
linux-image-2.6.18-1-powerpc-smp_2.6.18-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-image-2.6.18-1-powerpc-smp_2.6.18-3_powerpc.deb
linux-image-2.6.18-1-powerpc64_2.6.18-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-image-2.6.18-1-powerpc64_2.6.18-3_powerpc.deb
linux-image-2.6.18-1-powerpc_2.6.18-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-image-2.6.18-1-powerpc_2.6.18-3_powerpc.deb
linux-image-2.6.18-1-prep_2.6.18-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-image-2.6.18-1-prep_2.6.18-3_powerpc.deb
linux-image-2.6.18-1-vserver-powerpc64_2.6.18-3_powerpc.deb
  to 
pool/main/l/linux-2.6/linux-image-2.6.18-1-vserver-powerpc64_2.6.18-3_powerpc.deb
linux-image-2.6.18-1-vserver-powerpc_2.6.18-3_powerpc.deb
  to 
pool/main/l/linux-2.6/linux-image-2.6.18-1-vserver-powerpc_2.6.18-3_powerpc.deb
linux-manual-2.6.18_2.6.18-3_all.deb
  to pool/main/l/linux-2.6/linux-manual-2.6.18_2.6.18-3_all.deb
linux-patch-debian-2.6.18_2.6.18-3_all.deb
  to pool/main/l/linux-2.6/linux-patch-debian-2.6.18_2.6.18-3_all.deb
linux-source-2.6.18_2.6.18-3_all.deb
  to pool/main/l/linux-2.6/linux-source-2.6.18_2.6.18-3_all.deb
linux-support-2.6.18-1_2.6.18-3_all.deb
  to pool/main/l/linux-2.6/linux-support-2.6.18-1_2.6.18-3_all.deb
linux-tree-2.6.18_2.6.18-3_all.deb
  to pool/main/l/linux-2.6/linux-tree-2.6.18_2.6.18-3_all.deb


Override entries for your package:
linux-2.6_2.6.18-3.dsc - source devel
linux-doc-2.6.18_2.6.18-3_all.deb - optional doc
linux-headers-2.6.18-1-all-powerpc_2.6.18-3_powerpc.deb - optional devel
linux-headers-2.6.18-1-all_2.6.18-3_powerpc.deb - optional devel
linux-headers-2.6.18-1-powerpc-miboot_2.6.18-3_powerpc.deb - optional devel
linux-headers-2.6.18-1-powerpc-smp_2.6.18-3_powerpc.deb - optional devel
linux-headers-2.6.18-1-powerpc64_2.6.18-3_powerpc.deb - optional devel
linux-headers-2.6.18-1-powerpc_2.6.18-3_powerpc.deb - optional devel
linux-headers-2.6.18-1-prep_2.6.18-3_powerpc.deb - optional devel
linux-headers-2.6.18-1-vserver-powerpc64_2.6.18-3_powerpc.deb - optional devel
linux-headers-2.6.18-1-vserver-powerpc_2.6.18-3_powerpc.deb - optional devel
linux-headers-2.6.18-1-vserver_2.6.18-3_powerpc.deb - optional devel
linux-headers-2.6.18-1_2.6.18-3_powerpc.deb - optional devel
linux-image-2.6.18-1-powerpc-miboot_2.6.18-3_powerpc.deb - optional admin
linux-image-2.6.18-1-powerpc-smp_2.6.18-3_powerpc.deb - optional admin
linux-image-2.6.18-1-powerpc64_2.6.18-3_powerpc.deb - optional admin
linux-image-2.6.18-1-powerpc_2.6.18-3_powerpc.deb - optional admin
linux-image-2.6.18-1-prep_2.6.18-3_powerpc.deb - optional admin
linux-image-2.6.18-1-vserver-powerpc64_2.6.18-3_powerpc.deb - optional admin
linux-image-2.6.18-1-vserver-powerpc_2.6.18-3_powerpc.deb - optional admin
linux-manual-2.6.18_2.6.18-3_all.deb - optional doc
linux-patch-debian-2.6.18_2.6.18-3_all.deb - optional devel
linux-source-2.6.18_2.6.18-3_all.deb - optional devel
linux-support-2.6.18-1_2.6.18-3_all.deb - optional devel
linux-tree-2.6.18_2.6.18-3_all.deb - optional devel

Announcing to debian-devel-changes@lists.debian.org
Closing bugs: 381951 389282 389296 389918 391382 391384 

Bug#389282: marked as done (linux-2.6: Make BSD secure levels depend on CONFIG_BROKEN)

2006-10-21 Thread Debian Bug Tracking System
Your message dated Sat, 21 Oct 2006 09:20:07 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#389282: fixed in linux-2.6 2.6.18-3
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: linux-2.6
Severity: normal

The LSM for BSD secure levels is broken by design and unmaintained.
(CVE-2005-4351 and CVE-2005-4252). It's scheduled for removal
upstream (http://lkml.org/lkml/2006/8/2/180), but hasn't been dropped
yet in 2.6.18.

While it's not enabled in the binary builds, it's selectable for
users building their own kernels. Attached you can find a patch
to make this LSM depend on BROKEN.

Cheers,
Moritz

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)
--- linux-2.6.18/security/Kconfig.orig  2006-09-25 00:18:11.0 +0200
+++ linux-2.6.18/security/Kconfig   2006-09-25 00:18:24.0 +0200
@@ -95,7 +95,7 @@
 
 config SECURITY_SECLVL
tristate BSD Secure Levels
-   depends on SECURITY
+   depends on SECURITY  BROKEN
select CRYPTO
select CRYPTO_SHA1
help
---End Message---
---BeginMessage---
Source: linux-2.6
Source-Version: 2.6.18-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_2.6.18-3.diff.gz
  to pool/main/l/linux-2.6/linux-2.6_2.6.18-3.diff.gz
linux-2.6_2.6.18-3.dsc
  to pool/main/l/linux-2.6/linux-2.6_2.6.18-3.dsc
linux-doc-2.6.18_2.6.18-3_all.deb
  to pool/main/l/linux-2.6/linux-doc-2.6.18_2.6.18-3_all.deb
linux-headers-2.6.18-1-all-powerpc_2.6.18-3_powerpc.deb
  to 
pool/main/l/linux-2.6/linux-headers-2.6.18-1-all-powerpc_2.6.18-3_powerpc.deb
linux-headers-2.6.18-1-all_2.6.18-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.18-1-all_2.6.18-3_powerpc.deb
linux-headers-2.6.18-1-powerpc-miboot_2.6.18-3_powerpc.deb
  to 
pool/main/l/linux-2.6/linux-headers-2.6.18-1-powerpc-miboot_2.6.18-3_powerpc.deb
linux-headers-2.6.18-1-powerpc-smp_2.6.18-3_powerpc.deb
  to 
pool/main/l/linux-2.6/linux-headers-2.6.18-1-powerpc-smp_2.6.18-3_powerpc.deb
linux-headers-2.6.18-1-powerpc64_2.6.18-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.18-1-powerpc64_2.6.18-3_powerpc.deb
linux-headers-2.6.18-1-powerpc_2.6.18-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.18-1-powerpc_2.6.18-3_powerpc.deb
linux-headers-2.6.18-1-prep_2.6.18-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.18-1-prep_2.6.18-3_powerpc.deb
linux-headers-2.6.18-1-vserver-powerpc64_2.6.18-3_powerpc.deb
  to 
pool/main/l/linux-2.6/linux-headers-2.6.18-1-vserver-powerpc64_2.6.18-3_powerpc.deb
linux-headers-2.6.18-1-vserver-powerpc_2.6.18-3_powerpc.deb
  to 
pool/main/l/linux-2.6/linux-headers-2.6.18-1-vserver-powerpc_2.6.18-3_powerpc.deb
linux-headers-2.6.18-1-vserver_2.6.18-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.18-1-vserver_2.6.18-3_powerpc.deb
linux-headers-2.6.18-1_2.6.18-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.18-1_2.6.18-3_powerpc.deb
linux-image-2.6.18-1-powerpc-miboot_2.6.18-3_powerpc.deb
  to 
pool/main/l/linux-2.6/linux-image-2.6.18-1-powerpc-miboot_2.6.18-3_powerpc.deb
linux-image-2.6.18-1-powerpc-smp_2.6.18-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-image-2.6.18-1-powerpc-smp_2.6.18-3_powerpc.deb
linux-image-2.6.18-1-powerpc64_2.6.18-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-image-2.6.18-1-powerpc64_2.6.18-3_powerpc.deb
linux-image-2.6.18-1-powerpc_2.6.18-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-image-2.6.18-1-powerpc_2.6.18-3_powerpc.deb
linux-image-2.6.18-1-prep_2.6.18-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-image-2.6.18-1-prep_2.6.18-3_powerpc.deb
linux-image-2.6.18-1-vserver-powerpc64_2.6.18-3_powerpc.deb
  to 
pool/main/l/linux-2.6/linux-image-2.6.18-1-vserver-powerpc64_2.6.18-3_powerpc.deb
linux-image-2.6.18-1-vserver-powerpc_2.6.18-3_powerpc.deb
  to 
pool/main/l/linux-2.6/linux-image-2.6.18-1-vserver-powerpc_2.6.18-3_powerpc.deb
linux-manual-2.6.18_2.6.18-3_all.deb
  to pool/main/l/linux-2.6/linux-manual-2.6.18_2.6.18-3_all.deb
linux-patch-debian-2.6.18_2.6.18-3_all.deb
  to pool/main/l/linux-2.6/linux-patch-debian-2.6.18_2.6.18-3_all.deb
linux-source-2.6.18_2.6.18-3_all.deb
  to pool/main/l/linux-2.6/linux-source-2.6.18_2.6.18-3_all.deb
linux-support-2.6.18-1_2.6.18-3_all.deb
  to 

Bug#389296: marked as done (linux-2.6_2.6.18-1(hppa/unstable): FTBFS: Missing build-dep?)

2006-10-21 Thread Debian Bug Tracking System
Your message dated Sat, 21 Oct 2006 09:20:07 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#389296: fixed in linux-2.6 2.6.18-3
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: linux-2.6
Version: 2.6.18-1
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of linux-2.6_2.6.18-1 on peri by sbuild/hppa 85
 Build started at 20060924-1209

[...]

 ** Using build dependencies supplied by package:
 Build-Depends: debhelper (= 4.1.0), module-init-tools, dpkg-dev (= 
 1.10.23), debianutils (= 1.6), bzip2, sparc-utils [sparc], kernel-package 
 (= 10.054), python, python2.4-minimal, gcc-4.0 [alpha], gcc-4.1 [amd64 arm 
 armeb hppa i386 ia64 mips mipsel powerpc s390 sparc], gcc-3.3 [m68k]

[...]

 /build/buildd/linux-2.6-2.6.18/debian/build/build-hppa-none-parisc64/scripts/gcc-version.sh:
  line 11: hppa64-linux-gcc-4.1: command not found
 /build/buildd/linux-2.6-2.6.18/debian/build/build-hppa-none-parisc64/scripts/gcc-version.sh:
  line 12: hppa64-linux-gcc-4.1: command not found
 /build/buildd/linux-2.6-2.6.18/debian/build/build-hppa-none-parisc64/arch/parisc/Makefile:43:
  *** Sorry, your compiler is too old ().  GCC v3.3 or above is required.. 
  Stop.
 == making target conf.vars [new prereqs: Makefile .config]==
 
 /build/buildd/linux-2.6-2.6.18/debian/build/build-hppa-none-parisc64/scripts/gcc-version.sh:
  line 11: hppa64-linux-gcc-4.1: command not found
 /build/buildd/linux-2.6-2.6.18/debian/build/build-hppa-none-parisc64/scripts/gcc-version.sh:
  line 12: hppa64-linux-gcc-4.1: command not found
 /build/buildd/linux-2.6-2.6.18/debian/build/build-hppa-none-parisc64/arch/parisc/Makefile:43:
  *** Sorry, your compiler is too old ().  GCC v3.3 or above is required.. 
  Stop.
 make[3]: *** [conf.vars] Error 2
 make[3]: Leaving directory 
 `/build/buildd/linux-2.6-2.6.18/debian/build/build-hppa-none-parisc64'
 make[2]: *** [debian/stamps/setup-hppa-none-parisc64-kernel-package] Error 2
 make[2]: Leaving directory `/build/buildd/linux-2.6-2.6.18'
 make[1]: *** [setup-hppa-none-parisc64-real] Error 2
 make[1]: Leaving directory `/build/buildd/linux-2.6-2.6.18'
 make: *** [debian/stamps/setup-base] Error 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=hppapkg=linux-2.6ver=2.6.18-1


---End Message---
---BeginMessage---
Source: linux-2.6
Source-Version: 2.6.18-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_2.6.18-3.diff.gz
  to pool/main/l/linux-2.6/linux-2.6_2.6.18-3.diff.gz
linux-2.6_2.6.18-3.dsc
  to pool/main/l/linux-2.6/linux-2.6_2.6.18-3.dsc
linux-doc-2.6.18_2.6.18-3_all.deb
  to pool/main/l/linux-2.6/linux-doc-2.6.18_2.6.18-3_all.deb
linux-headers-2.6.18-1-all-powerpc_2.6.18-3_powerpc.deb
  to 
pool/main/l/linux-2.6/linux-headers-2.6.18-1-all-powerpc_2.6.18-3_powerpc.deb
linux-headers-2.6.18-1-all_2.6.18-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.18-1-all_2.6.18-3_powerpc.deb
linux-headers-2.6.18-1-powerpc-miboot_2.6.18-3_powerpc.deb
  to 
pool/main/l/linux-2.6/linux-headers-2.6.18-1-powerpc-miboot_2.6.18-3_powerpc.deb
linux-headers-2.6.18-1-powerpc-smp_2.6.18-3_powerpc.deb
  to 
pool/main/l/linux-2.6/linux-headers-2.6.18-1-powerpc-smp_2.6.18-3_powerpc.deb
linux-headers-2.6.18-1-powerpc64_2.6.18-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.18-1-powerpc64_2.6.18-3_powerpc.deb
linux-headers-2.6.18-1-powerpc_2.6.18-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.18-1-powerpc_2.6.18-3_powerpc.deb
linux-headers-2.6.18-1-prep_2.6.18-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.18-1-prep_2.6.18-3_powerpc.deb
linux-headers-2.6.18-1-vserver-powerpc64_2.6.18-3_powerpc.deb
  to 
pool/main/l/linux-2.6/linux-headers-2.6.18-1-vserver-powerpc64_2.6.18-3_powerpc.deb
linux-headers-2.6.18-1-vserver-powerpc_2.6.18-3_powerpc.deb
  to 
pool/main/l/linux-2.6/linux-headers-2.6.18-1-vserver-powerpc_2.6.18-3_powerpc.deb
linux-headers-2.6.18-1-vserver_2.6.18-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.18-1-vserver_2.6.18-3_powerpc.deb
linux-headers-2.6.18-1_2.6.18-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.18-1_2.6.18-3_powerpc.deb
linux-image-2.6.18-1-powerpc-miboot_2.6.18-3_powerpc.deb
  to 
pool/main/l/linux-2.6/linux-image-2.6.18-1-powerpc-miboot_2.6.18-3_powerpc.deb
linux-image-2.6.18-1-powerpc-smp_2.6.18-3_powerpc.deb
  to 

Bug#391384: marked as done (linux-image-2.6.18-1-686: Compaq Proliant DL380 fails to boot)

2006-10-21 Thread Debian Bug Tracking System
Your message dated Sat, 21 Oct 2006 09:20:07 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#391384: fixed in linux-2.6 2.6.18-3
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---

Package: linux-image-2.6.18-1-686
Version: 2.6.18-2
Severity: important

This is very similar to http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=380272
The same workaround could be used to overcome the problem:
 cat cpqarray  /etc/initramfs-tools/modules
 update-initramfs -u

lspci -v output from the system booted with enabled workaround:

 -- begin --
00:00.0 Host bridge: Broadcom CNB20LE Host Bridge (rev 05)
   Flags: bus master, medium devsel, latency 64

00:00.1 Host bridge: Broadcom CNB20LE Host Bridge (rev 05)
   Flags: bus master, medium devsel, latency 64

00:01.0 RAID bus controller: LSI Logic / Symbios Logic 53C1510 (rev 02)
   Subsystem: Compaq Computer Corporation Integrated Array Controller
   Flags: bus master, medium devsel, latency 192, IRQ 177
   I/O ports at 2000 [size=256]
   Memory at c500 (32-bit, non-prefetchable) [size=16M]
   Memory at c400 (32-bit, non-prefetchable) [size=16M]
   [virtual] Expansion ROM at 5010 [disabled] [size=512K]
   Capabilities: [40] Power Management version 2

00:02.0 Ethernet controller: Intel Corporation 82557/8/9 [Ethernet Pro
100] (rev 08)
   Subsystem: Compaq Computer Corporation NC3163 Fast Ethernet
NIC (embedded, WOL)
   Flags: bus master, medium devsel, latency 64, IRQ 193
   Memory at c3fff000 (32-bit, non-prefetchable) [size=4K]
   I/O ports at 2400 [size=64]
   Memory at c3e0 (32-bit, non-prefetchable) [size=1M]
   [virtual] Expansion ROM at 5000 [disabled] [size=1M]
   Capabilities: [dc] Power Management version 2

00:03.0 VGA compatible controller: ATI Technologies Inc 3D Rage IIC
215IIC [Mach64 GT IIC] (rev 7a) (prog-if 00 [VGA])
   Subsystem: ATI Technologies Inc Rage IIC
   Flags: bus master, stepping, medium devsel, latency 64
   Memory at c200 (32-bit, prefetchable) [size=16M]
   I/O ports at 2800 [size=256]
   Memory at c3dff000 (32-bit, non-prefetchable) [size=4K]
   [virtual] Expansion ROM at 5018 [disabled] [size=128K]
   Capabilities: [5c] Power Management version 1

00:04.0 System peripheral: Compaq Computer Corporation Advanced System
Management Controller
   Subsystem: Compaq Computer Corporation Unknown device b0f3
   Flags: medium devsel, IRQ 255
   I/O ports at 1800 [size=256]
   Memory at c3dfef00 (32-bit, non-prefetchable) [size=256]

00:0f.0 ISA bridge: Broadcom OSB4 South Bridge (rev 4f)
   Subsystem: Broadcom OSB4 South Bridge
   Flags: bus master, medium devsel, latency 0

00:0f.1 IDE interface: Broadcom OSB4 IDE Controller (prog-if 8a
[Master SecP PriP])
   Flags: bus master, medium devsel, latency 64
   I/O ports at 2c00 [size=16]

03:04.0 Ethernet controller: National Semiconductor Corporation
DP83815 (MacPhyter) Ethernet Controller
   Subsystem: Netgear FA311 / FA312 (FA311 with WoL HW)
   Flags: bus master, medium devsel, latency 64, IRQ 185
   I/O ports at 3000 [size=256]
   Memory at c6fff000 (32-bit, non-prefetchable) [size=4K]
   [virtual] Expansion ROM at 501a [disabled] [size=64K]
   Capabilities: [40] Power Management version 2
 -- end --


Boot console and dmesg log from failed boot:

 -- begin --
 Booting 'Debian GNU/Linux, kernel 2.6.18-1-686'

root  (hd0,0)
Filesystem type is ext2fs, partition type 0x83
kernel  /boot/vmlinuz-2.6.18-1-686 root=/dev/ida/c0d0p1 ro console=tty0 console
=ttyS0,38400n8
  [Linux-bzImage, setup=0x1e00, size=0x130471]
initrd  /boot/initrd.img-2.6.18-1-686
  [Linux-initrd @ 0x1fbae000, 0x4419ba bytes]
savedefault

Linux version 2.6.18-1-686 (Debian 2.6.18-2) ([EMAIL PROTECTED]) (gcc
version 4.1.2 20060920 (prerelease) (Debian 4.1.1-14)) #1 SMP6
BIOS-provided physical RAM map:
BIOS-e820:  - 0009f800 (usable)
BIOS-e820: 0009f800 - 000a (reserved)
BIOS-e820: 000f - 0010 (reserved)
BIOS-e820: 0010 - 3fffc000 (usable)
BIOS-e820: 3fffc000 - 4000 (ACPI data)
BIOS-e820: fec0 - fec1 (reserved)
BIOS-e820: fee0 - fee1 (reserved)
BIOS-e820: fff8 - 0001 (reserved)
127MB HIGHMEM available.
896MB LOWMEM available.
found SMP MP-table at 000f4ff0
DMI 2.3 present.
ACPI: PM-Timer IO Port: 

Bug#391861: marked as done (linux-2.6: [powerpc] Please enable the amd74xx driver)

2006-10-21 Thread Debian Bug Tracking System
Your message dated Sat, 21 Oct 2006 09:20:07 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#391861: fixed in linux-2.6 2.6.18-3
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: installation-reports

Boot method: CD
Image version: Debian Etch Testing dated October 3, 2006
Date: October 6, 2006

Machine: IBM JS20 blade
Processor: PPC 970FX, 2.2 GHz
Memory: 1.5 GB
Partitions: hard drive not detected

Output of lspci and lspci -n:

00:00.0 PCI bridge: Advanced Micro Devices [AMD] AMD-8131 PCI-X Bridge
(rev 12)
00:03.0 PCI bridge: Advanced Micro Devices [AMD] AMD-8111 PCI (rev 07)
00:04.1 IDE interface: Advanced Micro Devices [AMD] AMD-8111 IDE (rev 03)
00:1f.0 PCI bridge: Advanced Micro Devices [AMD] AMD-8131 PCI-X Bridge
(rev 12)
01:01.0 Network controller: MYRICOM Inc. Myrinet 2000 Scalable Cluster
Interconnect (rev 04)
11:01.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5704S
Gigabit Ethernet (rev 03)
11:01.1 Ethernet controller: Broadcom Corporation NetXtreme BCM5704S
Gigabit Ethernet (rev 03)
21:00.0 USB Controller: Advanced Micro Devices [AMD] AMD-8111 USB (rev 0b)
21:00.1 USB Controller: Advanced Micro Devices [AMD] AMD-8111 USB (rev 0b)

00:00.0 0604: 1022:7450 (rev 12)
00:03.0 0604: 1022:7460 (rev 07)
00:04.1 0101: 1022:7469 (rev 03)
00:1f.0 0604: 1022:7450 (rev 12)
01:01.0 0280: 14c1:8043 (rev 04)
11:01.0 0200: 14e4:16a8 (rev 03)
11:01.1 0200: 14e4:16a8 (rev 03)
21:00.0 0c03: 1022:7464 (rev 0b)
21:00.1 0c03: 1022:7464 (rev 0b)

Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot worked:[O]
Configure network HW:   [O]
Config network: [O]
Detect CD:  [O]
Load installer modules: [O]
Detect hard drives: [E]
Partition hard drives:  [ ]
Create file systems:[ ]
Mount partitions:   [ ]
Install base system:[ ]
Install boot loader:[ ]
Reboot: [ ]

Comments/Problems:

The on-board hard drive (40 GB Fujitsu MHT2040AS, 2.5, parallel ATA) is
not detected.  lspci shows the driver as an AMD 8111, but neither the
kernel nor /lib/modules seem to have the amd74xx driver.

---End Message---
---BeginMessage---
Source: linux-2.6
Source-Version: 2.6.18-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_2.6.18-3.diff.gz
  to pool/main/l/linux-2.6/linux-2.6_2.6.18-3.diff.gz
linux-2.6_2.6.18-3.dsc
  to pool/main/l/linux-2.6/linux-2.6_2.6.18-3.dsc
linux-doc-2.6.18_2.6.18-3_all.deb
  to pool/main/l/linux-2.6/linux-doc-2.6.18_2.6.18-3_all.deb
linux-headers-2.6.18-1-all-powerpc_2.6.18-3_powerpc.deb
  to 
pool/main/l/linux-2.6/linux-headers-2.6.18-1-all-powerpc_2.6.18-3_powerpc.deb
linux-headers-2.6.18-1-all_2.6.18-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.18-1-all_2.6.18-3_powerpc.deb
linux-headers-2.6.18-1-powerpc-miboot_2.6.18-3_powerpc.deb
  to 
pool/main/l/linux-2.6/linux-headers-2.6.18-1-powerpc-miboot_2.6.18-3_powerpc.deb
linux-headers-2.6.18-1-powerpc-smp_2.6.18-3_powerpc.deb
  to 
pool/main/l/linux-2.6/linux-headers-2.6.18-1-powerpc-smp_2.6.18-3_powerpc.deb
linux-headers-2.6.18-1-powerpc64_2.6.18-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.18-1-powerpc64_2.6.18-3_powerpc.deb
linux-headers-2.6.18-1-powerpc_2.6.18-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.18-1-powerpc_2.6.18-3_powerpc.deb
linux-headers-2.6.18-1-prep_2.6.18-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.18-1-prep_2.6.18-3_powerpc.deb
linux-headers-2.6.18-1-vserver-powerpc64_2.6.18-3_powerpc.deb
  to 
pool/main/l/linux-2.6/linux-headers-2.6.18-1-vserver-powerpc64_2.6.18-3_powerpc.deb
linux-headers-2.6.18-1-vserver-powerpc_2.6.18-3_powerpc.deb
  to 
pool/main/l/linux-2.6/linux-headers-2.6.18-1-vserver-powerpc_2.6.18-3_powerpc.deb
linux-headers-2.6.18-1-vserver_2.6.18-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.18-1-vserver_2.6.18-3_powerpc.deb
linux-headers-2.6.18-1_2.6.18-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.18-1_2.6.18-3_powerpc.deb
linux-image-2.6.18-1-powerpc-miboot_2.6.18-3_powerpc.deb
  to 
pool/main/l/linux-2.6/linux-image-2.6.18-1-powerpc-miboot_2.6.18-3_powerpc.deb
linux-image-2.6.18-1-powerpc-smp_2.6.18-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-image-2.6.18-1-powerpc-smp_2.6.18-3_powerpc.deb
linux-image-2.6.18-1-powerpc64_2.6.18-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-image-2.6.18-1-powerpc64_2.6.18-3_powerpc.deb

Bug#391931: marked as done (linux-image-2.6.18-1-686: CPUSET support for smp images?)

2006-10-21 Thread Debian Bug Tracking System
Your message dated Sat, 21 Oct 2006 09:20:07 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#391931: fixed in linux-2.6 2.6.18-3
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: linux-image-2.6.18-1-686
Version: 2.6.18-2
Severity: wishlist


Is there a plan to enable the cpuset feature in the kernel?
(This is the CONFIG_CPUSETS tag in the configuration file.)

We are using this feature on each nodes of our clusters (~5000 cpus).
It permits :
 - to restrict processes on a subset of cpus,
 - to restrict processes on a certain amount of memory (and physical
   addresses),
 - to keep the list of all children of a process (even if a process
   forks and is detached from its father).

So this is very usefull in our cluster context to give a part of a
computer to a user and another one to another user (we can do that with
xen or another VM but it is too slow for a HPC usage).

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages linux-image-2.6.18-1-686 depends on:
ii  initramfs-tools [linux-initra 0.82   tools for generating an initramfs
ii  module-init-tools 3.2.2-3tools for managing Linux kernel mo

Versions of packages linux-image-2.6.18-1-686 recommends:
ii  libc6-i686   2.3.6.ds1-6 GNU C Library: Shared libraries [i

-- debconf information:
  linux-image-2.6.18-1-686/postinst/bootloader-error-2.6.18-1-686:
  shared/kernel-image/really-run-bootloader: true
  linux-image-2.6.18-1-686/postinst/depmod-error-initrd-2.6.18-1-686: false
  linux-image-2.6.18-1-686/postinst/create-kimage-link-2.6.18-1-686: true
  linux-image-2.6.18-1-686/preinst/initrd-2.6.18-1-686:
  linux-image-2.6.18-1-686/preinst/abort-overwrite-2.6.18-1-686:
  linux-image-2.6.18-1-686/preinst/elilo-initrd-2.6.18-1-686: true
  linux-image-2.6.18-1-686/postinst/old-initrd-link-2.6.18-1-686: true
  linux-image-2.6.18-1-686/preinst/already-running-this-2.6.18-1-686:
  linux-image-2.6.18-1-686/preinst/lilo-has-ramdisk:
  linux-image-2.6.18-1-686/postinst/bootloader-test-error-2.6.18-1-686:
  linux-image-2.6.18-1-686/postinst/depmod-error-2.6.18-1-686: false
  linux-image-2.6.18-1-686/postinst/old-dir-initrd-link-2.6.18-1-686: true
  linux-image-2.6.18-1-686/preinst/overwriting-modules-2.6.18-1-686: true
  linux-image-2.6.18-1-686/preinst/failed-to-move-modules-2.6.18-1-686:
  linux-image-2.6.18-1-686/preinst/lilo-initrd-2.6.18-1-686: true
* linux-image-2.6.18-1-686/prerm/removing-running-kernel-2.6.18-1-686: false
  linux-image-2.6.18-1-686/postinst/old-system-map-link-2.6.18-1-686: true
  linux-image-2.6.18-1-686/prerm/would-invalidate-boot-loader-2.6.18-1-686: true
  linux-image-2.6.18-1-686/preinst/bootloader-initrd-2.6.18-1-686: true
  linux-image-2.6.18-1-686/preinst/abort-install-2.6.18-1-686:
  linux-image-2.6.18-1-686/postinst/kimage-is-a-directory:

---End Message---
---BeginMessage---
Source: linux-2.6
Source-Version: 2.6.18-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_2.6.18-3.diff.gz
  to pool/main/l/linux-2.6/linux-2.6_2.6.18-3.diff.gz
linux-2.6_2.6.18-3.dsc
  to pool/main/l/linux-2.6/linux-2.6_2.6.18-3.dsc
linux-doc-2.6.18_2.6.18-3_all.deb
  to pool/main/l/linux-2.6/linux-doc-2.6.18_2.6.18-3_all.deb
linux-headers-2.6.18-1-all-powerpc_2.6.18-3_powerpc.deb
  to 
pool/main/l/linux-2.6/linux-headers-2.6.18-1-all-powerpc_2.6.18-3_powerpc.deb
linux-headers-2.6.18-1-all_2.6.18-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.18-1-all_2.6.18-3_powerpc.deb
linux-headers-2.6.18-1-powerpc-miboot_2.6.18-3_powerpc.deb
  to 
pool/main/l/linux-2.6/linux-headers-2.6.18-1-powerpc-miboot_2.6.18-3_powerpc.deb
linux-headers-2.6.18-1-powerpc-smp_2.6.18-3_powerpc.deb
  to 
pool/main/l/linux-2.6/linux-headers-2.6.18-1-powerpc-smp_2.6.18-3_powerpc.deb
linux-headers-2.6.18-1-powerpc64_2.6.18-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.18-1-powerpc64_2.6.18-3_powerpc.deb
linux-headers-2.6.18-1-powerpc_2.6.18-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.18-1-powerpc_2.6.18-3_powerpc.deb
linux-headers-2.6.18-1-prep_2.6.18-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.18-1-prep_2.6.18-3_powerpc.deb
linux-headers-2.6.18-1-vserver-powerpc64_2.6.18-3_powerpc.deb
  to 

Bug#389918: marked as done (linux-2.6: Please enable CONFIG_NET_CLS_ACT)

2006-10-21 Thread Debian Bug Tracking System
Your message dated Sat, 21 Oct 2006 09:20:07 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#389918: fixed in linux-2.6 2.6.18-3
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: linux-2.6
Severity: wishlist

I am using classifier actions without problems for more than half a year.
Tested with kernel versions 2.6.15 and later, with iproute rebuilt from
the source package.

Thanks,
Janusz

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (600, 'testing'), (300, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.17-2-vserver-686
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2)

---End Message---
---BeginMessage---
Source: linux-2.6
Source-Version: 2.6.18-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_2.6.18-3.diff.gz
  to pool/main/l/linux-2.6/linux-2.6_2.6.18-3.diff.gz
linux-2.6_2.6.18-3.dsc
  to pool/main/l/linux-2.6/linux-2.6_2.6.18-3.dsc
linux-doc-2.6.18_2.6.18-3_all.deb
  to pool/main/l/linux-2.6/linux-doc-2.6.18_2.6.18-3_all.deb
linux-headers-2.6.18-1-all-powerpc_2.6.18-3_powerpc.deb
  to 
pool/main/l/linux-2.6/linux-headers-2.6.18-1-all-powerpc_2.6.18-3_powerpc.deb
linux-headers-2.6.18-1-all_2.6.18-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.18-1-all_2.6.18-3_powerpc.deb
linux-headers-2.6.18-1-powerpc-miboot_2.6.18-3_powerpc.deb
  to 
pool/main/l/linux-2.6/linux-headers-2.6.18-1-powerpc-miboot_2.6.18-3_powerpc.deb
linux-headers-2.6.18-1-powerpc-smp_2.6.18-3_powerpc.deb
  to 
pool/main/l/linux-2.6/linux-headers-2.6.18-1-powerpc-smp_2.6.18-3_powerpc.deb
linux-headers-2.6.18-1-powerpc64_2.6.18-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.18-1-powerpc64_2.6.18-3_powerpc.deb
linux-headers-2.6.18-1-powerpc_2.6.18-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.18-1-powerpc_2.6.18-3_powerpc.deb
linux-headers-2.6.18-1-prep_2.6.18-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.18-1-prep_2.6.18-3_powerpc.deb
linux-headers-2.6.18-1-vserver-powerpc64_2.6.18-3_powerpc.deb
  to 
pool/main/l/linux-2.6/linux-headers-2.6.18-1-vserver-powerpc64_2.6.18-3_powerpc.deb
linux-headers-2.6.18-1-vserver-powerpc_2.6.18-3_powerpc.deb
  to 
pool/main/l/linux-2.6/linux-headers-2.6.18-1-vserver-powerpc_2.6.18-3_powerpc.deb
linux-headers-2.6.18-1-vserver_2.6.18-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.18-1-vserver_2.6.18-3_powerpc.deb
linux-headers-2.6.18-1_2.6.18-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.18-1_2.6.18-3_powerpc.deb
linux-image-2.6.18-1-powerpc-miboot_2.6.18-3_powerpc.deb
  to 
pool/main/l/linux-2.6/linux-image-2.6.18-1-powerpc-miboot_2.6.18-3_powerpc.deb
linux-image-2.6.18-1-powerpc-smp_2.6.18-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-image-2.6.18-1-powerpc-smp_2.6.18-3_powerpc.deb
linux-image-2.6.18-1-powerpc64_2.6.18-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-image-2.6.18-1-powerpc64_2.6.18-3_powerpc.deb
linux-image-2.6.18-1-powerpc_2.6.18-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-image-2.6.18-1-powerpc_2.6.18-3_powerpc.deb
linux-image-2.6.18-1-prep_2.6.18-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-image-2.6.18-1-prep_2.6.18-3_powerpc.deb
linux-image-2.6.18-1-vserver-powerpc64_2.6.18-3_powerpc.deb
  to 
pool/main/l/linux-2.6/linux-image-2.6.18-1-vserver-powerpc64_2.6.18-3_powerpc.deb
linux-image-2.6.18-1-vserver-powerpc_2.6.18-3_powerpc.deb
  to 
pool/main/l/linux-2.6/linux-image-2.6.18-1-vserver-powerpc_2.6.18-3_powerpc.deb
linux-manual-2.6.18_2.6.18-3_all.deb
  to pool/main/l/linux-2.6/linux-manual-2.6.18_2.6.18-3_all.deb
linux-patch-debian-2.6.18_2.6.18-3_all.deb
  to pool/main/l/linux-2.6/linux-patch-debian-2.6.18_2.6.18-3_all.deb
linux-source-2.6.18_2.6.18-3_all.deb
  to pool/main/l/linux-2.6/linux-source-2.6.18_2.6.18-3_all.deb
linux-support-2.6.18-1_2.6.18-3_all.deb
  to pool/main/l/linux-2.6/linux-support-2.6.18-1_2.6.18-3_all.deb
linux-tree-2.6.18_2.6.18-3_all.deb
  to pool/main/l/linux-2.6/linux-tree-2.6.18_2.6.18-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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bastian Blank [EMAIL PROTECTED] (supplier of updated linux-2.6 package)

(This message was generated automatically at their 

Bug#391382: marked as done (linux-image-2.6.17-2-k7: Network sky2 driver stops working under load)

2006-10-21 Thread Debian Bug Tracking System
Your message dated Sat, 21 Oct 2006 09:20:07 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#391382: fixed in linux-2.6 2.6.18-3
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: linux-image-2.6.17-2-k7
Version: 2.6.17-9
Severity: normal

The Sky2 driver stops working while under load after some time. I get the 
following messages:

sky2 eth0: rx error, status 0x7ffc0001 length 932
sky2 eth0: rx error, status 0x7ffc0001 length 932
sky2 eth0: rx error, status 0x7ffc0001 length 932

A ping to an other server results in Destination Host not Reachable from my 
local machine.

You can solve this situation by bringing down the interface, unloading the 
driver, loading the driver 
again and bringing up the interface. Just cycling the interface down and up is 
not enough.

You get the following messages by doing this. First was cycling down and up. 
Second was down, reload 
driver and bringing network up again.

--- First Step ---

nfs: server ponder not responding, still trying
nfs: server ponder not responding, still trying
nfs: server ponder not responding, still trying
nfs: server ponder not responding, still trying
sky2 eth0: disabling interface
bridge-eth0: disabling the bridge
bridge-eth0: down
sky2 eth0: enabling interface
bridge-eth0: enabling the bridge
bridge-eth0: up
sky2 eth0: Link is up at 1000 Mbps, full duplex, flow control both
sky2 unknown status opcode 0xe1
sky2 eth0: rx error, status 0x8329ddaf length 54500
eth0: no IPv6 routers present

--- Second Step ---

sky2 eth0: disabling interface
bridge-eth0: disabling the bridge
bridge-eth0: down
ACPI: PCI interrupt for device :05:00.0 disabled
ACPI: PCI Interrupt :05:00.0[A] - GSI 36 (level, low) - IRQ 82
PCI: Setting latency timer of device :05:00.0 to 64
sky2 v1.6.1 addr 0xdc00 irq 82 Yukon-EC (0xb6) rev 2
sky2 eth0: addr 00:13:d4:9d:66:1d
sky2 eth0: enabling interface
ADDRCONF(NETDEV_UP): eth0: link is not ready
bridge-eth0: enabling the bridge
bridge-eth0: up
sky2 eth0: Link is up at 1000 Mbps, full duplex, flow control both
ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
eth0: no IPv6 routers present
nfs: server ponder OK
nfs: server ponder OK
nfs: server ponder OK
nfs: server ponder OK



-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (1001, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-k7
Locale: LANG=de_CH.UTF-8, LC_CTYPE=de_CH.UTF-8 (charmap=UTF-8)

Versions of packages linux-image-2.6.17-2-k7 depends on:
ii  initramfs-tools [linux-initra 0.80   tools for generating an initramfs
ii  module-init-tools 3.2.2-3tools for managing Linux kernel mo

Versions of packages linux-image-2.6.17-2-k7 recommends:
ii  libc6-i686   2.3.6.ds1-4 GNU C Library: Shared libraries [i

-- debconf information:
  linux-image-2.6.17-2-k7/postinst/old-system-map-link-2.6.17-2-k7: true
  shared/kernel-image/really-run-bootloader: true
  linux-image-2.6.17-2-k7/preinst/overwriting-modules-2.6.17-2-k7: true
  linux-image-2.6.17-2-k7/prerm/removing-running-kernel-2.6.17-2-k7: true
  linux-image-2.6.17-2-k7/postinst/kimage-is-a-directory:
  linux-image-2.6.17-2-k7/postinst/create-kimage-link-2.6.17-2-k7: true
  linux-image-2.6.17-2-k7/prerm/would-invalidate-boot-loader-2.6.17-2-k7: true
  linux-image-2.6.17-2-k7/preinst/already-running-this-2.6.17-2-k7:
  linux-image-2.6.17-2-k7/preinst/failed-to-move-modules-2.6.17-2-k7:
  linux-image-2.6.17-2-k7/preinst/bootloader-initrd-2.6.17-2-k7: true
  linux-image-2.6.17-2-k7/postinst/old-initrd-link-2.6.17-2-k7: true
  linux-image-2.6.17-2-k7/preinst/abort-overwrite-2.6.17-2-k7:
  linux-image-2.6.17-2-k7/postinst/depmod-error-2.6.17-2-k7: false
  linux-image-2.6.17-2-k7/postinst/old-dir-initrd-link-2.6.17-2-k7: true
  linux-image-2.6.17-2-k7/preinst/lilo-initrd-2.6.17-2-k7: true
  linux-image-2.6.17-2-k7/preinst/abort-install-2.6.17-2-k7:
  linux-image-2.6.17-2-k7/postinst/bootloader-error-2.6.17-2-k7:
  linux-image-2.6.17-2-k7/preinst/initrd-2.6.17-2-k7:
  linux-image-2.6.17-2-k7/postinst/depmod-error-initrd-2.6.17-2-k7: false
  linux-image-2.6.17-2-k7/preinst/lilo-has-ramdisk:
  linux-image-2.6.17-2-k7/postinst/bootloader-test-error-2.6.17-2-k7:
  linux-image-2.6.17-2-k7/preinst/elilo-initrd-2.6.17-2-k7: true



Best Regards Matthias Kreis

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

We believe that the bug you reported is fixed in the latest version of

Bug#392065: marked as done (linux-image-2.6.18-1-powerpc: System crash after a bcm43xx: Controller restarted)

2006-10-21 Thread Debian Bug Tracking System
Your message dated Sat, 21 Oct 2006 09:20:07 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#392065: fixed in linux-2.6 2.6.18-3
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: linux-image-2.6.18-1-powerpc
Version: 2.6.18-2
Severity: critical
Justification: breaks the whole system

When I'm using this kernel on a notebook (iBook G4) with WPA-encrypted wifi 
network working fine until I lose wifi 
connection and a few seconds later I can't do nothing because the system is 
frozen.
After reboot the system in the syslog I found these lines just before the 
syslogd: restart

 Oct 10 03:22:59 Tyrael kernel: NETDEV WATCHDOG: wlan0: transmit timed out
 Oct 10 03:22:59 Tyrael kernel: bcm43xx: Controller RESET (TX timeout) ...
 Oct 10 03:22:59 Tyrael kernel: bcm43xx: Chip ID 0x4306, rev 0x3
 Oct 10 03:22:59 Tyrael kernel: bcm43xx: Number of cores: 5
 Oct 10 03:22:59 Tyrael kernel: bcm43xx: Core 0: ID 0x800, rev 0x4, vendor 
0x4243, enabled
 Oct 10 03:22:59 Tyrael kernel: bcm43xx: Core 1: ID 0x812, rev 0x5, vendor 
0x4243, disabled
 Oct 10 03:22:59 Tyrael kernel: bcm43xx: Core 2: ID 0x80d, rev 0x2, vendor 
0x4243, enabled
 Oct 10 03:22:59 Tyrael kernel: bcm43xx: Core 3: ID 0x807, rev 0x2, vendor 
0x4243, disabled
 Oct 10 03:22:59 Tyrael kernel: bcm43xx: Core 4: ID 0x804, rev 0x9, vendor 
0x4243, enabled
 Oct 10 03:22:59 Tyrael kernel: bcm43xx: PHY connected
 Oct 10 03:22:59 Tyrael kernel: bcm43xx: Detected PHY: Version: 2, Type 2, 
Revision 2
 Oct 10 03:22:59 Tyrael kernel: bcm43xx: Detected Radio: ID: 2205017f (Manuf: 
17f Ver: 2050 Rev: 2)
 Oct 10 03:22:59 Tyrael kernel: bcm43xx: Radio turned off
 Oct 10 03:22:59 Tyrael kernel: bcm43xx: Radio turned off
 Oct 10 03:22:59 Tyrael kernel: bcm43xx: Controller restarted


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-powerpc
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)

Versions of packages linux-image-2.6.18-1-powerpc depends on:
ii  initramfs-tools [linux-initra 0.82   tools for generating an initramfs
ii  mkvmlinuz 24 create a kernel to boot a PowerPC 
ii  module-init-tools 3.2.2-3tools for managing Linux kernel mo

linux-image-2.6.18-1-powerpc recommends no packages.

-- debconf information:
  linux-image-2.6.18-1-powerpc/preinst/abort-overwrite-2.6.18-1-powerpc:
  shared/kernel-image/really-run-bootloader: true
  linux-image-2.6.18-1-powerpc/postinst/old-dir-initrd-link-2.6.18-1-powerpc: 
true
  linux-image-2.6.18-1-powerpc/postinst/kimage-is-a-directory:
  linux-image-2.6.18-1-powerpc/preinst/initrd-2.6.18-1-powerpc:
  linux-image-2.6.18-1-powerpc/preinst/elilo-initrd-2.6.18-1-powerpc: true
  linux-image-2.6.18-1-powerpc/postinst/old-system-map-link-2.6.18-1-powerpc: 
true
  linux-image-2.6.18-1-powerpc/postinst/bootloader-error-2.6.18-1-powerpc:
  linux-image-2.6.18-1-powerpc/postinst/old-initrd-link-2.6.18-1-powerpc: true
  linux-image-2.6.18-1-powerpc/preinst/already-running-this-2.6.18-1-powerpc:
  linux-image-2.6.18-1-powerpc/postinst/depmod-error-initrd-2.6.18-1-powerpc: 
false
  linux-image-2.6.18-1-powerpc/preinst/overwriting-modules-2.6.18-1-powerpc: 
true
  linux-image-2.6.18-1-powerpc/postinst/bootloader-test-error-2.6.18-1-powerpc:
  linux-image-2.6.18-1-powerpc/preinst/bootloader-initrd-2.6.18-1-powerpc: true
  linux-image-2.6.18-1-powerpc/postinst/create-kimage-link-2.6.18-1-powerpc: 
true
  linux-image-2.6.18-1-powerpc/preinst/lilo-has-ramdisk:
  linux-image-2.6.18-1-powerpc/prerm/removing-running-kernel-2.6.18-1-powerpc: 
true
  linux-image-2.6.18-1-powerpc/preinst/lilo-initrd-2.6.18-1-powerpc: true
  linux-image-2.6.18-1-powerpc/preinst/failed-to-move-modules-2.6.18-1-powerpc:
  
linux-image-2.6.18-1-powerpc/prerm/would-invalidate-boot-loader-2.6.18-1-powerpc:
 true
  linux-image-2.6.18-1-powerpc/postinst/depmod-error-2.6.18-1-powerpc: false
  linux-image-2.6.18-1-powerpc/preinst/abort-install-2.6.18-1-powerpc:

---End Message---
---BeginMessage---
Source: linux-2.6
Source-Version: 2.6.18-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_2.6.18-3.diff.gz
  to pool/main/l/linux-2.6/linux-2.6_2.6.18-3.diff.gz
linux-2.6_2.6.18-3.dsc
  to pool/main/l/linux-2.6/linux-2.6_2.6.18-3.dsc
linux-doc-2.6.18_2.6.18-3_all.deb
  to 

Bug#381951: marked as done (linux-2.6: Please make CONFIG_EFI_VARS modular (i386))

2006-10-21 Thread Debian Bug Tracking System
Your message dated Sat, 21 Oct 2006 09:20:07 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#381951: fixed in linux-2.6 2.6.18-3
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: linux-2.6
Severity: wishlist
Tags: d-i

Please consider activating EFI support for i386, which is needed for D-I 
to support installation on Intel-based MacBook Pro systems.

This would allow usage of elilo as bootloader.
See also: http://bugs.debian.org/381584

The pseudo patch below gives an idea of the required config changes (all 
under Processor type and features).

@@ -160,6 +160,7 @@
 # Firmware Drivers
 #
 CONFIG_EDD=m
+CONFIG_EFI_VARS=m
 CONFIG_DELL_RBU=m
 CONFIG_DCDBAS=m
 # CONFIG_NOHIGHMEM is not set
@@ -185,7 +186,8 @@
 # CONFIG_HIGHPTE is not set
 # CONFIG_MATH_EMULATION is not set
 CONFIG_MTRR=y
-# CONFIG_EFI is not set
+CONFIG_EFI=y
+CONFIG_BOOT_IOREMAP=y
 # CONFIG_REGPARM is not set
 # CONFIG_SECCOMP is not set
 # CONFIG_HZ_100 is not set


pgpWXxcNByYah.pgp
Description: PGP signature
---End Message---
---BeginMessage---
Source: linux-2.6
Source-Version: 2.6.18-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_2.6.18-3.diff.gz
  to pool/main/l/linux-2.6/linux-2.6_2.6.18-3.diff.gz
linux-2.6_2.6.18-3.dsc
  to pool/main/l/linux-2.6/linux-2.6_2.6.18-3.dsc
linux-doc-2.6.18_2.6.18-3_all.deb
  to pool/main/l/linux-2.6/linux-doc-2.6.18_2.6.18-3_all.deb
linux-headers-2.6.18-1-all-powerpc_2.6.18-3_powerpc.deb
  to 
pool/main/l/linux-2.6/linux-headers-2.6.18-1-all-powerpc_2.6.18-3_powerpc.deb
linux-headers-2.6.18-1-all_2.6.18-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.18-1-all_2.6.18-3_powerpc.deb
linux-headers-2.6.18-1-powerpc-miboot_2.6.18-3_powerpc.deb
  to 
pool/main/l/linux-2.6/linux-headers-2.6.18-1-powerpc-miboot_2.6.18-3_powerpc.deb
linux-headers-2.6.18-1-powerpc-smp_2.6.18-3_powerpc.deb
  to 
pool/main/l/linux-2.6/linux-headers-2.6.18-1-powerpc-smp_2.6.18-3_powerpc.deb
linux-headers-2.6.18-1-powerpc64_2.6.18-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.18-1-powerpc64_2.6.18-3_powerpc.deb
linux-headers-2.6.18-1-powerpc_2.6.18-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.18-1-powerpc_2.6.18-3_powerpc.deb
linux-headers-2.6.18-1-prep_2.6.18-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.18-1-prep_2.6.18-3_powerpc.deb
linux-headers-2.6.18-1-vserver-powerpc64_2.6.18-3_powerpc.deb
  to 
pool/main/l/linux-2.6/linux-headers-2.6.18-1-vserver-powerpc64_2.6.18-3_powerpc.deb
linux-headers-2.6.18-1-vserver-powerpc_2.6.18-3_powerpc.deb
  to 
pool/main/l/linux-2.6/linux-headers-2.6.18-1-vserver-powerpc_2.6.18-3_powerpc.deb
linux-headers-2.6.18-1-vserver_2.6.18-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.18-1-vserver_2.6.18-3_powerpc.deb
linux-headers-2.6.18-1_2.6.18-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.18-1_2.6.18-3_powerpc.deb
linux-image-2.6.18-1-powerpc-miboot_2.6.18-3_powerpc.deb
  to 
pool/main/l/linux-2.6/linux-image-2.6.18-1-powerpc-miboot_2.6.18-3_powerpc.deb
linux-image-2.6.18-1-powerpc-smp_2.6.18-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-image-2.6.18-1-powerpc-smp_2.6.18-3_powerpc.deb
linux-image-2.6.18-1-powerpc64_2.6.18-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-image-2.6.18-1-powerpc64_2.6.18-3_powerpc.deb
linux-image-2.6.18-1-powerpc_2.6.18-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-image-2.6.18-1-powerpc_2.6.18-3_powerpc.deb
linux-image-2.6.18-1-prep_2.6.18-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-image-2.6.18-1-prep_2.6.18-3_powerpc.deb
linux-image-2.6.18-1-vserver-powerpc64_2.6.18-3_powerpc.deb
  to 
pool/main/l/linux-2.6/linux-image-2.6.18-1-vserver-powerpc64_2.6.18-3_powerpc.deb
linux-image-2.6.18-1-vserver-powerpc_2.6.18-3_powerpc.deb
  to 
pool/main/l/linux-2.6/linux-image-2.6.18-1-vserver-powerpc_2.6.18-3_powerpc.deb
linux-manual-2.6.18_2.6.18-3_all.deb
  to pool/main/l/linux-2.6/linux-manual-2.6.18_2.6.18-3_all.deb
linux-patch-debian-2.6.18_2.6.18-3_all.deb
  to pool/main/l/linux-2.6/linux-patch-debian-2.6.18_2.6.18-3_all.deb
linux-source-2.6.18_2.6.18-3_all.deb
  to pool/main/l/linux-2.6/linux-source-2.6.18_2.6.18-3_all.deb
linux-support-2.6.18-1_2.6.18-3_all.deb
  to pool/main/l/linux-2.6/linux-support-2.6.18-1_2.6.18-3_all.deb
linux-tree-2.6.18_2.6.18-3_all.deb
  to pool/main/l/linux-2.6/linux-tree-2.6.18_2.6.18-3_all.deb



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


Re: Serious issues with linux-2.6 (was: Re: Scheduling linux-2.6 2.6.18-3)

2006-10-21 Thread Norbert Tretkowski
* Martin Michlmayr wrote:
 FWIW, Falk Hueffner prepared the following patch which just needs
 testing: http://people.debian.org/~falk/alpha-no-ev4-directive.patch

Included in gcc-4.1 4.1.1ds2-17.

Norbert


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: tagging 392078

2006-10-21 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 392078 + pending
Bug#392078: Fails to boot on SunBlade 100/150
Tags were: upstream
Tags added: pending


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]