Bug#638696: FTBFS on alpha: module sht15 needs gpiolib not selected by config.

2011-08-21 Thread Michael Cree
Package: linux-2.6
Version: 3.0.0-2
Severity: normal

From the build log:

  CC [M]  drivers/hwmon/sht15.o
In file included from
+/build/buildd-linux-2.6_3.0.0-2-alpha-uWIvrQ/linux-2.6-3.0.0/debian/build/source_alpha_none/arch/alp
+ha/include/asm/gpio.h:20,
 from
+/build/buildd-linux-2.6_3.0.0-2-alpha-uWIvrQ/linux-2.6-3.0.0/debian/build/source_alpha_none/include/
+linux/gpio.h:18,
 from
+/build/buildd-linux-2.6_3.0.0-2-alpha-uWIvrQ/linux-2.6-3.0.0/debian/build/source_alpha_none/drivers/
+hwmon/sht15.c:21:
/build/buildd-linux-2.6_3.0.0-2-alpha-uWIvrQ/linux-2.6-3.0.0/debian/build/source_alpha_none/include/a
+sm-generic/gpio.h: In function 'gpio_get_value_cansleep':
/build/buildd-linux-2.6_3.0.0-2-alpha-uWIvrQ/linux-2.6-3.0.0/debian/build/source_alpha_none/include/a
+sm-generic/gpio.h:223: error: implicit declaration of function
'gpio_get_value'

Full build log available at:
http://buildd.debian-ports.org/status/fetch.php?pkg=linux-2.6arch=alphaver=3.0.0-2stamp=1313880281


Setting CONFIG_GPIOLIB should fix this.

Regards
Michael Cree.



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4e509eaa.6000...@orcon.net.nz



Bug#638659: [linux-2.6] No sound

2011-08-21 Thread Antonio Marcos López Alonso
Just in case, I found the following line appears in boot messages when I boot 
v3.0 *right after* rebooting from 2.6.39:

Setting up ALSA...warning: 'alsactl restore' failed with error message 'Found 
hardware: HDA-Intel Realtek ALC660 HDA:10ec0861,1043c603,00100340 
0x1043 0x81e7

Hope it helps,
Antonio



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201108210957.46285.amlopezalo...@gmail.com



Bug#638631: Crash following repeated 'page allocation failure' 'BUG: soft lockup'

2011-08-21 Thread Richard Kettlewell

On 20/08/2011 15:13, Ben Hutchings wrote:

On Sat, 2011-08-20 at 12:44 +0100, Richard Kettlewell wrote:

The emulated screen was blank and
did not respond to any input.  The kernel log is full of messages as
shown below.  They almost all name the same executable, apache_accesses
(from package munin-node) and have the same backtraces, but are
different PIDs (it is not a long-running process).

The exception is a BUG: soft lockup - CPU#0 stuck for 35s! message,
also below.

The guest is a news server, with around a kilobyte/second of network
traffic going into it at all times.

The guest has 512MB RAM assigned.  It has a gigabyte of swap available
and doesn't seem to have been using much of it.

[...]

That does sound wrong.

Could it be that the host is slow to service the guest's disk I/O?


In summary, it does seem to be.

Average latency on /dev/vda over the last week is reported as around 
200ms. There are occasional spikes to multiple whole seconds.


A couple of those spikes are approximately the right time for 'BUG: soft 
lockup' messages (but the resolution is not very high)  there are other 
spikes with no corresponding messages in the kernel logs.


That said there are similar huge latency spikes visible for the host 
too.  I think I need some faster storage l-(


As for throughput, a quick test with dd reveals the guest has about 10% 
of the write performance of the host, which seems pretty poor to me.


ttfn/rjk



--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4e50de9e.9060...@greenend.org.uk



Bug#637461: nfs-common: some more information

2011-08-21 Thread yellow
Package: nfs-common
Version: 1:1.2.2-4
Severity: normal

How are your network interfaces configured?  ifupdown, Network Manager,
wicd?

Ben.


Dear Ben, 

There is actually some progresses... 

Would you mind if we start to talk about NFS-common and nfs-kernel-server more 
generally? Both are linked together somehow. 
I would like more to understand about the issue. OK. If you take the time, 
maybe we could understand more about the reported problem.

You know I am not an expert user with Linux, so I can type all commands you 
would like to get more input/info.



OK, in the server I had I have used squeeze which was as testing. The issue was 
that the server NFS had to be restarted often 
/etc/init.d/nfs-kernel... restart
OK

then the stations could mount it : mount /mnt/pictures  
went ok if I restart it. 

You might have said taht my server was not well installed. I might disagree 
since I did all good stuffs from server install to install the NFS.
Or maybe the order? 

So it was not possible to mount at boot of the station.


- well. recently
I had a hdd crash, that died, and I had to fight, and had got to reinstall the 
server. Fine. ;) Interesting
+ 
the debian testing went to stable. OK, even more interesting

So I installed the NFS server with debian stable (squeeze). It should actually 
give the same errors right? 
Install from server. no packages. 
then 
apt-get install nfs-kernel... portmap nfs-common
and then the rest

and ... 
 
so now the stations can mount hte NFS server at BOOT. 

So why? 

my idea could be :
1) you changed something

or

2) the first insatllation : apt-get install nfs-kernel-server portmap nfs-common
is good

or

3) 
my exports is not ideal

currently I use:

$ cat /etc/exports:
#/home  192.168.1.*(rw,sync)
#/pictures  192.168.1.*(rw,sync)

/home   192.168.1.0/24(rw,sync,root_squash,no_subtree_check)

# /mnt/pictures 192.168.1.0/24(rw,sync,root_squash)

/mnt/pictures   192.168.1.*(rw,sync,fsid=0,crossmnt,no_subtree_check)

##/mnt/pictures/uploads *(rw,sync,fsid=0,crossmnt,no_subtree_check)
#/mnt/applications  192.168.1.0/24(ro,root_squash)

/mnt/applications   192.168.1.*(ro,sync,fsid=0,crossmnt,no_subtree_check)
#*




well, another important problem
If I have : 
/mnt/pictures   192.168.1.*(rw,sync,fsid=0,crossmnt,no_subtree_check)
/mnt/applications   192.168.1.*(ro,sync,fsid=0,crossmnt,no_subtree_check)

the stationc cannot mount /mnt/applications
the stations says it is mounted fine, both pictures and applications
but the content of /mnt/applications is similar to /mnt/torrents on the station

it seems that the stations mounting from /etc/fstab is always teh same as 
/mnt/pictures.
That's a problem that I never encountered anytime, althoguh after about 10 
years of use of linux.
I wonder. I do not understand.




Finally, concerning speed of network:
 192.168.1.*    works well in this newer NFS SERVER, but however I 
have doubts that it could be bit slow
 *   -- is extremely fast but could be dangerous
 192.168.1.0/24  --- is it still possible in this NFS of the current 
debian stable?
Could it be possible that it has some effects of the speed on data transferts 
between server and statiosn? 
It was just an impression when using the NFS station... 

Well, I am glad that the station can mount the NFS server at boot, but there 
are few things that we could bit discuss if you have some time...

Thank you of coding NFS ! I send you greetings,

Best regards,

Yellow
A relative newbie with Linux


-- System Information:
Debian Release: 6.0.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: i386 (i686)

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

Versions of packages nfs-common depends on:
ii  adduser 3.112+nmu2   add and remove users and groups
ii  initscripts 2.88dsf-13.1 scripts for initializing and shutt
ii  libc6   2.11.2-10Embedded GNU C Library: Shared lib
ii  libcap2 1:2.19-3 support for getting/setting POSIX.
ii  libcomerr2  1.41.12-4stable1 common error description library
ii  libevent-1.4-2  1.4.13-stable-1  An asynchronous event notification
ii  libgssapi-krb5-21.8.3+dfsg-4squeeze1 MIT Kerberos runtime libraries - k
ii  libgssglue1 0.1-4mechanism-switch gssapi library
ii  libk5crypto31.8.3+dfsg-4squeeze1 MIT Kerberos runtime libraries - C
ii  libkrb5-3   1.8.3+dfsg-4squeeze1 MIT Kerberos runtime libraries
ii  libnfsidmap20.23-2   An nfs idmapping library
ii  librpcsecgss3   0.19-2   allows secure rpc communication us
ii  libwrap07.6.q-19 Wietse Venema's TCP wrappers libra
ii  lsb-base3.2-23.2squeeze1

Bug#575175: linux-image-2.6-686: similar error on Thinkpad X31

2011-08-21 Thread Malcolm Gillies
Package: linux-image-2.6-686
Version: 2.6.32+29
Severity: normal

Laptop wakes up then immediately goes back to sleep. If I push the power
button it comes back up and stays on.

Other similar reports are #610497 and #559171.

