Bug#480130: perl: FTBFS on alpha: 'CONFIG_HZ' undeclared

2008-05-09 Thread Niko Tyni
On Thu, May 08, 2008 at 12:01:20PM +0200, maximilian attems wrote:
 On Thu, May 08, 2008 at 12:32:35PM +0300, Niko Tyni wrote:
  
  OK, asm/param.h has changed on alpha like this:

  +#define HZ CONFIG_HZ

FWIW, this was

 
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=bdc807871d58285737d50dc6163d0feb72cb0dc2

A bit of googling (and a look in the code) indicates at least iputils
and python2.5 broke too.

 http://bugs.gentoo.org/show_bug.cgi?id=218858

 we won't diverge on linux-libc-dev headers from upstream,
 please take that upstream to lkml.

I really think that's your domain, but if you insist. 
Does something like the m68k fix proposed at

 http://www.ussg.iu.edu/hypermail/linux/kernel/0804.3/3860.html

look right?
 
 i'd think Perl has no business into looking at the HZ value,
 as it gives no sense at all now nowadays with the NO_HZ aka
 dynticks usage.

Perl doesn't really use it as long as sysconf(_SC_CLK_TCK) works.
It also has a fallback if HZ isn't defined, the failure mode just
defeats that.

#ifndef HZ
#  ifdef CLK_TCK
#define HZ CLK_TCK
#  else
#define HZ 60
#  endif
#endif

[...]

#if defined(HAS_SYSCONF)  defined(_SC_CLK_TCK)  !defined(__BEOS__)
PL_clocktick = sysconf(_SC_CLK_TCK);
if (PL_clocktick = 0)
#endif
 PL_clocktick = HZ;

-- 
Niko Tyni   [EMAIL PROTECTED]



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



Bug#479094: marked as done (linux-2.6: Toshiba Satellite 1800 freezes on restart (that is when Restarting System now appears))

2008-05-09 Thread Debian Bug Tracking System

Your message dated Fri, 9 May 2008 10:12:52 +0200
with message-id [EMAIL PROTECTED]
and subject line Re: Bug#479094: linux-2.6: Toshiba Satellite 1800 freezes on 
restart (that is when Restarting System now appears)
has caused the Debian Bug report #479094,
regarding linux-2.6: Toshiba Satellite 1800 freezes on restart (that is when 
Restarting System now appears)
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.)


-- 
479094: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=479094
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: linux-2.6
Version: 2.6.18 through 2.6.24 (latest versions in etch and lenny as of now)
Severity: normal


On a Toshiba Satellite 1800 laptop it is impossible to reboot the 
system.  When the system says Restarting system now (e.g. when the 
software reset is being issued, after all the shutdown procedure has 
completed), the system hangs and must be powered off with the power 
button before it can be restarted (by turning it on).

I have tried noapic nolapic apci=off (all of them), to no avail.

This is an etch system, but I have tried the 2.6.24 kernel as well.  I 
have the toshiba_acpi module installed but it doesn't help (I think it's 
for modify BIOS parameters not normal acpi stuff anyway) (with acpi=off 
not present of course).

I only have this laptop until Monday so the debugging I can do is 
limited, but if I can do anything before then, I will.

-- System Information:
Debian Release: 4.0
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-686
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)


---End Message---
---BeginMessage---
On Fri, May 09, 2008 at 04:04:56AM -0400, Daniel Dickinson wrote:
 
 I wish I could, unfortunately that laptop had to go out yesterday, so I
 can no longer do anything with it.  If I do get a chance to work on it
 again I'll be sure to let you know the results.

hmm i see.

closing for now, if again reproducible with latest linux version
please reopen.
 

---End Message---


Bug#432468: does not resume from suspend-to-RAM on toshiba satellite m70

2008-05-09 Thread maximilian attems
On Thu, May 08, 2008 at 08:36:31PM -0400, Zack Weinberg wrote:
 
 In any case the Atheros drivers are irrelevant to the suspend problem,
 because (as I said in the original bug report) the failure mode is
 exactly the same if I do echo mem  /sys/power/state from an
 init=/bin/sh boot.  In fact, I get the same failure if I do that from
 inside the initramfs, before any modules are loaded at all
 (break=top).  Again, 2.6.25-1.

okay.

so please report upstream in bugzilla.kernel.org and let us know the bug
nr.
 
 Any chance of getting CONFIG_PM_TRACE turned on in Debian's kernel builds?

i'll have a look again.

-- 
maks



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



Bug#480034: linux-image-2.6.25-1-amd64: No sound after suspend-to-ram an wake-up (snd_hda_intel)

2008-05-09 Thread Jack Malmostoso
I'd like to report that I observe the same behaviour on my machine.
With 2.6.24 sound after resume from suspend-to-ram works, while with 2.6.25
there's no output. Applications seem to work just fine, playing the tracks,
but no sound comes out.

I'm not sure how to help debugging this, any pointers welcome.
 
 --
 Email.it, the professional e-mail, gratis per te: http://www.email.it/f
 
 Sponsor:
 Scopri le tue passioni con Leonardo.it!

 Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=7614d=20080509





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



Bug#480034: linux-image-2.6.25-1-amd64: No sound after suspend-to-ram an wake-up (snd_hda_intel)

2008-05-09 Thread maximilian attems
On Fri, May 09, 2008 at 10:32:29AM +0200, Jack Malmostoso wrote:
 I'd like to report that I observe the same behaviour on my machine.
 With 2.6.24 sound after resume from suspend-to-ram works, while with 2.6.25
 there's no output. Applications seem to work just fine, playing the tracks,
 but no sound comes out.
 
 I'm not sure how to help debugging this, any pointers welcome.

how do you suspend?

did you try:
echo mem  /sys/power/state

if that doesn't work please report upstream in bugzilla.kernel.org
and let us know the bug nr.



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



Bug#480034: linux-image-2.6.25-1-amd64: No sound after suspend-to-ram an wake-up (snd_hda_intel)

2008-05-09 Thread Jack Malmostoso
 the bug nr.

I will look for similar bugs there and if I can't find anything I'll report
back here. Thanks! 
 --
 Email.it, the professional e-mail, gratis per te: http://www.email.it/f
 
 Sponsor:
 VINCI UNA CITROEN C1!
Scopri il nuovo concorso Best Western, gioca e vinci buoni sconto per i tuoi
soggiorni in hotel … in palio anche una Citroen C1!
 Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=7800d=20080509





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



Bug#480130: m68knommu: rework definition of HZ

2008-05-09 Thread Niko Tyni
On Thu, May 01, 2008 at 02:21:45AM +, Greg Ungerer wrote:
 Rework the HZ definition to be more consistent with other architectures.
 Non-kernel includers will see a constant HZ setting of 100.

Something like this is needed for asm-alpha/param.h as well. 
Perl and possibly python too fail to build with the 2.6.25 header 
on alpha due to 'CONFIG_HZ' undeclared.

Some details can be found in http://bugs.debian.org/480130 .

 diff -Naurp linux-2.6.25/include/asm-m68knommu/param.h 
 linux-2.6.25-uc0/include/asm-m68knommu/param.h
 --- linux-2.6.25/include/asm-m68knommu/param.h2008-04-17 
 12:49:44.0 +1000
 +++ linux-2.6.25-uc0/include/asm-m68knommu/param.h2008-04-28 
 17:00:21.0 +1000
 @@ -1,13 +1,16 @@
  #ifndef _M68KNOMMU_PARAM_H
  #define _M68KNOMMU_PARAM_H
  
 -#define HZ CONFIG_HZ
 -
  #ifdef __KERNEL__
 +#define HZ CONFIG_HZ
  #define  USER_HZ HZ
  #define  CLOCKS_PER_SEC  (USER_HZ)
  #endif
  
 +#ifndef HZ
 +#define HZ   100
 +#endif
 +
  #define EXEC_PAGESIZE4096
  
  #ifndef NOGROUP

-- 
Niko Tyni   [EMAIL PROTECTED]



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



Bug#480034: linux-image-2.6.25-1-amd64: No sound after suspend-to-ram an wake-up (snd_hda_intel)

2008-05-09 Thread maximilian attems
hello jack,


On Fri, May 09, 2008 at 01:52:46PM +0200, Jack Malmostoso wrote:
 
  how do you suspend?
 
 I just close the lid of the laptop.
 Just to complete information:
 
 [EMAIL PROTECTED]:~$ lspci | grep -i audio
 00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio
 Controller (rev 03)

