Bug#491911: Solved with current 2.6.26 snapchot

2008-07-31 Thread Mathieu PARENT
I can confirm that this is solved with current  2.6.26 snapshot (since
2.6.26-1~experimental.1~snapshot.11869).


Mathieu Parent



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



Bug#490903: linux-image-2.6.25-2-686: It's the scanner that confuses the kernel

2008-07-31 Thread Daniel Dickinson
On Wed, 16 Jul 2008 10:57:44 +0200
maximilian attems [EMAIL PROTECTED] wrote:

 On Tue, 15 Jul 2008, Daniel Dickinson wrote:
 
  Package: linux-image-2.6.25-2-686
  Version: 2.6.25-6
  Followup-For: Bug #490903
  
  
  I just did a boot with the SCSI-2 scanner disconnected and 2.6.25-2
  boots sucessfully in that configuration with the megaraid.  I
  suspect it is the SCSI-2 scanner as a non-RAID device on channel 2
  that is confusing the megaraid_mbox driver.  It worked with
  2.6.24-1 though, so it is still a regression, just not as serious
  since it means I can't use my scanner, but can use my tape drive
  and channel 1 raid array.
  
  The scanner is connected with adaptors and cable that allow the SE
  SCSI-2 scanner to connect to the LVD Ultra-2 RAID controller (not
  custom stuff though) (with the controller configured for SCSI-2
  Fast).
  
 
 can you try out 2.6.26 see trunk apt lines
 - http://wiki.debian.org/DebianKernel

I tried the .26 kernel using the trunk apt shown with no luck.  I still
panics on boot, even with the scanner disconnected.  There appears to
be some difficulty with the interaction of the st tape driver and the
megraid_mbox driver (assuming the problem isn't the st tape driver
period, though I'd expect you'd already have more bug reports if that
was the case, and the panic output on the screen says that the problem
is in the megraid_mbox driver, though I can't see the entire panic
due to it being larger than a single screen).

Regards,

Daniel

-- 
And that's my crabbing done for the day.  Got it out of the way early, 
now I have the rest of the afternoon to sniff fragrant tea-roses or 
strangle cute bunnies or something.   -- Michael Devore
GnuPG Key Fingerprint 86 F5 81 A5 D4 2E 1F 1C  http://gnupg.org
No more sea shells:  Daniel's Webloghttp://cshore.wordpress.com


signature.asc
Description: PGP signature


Bug#492721: linux-image-2.6.24-etchnhalf.1-686: doesn't boot on Via EPIA EK

2008-07-31 Thread dann frazier
On Mon, Jul 28, 2008 at 08:24:00PM +0200, Christian Pernegger wrote:
 Ok, did some testing:
 2.6.26-686 [latest snapshot, 11913]: crash on boot
 2.6.24-686 [etch]: crash on boot
 2.6.24-486 [etch]: works
 2.6.18-686 [etch]: works
 
 Screenshots of the two crashes are attached.

Thanks Christian. This is looking like #464962 - running the 486
flavor is probably the best option for your system.

-- 
dann frazier




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



Processed: Patch

2008-07-31 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 487103 patch
Bug#487103: linux-libc-dev: netfilter.h needs in.h include
There were no tags set.
Tags added: patch

 thanks
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]



Bug#487103: Patch

2008-07-31 Thread Matt Kraai
On Wed, Jul 30, 2008 at 11:33:04PM -0700, Matt Kraai wrote:
 Here's a patch which makes netfilter.h include in.h and in6.h
 irregardless of whether __KERNEL__ is defined.  This allows my simple
 test file:
 
  #include linux/netfilter.h
 
 to compile without errors.  I'll try to get it included upstream.

Is this something that's likely to be fixed for Lenny?  If not,
fireflier will need to work around the problem.

-- 
Matt http://ftbfs.org/



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



Bug#487103: Patch

2008-07-31 Thread Matt Kraai
tag 487103 patch
thanks

Here's a patch which makes netfilter.h include in.h and in6.h
irregardless of whether __KERNEL__ is defined.  This allows my simple
test file:

 #include linux/netfilter.h

to compile without errors.  I'll try to get it included upstream.

-- 
Matt http://ftbfs.org/
diff --git a/include/linux/netfilter.h b/include/linux/netfilter.h
index 0c5eb7e..6060e56 100644
--- a/include/linux/netfilter.h
+++ b/include/linux/netfilter.h
@@ -7,13 +7,13 @@
 #include linux/net.h
 #include linux/netdevice.h
 #include linux/if.h
-#include linux/in.h
-#include linux/in6.h
 #include linux/wait.h
 #include linux/list.h
 #include net/net_namespace.h
 #endif
 #include linux/types.h
+#include linux/in.h
+#include linux/in6.h
 #include linux/compiler.h
 
 /* Responses from hook functions. */


Bug#493070: initramfs-tools: update-initramfs overwrites symbolic link

2008-07-31 Thread Christoph Pleger
Package: initramfs-tools
Version: 0.85i
Severity: normal

Hello,