Aug 18 09:44:16 thebaine kernel: [26150.700528] PM: Syncing filesystems ... 
done.
Aug 18 09:44:16 thebaine kernel: [26150.710747] PM: Preparing system for mem 
sleep
Aug 18 09:44:16 thebaine kernel: [26150.710764] Freezing user space processes 
... (elapsed 0.00 seconds) done.
Aug 18 09:44:16 thebaine kernel: [26150.712187] Freezing remaining freezable 
tasks ... (elapsed 0.00 seconds) done.
Aug 18 09:44:16 thebaine kernel: [26150.712248] PM: Entering mem sleep
Aug 18 09:44:16 thebaine kernel: [26150.712271] Suspending console(s) (use 
no_console_suspend to debug)
Aug 18 09:44:16 thebaine kernel: [26150.715020] sd 0:0:0:0: [sda] Synchronizing 
SCSI cache
Aug 18 09:44:16 thebaine kernel: [26151.037242] sd 0:0:0:0: [sda] Stopping disk
Aug 18 09:44:16 thebaine kernel: [26152.169618] nsc-ircc 00:0c: disabled
Aug 18 09:44:16 thebaine kernel: [26152.169906] parport_pc 00:0b: disabled
Aug 18 09:44:16 thebaine kernel: [26152.170206] serial 00:0a: disabled
Aug 18 09:44:16 thebaine kernel: [26152.170535] e100 :02:08.0: PME# enabled
Aug 18 09:44:16 thebaine kernel: [26152.170546] pci :00:1e.0: wake-up 
capability enabled by ACPI
Aug 18 09:44:16 thebaine kernel: [26152.184165] ath9k :02:02.0: PCI INT A 
disabled
Aug 18 09:44:16 thebaine kernel: [26152.192152] ACPI handle has no context!
Aug 18 09:44:16 thebaine kernel: [26152.208128] pci :01:00.0: PCI INT A 
disabled
Aug 18 09:44:16 thebaine kernel: [26152.208289] Intel ICH Modem :00:1f.6: 
PCI INT B disabled
Aug 18 09:44:16 thebaine kernel: [26152.224227] Intel ICH :00:1f.5: PCI INT 
B disabled
Aug 18 09:44:16 thebaine kernel: [26152.224435] ata_piix :00:1f.1: PCI INT 
A disabled
Aug 18 09:44:16 thebaine kernel: [26152.224447] ehci_hcd :00:1d.7: PCI INT 
D disabled
Aug 18 09:44:16 thebaine kernel: [26152.224455] uhci_hcd :00:1d.2: PCI INT 
C disabled
Aug 18 09:44:16 thebaine kernel: [26152.224463] uhci_hcd :00:1d.1: PCI INT 
B disabled
Aug 18 09:44:16 thebaine kernel: [26152.224471] uhci_hcd :00:1d.0: PCI INT 
A disabled
Aug 18 09:44:16 thebaine kernel: [26152.248084] ehci_hcd :00:1d.7: power 
state changed by ACPI to D3
Aug 18 09:44:16 thebaine kernel: [26152.256078] uhci_hcd :00:1d.1: power 
state changed by ACPI to D3
Aug 18 09:44:16 thebaine kernel: [26152.284066] uhci_hcd :00:1d.0: power 
state changed by ACPI to D3
Aug 18 09:44:16 thebaine kernel: [26152.324070] ACPI: Preparing to enter system 
sleep state S3
Aug 18 09:44:16 thebaine kernel: [26152.512183] Disabling non-boot CPUs ...
Aug 18 09:44:16 thebaine kernel: [26152.512278] Extended CMOS year: 2000
Aug 18 09:44:16 thebaine kernel: [26152.512278] Back to C!
Aug 18 09:44:16 thebaine kernel: [26152.512278] Extended CMOS year: 2000
Aug 18 09:44:16 thebaine kernel: [26152.512278] ACPI: Waking up from system 
sleep state S3
Aug 18 09:44:16 thebaine kernel: [26152.924067] uhci_hcd :00:1d.0: power 
state changed by ACPI to D0
Aug 18 09:44:16 thebaine kernel: [26152.932077] uhci_hcd :00:1d.0: power 
state changed by ACPI to D0
Aug 18 09:44:16 thebaine kernel: [26152.932084] uhci_hcd :00:1d.0: 
restoring config space at offset 0xf (was 0x100, writing 0x10b)
Aug 18 09:44:16 thebaine kernel: [26152.932098] uhci_hcd :00:1d.0: 
restoring config space at offset 0x8 (was 0x1, writing 0x1801)
Aug 18 09:44:16 thebaine kernel: [26152.932112] uhci_hcd :00:1d.0: 
restoring config space at offset 0x1 (was 0x280, writing 0x281)
Aug 18 09:44:16 thebaine kernel: [26152.940076] uhci_hcd :00:1d.0: power 
state changed by ACPI to D0
Aug 18 09:44:16 thebaine kernel: [26152.948077] uhci_hcd :00:1d.0: power 
state changed by ACPI to D0
Aug 18 09:44:16 thebaine kernel: [26152.956076] uhci_hcd :00:1d.1: power 
state changed by ACPI to D0
Aug 18 09:44:16 thebaine kernel: [26152.964076] uhci_hcd :00:1d.1: power 
state changed by ACPI to D0
Aug 18 09:44:16 thebaine kernel: [26152.964083] uhci_hcd :00:1d.1: 
restoring config space at offset 0xf (was 0x200, writing 0x20b)
Aug 18 09:44:16 thebaine kernel: [26152.964096] uhci_hcd :00:1d.1: 
restoring config space at offset 0x8 (was 0x1, writing 0x1821)
Aug 18 09:44:16 thebaine kernel: [26152.964110] uhci_hcd :00:1d.1: 
restoring config space at offset 0x1 (was 0x280, writing 0x281)
Aug 18 09:44:16 thebaine kernel: [26152.972077] uhci_hcd :00:1d.1: power 
state changed by ACPI to D0
Aug 18 09:44:16 thebaine kernel: [26152.980078] uhci_hcd :00:1d.1: power 
state changed by ACPI to D0
Aug 18 09:44:16 thebaine kernel: [26152.980086] uhci_hcd :00:1d.2: 
restoring config space at offset 0xf (was 0x300, writing 0x30b)
Aug 18 09:44:16 thebaine kernel: [26152.980099] uhci_hcd :00:1d.2: 
restoring config space at offset 0x8 (was 0x1, writing 

Bug#575175: Info received (linux-image-2.6-686: similar error on Thinkpad X31)

2011-08-21 Thread Malcolm Gillies
Sorry, I forgot to mention that this problem only appeared after
upgrading from Lenny to Squeeze a few days ago. At the same time I
switched from KDE3.5 to Xfce.

Under Lenny I was running kernel linux-image-2.6.32-bpo.2-686
2.6.32-8~bpo50+1



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4e50fb7c.5080...@ouabain.org



Bug#638659: [linux-2.6] No sound

2011-08-21 Thread Ben Hutchings
On Sun, 2011-08-21 at 09:57 +0100, Antonio Marcos López Alonso wrote:
 Just in case, I found the following line appears in boot messages when I boot 
 v3.0 *right after* rebooting from 2.6.39:
 
 Setting up ALSA...warning: 'alsactl restore' failed with error message 'Found 
 hardware: HDA-Intel Realtek ALC660 HDA:10ec0861,1043c603,00100340 
 0x1043 0x81e7

It's not directly related to this message, but in 3.0 the Realtek HDA
driver was changed to implement auto-mute.  For example, if something is
plugged into the headphone socket then speaker output (assumed to be
line-out) should be muted.  Depending on the board configuration, other
auto-muting may occur.  You may need to disable this feature.

Ben.



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


Bug#637284: Can't install wheezy on a 2011 iMac

2011-08-21 Thread Jonathan Nieder
Hi Mike,

Mike Hore wrote:

 It was simpler than I thought -- I've got those files for you now, so I'll
 attach the zipped archive.

Nice.  From inittab:

co:2345:respawn:/sbin/getty hvc0 9600 linux

From the installer log:

finish-install: Setting up virtualized serial console on /dev/hvc0
finish-install: adding console to /etc/inittab

That is bug #636040 (finish-install: hvc0 console added to inittab
even when not available), which seems to be mostly harmless.  It
should be safe to remove the co: line to remove the message about
spawning getty there.