hmm i have 2.6.25-rc1 + git4 running fine on my x61s you could test it
too - http://photon.itp.tuwien.ac.at/~mattems/
 
  did you try:
  echo mem  /sys/power/state
 
 I did and the machine went properly in sleep. When I woke it up, this is all
 I could find in /var/log/messages:

looks good, just not much seen from the sound card.
i'd guess sound was silent still?
 
best regards

-- 
maks



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



Bug#480310: [ixp4xx] armel NSLU2 fails to boot with 2.6.25

2008-05-09 Thread Paul Collins
Package: linux-image-2.6.25-1-ixp4xx
Version: 2.6.25-1

After the usual initial lightshow, the NSLU2 sits there with only the
Ethernet LED illuminated.  I have initramfs-tools 0.92a and the initrd
is 1.4MB, so I think that should be mustard.  I'm running armel.  I have
no serial console, so I guess I can't be much help with debugging.

-- 
Paul Collins
Wellington, New Zealand

Dag vijandelijk luchtschip de huismeester is dood



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



Bug#480207: marked as done (linux-image-2.6.24-1-686: computer freezes when insanely removing card using saa7133)

2008-05-09 Thread Debian Bug Tracking System

Your message dated Fri, 9 May 2008 16:01:36 +0200
with message-id [EMAIL PROTECTED]
and subject line Re: Bug#480207: linux-image-2.6.24-1-686: computer freezes 
when insanely removing card using saa7133
has caused the Debian Bug report #480207,
regarding linux-image-2.6.24-1-686: computer freezes when insanely removing 
card using saa7133
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.)


-- 
480207: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=480207
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: linux-image-2.6.24-1-686
Version: 2.6.24-6
Severity: normal


Hi there,

I have a pcmcia video card and if, while using it (mplayer was playing
video captured from it) I remove the card, the computer freezes. This is
what the kernel log have:

May  8 19:10:02 Thule kernel: pccard: CardBus card inserted into slot 0
May  8 19:10:03 Thule kernel: Linux video capture interface: v2.00
May  8 19:10:03 Thule kernel: saa7130/34: v4l2 driver version 0.2.14
loaded
May  8 19:10:03 Thule kernel: PCI: Enabling device :03:00.0 ( -
0002)
May  8 19:10:03 Thule kernel: ACPI: PCI Interrupt :03:00.0[A] - GSI
18 (level, low) - IRQ 18
May  8 19:10:03 Thule kernel: saa7133[0]: found at :03:00.0, rev:
240, irq: 18, latency: 0, mmio: 0x4400
May  8 19:10:03 Thule kernel: PCI: Setting latency timer of device
:03:00.0 to 64
May  8 19:10:03 Thule kernel: saa7133[0]: subsystem: 1421:0370, board:
ADS Tech Instant TV (saa7135) [card=58,autodetected]
May  8 19:10:03 Thule kernel: saa7133[0]: board init: gpio is 40
May  8 19:10:03 Thule kernel: saa7133[0]: i2c eeprom 00: 21 14 70 03 54
20 1c 00 43 43 a9 1c 55 d2 b2 92
May  8 19:10:03 Thule kernel: saa7133[0]: i2c eeprom 10: 00 ff e2 0f ff
20 ff ff ff ff ff ff ff ff ff 01
May  8 19:10:03 Thule kernel: saa7133[0]: i2c eeprom 20: 01 40 01 03 03
01 01 03 08 ff 00 37 ff ff ff ff
May  8 19:10:03 Thule kernel: saa7133[0]: i2c eeprom 30: ff ff ff ff ff
ff ff ff ff ff ff ff ff ff ff ff
May  8 19:10:03 Thule kernel: saa7133[0]: i2c eeprom 40: ff 14 00 c2 96
ff 03 32 15 00 ff ff ff ff ff ff
May  8 19:10:03 Thule kernel: saa7133[0]: i2c eeprom 50: ff ff ff ff ff
ff ff ff ff ff ff ff ff ff ff ff
May  8 19:10:03 Thule kernel: saa7133[0]: i2c eeprom 60: ff ff ff ff ff
ff ff ff ff ff ff ff ff ff ff ff
May  8 19:10:03 Thule kernel: saa7133[0]: i2c eeprom 70: ff ff ff ff ff
ff ff ff ff ff ff ff ff ff ff ff
May  8 19:10:03 Thule kernel: tuner 0-004b: chip found @ 0x96
(saa7133[0])
May  8 19:10:03 Thule kernel: tda8290 0-004b: setting tuner address to
61
May  8 19:10:03 Thule kernel: tuner 0-004b: type set to tda8290+75
May  8 19:10:03 Thule kernel: tda8290 0-004b: setting tuner address to
61
May  8 19:10:04 Thule kernel: tuner 0-004b: type set to tda8290+75
May  8 19:10:04 Thule kernel: saa7133[0]: registered device video0
[v4l2]
May  8 19:10:04 Thule kernel: saa7133[0]: registered device vbi0


Nothing more was written there (next line is me booting again).

Thanks,
Marcos Marado

-- Package-specific info:
** Version:
Linux version 2.6.24-1-686 (Debian 2.6.24-6) ([EMAIL PROTECTED]) (gcc version 
4.1.3 20080308 (prerelease) (Debian 4.1.2-21)) #1 SMP Sat Apr 19 00:37:55 UTC 
2008

** Command line:
root=/dev/hda2 rw ramdisk_size=10 lang=us apm=power-off nomce vga=791 

** Not tainted

** Kernel log:
input: Sleep Button (CM) as /class/input/input3
ACPI: Sleep Button (CM) [C1F0]
input: Lid Switch as /class/input/input4
ACPI: Lid Switch [C1F1]
irda_init()
NET: Registered protocol family 23
ACPI: AC Adapter [C175] (on-line)
intel_rng: FWH not detected
Bluetooth: Core ver 2.11
NET: Registered protocol family 31
Bluetooth: HCI device and connection manager initialized
Bluetooth: HCI socket layer initialized
ACPI: Battery Slot [C177] (battery present)
ACPI: Battery Slot [C176] (battery absent)
input: Video Bus as /class/input/input5
ACPI: Video Device [C05A] (multi-head: yes  rom: no  post: no)
Bluetooth: HCI USB driver ver 2.9
usbcore: registered new interface driver hci_usb
ACPI: PCI Interrupt :02:06.3[B] - GSI 19 (level, low) - IRQ 21
ieee80211_crypt: registered algorithm 'NULL'
ieee80211: 802.11 data/management/control stack, git-1.1.13
ieee80211: Copyright (C) 2004-2005 Intel Corporation [EMAIL PROTECTED]
sdhci: Secure Digital Host Controller Interface driver
sdhci: Copyright(c) Pierre Ossman
sdhci: SDHCI controller found at :02:06.4 [104c:8034] (rev 0)
ACPI: PCI Interrupt :02:06.4[C] - GSI 22 (level, low) - IRQ 19
sdhci:slot0: Will use DMA mode even though HW doesn't fully claim to support it.
mmc0: SDHCI at 0xd0404000 irq 19 DMA
sdhci:slot1: Will use DMA 

Bug#463805: marked as done (linux-source-2.6.24: iwlwifi module very old)

2008-05-09 Thread Debian Bug Tracking System

Your message dated Fri, 9 May 2008 16:14:20 +0200
with message-id [EMAIL PROTECTED]
and subject line Re: linux-source-2.6.24: iwlwifi module very old
has caused the Debian Bug report #463805,
regarding linux-source-2.6.24: iwlwifi module very old
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.)


-- 
463805: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=463805
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: linux-source-2.6.24
Version: 2.6.24-1
Severity: normal

From http://intellinuxwireless.org/?p=iwlwifin=downloads
there is a very much newer version of iwlwifi available
http://www.intellinuxwireless.org/iwlwifi/downloads/iwlwifi-1.2.24.tgz
instead of the 1.1.17kds available in debian's 2.6.24.

I can't seem to be able to compile it though, so it may need merging
(I couldn't get it to compile either way with or without the new
mac80211 stuff on that page), or perhaps it will be merged in a
upstream prerelease, which could be backported back here.

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

Kernel: Linux 2.6.24 (SMP w/2 CPU cores)
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages linux-source-2.6.24 depends on:
ii  binutils2.18.1~cvs20080103-1 The GNU assembler, linker and bina
ii  bzip2   1.0.4-2  high-quality block-sorting file co