update-initramfs uses mkinitramfs to create a temporary file containing the
new ramdisk and then moves (mv -f) that file to the final destination
/boot/initrd.img-$version. If /boot/initrd.img-$version has been a symbolic
link before(maybe because /etc/kernel-img.conf contains: reverse_symlinks = 
Yes),
mv -f removes the link and replaces it by a file. That is probably not
wanted by users who use reverse symlinks. So, I suggest to use cp -f and
rm -f instead of mv -f.

Regards
  Christoph  

-- Package-specific info:
-- /proc/cmdline
root=/dev/sda1 ro

-- /proc/filesystems
ext3

-- lsmod
Module  Size  Used by
i915   22144  2 
drm74324  3 i915
nfs   228264  0 
vboxdrv70304  0 
nfsd  204432  17 
lockd  60968  3 nfs,nfsd
nfs_acl 3584  2 nfs,nfsd
auth_rpcgss39904  1 nfsd
sunrpc171484  11 nfs,nfsd,lockd,nfs_acl,auth_rpcgss
exportfs4832  1 nfsd
ppdev   8900  0 
lp 11204  0 
ac  6212  0 
battery13700  0 
xt_pkttype  1984  2 
xt_tcpudp   3264  7 
ipt_REDIRECT2176  0 
ipt_REJECT  4608  0 
ipt_LOG 6176  12 
xt_limit2720  13 
xt_state2528  6 
iptable_mangle  2880  0 
iptable_nat 7044  0 
nf_nat 18700  2 ipt_REDIRECT,iptable_nat
iptable_filter  3040  1 
nf_conntrack_ipv4  17544  8 iptable_nat
nf_conntrack   62656  4 xt_state,iptable_nat,nf_nat,nf_conntrack_ipv4
ip_tables  13316  3 iptable_mangle,iptable_nat,iptable_filter
x_tables   14372  9 
xt_pkttype,xt_tcpudp,ipt_REDIRECT,ipt_REJECT,ipt_LOG,xt_limit,xt_state,iptable_nat,ip_tables
ipv6  242212  24 
loop   16996  0 
snd_hda_intel 274848  0 
parport_pc 26340  1 
parport34472  3 ppdev,lp,parport_pc
floppy 54724  0 
rtc13148  0 
i2c_i8019456  0 
snd_pcm_oss38368  0 
snd_mixer_oss  15424  1 snd_pcm_oss
pcspkr  3264  0 
i2c_core   22656  1 i2c_i801
snd_pcm72036  2 snd_hda_intel,snd_pcm_oss
iTCO_wdt   11396  0 
snd_seq_dummy   3844  0 
snd_seq_oss29632  0 
snd_seq_midi8256  0 
snd_rawmidi22816  1 snd_seq_midi
snd_seq_midi_event  7040  2 snd_seq_oss,snd_seq_midi
container   4960  0 
snd_seq46736  6 
snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer  21348  2 snd_pcm,snd_seq
snd_seq_device  7948  5 
snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
button  8528  0 
intel_agp  23540  1 
snd48772  9 
snd_hda_intel,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
agpgart31912  3 drm,intel_agp
soundcore   7680  1 snd
snd_page_alloc 10184  2 snd_hda_intel,snd_pcm
evdev  11200  1 
ext3  123272  5 
jbd43892  1 ext3
mbcache 8480  1 ext3
dm_mirror  21792  0 
dm_snapshot17060  0 
dm_mod 56004  2 dm_mirror,dm_snapshot
ide_cd 36352  0 
cdrom  32672  1 ide_cd
sd_mod 27296  7 
generic 4484  0 [permanent]
piix7556  0 [permanent]
ide_core  108740  3 ide_cd,generic,piix
usbhid 28032  0 
hid34400  1 usbhid
ata_generic 7556  0 
ata_piix   17380  6 
libata144560  2 ata_generic,ata_piix
scsi_mod  141516  2 sd_mod,libata
ehci_hcd   32556  0 
uhci_hcd   23568  0 
usbcore   127724  4 usbhid,ehci_hcd,uhci_hcd
tg389316  0 
thermal16092  0 
processor  36840  1 thermal
fan 4868  0 

-- kernel-img.conf
do_bootfloppy = no
do_bootloader = no
do_symlinks = no
warn_initrd = no
postinst_hook = /usr/sbin/update-grub
postrm_hook   = /usr/sbin/update-grub


-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.24-etchnhalf.1-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages initramfs-tools depends on:
ii  busybox   1:1.1.3-4  Tiny utilities for small and embed
ii  cpio  2.6-18.1+etch1 GNU cpio -- a program to manage ar
ii  klibc-utils   1.4.34-2   small statically-linked utilities 
ii  

Bug#491911: marked as done (Eeek! page_mapcount(page) went negative! with xen and redhat cluster suite)

2008-07-31 Thread Debian Bug Tracking System

Your message dated Thu, 31 Jul 2008 09:25:27 +0200
with message-id [EMAIL PROTECTED]
and subject line Re: Solved with current 2.6.26 snapchot
has caused the Debian Bug report #491911,
regarding Eeek! page_mapcount(page) went negative! with xen and redhat 
cluster suite
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.)


-- 
491911: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=491911
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: linux-image-2.6.25-2-xen-686
Version: 2.6.25-7
Severity: important

Hi,

This is a reproduceable error.

It happens when shutting down the domU or in other cases (I have to
investigate these cases, probably when unjoining the cluster).