From syslog:

gdm3[1777]: WARNING: GdmDisplay: display lasted 0.038594 seconds
gdm3[1777]: WARNING: GdmDisplay: display lasted 0.039019 seconds
gdm3[1777]: WARNING: GdmDisplay: display lasted 0.038234 seconds
[...]

That is probably gdm or the X server coping poorly with the radeon driver
failing to load.  Please add 1 or single (as a separate word, no
quotes) to the kernel command line at bootup so we can see if a
non-graphical bootup works.  If it works, then it is probably worth
trying to log in on the console and running modprobe radeon and then
sending logs (/var/log/dmesg) and a photograph of the artifacts.
netconsole[1] or a serial console[2] could help to recover messages if
they aren't getting logged properly before rebooting.

[1] http://www.kernel.org/doc/Documentation/networking/netconsole.txt
[2] http://www.kernel.org/doc/Documentation/serial-console.txt



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110821141252.ga2...@elie.gateway.2wire.net



Bug#575175: linux-image-2.6-686: similar error on Thinkpad X31

2011-08-21 Thread Jonathan Nieder
Hi Malcolm,

Malcolm Gillies wrote:

 [Subject: linux-image-2.6-686: similar error on Thinkpad X31]

Please file a separate bug.  We can merge them if they turn out to be
the same.

Thanks,
Jonathan



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110821141546.gb2...@elie.gateway.2wire.net



Processed: tagging 638696

2011-08-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 638696 + pending
Bug #638696 [linux-2.6] FTBFS on alpha: module sht15 needs gpiolib not selected 
by config.
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
638696: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638696
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.131394005610641.transcr...@bugs.debian.org



Bug#638696: FTBFS on alpha: module sht15 needs gpiolib not selected by config.

2011-08-21 Thread Ben Hutchings
On Sun, 2011-08-21 at 17:59 +1200, Michael Cree wrote:
 Package: linux-2.6
 Version: 3.0.0-2
 Severity: normal
 
 From the build log:
 
   CC [M]  drivers/hwmon/sht15.o
 In file included from
 +/build/buildd-linux-2.6_3.0.0-2-alpha-uWIvrQ/linux-2.6-3.0.0/debian/build/source_alpha_none/arch/alp
 +ha/include/asm/gpio.h:20,
  from
 +/build/buildd-linux-2.6_3.0.0-2-alpha-uWIvrQ/linux-2.6-3.0.0/debian/build/source_alpha_none/include/
 +linux/gpio.h:18,
  from
 +/build/buildd-linux-2.6_3.0.0-2-alpha-uWIvrQ/linux-2.6-3.0.0/debian/build/source_alpha_none/drivers/
 +hwmon/sht15.c:21:
 /build/buildd-linux-2.6_3.0.0-2-alpha-uWIvrQ/linux-2.6-3.0.0/debian/build/source_alpha_none/include/a
 +sm-generic/gpio.h: In function 'gpio_get_value_cansleep':
 /build/buildd-linux-2.6_3.0.0-2-alpha-uWIvrQ/linux-2.6-3.0.0/debian/build/source_alpha_none/include/a
 +sm-generic/gpio.h:223: error: implicit declaration of function
 'gpio_get_value'
 
 Full build log available at:
 http://buildd.debian-ports.org/status/fetch.php?pkg=linux-2.6arch=alphaver=3.0.0-2stamp=1313880281
 
 
 Setting CONFIG_GPIOLIB should fix this.

All these GPIO config variables are a mess.  Drivers dependent on
GENERIC_GPIO may also end up dependent on GPIOLIB, depending on the
architecture.  If the architecture sets ARCH_WANT_OPTIONAL_GPIOLIB then
GPIOLIB is not automatically selected (except that some drivers do).

Anyway - I see no reason why we should actually enable this driver, so
I'll disable it instead.  If you find any other drivers that require
GPIOs then those should also be disabled in the top-level config.

Ben.



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


Bug#638659: [linux-2.6] No sound

2011-08-21 Thread Antonio Marcos López Alonso

 It's not directly related to this message, but in 3.0 the Realtek HDA
 driver was changed to implement auto-mute.  For example, if something is
 plugged into the headphone socket then speaker output (assumed to be
 line-out) should be muted.  Depending on the board configuration, other
 auto-muting may occur.  You may need to disable this feature.
 
 Ben.