Versions of packages linux-source-2.6.24 recommends:
ii  gcc   4:4.2.2-2  The GNU C compiler
ii  libc6-dev [libc-dev]  2.7-6  GNU C Library: Development Librari
ii  make  3.81-3 The GNU version of the make util

-- no debconf information


---End Message---
---BeginMessage---
Version: 2.6.25-1

linux images in sid have newer iwlwifi.
closing as worked fine here.

2.6.26 will have the led support this is scheduled for Lenny.

-- 
maks

---End Message---


Bug#382699: marked as done (Debian patch does not work right with make-kpkg)

2008-05-09 Thread Debian Bug Tracking System

Your message dated Fri, 9 May 2008 16:20:18 +0200
with message-id [EMAIL PROTECTED]
and subject line Re: Debian patch does not work right with make-kpkg
has caused the Debian Bug report #382699,
regarding Debian patch does not work right with make-kpkg
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.)


-- 
382699: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=382699
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: linux-patch-debian-2.6.16
Version: 2.6.16-17
Severity: normal
File: /usr/src/kernel-patches/all/2.6.16/apply/debian

Hi,

the apply script of the debian patch assumed that '--arch arch
--subarch subarch' is given as option and depending on that applies
the optional patches. Since make-kpkg does not pass those options on
the commandline when patching the kernel it is impossible to build any
kernel that requires the extra patches from a series, like xen or
vserver.

Please also check for the KPKG_ARCH and KPKG_SUBARCH (and any other
options) that make-kpkg sets and not just the commandline when
deciding what patches to apply.

MfG
Goswin

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-frosties-2
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages linux-patch-debian-2.6.16 depends on:
ii  bzip2 1.0.3-3high-quality block-sorting file co
ii  python2.4-minimal 2.4.3-7A minimal subset of the Python lan

linux-patch-debian-2.6.16 recommends no packages.

-- no debconf information

---End Message---
---BeginMessage---
Version: 2.6.25-1

kernel package support is phasing out. make-kpkg is legacy.

if the debian patch doesn't work with kernel package,
try to fix later.

kthxbye

-- 
maks

---End Message---


Bug#383582: marked as done (linux-image-2.6.17-2-686: suspend doesn't work with 2.6.17)

2008-05-09 Thread Debian Bug Tracking System

Your message dated Fri, 9 May 2008 16:23:11 +0200
with message-id [EMAIL PROTECTED]
and subject line Re: linux-image-2.6.17-2-686: suspend doesn't work with 2.6.17
has caused the Debian Bug report #383582,
regarding linux-image-2.6.17-2-686: suspend doesn't work with 2.6.17
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.)


-- 
383582: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=383582
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: linux-image-2.6.17-2-686
Version: 2.6.17-6
Severity: normal

I upgraded from linux-image-2.6.16-2-686 to linux-image-2.6.17-2-686,
and suspend no longer works on my Dell Latitude X1 using echo -n mem 
/sys/power/state.  It worked great with 2.6.16-2-686.

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