The kernel produces the attached errors in the DomU. Dom0 is not
affected. 

The second part of the stack is always the same (kernel BUG at
arch/x86/kernel/paravirt.c:241!)

I have attached the DomU config.

Packages installed in the DomU:
apt-get install redhat-cluster-modules-2.6.25-2-xen-686
apt-get install redhat-cluster-suite


/etc/cluster/cluster.conf (minimal):
?xml version=1.0?
cluster name=sambacluster config_version=1

clusternodes
clusternode name=samba1 nodeid=1
fence
/fence
/clusternode

clusternode name=samba2 nodeid=2
fence
/fence
/clusternode

clusternode name=samba3 nodeid=3
fence
/fence
/clusternode
/clusternodes

fencedevices
fencedevice name=manual agent=fence_manual/
/fencedevices

/cluster


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-6-xen-686 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages linux-image-2.6.25-2-xen-686 depends on:
ii  initramfs-tools   0.92e  tools for generating an initramfs
ii  linux-modules-2.6.25-2-xen-68 2.6.25-7   Linux 2.6.25 modules on i686

Versions of packages linux-image-2.6.25-2-xen-686 recommends:
ii  libc6-xen 2.7-10 GNU C Library: Shared libraries [X

-- no debconf information
#
# Configuration file for the Xen instance samba1.local.sathieu.net, created
# by xen-tools 3.9 on Wed Jul 16 22:33:24 2008.
#

#
#  Kernel + memory size
#
kernel  = '/boot/vmlinuz-2.6.25-2-xen-686'
ramdisk = '/boot/initrd.img-2.6.25-2-xen-686'
extra=console=hvc0 rootdelay=5
memory  = '128'

#
#  Disk device(s).
#
root= '/dev/xvda2 ro'
disk= [
  'phy:/dev/serv/samba1.local.sathieu.net-swap,xvda1,w',
  'phy:/dev/serv/samba1.local.sathieu.net-disk,xvda2,w',
  'phy:/dev/serv/gfs,xvda3,w!',
  ]


#
#  Hostname
#
name= 'samba1.local.sathieu.net'

#
#  Networking
#
vif = [ 'ip=192.168.0.61,mac=00:16:3E:C6:08:B8' ]

#
#  Behaviour
#
on_poweroff = 'destroy'
on_reboot   = 'restart'
on_crash= 'restart'



[  498.609735] kernel BUG at lib/radix-tree.c:467!
[  498.609746] invalid opcode:  [#1] SMP 
[  498.609760] Modules linked in: nfsd lockd nfs_acl auth_rpcgss sunrpc 
exportfs sctp ipv6 libcrc32c lock_dlm gfs2 dlm configfs evdev pcspkr ext3 jbd 
mbcache dm_snapshot raid456 md_mod async_xor async_memcpy async_tx xor 
dm_mirror dm_mod
[  498.609857] 
[  498.609866] Pid: 1162, comm: aisexec Not tainted (2.6.25-2-xen-686 #1)
[  498.609880] EIP: 0061:[c01daeeb] EFLAGS: 00010086 CPU: 0
[  498.609897] EIP is at radix_tree_tag_set+0x1b/0x88
[  498.609909] EAX: c02fcb44 EBX:  ECX:  EDX: 83e975ca
[  498.609922] ESI: c02fcb40 EDI: 045660e0 EBP: c02fcb44 ESP: c74f5da4
[  498.609934]  DS: 007b ES: 007b FS: 00d8 GS:  SS: 0069
[  498.609946] Process aisexec (pid: 1162, ti=c74f4000 task=c7c7d930 
task.ti=c74f4000)
[  498.609959] Stack:  83e975ca c11bdce0 c02fcb40 045660e0 c11bdce0 
c01580e9  
[  498.609995] c0157e8e   c015eedb c01020c5 
c100 07d63067 
[  498.610029] c74f5f10 c0102456 0dee70e1   
c6d082dc c74f5e7c 
[  498.610064] Call Trace:
[  498.610078]  [c01580e9] __set_page_dirty_nobuffers+0x10a/0x136
[  498.610100]  [c0157e8e] set_page_dirty+0x30/0x8f
[  498.610119]  [c015eedb] unmap_vmas+0x40a/0x7b0
[  498.610138]  [c01020c5] __xen_mc_entry+0x3d/0x78
[  498.610158]  [c0102456] xen_do_pin+0x12/0x57
[  498.610181]  [c01631f4] exit_mmap+0x65/0xce
[  498.610200]  [c0120f86] mmput+0x20/0x75
[  498.610219]  [c01258dd] do_exit+0x1e5/0x5c9
[  498.610239]  [c0125d2c] do_group_exit+0x6b/0x82
[ 

[Xen-devel] State of Xen in upstream Linux

2008-07-31 Thread Pasi Kärkkäinen
- Forwarded message from Jeremy Fitzhardinge [EMAIL PROTECTED] -

From: Jeremy Fitzhardinge [EMAIL PROTECTED]
To: Xen-devel [EMAIL PROTECTED],
[EMAIL PROTECTED],
Virtualization Mailing List [EMAIL PROTECTED]
Cc: 
Date: Wed, 30 Jul 2008 17:51:37 -0700
Subject: [Xen-devel] State of Xen in upstream Linux

Well, the mainline kernel just hit 2.6.27-rc1, so it's time for an
update about what's new with Xen.  I'm trying to aim this at both the
user and developer audiences, so bear with me if I seem to be waffling
about something irrelevant.


2.6.26 was mostly a bugfix update compared with 2.6.25, with a few small
issues fixed up.  Feature-wise, it supports 32-bit domU with the core
devices needed to make it work (netfront, blockfront, console).  It also
has xen-pvfb support, which means you can run the standard X server
without needing to set up Xvnc.

I don't know of any bugs in 2.6.26, so I'd recommend you try it out for
all your 32-bit domU needs.  It has had fairly wide exposure in Fedora
kernels, so I'd rank its stability as fairly high.  If you're migrating
from 2.6.18-xen, then there'll be a few things you need to pay attention
to.  http://wiki.xensource.com/xenwiki/XenParavirtOps should help, but
if it doesn't, please either fix it and/or ask!


2.6.27 will be a much more interesting release.  It has two major
feature additions: save/restore/migrate (including checkpoint and live
migration), and x86-64 support.  In keeping with the overall unification
of i386 and x86-64 code in the kernel, the 32- and 64-bit Xen code is
largely shared, so they have feature parity.

The Xen support seems fairly stable in linux-2.6.git, but the kernel is
still at -rc1, so lots of other things will tend to break.  I encourage
you to try it out if you're comfortable with what's still a fairly high
rate of change.

My current patch stack is pretty much empty - everything has been merged
into linux-2.6.git - so it makes a good base for any changes you may have


Now that Xen can directly boot a bzImage format kernel, distros have a
lot of flexibilty in how they package Xen.  A single grub.conf entry can
be used to boot either a native kernel (via normal grub), or a
paravirtualized Xen kernel (via pygrub), without modification.

Fedora 9's kernel-xen package has been based on the mainline kernel from
the outset, but it is still packaged as a separate kernel.  kernel-xen
has been dropped from rawhide (what will become Fedora 10), and all Xen
support - both 32 and 64 bit - has been rolled into the main kernel
package.


So, what's next?

The obvious big piece of missing functionality is dom0 support.  That
will be my focus in this next kernel development window, and I hope
we'll have it merged into 2.6.28.  Some roadblock may appear which
prevents this (kernel development is always a bit uncertain), but that's
the current plan.

We're planning on setting up a xen.git on xen.org somewhere.  We still
need to work out the precise details, but my expectation is that will
become the place where dom0 work continues, and I also hope that other
Xen developers will start using it as the base for their own Xen work. 
Expect to see some more concrete details over the next week or so.


What can I do?

I'm glad you asked.  Here's my current TODO list.  These are mostly
fairly small-scale projects which just need some attention.  I'd love
people to adopt things from this list.

x86-64: SMP broken with CONFIG_PREEMPT

It crashes early after bringing up a second CPU when preempt is
enabled.  I think it's failing to set up the CPU topology properly,
and leaving something uninitialized.  The desired topology is the
simplest possible - one core per package, no SMT/HT, no multicore,
no shared caches.  It should be simple to set up.

irq balancing causes lockups

Using irq balancing causes the kernel to lock up after a while.  It
looks like it's losing interrupts.  It's probably dropping
interrupts if you migrate an irq beween vcpus while an event is
pending.  Shouldn't be too hard to fix.  (In the meantime, the
workaround is to make sure that you don't enable in-kernel irq
balancing, and you don't run irqbalanced.)

block device hotplug

Hotplugging devices should work already, but I haven't really tested
it.  Need to make sure that both the in-kernel driver stuff works
properly, and that udev events are raised properly, scripts run,
device nodes added - and conversely for unplug.  Also, a modular
xen-blockfront.ko should be unloadable.

net device hotplug

Similar to block devices, but with a slight extra complication.  If
the driver has outstanding granted pages, then the module can't be
immediately unloaded, because you can't free the pages if dom0 has a
reference to them.  My thought is to add a simple kernel thread
which takes ownership of unwanted granted pages: it would
periodically try to ungrant them, and if successful, free the 

Bug#487103: Patch

2008-07-31 Thread maximilian attems
On Wed, Jul 30, 2008 at 11:39:45PM -0700, Matt Kraai wrote:
 On Wed, Jul 30, 2008 at 11:33:04PM -0700, Matt Kraai wrote:
  Here's a patch which makes netfilter.h include in.h and in6.h
  irregardless of whether __KERNEL__ is defined.  This allows my simple
  test file:
  
   #include linux/netfilter.h
  
  to compile without errors.  I'll try to get it included upstream.
 
 Is this something that's likely to be fixed for Lenny?  If not,
 fireflier will need to work around the problem.

the earlier it is merge upstream the earlier we can take it.
please cc akpm on your submission and [EMAIL PROTECTED]

but as this is a regression we could relax the rules for it.

thanks

-- 
maks



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



Bug#490903: linux-image-2.6.25-2-686: It's the scanner that confuses the kernel

2008-07-31 Thread maximilian attems
On Thu, Jul 31, 2008 at 02:27:10AM -0400, Daniel Dickinson wrote:
 On Wed, 16 Jul 2008 10:57:44 +0200
 maximilian attems [EMAIL PROTECTED] wrote:
 
  On Tue, 15 Jul 2008, Daniel Dickinson wrote:
  
   Package: linux-image-2.6.25-2-686
   Version: 2.6.25-6
   Followup-For: Bug #490903
   
   
   I just did a boot with the SCSI-2 scanner disconnected and 2.6.25-2
   boots sucessfully in that configuration with the megaraid.  I
   suspect it is the SCSI-2 scanner as a non-RAID device on channel 2
   that is confusing the megaraid_mbox driver.  It worked with
   2.6.24-1 though, so it is still a regression, just not as serious
   since it means I can't use my scanner, but can use my tape drive
   and channel 1 raid array.
   
   The scanner is connected with adaptors and cable that allow the SE
   SCSI-2 scanner to connect to the LVD Ultra-2 RAID controller (not
   custom stuff though) (with the controller configured for SCSI-2
   Fast).
   
  
  can you try out 2.6.26 see trunk apt lines
  - http://wiki.debian.org/DebianKernel
 
 I tried the .26 kernel using the trunk apt shown with no luck.  I still
 panics on boot, even with the scanner disconnected.  There appears to
 be some difficulty with the interaction of the st tape driver and the
 megraid_mbox driver (assuming the problem isn't the st tape driver
 period, though I'd expect you'd already have more bug reports if that
 was the case, and the panic output on the screen says that the problem
 is in the megraid_mbox driver, though I can't see the entire panic
 due to it being larger than a single screen).

could you please report upstream on bugzilla.kernel.org
the debian kernel has no scsi specific patches.
and let us know the upstream bug number.

thanks

-- 
maks



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



Processed: tagging as pending bugs that are closed by packages in NEW

2008-07-31 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Thu Jul 31 08:03:21 UTC 2008
 # Tagging as pending bugs that are closed by packages in NEW
 # http://ftp-master.debian.org/new.html
 #
 # Source package in NEW: libxcrypt
 tags 489840 + pending
Bug#489840: libxcrypt_3.0-2(sparc/unstable): FTBFS, crypt.c:64: error: cast 
increases required alignment of target type
There were no tags set.
Tags added: pending

 # Source package in NEW: libparse-fixedlength-perl
 tags 493048 + pending
Bug#493048: ITP: libparse-fixedlength-perl -- Parse an ascii string containing 
fixed length fields into components
There were no tags set.
Tags added: pending

 # Source package in NEW: linux-2.6
 tags 489223 + pending
Bug#489223: kernel: niced processes get half of the CPU (problem with group 
fair scheduling)
There were no tags set.
Tags added: pending

 # Source package in NEW: linux-2.6
 tags 460667 + pending
Bug#460667: linux-source-2.6.23: mol.ko (Mac-on-Linux emulator module) needs 
handle_mm_fault symbol
There were no tags set.
Tags added: pending

 # Source package in NEW: linux-2.6
 tags 487586 + pending
Bug#487586: linux-image-2.6.25-2-686: Realtek / r8169 drivers do not properly 
detect link status or work at 1000BaseT (gigabit)
There were no tags set.
Tags added: pending

 # Source package in NEW: linux-2.6
 tags 414932 + pending
Bug#414932: linux-image-2.6.18-4-ixp4xx: xfs partition from x86 system can not 
be used on arm
Tags were: patch
Tags added: pending

 # Source package in NEW: linux-2.6
 tags 475561 + pending
Bug#475561: linux-image-2.6.24-1-486 fails to mount ext3 rootfs on FUJITSU 
MHK2060AT, ATA DISK drive
Tags were: fixed-upstream
Warning: Unknown package 'linux-image-2.6.24-1-486'
Tags added: pending

 # Source package in NEW: linux-2.6
 tags 473180 + pending
Bug#473180: linux-2.6: please build with CONFIG_FB_UVESA=m
There were no tags set.
Tags added: pending

 # Source package in NEW: linux-2.6
 tags 392015 + pending
Bug#392015: Request for openvz patched binary kernels.
There were no tags set.
Tags added: pending

 # Source package in NEW: linux-2.6
 tags 469095 + pending
Bug#469095: firmware-iwlwifi: Wifi led does not turns on
Tags were: upstream
Tags added: pending

 # Source package in NEW: linux-2.6
 tags 479475 + pending
Bug#479475: linux-image-2.6.18-6-686: OCFS2 Symbolic Links losing permissions 
on symlinks on remount
Tags were: patch
Tags added: pending

 # Source package in NEW: linux-2.6
 tags 490649 + pending
Bug#490649: no sound with amd64 kernel 2.6.25-6
There were no tags set.
Tags added: pending

 # Source package in NEW: linux-2.6
 tags 451367 + pending
Bug#451367: installation-reports: Does not allow ethernet over firewire
There were no tags set.
Tags added: pending

 # Source package in NEW: linux-2.6
 tags 473331 + pending
Bug#473331: linux-image-2.6.24-1-amd64: dma engine support missing
There were no tags set.
Tags added: pending

 # Source package in NEW: linux-2.6
 tags 482100 + pending
Bug#482100: linux-image-2.6.25-3-686-bigmem : Complete system freeze
Tags were: moreinfo
Tags added: pending

 # Source package in NEW: linux-2.6
 tags 448900 + pending
Bug#448900: linux-image-2.6.22-3-686: keyspan.o driver isn't built by default
There were no tags set.
Tags added: pending

 # Source package in NEW: linux-2.6
 tags 482074 + pending
Bug#482074: linux-2.6: system freeze with 2.6.25-1-686 (3x)
There were no tags set.
Tags added: pending

 # Source package in NEW: linux-2.6
 tags 475295 + pending
Bug#475295: linux-image-2.6.24-1-amd64: firewire doesn't work on ipod and 
camcorder
There were no tags set.
Tags added: pending

 # Source package in NEW: linux-2.6
 tags 463785 + pending
Bug#463785: linux-image-2.6.24-1-686: ath5k doesn't associate
There were no tags set.
Tags added: pending

 # Source package in NEW: linux-2.6
 tags 488242 + pending
Bug#488242: Please include more features to jffs2 module
Tags were: patch
Tags added: pending

 # Source package in NEW: linux-2.6
 tags 482331 + pending
Bug#482331: linux-libc-dev: possibly another include/linux/netfilter.h problem
There were no tags set.
Tags added: pending

 # Source package in NEW: linux-2.6
 tags 481358 + pending
Bug#481358: intended for floppies but won't fit on a floppy
There were no tags set.
Tags added: pending

 # Source package in NEW: linux-2.6
 tags 483489 + pending
Bug#483489: linux-2.6: Optional powerpc64 patches for PS3
Tags were: wontfix patch
Tags added: pending

 # Source package in NEW: linux-2.6
 tags 284221 + pending
Bug#284221: utter lack of acenic drivers on i386, hppa
Tags were: wontfix
Tags added: pending

 # Source package in NEW: linux-2.6
 tags 479709 + pending
Bug#479709: linux-image-2.6.25-1-amd64: Kernel 2.6.25 freezes after several 
hours of uptime. System runs fine with .24
Tags were: fixed-upstream
Tags added: pending

 # Source package in NEW: linux-2.6
 tags 486089 + pending
Bug#486089: linux-image-2.6.26-rc5-amd64: ssh connections randomly hang
Tags were: fixed-upstream upstream
Tags 

Bug#487103: Patch

2008-07-31 Thread Matt Kraai
On Thu, Jul 31, 2008 at 09:29:24AM +0200, maximilian attems wrote:
 please cc akpm on your submission and [EMAIL PROTECTED]

Done.  Thanks for the pointers.

-- 
Matt http://ftbfs.org/



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



Bug#492721: linux-image-2.6.24-etchnhalf.1-686: doesn't boot on Via EPIA EK

2008-07-31 Thread Christian Pernegger
 Thanks Christian. This is looking like #464962

Yes it is. Looks like a bunch of fringe CPUs got downgraded from a
kernel perspective.

 running the 486 flavor is probably the best option for your system.

Ok. I wonder what that'll do to performance ... it's slow enough as it
is. Well, I can always build a custom C3-flavor again.

More Debian-kernel flavors would be great. :)

Thanks,

C.



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



Processed: bug 490903 is forwarded to http://bugzilla.kernel.org/show_bug.cgi?id=11194

2008-07-31 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.34
 forwarded 490903 http://bugzilla.kernel.org/show_bug.cgi?id=11194
Bug#490903: regression: kernel panic on boot with megaraid_mbox driver
Noted your statement that Bug has been forwarded to 
http://bugzilla.kernel.org/show_bug.cgi?id=11194.


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]



Bug#490903: linux-image-2.6.25-2-686: It's the scanner that confuses the kernel

2008-07-31 Thread Daniel Dickinson
On Thu, 31 Jul 2008 09:26:52 +0200
maximilian attems [EMAIL PROTECTED] wrote:

 could you please report upstream on bugzilla.kernel.org
 the debian kernel has no scsi specific patches.
 and let us know the upstream bug number.

Kernel Bugzilla #11194


-- 
And that's my crabbing done for the day.  Got it out of the way early, 
now I have the rest of the afternoon to sniff fragrant tea-roses or 
strangle cute bunnies or something.   -- Michael Devore
GnuPG Key Fingerprint 86 F5 81 A5 D4 2E 1F 1C  http://gnupg.org
No more sea shells:  Daniel's Webloghttp://cshore.wordpress.com


signature.asc
Description: PGP signature


linux-image-2.6.26-1-686: vga=791 again gets 'undefined video mode number'

2008-07-31 Thread Hugo Vanwoerkom

Hi,

I reported the same problem with 2.6.25-1-686 back on May 15th and 
submitted bug 481063.


I thought (and still think) that it is a Debian issue because 2.6.25 
from kernel.org works just fine with vga=791.


Maximilian responded that no fb specific changes were made.

Now I tried 2.6.26-1-686 (i386) and I get exactly the same results:

1. vga=791 works fine with the 2.6.26 kernel from kernel.org
2. vga=791 or vga=0x0317 gets undefined video mode from 2.6.26-1-686.

That makes the 2.6.26-1-686 kernel useless for me, although as I 
reported, one can recompile the kernel and install uvesafb and that 
works. But what a job.


Isn't there anyone that can suggest a course of action?

For what it's worth this is the hwinfo --framebuffer report:

02: None 00.0: 11001 VESA Framebuffer
  [Created at bios.447]
  Unique ID: rdCR.z9EEVgZrzC3
  Hardware Class: framebuffer
  Model: NVIDIA NV18 Board - p119s0nz
  Vendor: NVIDIA Corporation
  Device: NV18 Board - p119s0nz
  SubVendor: NVIDIA
  SubDevice:
  Revision: Chip Rev A4
  Memory Size: 64 MB
  Memory Range: 0xe000-0xe3ff (rw)
  Mode 0x0300: 640x400 (+640), 8 bits
  Mode 0x0301: 640x480 (+640), 8 bits
  Mode 0x0303: 800x600 (+800), 8 bits
  Mode 0x0305: 1024x768 (+1024), 8 bits
  Mode 0x0307: 1280x1024 (+1280), 8 bits
  Mode 0x030e: 320x200 (+640), 16 bits
  Mode 0x030f: 320x200 (+1280), 24 bits
  Mode 0x0311: 640x480 (+1280), 16 bits
  Mode 0x0312: 640x480 (+2560), 24 bits
  Mode 0x0314: 800x600 (+1600), 16 bits
  Mode 0x0315: 800x600 (+3200), 24 bits
  Mode 0x0317: 1024x768 (+2048), 16 bits
  Mode 0x0318: 1024x768 (+4096), 24 bits
  Mode 0x031a: 1280x1024 (+2560), 16 bits
  Mode 0x031b: 1280x1024 (+5120), 24 bits
  Mode 0x0330: 320x200 (+320), 8 bits
  Mode 0x0331: 320x400 (+320), 8 bits
  Mode 0x0332: 320x400 (+640), 16 bits
  Mode 0x0333: 320x400 (+1280), 24 bits
  Mode 0x0334: 320x240 (+320), 8 bits
  Mode 0x0335: 320x240 (+640), 16 bits
  Mode 0x0336: 320x240 (+1280), 24 bits
  Mode 0x033d: 640x400 (+1280), 16 bits
  Mode 0x033e: 640x400 (+2560), 24 bits
  Mode 0x0345: 1600x1200 (+1600), 8 bits
  Mode 0x0346: 1600x1200 (+3200), 16 bits
  Mode 0x0347: 1400x1050 (+1400), 8 bits
  Mode 0x0348: 1400x1050 (+2800), 16 bits
  Mode 0x0352: 2048x1536 (+8192), 24 bits
  Config Status: cfg=new, avail=yes, need=no, active=unknown

Hugo


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



linux-modules-extra-2.6-etchnhalf_2.6.24-6~etchnhalf.1_ia64.changes INSTALLED into stable

2008-07-31 Thread Debian Installer

Installing:
atl2-modules-2.6-itanium-etchnhalf_2.6.24-6~etchnhalf.1_ia64.deb
  to 
pool/main/l/linux-modules-extra-2.6-etchnhalf/atl2-modules-2.6-itanium-etchnhalf_2.6.24-6~etchnhalf.1_ia64.deb
atl2-modules-2.6-mckinley-etchnhalf_2.6.24-6~etchnhalf.1_ia64.deb
  to 
pool/main/l/linux-modules-extra-2.6-etchnhalf/atl2-modules-2.6-mckinley-etchnhalf_2.6.24-6~etchnhalf.1_ia64.deb
atl2-modules-2.6.24-etchnhalf.1-itanium_2.6.24+2.0.3-6~etchnhalf.1_ia64.deb
  to 
pool/main/l/linux-modules-extra-2.6-etchnhalf/atl2-modules-2.6.24-etchnhalf.1-itanium_2.6.24+2.0.3-6~etchnhalf.1_ia64.deb
atl2-modules-2.6.24-etchnhalf.1-mckinley_2.6.24+2.0.3-6~etchnhalf.1_ia64.deb
  to 
pool/main/l/linux-modules-extra-2.6-etchnhalf/atl2-modules-2.6.24-etchnhalf.1-mckinley_2.6.24+2.0.3-6~etchnhalf.1_ia64.deb
linux-modules-extra-2.6-etchnhalf_2.6.24-6~etchnhalf.1.dsc
  to 
pool/main/l/linux-modules-extra-2.6-etchnhalf/linux-modules-extra-2.6-etchnhalf_2.6.24-6~etchnhalf.1.dsc
linux-modules-extra-2.6-etchnhalf_2.6.24-6~etchnhalf.1.tar.gz
  to 
pool/main/l/linux-modules-extra-2.6-etchnhalf/linux-modules-extra-2.6-etchnhalf_2.6.24-6~etchnhalf.1.tar.gz
loop-aes-modules-2.6-itanium-etchnhalf_2.6.24-6~etchnhalf.1_ia64.deb
  to 
pool/main/l/linux-modules-extra-2.6-etchnhalf/loop-aes-modules-2.6-itanium-etchnhalf_2.6.24-6~etchnhalf.1_ia64.deb
loop-aes-modules-2.6-mckinley-etchnhalf_2.6.24-6~etchnhalf.1_ia64.deb
  to 
pool/main/l/linux-modules-extra-2.6-etchnhalf/loop-aes-modules-2.6-mckinley-etchnhalf_2.6.24-6~etchnhalf.1_ia64.deb
loop-aes-modules-2.6.24-etchnhalf.1-itanium_2.6.24+3.2c-6~etchnhalf.1_ia64.deb
  to 
pool/main/l/linux-modules-extra-2.6-etchnhalf/loop-aes-modules-2.6.24-etchnhalf.1-itanium_2.6.24+3.2c-6~etchnhalf.1_ia64.deb
loop-aes-modules-2.6.24-etchnhalf.1-mckinley_2.6.24+3.2c-6~etchnhalf.1_ia64.deb
  to 
pool/main/l/linux-modules-extra-2.6-etchnhalf/loop-aes-modules-2.6.24-etchnhalf.1-mckinley_2.6.24+3.2c-6~etchnhalf.1_ia64.deb
squashfs-modules-2.6-itanium-etchnhalf_2.6.24-6~etchnhalf.1_ia64.deb
  to 
pool/main/l/linux-modules-extra-2.6-etchnhalf/squashfs-modules-2.6-itanium-etchnhalf_2.6.24-6~etchnhalf.1_ia64.deb
squashfs-modules-2.6-mckinley-etchnhalf_2.6.24-6~etchnhalf.1_ia64.deb
  to 
pool/main/l/linux-modules-extra-2.6-etchnhalf/squashfs-modules-2.6-mckinley-etchnhalf_2.6.24-6~etchnhalf.1_ia64.deb
squashfs-modules-2.6.24-etchnhalf.1-itanium_2.6.24+3.3-6~etchnhalf.1_ia64.deb
  to 
pool/main/l/linux-modules-extra-2.6-etchnhalf/squashfs-modules-2.6.24-etchnhalf.1-itanium_2.6.24+3.3-6~etchnhalf.1_ia64.deb
squashfs-modules-2.6.24-etchnhalf.1-mckinley_2.6.24+3.3-6~etchnhalf.1_ia64.deb
  to 
pool/main/l/linux-modules-extra-2.6-etchnhalf/squashfs-modules-2.6.24-etchnhalf.1-mckinley_2.6.24+3.3-6~etchnhalf.1_ia64.deb


Override entries for your package:
atl2-modules-2.6-itanium-etchnhalf_2.6.24-6~etchnhalf.1_ia64.deb - optional 
admin
atl2-modules-2.6-mckinley-etchnhalf_2.6.24-6~etchnhalf.1_ia64.deb - optional 
admin
atl2-modules-2.6.24-etchnhalf.1-itanium_2.6.24+2.0.3-6~etchnhalf.1_ia64.deb - 
optional admin
atl2-modules-2.6.24-etchnhalf.1-mckinley_2.6.24+2.0.3-6~etchnhalf.1_ia64.deb - 
optional admin
linux-modules-extra-2.6-etchnhalf_2.6.24-6~etchnhalf.1.dsc - source devel
loop-aes-modules-2.6-itanium-etchnhalf_2.6.24-6~etchnhalf.1_ia64.deb - optional 
admin
loop-aes-modules-2.6-mckinley-etchnhalf_2.6.24-6~etchnhalf.1_ia64.deb - 
optional admin
loop-aes-modules-2.6.24-etchnhalf.1-itanium_2.6.24+3.2c-6~etchnhalf.1_ia64.deb 
- optional admin
loop-aes-modules-2.6.24-etchnhalf.1-mckinley_2.6.24+3.2c-6~etchnhalf.1_ia64.deb 
- optional admin
squashfs-modules-2.6-itanium-etchnhalf_2.6.24-6~etchnhalf.1_ia64.deb - optional 
admin
squashfs-modules-2.6-mckinley-etchnhalf_2.6.24-6~etchnhalf.1_ia64.deb - 
optional admin
squashfs-modules-2.6.24-etchnhalf.1-itanium_2.6.24+3.3-6~etchnhalf.1_ia64.deb - 
optional admin
squashfs-modules-2.6.24-etchnhalf.1-mckinley_2.6.24+3.3-6~etchnhalf.1_ia64.deb 
- optional admin

Announcing to [EMAIL PROTECTED]


Thank you for your contribution to Debian.


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



Bug#490704: Some further info

2008-07-31 Thread chme
Hi!

I had this exakt problem on a brand new T61p using lenny and the 2.6.25-2 amd64 
kernel. It happened when I transfered a 1G Mail directoty over my wireless 
connection using ssh. Logging into the frozen machine from another computer 
didn't work.

I tried reproducing the effect doing the same transfer, but this time the 
transfer succeeded. 

The card I'm using is a 4965AG, but searching the net, this seems to be a 
common GNU/Linux problem for people with different wireless cards.

/hc



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



Bug#434135: linux-image-2.6.21-2-686: NFS client buffers writes then hangs

2008-07-31 Thread Ben Hutchings
On Sat, 2007-08-04 at 10:54 +0200, maximilian attems wrote:
snip
  This does not happen with linux-image-2.6.18-4-686.
  
 could you please retest against 2.6.22?
 it had nfs fixes.

Sorry, I never did this.  But this is definitely fixed in 2.6.25-2.

Ben.

-- 
Ben Hutchings
Time is nature's way of making sure that everything doesn't happen at once.


signature.asc
Description: This is a digitally signed message part