Hi Ben, Jonathan,

Effectively, it seems this new auto-mute feature was the reason of the audio 
gone. KMix was not showing it by default, so I added the new control in 
Properties.

No headphones or similar were plugged in to any audio output, so I suspect 
there must be another issue, maybe some BIOS setting, for this feature to be 
enabled and active by default.

So thank you very much to both of you for your help, it seems this one can be 
closed.

Regards,
Antonio




-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201108211754.40112.amlopezalo...@gmail.com



Bug#638659: [linux-2.6] No sound

2011-08-21 Thread Ben Hutchings
On Sun, 2011-08-21 at 17:54 +0100, Antonio Marcos López Alonso wrote:
  It's not directly related to this message, but in 3.0 the Realtek HDA
  driver was changed to implement auto-mute.  For example, if something is
  plugged into the headphone socket then speaker output (assumed to be
  line-out) should be muted.  Depending on the board configuration, other
  auto-muting may occur.  You may need to disable this feature.
  
  Ben.
 
 Hi Ben, Jonathan,
 
 Effectively, it seems this new auto-mute feature was the reason of the audio 
 gone. KMix was not showing it by default, so I added the new control in 
 Properties.
 
 No headphones or similar were plugged in to any audio output, so I suspect 
 there must be another issue, maybe some BIOS setting, for this feature to be 
 enabled and active by default.

 So thank you very much to both of you for your help, it seems this one can be 
 closed.

If the driver is auto-muting when nothing is plugged in, that seems to
be a bug which should be fixed.

Can you provide the information listed under 'Reporting problems' at
http://alsa-project.org/main/index.php/Help_To_Debug_Intel_HDA?

Ben.



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


Processed: tagging 638659, notfound 638659 in linux-image-3.0.0-1-amd64

2011-08-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 638659 + moreinfo
Bug #638659 [linux-2.6] [linux-2.6] No sound
Added tag(s) moreinfo.
 notfound 638659 linux-image-3.0.0-1-amd64
Bug #638659 [linux-2.6] [linux-2.6] No sound
There is no source info for the package 'linux-2.6' at version 
'linux-image-3.0.0-1-amd64' with architecture ''
Unable to make a source version for version 'linux-image-3.0.0-1-amd64'
Bug No longer marked as found in versions linux-image-3.0.0-1-amd64.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
638659: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638659
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.131394898822209.transcr...@bugs.debian.org



Bug#601732: Possible upstream bug#

2011-08-21 Thread Raúl Sánchez Siles
Followup-For: Bug #601732

Hello:

  Could this be upstream:
https://bugzilla.kernel.org/show_bug.cgi?id=27322

 Regards,

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (900, 'unstable'), (500, 'testing'), (100, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.3 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110821214715.5885.30418.reportbug@portaka



Bug#637740: [regression] uvcvideo: BUG at drivers/media/media-entity.c:346 for compaq presario cq56 (laptop) built-in webcam

2011-08-21 Thread Laurent Pinchart
Hi Daniel,

On Saturday 20 August 2011 03:52:10 Daniel Dickinson wrote:
 Requested output below:
 
 On Tue, 16 Aug 2011 20:51:32 +0200 Laurent Pinchart wrote:
  On Sunday 14 August 2011 18:31:31 Jonathan Nieder wrote:
   Daniel Dickinson wrote[1]:
New in 3.0.0:

webcam oopses and then spams syslog.  Didn't happen in .39 so is a
regression.

uvcvideo: Found UVC 1.00 device HP Webcam-101 (0bda:58e0)

From syslog:

[  428.117889] Linux video capture interface: v2.00
[  428.161164] uvcvideo: Found UVC 1.00 device HP Webcam-101
(0bda:58e0) [  428.167520] [ cut here ]
[  428.167562] kernel BUG at
[...]/drivers/media/media-entity.c:346! [  428.167605] invalid
opcode:  [#1] SMP [  428.167705] CPU 1
[  428.167739] Modules linked in: uvcvideo(+) snd_seq_midi joydev
videodev media v4l2_compat_ioctl32 snd_rawmidi snd_seq_midi_event
snd_seq arc4 snd_timer snd_seq_device ath9k radeon(+) mac80211
ath9k_common ath9k_hw ttm ath drm_kms_helper drm snd hp_wmi
cfg80211 sparse_keymap sp5100_tco edac_core soundcore rfkill
i2c_algo_bit evdev snd_page_alloc edac_mce_amd psmouse k10temp
shpchp i2c_piix4 serio_raw ac battery video i2c_core power_supply
pci_hotplug pcspkr wmi button processor ext4 mbcache jbd2 crc16
sha256_generic cryptd aes_x86_64 aes_generic cbc dm_crypt dm_mod
raid10 raid456 async_raid6_recov async_pq raid6_pq async_xor xor
async_memcpy async_tx raid1 raid0 multipath linear md_mod usbhid
hid sg sr_mod sd_mod cdrom crc_t10dif ohci_hcd thermal
thermal_sys ahci libahci r8169 ehci_hcd mii libata scsi_mod
usbcore [last unloaded: scsi_wait_scan] [  428.170836]
[  428.170872] Pid: 659, comm: modprobe Not tainted 3.0.0-1-amd64
#1 Hewlett-Packard Presario CQ56 Notebook PC/1604 [  428.171010]
RIP: 0010:[a04d0d18]  [a04d0d18]
media_entity_create_link+0x2c/0xd4 [media] [  428.171088] RSP:
0018:8801093c5c28  EFLAGS: 00010246 [  428.171125] RAX:
88010861f800 RBX: 88010861f870 RCX: 
[  428.171163] RDX: 880108603870 RSI:  RDI:
88010861f870 [  428.171201] RBP: 880108603870 R08:
0003 R09: 81756440 [ 428.171238] R10:
00012800 R11: 00015670 R12: 
[  428.171276] R13: 880108603870 R14:  R15:
 [  428.171315] FS: 7f6831cb3700()
GS:88010fc8() knlGS: [  428.171355]
CS:  0010 DS:  ES:  CR0: 8005003b [ 428.171360]
CR2: 01858008 CR3: 000109eaa000 CR4: 06e0
[  428.171360] DR0:  DR1:  DR2:
 [  428.171360] DR3:  DR6:
0ff0 DR7: 0400 [ 428.171360] Process
modprobe (pid: 659, threadinfo 8801093c4000, task
880107a70300) [  428.171360] Stack: [  428.171360]
0002 0002 
880108603800 [  428.171360]  88010a0eac40
 880108603870 88010a0eac58
[  428.171360]   a04fefb1
8801099c1408 88010a0eac48 [  428.171360] Call Trace:
[  428.171360]  [a04fefb1] ?
uvc_mc_register_entities+0x160/0x1eb [uvcvideo] [  428.171360]
[a04f9793] ? uvc_probe+0x1ee7/0x1f18 [uvcvideo]
[  428.171360] [a006c79d] ?
usb_probe_interface+0xfc/0x16f [usbcore] [ 428.171360]
[81249a37] ? driver_probe_device+0xb2/0x142
[ 428.171360]  [81249b16] ? __driver_attach+0x4f/0x6f
[ 428.171360]  [81249ac7] ?
driver_probe_device+0x142/0x142 [ 428.171360]
[81248d22] ? bus_for_each_dev+0x47/0x72 [ 428.171360]
[812493a9] ? bus_add_driver+0xa2/0x1f2 [ 428.171360]
[81249fb0] ? driver_register+0x8d/0xf5 [ 428.171360]
[a006ba66] ? usb_register_driver+0x80/0x128 [usbcore]
[  428.171360]  [a0508000] ? 0xa0507fff
[  428.171360]  [a050801b] ? uvc_init+0x1b/0x1000
[uvcvideo] [  428.171360]  [81002172] ?
do_one_initcall+0x78/0x132 [  428.171360]  [81076703] ?
sys_init_module+0xbc/0x245 [  428.171360]  [8133ba92] ?
system_call_fastpath+0x16/0x1b [  428.171360] Code: 57 41 89 cf
41 56 41 89 f6 41 55 41 54 55 48 89 d5 53 48 89 fb 48 83 ec 18 48
85 d2 74 05 48 85 ff 75 02 0f 0b 66 3b 77 3c 72 02 0f 0b 66 3b
4a 3c 72 02 0f 0b 44 89 44 24 08 41 bd f4 ff ff ff [ 428.171360]
RIP  [a04d0d18] media_entity_create_link+0x2c/0xd4
[media] [  428.171360]  RSP 8801093c5c28 [  428.175002]
---[ end trace 3db524e10ad1aec0 ]---

and then:

udevd[420]: timeout: killing 'usb_id --export
/devices/pci:00/:00:12.2/usb1/1-3/1-3:1.0/video4linux/video0'
[712]
   
   Known problem?  Any hints for tracking it 

Bug#601732: xserver-xorg-video-intel: render error upon S3 wakeup

2011-08-21 Thread Jonathan Nieder
# actually report was using mainline 2.6.36 with the .config from
# 2.6.36-rc6 in experimental, but close enough :)
found 601732 linux-2.6/2.6.36-1~experimental.1
quit

Hi,

Raúl Sánchez Siles wrote:

   Could this be upstream:
 https://bugzilla.kernel.org/show_bug.cgi?id=27322

No, that doesn't seem the same.  The reporter of the bug you mention
didn't mention the screen being dim on wakeup.

Sanjoy, any news?  Did you file a new bug upstream or follow up after
https://bugzilla.kernel.org/show_bug.cgi?id=15544?  (By the way, did
the fix mentioned there help you with the originally-reported
problem?)  Have you tried more recent kernels, and if so what is the
latest broken / first fixed one you found?

Jonathan



--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110821235156.ga5...@elie.gateway.2wire.net



Processed: Re: xserver-xorg-video-intel: render error upon S3 wakeup

2011-08-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # actually report was using mainline 2.6.36 with the .config from
 # 2.6.36-rc6 in experimental, but close enough :)
 found 601732 linux-2.6/2.6.36-1~experimental.1
Bug #601732 [src:linux-2.6] xserver-xorg-video-intel: render error upon S3 
wakeup
Bug Marked as found in versions linux-2.6/2.6.36-1~experimental.1.
 quit
Stopping processing here.

Please contact me if you need assistance.
-- 
601732: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=601732
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.131397073127055.transcr...@bugs.debian.org



Upstream bug 39132 - Starting with 3.0.0-rc6, masquerading seems to be broken.

2011-08-21 Thread Troy Davis
There is a bug in NAT masquerading that is recognized upstream:

https://bugzilla.kernel.org/show_bug.cgi?id=39132

I am able to repeat the above problem in the 3.0 kernel included in
Debian testing (linux-image-3.0.0-1-686-pae, 3.0.0-1).  I have
reverted to linux-image-2.6.39-2-686-pae (2.6.39-3) for the time
being.  I am certain that the problem started after rebooting into the
3.0 kernel for the first time a few days ago (previous uptime was 150+
days).  The last message in the thread above, posted just a week ago,
suggests two possible patches to fix.

Here's a demonstration of the problem.  This doesn't happen
immediately upon boot; it takes some time before the behavior below
manifests.

tiferet:~# tcpdump -i eth1 -s0 -A net 192.168.0.0/24 and port not 22
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on eth1, link-type EN10MB (Ethernet), capture size 65535 bytes
16:08:27.459237 IP 192.168.0.64.52142  vw-in-f99.1e100.net.www: Flags
[F.], seq 1655428276, ack 2135287895, win 64350, length 0
E..(@.~z...@J}qc...PbE.WP..^
16:08:37.057666 IP 192.168.0.64.52142  vw-in-f99.1e100.net.www: Flags
[R.], seq 1, ack 1, win 0, length 0
E..(@.~S...@J}qc...PbE.WP..

The above is me using a desktop on the LAN to try to hit Google.  It
sure looks to me like packets with private addresses were being sent
out the public-facing interface.

tiferet:~# /sbin/ifconfig | grep -a1 ^e
eth0  Link encap:Ethernet  HWaddr [omitted]
  inet addr:192.168.0.1  Bcast:192.168.0.255  Mask:255.255.255.0
--

eth1  Link encap:Ethernet  HWaddr [omitted]
  inet addr:75.66.[xx.xx] Bcast:255.255.255.255  Mask:255.255.255.0

My iptables rules that control masquerading haven't changed in many months.

-A POSTROUTING -s 192.168.0.32/27 -o eth1 -j MASQUERADE
-A POSTROUTING -s 192.168.0.64 -o eth1 -j MASQUERADE
-A POSTROUTING -s 192.168.0.64/26 -o eth1 -m multiport -p udp --dport
53,123 -j MASQUERADE
-A POSTROUTING -s 192.168.0.64/26 -o eth1 -m multiport -p tcp --dport
22,80,119,443 -j MASQUERADE
-A POSTROUTING -s 192.168.0.0/24 -o eth1 -p icmp -m icmp --icmp-type 8
-j MASQUERADE
-A POSTROUTING -s 192.168.0.0/24 -o eth1 -j LOG

-- 
Troy


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAPwAwVhrgdvZO-d6_=x5ucD+nOdBtGa0XNAM=wmgn3lebx_...@mail.gmail.com



Bug#637284: Can't install wheezy on a 2011 iMac

2011-08-21 Thread Mike Hore

Hi Jonathan,


Hi Mike,

Mike Hore wrote:


It was simpler than I thought -- I've got those files for you now, so I'll
attach the zipped archive.


Nice.  From inittab:

co:2345:respawn:/sbin/getty hvc0 9600 linux


From the installer log:


finish-install: Setting up virtualized serial console on /dev/hvc0
finish-install: adding console to /etc/inittab

That is bug #636040 (finish-install: hvc0 console added to inittab
even when not available), which seems to be mostly harmless.  It
should be safe to remove the co: line to remove the message about
spawning getty there.