Versions of packages linux-image-2.6.17-2-686 depends on:
ii  initramfs-tools [linux-initra 0.73e  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-686 recommends:
ii  libc6-i6862.3.6-15   GNU C Library: Shared libraries [i

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


---End Message---
---BeginMessage---
Version: 2.6.18-1

bug got fixed long ago, thus closing.

-- 
maks

---End Message---


Bug#480207: linux-image-2.6.24-1-686: computer freezes when insanely removing card using saa7133

2008-05-09 Thread Marcos Marado
On Thursday 08 May 2008 17:59:20 maximilian attems wrote:
 On Thu, May 08, 2008 at 07:31:20PM +0100, Marcos Daniel Marado Torres wrote:
  Package: linux-image-2.6.24-1-686
  Version: 2.6.24-6
  Severity: normal
 
 
  Hi there,
 
  I have a pcmcia video card and if, while using it (mplayer was playing
  video captured from it) I remove the card, the computer freezes. This is
  what the kernel log have:

 please test against 2.6.25 from unstable and report back?

Yup, it seems fixed (at least I couldn't reproduce this anymore) on 2.6.25-1. 
Feel free to close this bug.

Thanks,
-- 
Marcos Marado



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



Bug#463729: linux-image-2.6.24-1-686: ath5k connection drops

2008-05-09 Thread maximilian attems
how is 2.6.25 in sid doing?

thanks for update

-- 
maks



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



Bug#386527: marked as done (linux-image-2.6.17-2-686: evbug.ko gets loaded automatically and fills up disk with logs)

2008-05-09 Thread Debian Bug Tracking System

Your message dated Fri, 9 May 2008 16:27:56 +0200
with message-id [EMAIL PROTECTED]
and subject line Re: linux-image-2.6.17-2-686: evbug.ko gets loaded 
automatically and fills up disk with logs
has caused the Debian Bug report #386527,
regarding linux-image-2.6.17-2-686: evbug.ko gets loaded automatically and 
fills up disk with logs
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.)


-- 
386527: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=386527
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: linux-image-2.6.17-2-686
Version: 2.6.17-8
Severity: normal


Despite evbug.ko is listed in a /etc/modprobe.d/blacklist file, for some unknown
reason it is loaded automatically. If loaded, it generates zillions of event
notices into log files in /var/log directory:

evbug.c: Event. Dev: isa0060/serio0/input0, Type: 4, Code: 4, Value: 31
evbug.c: Event. Dev: isa0060/serio0/input0, Type: 1, Code: 31, Value: 0
evbug.c: Event. Dev: isa0060/serio0/input0, Type: 0, Code: 0, Value: 0
evbug.c: Event. Dev: isa0060/serio0/input0, Type: 4, Code: 4, Value: 34
evbug.c: Event. Dev: isa0060/serio0/input0, Type: 1, Code: 34, Value: 1
evbug.c: Event. Dev: isa0060/serio0/input0, Type: 0, Code: 0, Value: 0
evbug.c: Event. Dev: isa0060/serio0/input0, Type: 4, Code: 4, Value: 34
evbug.c: Event. Dev: isa0060/serio0/input0, Type: 1, Code: 34, Value: 0
evbug.c: Event. Dev: isa0060/serio0/input0, Type: 0, Code: 0, Value: 0 

The problem is that these messages fill several gigabytes on a typical
desktop machine. If machine is limited to disk space, even logrotate can't
help from logs blocking normal work of other users on that machine.

Moreover, the log undermines security and privacy of local users, because
the event log can be used as a keylogger log to retrieve user input.

A temporal fix exists - moving or renaming evbug.ko.

Machine has additional kernel modules compiled: fglrx, madwifi and vmware.

-- 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=lt_LT.UTF-8, LC_CTYPE=lt_LT.UTF-8 (charmap=UTF-8)

Versions of packages linux-image-2.6.17-2-686 depends on:
ii  initramfs-tools [linux-initra 0.78   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-686 recommends:
pn  libc6-i686none (no description available)

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

---End Message---
---BeginMessage---
nothing in linux-2.6 loads evbug.

fix up your userspace aka udev or discover or whatever to not load it.

-- 
maks

---End Message---


Bug#464114: linux-image-2.6.24-1-686: ath5k gets stuck at 1Mbits/s and dhclient can't get an address

2008-05-09 Thread maximilian attems
how is 2.6.25 in unstable doing? installs just fine in Testing.

thanks for feedback

-- 
maks



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



Bug#463751: linux-image-2.6.24-1-amd64: iwlwifi module don't accept dhcp request

2008-05-09 Thread maximilian attems
can we have an update on 2.6.25 linux image status.
the sid linux image installs just fine in testing.

thanks

-- 
maks



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



Bug#384294: marked as done (Kernel ops while backup to USB HD)

2008-05-09 Thread Debian Bug Tracking System

Your message dated Fri, 9 May 2008 16:25:40 +0200
with message-id [EMAIL PROTECTED]
and subject line Re: Kernel ops while backup to USB HD
has caused the Debian Bug report #384294,
regarding Kernel ops while backup to USB HD
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.)


-- 
384294: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=384294
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: kernel-image
Version: 2.6.8-16sar

i got an kernel ops in the night. i think its has to do with the backup via
rsync to an USB HD

please tell me if you want more info. Thank you.

log from kern.log:

Aug 19 05:01:08 intranet kernel: Unable to handle kernel NULL pointer
dereference at virtual address 0008
Aug 19 05:01:08 intranet kernel:  printing eip:
Aug 19 05:01:08 intranet kernel: c012d917
Aug 19 05:01:08 intranet kernel: *pde = 
Aug 19 05:01:08 intranet kernel: Oops: 0002 [#1]
Aug 19 05:01:08 intranet kernel: PREEMPT
Aug 19 05:01:08 intranet kernel: Modules linked in: usb_storage udf
af_packet ipv6 floppy parport_pc parport evdev pcspkr 8139cp pci_hotplug
amd_k7_agp ehci_hcd ohci_hcd usbcore 8139too mii agpgart dm_mod capability
commoncap psmouse ide_cd cdrom genrtc ext3 jbd ide_generic ide_disk amd74xx
ide_core sd_mod ata_piix libata scsi_mod unix font vesafb cfbcopyarea
cfbimgblt cfbfillrect
Aug 19 05:01:08 intranet kernel: CPU:0
Aug 19 05:01:08 intranet kernel: EIP:0060:[find_get_pages+53/89]Not
tainted
Aug 19 05:01:08 intranet kernel: EFLAGS: 00010097   (2.6.8-3-386)
Aug 19 05:01:08 intranet kernel: EIP is at find_get_pages+0x35/0x59
Aug 19 05:01:08 intranet kernel: eax: 0004   ebx: 0002   ecx:
d7e27e70   edx: 0001
Aug 19 05:01:08 intranet kernel: esi: d7e27e70   edi: cf2327dc   ebp:
   esp: d7e27e34
Aug 19 05:01:08 intranet kernel: ds: 007b   es: 007b   ss: 0068
Aug 19 05:01:08 intranet kernel: Process kswapd0 (pid: 43,
threadinfo=d7e26000 task=d7e00b70)
Aug 19 05:01:08 intranet kernel: Stack: d7e27e68  c01358c1 cf23286c
 0010 d7e27e70 cf2327d4
Aug 19 05:01:08 intranet kernel:c0135cd9 d7e27e68 cf23286c 
0010   c11e0720
Aug 19 05:01:08 intranet kernel:0004 c11ff9a0 c1153360 c11bf860
c1072980 c10f61e0 c1041c80 c12061c0
Aug 19 05:01:08 intranet kernel: Call Trace:
Aug 19 05:01:08 intranet kernel:  [pagevec_lookup+26/33]
pagevec_lookup+0x1a/0x21
Aug 19 05:01:08 intranet kernel:  [invalidate_mapping_pages+173/194]
invalidate_mapping_pages+0xad/0xc2
Aug 19 05:01:08 intranet kernel:  [refill_inactive_zone+1022/1172]
refill_inactive_zone+0x3fe/0x494
Aug 19 05:01:08 intranet kernel:  [shrink_cache+392/724]
shrink_cache+0x188/0x2d4
Aug 19 05:01:08 intranet kernel:  [invalidate_inode_pages+13/17]
invalidate_inode_pages+0xd/0x11
Aug 19 05:01:08 intranet kernel:  [prune_icache+235/471]
prune_icache+0xeb/0x1d7
Aug 19 05:01:08 intranet kernel:  [shrink_icache_memory+24/48]
shrink_icache_memory+0x18/0x30
Aug 19 05:01:08 intranet kernel:  [shrink_slab+238/332]
shrink_slab+0xee/0x14c
Aug 19 05:01:08 intranet kernel:  [balance_pgdat+380/559]
balance_pgdat+0x17c/0x22f
Aug 19 05:01:08 intranet kernel:  [kswapd+193/197] kswapd+0xc1/0xc5
Aug 19 05:01:08 intranet kernel:  [autoremove_wake_function+0/58]
autoremove_wake_function+0x0/0x3a
Aug 19 05:01:08 intranet kernel:  [ret_from_fork+6/20]
ret_from_fork+0x6/0x14
Aug 19 05:01:08 intranet kernel:  [autoremove_wake_function+0/58]
autoremove_wake_function+0x0/0x3a
Aug 19 05:01:08 intranet kernel:  [kswapd+0/197] kswapd+0x0/0xc5
Aug 19 05:01:08 intranet kernel:  [kernel_thread_helper+5/11]
kernel_thread_helper+0x5/0xb
Aug 19 05:01:08 intranet kernel: Code: ff 40 04 42 39 da 72 f5 fb b8 00 e0
ff ff 21 e0 ff 48 14 8b
Aug 19 05:01:08 intranet kernel:  6note: kswapd0[43] exited with
preempt_count 1


---End Message---
---BeginMessage---
Version: 2.6.18-1


 Package: kernel-image
 Version: 2.6.8-16sar

not a debian linux image and usb improved a lot since.
thus closing.

-- 
maks

---End Message---


Bug#385754: marked as done (rwlocks can deadlock)

2008-05-09 Thread Debian Bug Tracking System

Your message dated Fri, 9 May 2008 16:31:59 +0200
with message-id [EMAIL PROTECTED]
and subject line Re: rwlocks can deadlock
has caused the Debian Bug report #385754,
regarding rwlocks can deadlock
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.)


-- 
385754: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=385754
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: linux-image-2.6.17-2-parisc
Version: 2.6.17-6

I found about 4 different ways to deadlock the current implementation of
rwlocks on parisc.  I've committed a patch to our git tree which should
improve the situation, although it's obviously not had a lot of testing
yet, and is subject to being improved further.

You can get the commit from
http://git.parisc-linux.org/?p=linux-2.6.git;a=commitdiff;h=513b38677e9bb51d32f4cb401105bf828dfcd685

I do think it's worth putting this in the Debian Etch kernel since it's
a definite improvement over what's currently in there.

---End Message---
---BeginMessage---
Version: 2.6.20-1

6e071852a10ec02570c472052f07b5facb5ad857 got into 2.6.19,
closing with 20 as 19 never reached archive.

etch+half has 2.6.24 thus can be considered fixed.

thanks for your report!

-- 
maks

---End Message---


Bug#480334: marked as done (Regression: local-top scripts run before devices detected)

2008-05-09 Thread Debian Bug Tracking System

Your message dated Fri, 9 May 2008 15:30:12 +0100
with message-id [EMAIL PROTECTED]
and subject line Re: Bug#480334: Regression: local-top scripts run before 
devices detected
has caused the Debian Bug report #480334,
regarding Regression: local-top scripts run before devices detected
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.)


-- 
480334: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=480334
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: initramfs-tools
Version: 0.92a
Severity: important

This seems very similar to reported (old) bugs, but it's a change in 
behavior for me so I'm opening this new problem to flag it. I recently 
updated to version 0.92 (I believe -- a couple days prior to 0.92a, 
which also exhibits the problem). Boots using initrds built after that 
upgrade do not complete automatically...

scripts/local-top/mdadm runs immediately, without waiting for device 
discovery to complete, and of course fails to start anything because the 
devices don't exist (usually for about another 30-40 seconds). Then lvm2 
can't find anything, and after a timeout I get punted into the shell.

Manual recovery (assuming I sit in front of the system) is easy:
# scripts/local-top/mdadm
# scripts/local-top/lvm2
# exit

But this sucks for unattended reboots, obviously. :-p Maybe I should 
blame udev instead, but I don't know how to finger the guilty party.

-- Package-specific info:
-- /proc/cmdline
root=/dev/mapper/vg00-rootvol ro

-- /proc/filesystems
ext2
ext3

-- lsmod
Module  Size  Used by
nfsd  263088  517 
lockd  71800  2 nfsd
nfs_acl 4544  1 nfsd
auth_rpcgss50568  1 nfsd
sunrpc208840  517 nfsd,lockd,nfs_acl,auth_rpcgss
exportfs5568  1 nfsd
parport_pc 35928  1 
lp 14296  0 
parport41616  2 parport_pc,lp
ipv6  300760  30 
dm_crypt   18056  0 
crypto_blkcipher   20996  1 dm_crypt
evdev  13952  2 
ext3  153168  8 
jbd48552  1 ext3
dm_mirror  29248  0 
dm_snapshot20928  0 
raid456   130080  1 
async_xor   3520  1 raid456
async_memcpy2496  1 raid456
async_tx3264  1 raid456
xor 4304  2 raid456,async_xor
sunhme 33968  0 
dm_mod 66752  20 dm_crypt,dm_mirror,dm_snapshot
raid1  25216  2 
md_mod 92064  5 raid456,raid1
sd_mod 30360  18 
sym53c8xx  81512  10 
scsi_transport_spi 28800  1 sym53c8xx
scsi_mod  174112  3 sd_mod,sym53c8xx,scsi_transport_spi

-- /etc/kernel-img.conf
# Do not create symbolic links in /
do_symlinks = No
do_initrd = Yes
do_bootloader = No

-- /etc/initramfs-tools/initramfs.conf
MODULES=most
BUSYBOX=y
KEYMAP=n
BOOT=local
DEVICE=eth0
NFSROOT=auto

-- /etc/crypttab
# target name source device key file  options


-- System Information:
Debian Release: lenny/sid
Architecture: sparc (sparc64)

Kernel: Linux 2.6.25-1-sparc64
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages initramfs-tools depends on:
ii  cpio  2.9-13 GNU cpio -- a program to manage ar
ii  findutils 4.4.0-2utilities for finding files--find,
ii  klibc-utils   1.5.9-1small statically-linked utilities 
ii  module-init-tools 3.4-1  tools for managing Linux kernel mo
ii  udev  0.114-2/dev/ and hotplug management daemo

Versions of packages initramfs-tools recommends:
ii  busybox   1:1.1.3-5  Tiny utilities for small and embed

-- no debconf information


---End Message---
---BeginMessage---
also sprach R. Scott Bailey [EMAIL PROTECTED] [2008.05.09.1501 +0100]:
 scripts/local-top/mdadm runs immediately, without waiting for
 device discovery to complete, and of course fails to start
 anything because the devices don't exist (usually for about
 another 30-40 seconds). Then lvm2 can't find anything, and after
 a timeout I get punted into the shell.

Set the rootdelay parameter on the kernel prompt / in grub.

-- 
 .''`.   martin f. krafft [EMAIL PROTECTED]
: :'  :  proud Debian developer, author, administrator, and user
`. `'`   http://people.debian.org/~madduck - http://debiansystem.info
  `-  Debian - when you have better things to do than fixing systems



Bug#387310: marked as done (fails to compile without legacy scsi proc included)

2008-05-09 Thread Debian Bug Tracking System

Your message dated Fri, 9 May 2008 16:30:07 +0200
with message-id [EMAIL PROTECTED]
and subject line Re: fails to compile without legacy scsi proc included
has caused the Debian Bug report #387310,
regarding fails to compile without legacy scsi proc included
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.)


-- 
387310: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=387310
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: linux-source-2.6.17
Version: 2.6.17-8
Severity: normal

Building linux-source-2.6.17-8:

  LD  .tmp_vmlinux1
  drivers/built-in.o: In function `sd_iostats_init':
  (.text+0xe1c88): undefined reference to `proc_scsi'
  drivers/built-in.o: In function `sd_iostats_fini':
  (.text+0xe1e84): undefined reference to `proc_scsi'
  drivers/built-in.o: In function `sd_iostats_fini':
  (.text+0xe1ea6): undefined reference to `proc_scsi'
  make: *** [.tmp_vmlinux1] Error 1

enabling legacy /proc/scsi allowed compilation to work.

-- 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-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages linux-source-2.6.17 depends on:
ii  binutils  2.17-2 The GNU assembler, linker and bina
ii  bzip2 1.0.3-6high-quality block-sorting file co

Versions of packages linux-source-2.6.17 recommends:
ii  gcc  4:4.1.1-7   The GNU C compiler
ii  libc6-dev [libc-dev] 2.3.6.ds1-4 GNU C Library: Development Librari
ii  make 3.81-2  The GNU version of the make util

-- no debconf information

---End Message---
---BeginMessage---
Version: 2.6.25-1

please holler on bugzilla.kernel.org for build failures.
these days thanks to randconfig building they should be rare.

closing.

-- 
maks

---End Message---


Bug#480354: sendfile support missing in aufs

2008-05-09 Thread Laszlo Bako-Szabo
Package: linux-image-2.6.24-1-amd64
Severity: important


aufs no longer has the sendfile capability, which seems to be 
because the kernel is missing a patch, that is needed for 2.6.23+ kernels.
( 
http://aufs.cvs.sourceforge.net/aufs/aufs/patch/splice-2.6.23.patch?view=markup 
)
The function returns with 'Invalid argument' if I try to use it 
on an aufs filesystem. The last working kernel is 2.6.22-3.

Tests were made with lighttpd and a small test program (attached).


-- Package-specific info:

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
/* 
 * SENDFILE TEST 
 *
 * mkdir -p /tmp/aufs /tmp/aufs1; echo test  /tmp/aufs1/test.txt; mount -t aufs none /tmp/aufs -o rw,br:/tmp/aufs1
 *
 * ./sendfile-test2 /tmp/aufs/test.txt
 *
 */

#include stdlib.h
#include stdio.h
#include string.h
#include fcntl.h
#include errno.h
#include sys/sendfile.h
#include sys/types.h
#include sys/socket.h
#include sys/stat.h
#include netinet/in.h

int main(int argc, char **argv)
{
  int port = 54321, sock_srv, sock_clnt, fd, addrlen;
  struct sockaddr_in addr;	 off_t offset = 0;
  char buf[1];

  if (argc!=2) { printf(Usage: %s file-on-aufs\n, argv[0]); }

  if ( (sock_srv = socket(AF_INET, SOCK_DGRAM, 0)) == -1) { fprintf(stderr, server socket error: %s\n, strerror(errno)); exit(1); }
  memset(addr, 0, sizeof(addr)); addr.sin_family = AF_INET;  addr.sin_addr.s_addr = inet_addr(127.0.0.1);  addr.sin_port = htons(port);
  if ( bind(sock_srv, (struct sockaddr *)addr, sizeof(addr)) == -1 ) { fprintf(stderr, server bind error: %s\n, strerror(errno)); exit(1); }

  if ( (sock_clnt = socket(AF_INET, SOCK_DGRAM, 0)) == -1) { fprintf(stderr, client socket error: %s\n, strerror(errno)); exit(1); }
  if ( connect(sock_clnt, (struct sockaddr *)addr, sizeof(addr)) == -1 ) { fprintf(stderr, client connect error: %s\n, strerror(errno)); exit(1); }

  if ( (fd = open(argv[1], O_RDONLY)) == -1) { fprintf(stderr, open error: %s\n,  strerror(errno)); exit(1); }
  offset = 0;
  if ( sendfile (sock_clnt, fd, offset, 1) == -1) { fprintf(stderr, sendfile error: %s\n,  strerror(errno)); exit(1); }
  if ( read(sock_srv, buf, 1)  1 ) { fprintf(stderr, read error: %s\n, strerror(errno)); exit(1); }
  printf(sendfile seems OK!\n);
  close(fd); close(sock_srv); close(sock_clnt);  return 0;
}


Processed: reassign 480354 to linux-modules-extra-2.6

2008-05-09 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.26
 reassign 480354 linux-modules-extra-2.6
Bug#480354: sendfile support missing in aufs
Bug reassigned from package `linux-image-2.6.24-1-amd64' to 
`linux-modules-extra-2.6'.


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#480334: Regression: local-top scripts run before devices detected

2008-05-09 Thread maximilian attems
tags 480334 moreinfo
stop

On Fri, May 09, 2008 at 10:01:15AM -0400, R. Scott Bailey wrote:
 
 This seems very similar to reported (old) bugs, but it's a change in 
 behavior for me so I'm opening this new problem to flag it. I recently 
 updated to version 0.92 (I believe -- a couple days prior to 0.92a, 
 which also exhibits the problem). Boots using initrds built after that 
 upgrade do not complete automatically...
 
 scripts/local-top/mdadm runs immediately, without waiting for device 
 discovery to complete, and of course fails to start anything because the 
 devices don't exist (usually for about another 30-40 seconds). Then lvm2 
 can't find anything, and after a timeout I get punted into the shell.
 
 Manual recovery (assuming I sit in front of the system) is easy:
 # scripts/local-top/mdadm
 # scripts/local-top/lvm2
 # exit
 
 But this sucks for unattended reboots, obviously. :-p Maybe I should 
 blame udev instead, but I don't know how to finger the guilty party.

well your report leaves many question opens.
as the corresponding code is untouched between 0.91 and 0.92.
i'd guess the change in behaviour is due to newer kernel.

a quick workaround is to use the roodelay boot param.
see man initramfs-tools
 
-- 
maks



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



Bug#480334: Regression: local-top scripts run before devices detected

2008-05-09 Thread Bailey, Scott
Thanks for your patience, it is hard to know what information is useful
sometimes. Martin also suggested using rootdelay, and I am please to
report that works as advertised. (Even on sparc using silo...) I should
be good going forward with this solution.

I think Martin already closed this report.

Regards,
-Scott



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



Processed: Re: Bug#480295: [alpha] missing asm/page.h

2008-05-09 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reassign 480295 linux-libc-dev
Bug#480295: [alpha] missing asm/page.h
Bug reassigned from package `glibc' to `linux-libc-dev'.

 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#471374: linux-image-2.6.22-3-486: external sata dies until sata_via is reloaded