Are you suggesting I do that?  Sorry, I have a software development 
background but not on Linux, so I don't know where that line is to 
remove it.





From syslog:


gdm3[1777]: WARNING: GdmDisplay: display lasted 0.038594 seconds
gdm3[1777]: WARNING: GdmDisplay: display lasted 0.039019 seconds
gdm3[1777]: WARNING: GdmDisplay: display lasted 0.038234 seconds
[...]

That is probably gdm or the X server coping poorly with the radeon driver
failing to load.  Please add 1 or single (as a separate word, no
quotes) to the kernel command line at bootup so we can see if a
non-graphical bootup works.



OK, same problem.  Where and what is that kernel command line so I can 
add to it?




If it works, then it is probably worth
trying to log in on the console and running modprobe radeon and then
sending logs (/var/log/dmesg) and a photograph of the artifacts.


Yes, I can do that if I get that far.



netconsole[1] or a serial console[2] could help to recover messages if
they aren't getting logged properly before rebooting.

[1] http://www.kernel.org/doc/Documentation/networking/netconsole.txt
[2] http://www.kernel.org/doc/Documentation/serial-console.txt
.



Thanks -- if you can point me in the right direction I'll try your 
suggestions.


Cheers,  Mike.


---
  Mike Horemike_h...@aapt.net.au
---



--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4e519e85.1020...@aapt.net.au



Bug#637284: Can't install wheezy on a 2011 iMac

2011-08-21 Thread Jonathan Nieder
Mike Hore wrote:
 Hi Jonathan,

 That is bug #636040 (finish-install: hvc0 console added to inittab
 even when not available), which seems to be mostly harmless.  It
 should be safe to remove the co: line to remove the message about
 spawning getty there.

 Are you suggesting I do that?

Nah, it doesn't matter.  The co: line I was referring to is a line
starting with the text co: in /etc/inittab.