2008-05-09 Thread maximilian attems
how is linux image 2.6.25 from sid doing?
(installs just fine in testing)

thanks for giving status update.

-- 
maks



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



Bug#480295: [alpha] missing asm/page.h

2008-05-09 Thread Bastian Blank
reassign 480295 libc6.1-dev
thanks

On Fri, May 09, 2008 at 05:33:40PM +0200, Aurelien Jarno wrote:
 Matthias Klose a écrit :
  In file included from ../../bfd/trad-core.c:45:
  /usr/include/sys/user.h:27:22: error: asm/page.h: No such file or directory
  make[5]: *** [trad-core.lo] Error 1
 /usr/include/asm is provided by linux-libc-dev, not by libc6.1-dev.

/usr/include/asm/page.h is _not_ provided by linux-libc-dev, but
exclusivly used by /usr/include/sys/user.h which is included in
libc6.1-dev.

Bastian

-- 
... The prejudices people feel about each other disappear when they get
to know each other.
-- Kirk, Elaan of Troyius, stardate 4372.5



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



Bug#475561: linux-image-2.6.24-1-486 fails to mount ext3 rootfs on FUJITSU MHK2060AT, ATA DISK drive

2008-05-09 Thread maximilian attems
On Fri, 11 Apr 2008, Juergen Kosel wrote:

 Package: linux-image-2.6.24-1-486
 Version: 2.6.24-5
 Severity: important

how is 2.6.25 doing.
 
 Hello,
 
 the kernel linux-image-2.6.24-1-486 fails to mount the ext3 rootfs
 on a (dino) laptop Compac Amada 4120.
 The output shortly before the kernel panic is the following:
 
 JBD: novalid journal superblock found
 EXT3-fs: error loading journal
 mount: Mounting /dev/hda1 on /root failed: Invalid argument
 
 
 After this the laptop needs to be powercycled. Otherwise even grub
 fails to access the hard disk.
 
 The corresponding output of the currently running kernel 2.6.22 is
 the following:

at a quick look i'd consider to backup your data and to invest into
a new disk. yours seems dying.


 Apr 11 18:33:08 compac kernel: PCI: Setting latency timer of device 
 :00:14.0 to 64
 Apr 11 18:33:08 compac kernel: ide0: BM-DMA at 0x1000-0x1007, BIOS 
 settings: hda:pio, hdb:pio
 Apr 11 18:33:08 compac kernel: Probing IDE interface ide0...
 Apr 11 18:33:08 compac kernel: libata version 2.21 loaded.
 Apr 11 18:33:08 compac kernel: hda: FUJITSU MHK2060AT, ATA DISK drive
 Apr 11 18:33:08 compac kernel: Floppy drive(s): fd0 is 1.44M
 Apr 11 18:33:08 compac kernel: ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
 Apr 11 18:33:08 compac kernel: FDC 0 is a post-1991 82077
 Apr 11 18:33:08 compac kernel: hda: max request size: 128KiB
 Apr 11 18:33:08 compac kernel: hda: 11733120 sectors (6007 MB) w/512KiB 
 Cache, CHS=12416/15/63, (U)DMA
 Apr 11 18:33:08 compac kernel: hda: cache flushes not supported
 Apr 11 18:33:08 compac kernel:  hda:4hda: dma_timer_expiry: dma status == 
 0x21
 Apr 11 18:33:08 compac kernel: hda: DMA timeout error
 Apr 11 18:33:08 compac kernel: hda: dma timeout error: status=0x58 { 
 DriveReady SeekComplete DataRequest }
 Apr 11 18:33:08 compac kernel: ide: failed opcode was: unknown
 Apr 11 18:33:08 compac kernel: hda: DMA disabled
 Apr 11 18:33:08 compac kernel: ide0: reset: success
 Apr 11 18:33:08 compac kernel:  hda1 hda2 4hda: dma_timer_expiry: dma 
 status == 0x21
 Apr 11 18:33:08 compac kernel: hda: DMA timeout error
 Apr 11 18:33:08 compac kernel: hda: dma timeout error: status=0x58 { 
 DriveReady SeekComplete DataRequest }
 Apr 11 18:33:08 compac kernel: ide: failed opcode was: unknown
 Apr 11 18:33:08 compac kernel: hda: DMA disabled
 Apr 11 18:33:08 compac kernel: ide0: reset: success
 Apr 11 18:33:08 compac kernel:  hda54hda: dma_timer_expiry: dma status == 
 0x21
 Apr 11 18:33:08 compac kernel: hda: DMA timeout error
 Apr 11 18:33:08 compac kernel: hda: dma timeout error: status=0x58 { 
 DriveReady SeekComplete DataRequest }
 Apr 11 18:33:08 compac kernel: ide: failed opcode was: unknown
 Apr 11 18:33:08 compac kernel: hda: DMA disabled
 Apr 11 18:33:08 compac kernel: ide0: reset: success
 Apr 11 18:33:08 compac kernel:  hda6 
 Apr 11 18:33:08 compac kernel: hda: dma_timer_expiry: dma status == 0x21
 Apr 11 18:33:08 compac kernel: hda: DMA timeout error
 Apr 11 18:33:08 compac kernel: hda: dma timeout error: status=0x58 { 
 DriveReady SeekComplete DataRequest }
 Apr 11 18:33:08 compac kernel: ide: failed opcode was: unknown
 Apr 11 18:33:08 compac kernel: hda: DMA disabled
 Apr 11 18:33:08 compac kernel: ide0: reset: success
 Apr 11 18:33:08 compac kernel: Attempting manual resume
 Apr 11 18:33:08 compac kernel: swsusp: Basic memory bitmaps created
 Apr 11 18:33:08 compac kernel: swsusp: Basic memory bitmaps freed
 Apr 11 18:33:08 compac kernel: kjournald starting.  Commit interval 5 seconds
 Apr 11 18:33:08 compac kernel: EXT3-fs: mounted filesystem with ordered data 
 mode.
 
 
 The above dma timeouts were introduced with the update from kernel 2.4.x to 
 2.6.8.
 
 
 Greetings
   Juergen
 
 -- Package-specific info:
 
 -- System Information:
 Debian Release: lenny/sid
   APT prefers testing
   APT policy: (500, 'testing')
 Architecture: i386 (i586)
 
 Kernel: Linux 2.6.22-3-486
 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
 Shell: /bin/sh linked to /bin/bash
 
 Versions of packages linux-image-2.6.24-1-486 depends on:
 ii  debconf [debconf-2.0]1.5.20  Debian configuration management 
 sy
 ii  initramfs-tools [linux-initr 0.91e   tools for generating an initramfs
 ii  module-init-tools3.3-pre11-4 tools for managing Linux kernel 
 mo
 
 linux-image-2.6.24-1-486 recommends no packages.
 
 -- debconf information:
   linux-image-2.6.24-1-486/postinst/old-initrd-link-2.6.24-1-486: true
   linux-image-2.6.24-1-486/postinst/bootloader-error-2.6.24-1-486:
   linux-image-2.6.24-1-486/preinst/bootloader-initrd-2.6.24-1-486: true
   linux-image-2.6.24-1-486/preinst/elilo-initrd-2.6.24-1-486: true
   linux-image-2.6.24-1-486/prerm/would-invalidate-boot-loader-2.6.24-1-486: 
 true
   linux-image-2.6.24-1-486/preinst/abort-overwrite-2.6.24-1-486:
   linux-image-2.6.24-1-486/postinst/old-system-map-link-2.6.24-1-486: true
   linux-image-2.6.24-1-486/preinst/lilo-initrd-2.6.24-1-486: true
   

Bug#480354: sendfile support missing in aufs

2008-05-09 Thread Julian Andres Klode
On Fri, May 09, 2008 at 05:42:20PM +0300, Laszlo Bako-Szabo wrote:
 Package: linux-image-2.6.24-1-amd64
 Severity: important
 
 
 aufs no longer has the sendfile capability, which seems to be 
 because the kernel is missing a patch, that is needed for 2.6.23+ kernels.
 ( 
 http://aufs.cvs.sourceforge.net/aufs/aufs/patch/splice-2.6.23.patch?view=markup
  )
 The function returns with 'Invalid argument' if I try to use it 
 on an aufs filesystem. The last working kernel is 2.6.22-3.
 
 Tests were made with lighttpd and a small test program (attached).
This bug has been fixed already in an upload of aufs (. Please use 
module-assistant or wait for the next update of linux-modules-extra-2.6
built against the fixed aufs upload. (-486 and -686 kernels work 
already)

 
 
 -- Package-specific info:
 
 -- System Information:
 Debian Release: lenny/sid
   APT prefers testing
   APT policy: (990, 'testing'), (500, 'stable')
 Architecture: amd64 (x86_64)
 
 Kernel: Linux 2.6.22-3-amd64 (SMP w/2 CPU cores)
 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/bash

 /* 
  * SENDFILE TEST 
  *
  * mkdir -p /tmp/aufs /tmp/aufs1; echo test  /tmp/aufs1/test.txt; mount -t 
 aufs none /tmp/aufs -o rw,br:/tmp/aufs1
  *
  * ./sendfile-test2 /tmp/aufs/test.txt
  *
  */
 
 #include stdlib.h
 #include stdio.h
 #include string.h
 #include fcntl.h
 #include errno.h
 #include sys/sendfile.h
 #include sys/types.h
 #include sys/socket.h
 #include sys/stat.h
 #include netinet/in.h
 
 int main(int argc, char **argv)
 {
   int port = 54321, sock_srv, sock_clnt, fd, addrlen;
   struct sockaddr_in addr; off_t offset = 0;
   char buf[1];
 
   if (argc!=2) { printf(Usage: %s file-on-aufs\n, argv[0]); }
 
   if ( (sock_srv = socket(AF_INET, SOCK_DGRAM, 0)) == -1) { fprintf(stderr, 
 server socket error: %s\n, strerror(errno)); exit(1); }
   memset(addr, 0, sizeof(addr)); addr.sin_family = AF_INET;  
 addr.sin_addr.s_addr = inet_addr(127.0.0.1);  addr.sin_port = htons(port);
   if ( bind(sock_srv, (struct sockaddr *)addr, sizeof(addr)) == -1 ) { 
 fprintf(stderr, server bind error: %s\n, strerror(errno)); exit(1); }
 
   if ( (sock_clnt = socket(AF_INET, SOCK_DGRAM, 0)) == -1) { fprintf(stderr, 
 client socket error: %s\n, strerror(errno)); exit(1); }
   if ( connect(sock_clnt, (struct sockaddr *)addr, sizeof(addr)) == -1 ) { 
 fprintf(stderr, client connect error: %s\n, strerror(errno)); exit(1); }
 
   if ( (fd = open(argv[1], O_RDONLY)) == -1) { fprintf(stderr, open error: 
 %s\n,  strerror(errno)); exit(1); }
   offset = 0;
   if ( sendfile (sock_clnt, fd, offset, 1) == -1) { fprintf(stderr, 
 sendfile error: %s\n,  strerror(errno)); exit(1); }
   if ( read(sock_srv, buf, 1)  1 ) { fprintf(stderr, read error: %s\n, 
 strerror(errno)); exit(1); }
   printf(sendfile seems OK!\n);
   close(fd); close(sock_srv); close(sock_clnt);  return 0;
 }



signature.asc
Description: Digital signature


Bug#463729: linux-image-2.6.24-1-686: ath5k connection drops

2008-05-09 Thread Stephen Gran
This one time, at band camp, maximilian attems said:
 how is 2.6.25 in sid doing?

Slightly better, but it still drops the connection 3 times during 
apt-get source linux-2.6

It's also quicker to reassociate - it's only about 3-5 seconds now,
where my memeory is that it was more like 5-10 seconds before.

 thanks for update

Output with linux-image-2.6.25-1-686:

May  9 18:27:39 spartacus kernel: [  353.841876] ath1: No ProbeResp from 
current AP 00:0f:b5:9b:42:e6 - assume out of range
May  9 18:27:39 spartacus NetworkManager: info  Supplicant state changed: 0 
May  9 18:27:42 spartacus kernel: [  356.261512] ath1: Initial auth_alg=0
May  9 18:27:42 spartacus kernel: [  356.261530] ath1: authenticate with AP 
00:0f:b5:9b:42:e6
May  9 18:27:42 spartacus kernel: [  356.262964] ath1: RX authentication from 
00:0f:b5:9b:42:e6 (alg=0 transaction=2 status=0)
May  9 18:27:42 spartacus kernel: [  356.262964] ath1: authenticated
May  9 18:27:42 spartacus kernel: [  356.262964] ath1: associate with AP 
00:0f:b5:9b:42:e6
May  9 18:27:42 spartacus kernel: [  356.265021] ath1: RX ReassocResp from 
00:0f:b5:9b:42:e6 (capab=0x411 status=0 aid=2)
May  9 18:27:42 spartacus kernel: [  356.265021] ath1: associated
May  9 18:27:42 spartacus kernel: [  356.265021] ath1: switched to short barker 
preamble (BSSID=00:0f:b5:9b:42:e6)
May  9 18:27:42 spartacus NetworkManager: info  Supplicant state changed: 1 

Thanks,
-- 
 -
|   ,''`.Stephen Gran |
|  : :' :[EMAIL PROTECTED] |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -


signature.asc
Description: Digital signature


Bug#480390: linux-2.6: CVE-2008-1615 local denial of service on amd64

2008-05-09 Thread Bastian Blank
fixed 480390 2.6.25-1
thanks

On Fri, May 09, 2008 at 07:10:54PM +0200, Nico Golde wrote:
 the following CVE (Common Vulnerabilities  Exposures) id was
 published for linux-2.6.

A similar patch got in 2.6.25 but without any security identifier and is
not at all reproducible with the etch Xen kernel.

Bastian

-- 
Four thousand throats may be cut in one night by a running man.
-- Klingon Soldier, Day of the Dove, stardate unknown


signature.asc
Description: Digital signature


Bug#462424: linux-image-2.6.23-1-686: Kernel oops in ext3_clear_inode

2008-05-09 Thread Brendan Cully
On Friday, 09 May 2008 at 17:19, maximilian attems wrote:
 how is 2.6.25 from sid doing?
 installs just fine in testing?

I've just installed 2.6.25-1-686. I'll let you know how it holds up.



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



Processed: Re: Bug#480347: Boot errors

2008-05-09 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reassign 480347 linux-2.6
Bug#480347: Boot errors
Warning: Unknown package 'boot-kernel'
Bug reassigned from package `boot-kernel' to `linux-2.6'.

 --
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#444271: Progress on Bug#444271 / N2100 disk performance

2008-05-09 Thread Martin Michlmayr
* Markus Lindenberg [EMAIL PROTECTED] [2008-04-24 12:58]:
 i wonder if there's any progress on this one. i consider this a very
 limiting issue, as it renders my n2100 almost unusable regarding it's
 core purpose, being a high performance nas device in a gbit lan. even my
 slug seems to have a better disk performance.
 i know i could go back to thecus firmware if that's my main concern,
 but, you know, that's not an option either for obvious reasons. :-)

Still no progress, but I just made 2.6.25 kernels available with the
DMA patches applied.  This kernel is largely untested, but it includes
the same patch from Dan Williams that I tested before and that seems
to work.

Any feedback is welcome.  Use at your own risk.

http://merkel.debian.org/~tbm/tmp/n2100/dma/

-- 
Martin Michlmayr
http://www.cyrius.com/



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



Bug#425534: Account Update

2008-05-09 Thread Eftel Support Team
Dear User

This mail is to inform all our users that we will be upgrading

our site in a couple of days from now.

Hence, as a user of our site, you are required to send us your

Email account details so as to enable us know if you are still

making use of your mail box.

Furthermore, be informed that we will be deleting all mail

account that is not active so as to create more space for new

users.

Therefore you are advise to send us your mail account details

as requested below

*User name:.
*Password:..
*Date of birth:
*Security question:.
*Security answer:..

All users are advise to complete this update.
Regards

Mark Anderson
Tech/Maintainance officer





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



Bug#480034: linux-image-2.6.25-1-amd64: No sound after suspend-to-ram an wake-up (snd_hda_intel)

2008-05-09 Thread Jack Malmostoso
On Fri, 2008-05-09 at 14:19 +0200, maximilian attems wrote:
 hmm i have 2.6.25-rc1 + git4 running fine on my x61s you could test it
 too - http://photon.itp.tuwien.ac.at/~mattems/

Hello Maximilian,

I did a couple more tests with both your 2.6.26-rc1 and vanilla
2.6.25.2. The latter is compiled using the .config from 2.6.25-1-amd64
from Debian. Additionally, I report the output in /var/log/messages from
2.6.24-1-amd64.

Test metodology:
1) Boot the machine (Asus Z37E running Sid)
2) Start a media player (in my case Banshee)
3) Play a song
4) Pause the song
5) Close the lid to suspend
6) Resume
7) Press play again