[...]
 That is probably gdm or the X server coping poorly with the radeon driver
 failing to load.  Please add 1 or single (as a separate word, no
 quotes) to the kernel command line at bootup so we can see if a
 non-graphical bootup works.

 OK, same problem.  Where and what is that kernel command line so I can add
 to it?

It's in the GRUB menu presented at bootup.  You can edit it like this:

 1. Use arrow keys to choose the kernel you want to boot.
 2. Press e to reveal its settings.
 3. Move the cursor to the line that starts with linux and edit the
options there as desired (e.g., to add 1 and remove quiet).

Sorry for the lack of clarity.

[...]
 Thanks -- if you can point me in the right direction I'll try your
 suggestions.

Thanks for the quick feedback.

Cheers,
Jonathan



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110822001547.gd5...@elie.gateway.2wire.net



Processed: cloning 638322, reassign 638322 to nfs-common, reassign -1 to src:eglibc, block 638322 with -1

2011-08-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 clone 638322 -1
Bug#638322: nfs-common: rpc.statd binds to udp port 631 preventing cups startup
Bug 638322 cloned as bug 638810.

 reassign 638322 nfs-common
Bug #638322 [general] nfs-common: rpc.statd binds to udp port 631 preventing 
cups startup
Bug reassigned from package 'general' to 'nfs-common'.
 reassign -1 src:eglibc
Bug #638810 [general] nfs-common: rpc.statd binds to udp port 631 preventing 
cups startup
Bug reassigned from package 'general' to 'src:eglibc'.
 block 638322 with -1
Bug #638322 [nfs-common] nfs-common: rpc.statd binds to udp port 631 preventing 
cups startup
Was not blocked by any bugs.
Added blocking bug(s) of 638322: 638810
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
638322: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638322
638810: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638810
-1: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=-1
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.13139798491981.transcr...@bugs.debian.org



Processed: tagging 638656

2011-08-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 638656 + pending
Bug #638656 [linux-2.6] br2684: Sent packets truncated in VC routed mode
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
638656: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638656
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.13139803664261.transcr...@bugs.debian.org



Processed: tagging 638656

2011-08-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 638656 + pending
Bug #638656 [linux-2.6] br2684: Sent packets truncated in VC routed mode
Ignoring request to alter tags of bug #638656 to the same tags previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
638656: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638656
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.13139813777981.transcr...@bugs.debian.org



Processed: reassign 638322 to libtirpc1

2011-08-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 638322 libtirpc1
Bug #638322 [nfs-common] nfs-common: rpc.statd binds to udp port 631 preventing 
cups startup
Bug reassigned from package 'nfs-common' to 'libtirpc1'.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
638322: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638322
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.13139814058046.transcr...@bugs.debian.org



Bug#638656: br2684: Sent packets truncated in VC routed mode

2011-08-21 Thread Ben Hutchings
On Sat, 2011-08-20 at 18:24 +0200, Pascal Hambourg wrote:
 Package: linux-2.6
 Version: 3.0.0-2
 Tags: upstream, patch, fixed-upstream
 
 Hello,
 
 The transmit function for VC-MUX routed encapsulation wrongly
 strips an ethernet header from IP packets, but there is no ethernet
 header so it actually truncates the IP header.
 
 The bug was introduced in Linux 2.6.26. It was fixed upstream in
 Linux 3.1-rc1 and 3.0.3 by the following patch which has been added to
 the 2.6.32-longterm queue and will hopefully be included in the next
 2.6.32.46 release.
 
 Please fix Linux 2.6.32 in Squeeze/stable.
[...]

I've queued this fix.

Ben.



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


Bug#637874: nfs mounts unreliable

2011-08-21 Thread Ben Hutchings
On Fri, 2011-08-19 at 23:54 +1000, J wrote:
 Ben wrote:
 
  'allow-hotplug eth0' means that eth0 will be brought up asynchronously
  when it is detected.
 
  However, automounting of NFS directories requires that the network
  interface is brought up by the 'networking' service.  You need to
  specify 'auto eth0' instead.
 
 I thought that might be the case, so I have tried 'auto' as I said I would.
 
 And the problem persists - with the ping in place, I get two exports 
 mounted, without the ping, I get only one export mounted.
[...]

I think that somewhere in NFS mounting we must have a time limit that is
too low.  How long does it take before you can ping the server?

Ben.



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


Bug#638172: BUG: soft lockup - CPU#0 stuck for 61s! [qemu-dm:3205]

2011-08-21 Thread Ben Hutchings
On Wed, 2011-08-17 at 14:54 +0200, Giuseppe Sacco wrote:
 Hi Ben,
 
 Il giorno mer, 17/08/2011 alle 13.08 +0100, Ben Hutchings ha scritto:
 [...]
  This indicates there was an earlier WARNING from the kernel; what was
  that?
 
 here it is:
[...]

OK, I don't think that has anything to do with the problem.

Ian, can you make something of the original trace?  Maybe some sort of
deadlock in use of an event channel?  How might the 'Clocksource tsc
unstable' relate to this, if at all?

Ben.



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


Processed: tagging 638172

2011-08-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 638172 - moreinfo
Bug #638172 [linux-image-2.6.32-5-xen-686] BUG: soft lockup - CPU#0 stuck for 
61s! [qemu-dm:3205]
Removed tag(s) moreinfo.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
638172: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638172
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.13139891789052.transcr...@bugs.debian.org