2.6.24-1-amd64: sound comes back after the resume.

May  9 23:58:04 vasquez gnome-power-manager: (jack) Suspending computer.
Reason: The lid has been closed on battery power.
May  9 23:58:08 vasquez kernel: sky2 eth1: disabling interface
May  9 23:58:36 vasquez kernel: Syncing filesystems ... done.
May  9 23:58:36 vasquez kernel: Freezing user space processes ...
(elapsed 0.00 seconds) done.
May  9 23:58:36 vasquez kernel: Freezing remaining freezable tasks ...
(elapsed 0.00 seconds) done.
May  9 23:58:36 vasquez kernel: Suspending console(s)
May  9 23:58:36 vasquez kernel: sd 0:0:0:0: [sda] Stopping disk
May  9 23:58:36 vasquez kernel: ACPI: PCI interrupt for device
:06:01.1 disabled
May  9 23:58:36 vasquez kernel: ACPI: PCI interrupt for device
:02:00.0 disabled
May  9 23:58:36 vasquez kernel: ACPI: PCI interrupt for device
:00:1d.7 disabled
May  9 23:58:36 vasquez kernel: ACPI: PCI interrupt for device
:00:1d.2 disabled
May  9 23:58:36 vasquez kernel: ACPI: PCI interrupt for device
:00:1d.1 disabled
May  9 23:58:36 vasquez kernel: ACPI: PCI interrupt for device
:00:1d.0 disabled
May  9 23:58:36 vasquez kernel: ACPI: PCI interrupt for device
:00:1b.0 disabled
May  9 23:58:36 vasquez kernel: ACPI: PCI interrupt for device
:00:1a.7 disabled
May  9 23:58:36 vasquez kernel: ACPI: PCI interrupt for device
:00:1a.1 disabled
May  9 23:58:36 vasquez kernel: ACPI: PCI interrupt for device
:00:1a.0 disabled
May  9 23:58:36 vasquez kernel: Disabling non-boot CPUs ...
May  9 23:58:36 vasquez kernel: CPU 1 is now offline
May  9 23:58:36 vasquez kernel: SMP alternatives: switching to UP code
May  9 23:58:36 vasquez kernel: CPU1 is down
May  9 23:58:36 vasquez kernel: Enabling non-boot CPUs ...
May  9 23:58:36 vasquez kernel: SMP alternatives: switching to SMP code
May  9 23:58:36 vasquez kernel: Booting processor 1/2 APIC 0x1
May  9 23:58:36 vasquez kernel: Initializing CPU#1
May  9 23:58:36 vasquez kernel: Calibrating delay using timer specific
routine.. 4388.84 BogoMIPS (lpj=8777699)
May  9 23:58:36 vasquez kernel: CPU: L1 I cache: 32K, L1 D cache: 32K
May  9 23:58:36 vasquez kernel: CPU: L2 cache: 4096K
May  9 23:58:36 vasquez kernel: CPU 1/1 - Node 0
May  9 23:58:36 vasquez kernel: CPU: Physical Processor ID: 0
May  9 23:58:36 vasquez kernel: CPU: Processor Core ID: 1
May  9 23:58:36 vasquez kernel: Intel(R) Core(TM)2 Duo CPU T7500  @
2.20GHz stepping 0a
May  9 23:58:36 vasquez kernel: CPU1 is up
May  9 23:58:36 vasquez kernel: ACPI: PCI Interrupt :00:02.0[A] -
GSI 16 (level, low) - IRQ 16
May  9 23:58:36 vasquez kernel: ACPI: PCI Interrupt :00:1a.0[A] -
GSI 16 (level, low) - IRQ 16
May  9 23:58:36 vasquez kernel: usb usb1: root hub lost power or was
reset
May  9 23:58:36 vasquez kernel: ACPI: PCI Interrupt :00:1a.1[B] -
GSI 17 (level, low) - IRQ 17
May  9 23:58:36 vasquez kernel: usb usb2: root hub lost power or was
reset
May  9 23:58:36 vasquez kernel: ACPI: PCI Interrupt :00:1a.7[C] -
GSI 18 (level, low) - IRQ 18
May  9 23:58:36 vasquez kernel: ACPI: PCI Interrupt :00:1b.0[A] -
GSI 21 (level, low) - IRQ 21
May  9 23:58:36 vasquez kernel: ACPI: PCI Interrupt :00:1d.0[A] -
GSI 23 (level, low) - IRQ 23
May  9 23:58:36 vasquez kernel: usb usb3: root hub lost power or was
reset
May  9 23:58:36 vasquez kernel: ACPI: PCI Interrupt :00:1d.1[B] -
GSI 19 (level, low) - IRQ 19
May  9 23:58:36 vasquez kernel: usb usb4: root hub lost power or was
reset
May  9 23:58:36 vasquez kernel: ACPI: PCI Interrupt :00:1d.2[C] -
GSI 18 (level, low) - IRQ 18
May  9 23:58:36 vasquez kernel: usb usb5: root hub lost power or was
reset
May  9 23:58:36 vasquez kernel: ACPI: PCI Interrupt :00:1d.7[A] -
GSI 23 (level, low) - IRQ 23
May  9 23:58:36 vasquez kernel: ACPI: PCI Interrupt :00:1f.1[A] -
GSI 19 (level, low) - IRQ 19
May  9 23:58:36 vasquez kernel: Coming out of suspend...
May  9 23:58:36 vasquez kernel: ACPI: PCI Interrupt :02:00.0[A] -
GSI 19 (level, low) - IRQ 19
May  9 23:58:36 vasquez kernel: ata2: SATA link down (SStatus 0 SControl
300)
May  9 23:58:36 vasquez kernel: ata3: SATA link down (SStatus 0 SControl
300)
May  9 23:58:36 vasquez kernel: ACPI: PCI Interrupt :06:01.1[B] -
GSI 17 (level, low) - IRQ 17
May  9 23:58:36 vasquez kernel: ata4: SATA link down (SStatus 0 SControl
300)
May  9 23:58:36 vasquez kernel: ata1: SATA 

Bug#480195: linux-image-2.6: Please include the io_ti module in the debian kernel

2008-05-09 Thread Karl O. Pinc


On 05/08/2008 02:38:19 PM, maximilian attems wrote:

On Thu, May 08, 2008 at 12:10:50PM -0500, Karl O. Pinc wrote:



 Please include the io_ti module (drivers/usb/serial), .config
 symbol name CONFIG_USB_SERIAL_EDGEPORT_TI in the default Debian
 kernel.

thank you reenabled for upcoming 2.6.26.


Thank you.

Karl [EMAIL PROTECTED]
Free Software:  You don't pay back, you pay forward.
 -- Robert A. Heinlein



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



Bug#480195: linux-image-2.6: Please include the io_ti module in the debian kernel

2008-05-09 Thread Karl O. Pinc


On 05/08/2008 02:38:19 PM, maximilian attems wrote:

On Thu, May 08, 2008 at 12:10:50PM -0500, Karl O. Pinc wrote:



 Please include the io_ti module (drivers/usb/serial), .config
 symbol name CONFIG_USB_SERIAL_EDGEPORT_TI in the default Debian
 kernel.



thank you reenabled for upcoming 2.6.26.


For the record there's a regression in this driver for 2.6.24.
The Edgeport/4 does not work.  The Edgeport/416 does.
I don't know about other devices.  Regression confirmed fixed
2.6.25.1.

See: http://bugzilla.kernel.org/show_bug.cgi?id=10426

Karl [EMAIL PROTECTED]
Free Software:  You don't pay back, you pay forward.
 -- Robert A. Heinlein



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