Bug#695492: CIFS mount hangs after not using it for a while

2013-05-24 Thread Florian Boelstler
Seems like the same problem here. Linux guest (VirtualBox) trying to access a Windows share (on host, Windows 7). # cat /proc/10254/stack [c121e547] wait_for_response.isra.5+0x97/0xf0 [c121f41b] SendReceive+0xeb/0x240 [c1202ff5] CIFSSMBNegotiate+0x155/0x6e0 [c1224945] cifs_negotiate+0x15/0x60

Bug#708965: grub-config was needed

2013-05-24 Thread Ben Hutchings
On Fri, 2013-05-24 at 06:06 +0200, nobswolf wrote: Am 21.05.2013 02:54, schrieb Ben Hutchings: A kernel installation should run update-grub anyway, so running that only 'solves the problem' until the next security update that doesn't get properly installed. For some reason in file

Bug#709616: floods the network with pause packets

2013-05-24 Thread Stéphane Glondu
Package: src:linux Version: 3.8.13-1 Severity: important Dear Maintainers, With Linux 3.8, my computer starts (after some time) flooding its network interface with pause packets, effectively freezing it and other network-dependent computers connected to the same switch. When I disconnect it

Bug#707960: rpc.gssd segfaults when mounting a nfsv4 volume

2013-05-24 Thread Arno
Package: nfs-common Followup-For: Bug #707960 Same issue here, v1.2.8 is unusable and I have had to revert to 1.2.6 as well. A more thorough analysis is given in #709525, which I'm pretty sure is reporting the same issue. Could #708037 be causing this? Unrelated: the nfs-utils changelog for

Bug#709625: protected_hardlinks is too broad - make it per-filesystem instead?

2013-05-24 Thread Steve McIntyre
Package: src:linux Version: 3.2.41-2 Severity: normal Hi, I think that the new security feature to restrict hardlinks is a great idea, but it is also causing me problems. In debian-cd, we rely on the ability to make hardlinked copies of files from a debian mirror into temporary disk trees. Since

Bug#708965: grub-config was needed

2013-05-24 Thread nobswolf
Am 24.05.2013 14:02, schrieb Ben Hutchings: Do you remember which release you originally installed? No idea by myself, but: root@okami:~# cat /var/log/installer/lsb-release DISTRIB_ID=Debian DISTRIB_DESCRIPTION=Debian GNU/Linux installer DISTRIB_RELEASE=6.0 (squeeze) - installer build

Bug#709632: gssd: Ignore a preferred_realm specified via the -R option

2013-05-24 Thread Maximilian Wilhelm
Package: nfs-common Version: 1:1.2.2-4squeeze2 Severity: normal Tags: patch gssd ignores a preferred_realm specified via the -R command line option. The attached patch fixes this problem and has already been sent to linux-nfs upstream. This problem affects all Debian suites. Will there be a

Kernel image and OOT auto builder environment (Was: Using out of tree modules in d-i)?

2013-05-24 Thread Turbo Fredriksson
On May 22, 2013, at 3:52 PM, Ben Hutchings wrote: Quoting from the report of our 2009 meeting, 20091015123106.ga16...@kyllikki.org: out of tree modules --- After a somewhat involved discussion taking into account the FTP masters extreme irritation about trying to match

Processed: Re: Bug#709616: floods the network with pause packets

2013-05-24 Thread Debian Bug Tracking System
Processing control commands: tag -1 moreinfo Bug #709616 [src:linux] floods the network with pause packets Added tag(s) moreinfo. -- 709616: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=709616 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems -- To UNSUBSCRIBE, email

Bug#709616: floods the network with pause packets

2013-05-24 Thread Ben Hutchings
Control: tag -1 moreinfo On Fri, May 24, 2013 at 02:40:59PM +0200, Stéphane Glondu wrote: Package: src:linux Version: 3.8.13-1 Severity: important Dear Maintainers, With Linux 3.8, my computer starts (after some time) flooding its network interface with pause packets, effectively

Re: [Pkg-zfsonlinux-devel] Kernel image and OOT auto builder environment (Was: Using out of tree modules in d-i)?

2013-05-24 Thread Aron Xu
On Fri, May 24, 2013 at 11:53 PM, Turbo Fredriksson tu...@bayour.com wrote: On May 22, 2013, at 3:52 PM, Ben Hutchings wrote: Quoting from the report of our 2009 meeting, 20091015123106.ga16...@kyllikki.org: out of tree modules --- After a somewhat involved discussion

Bug#709647: linux-source-3.2: USB 1.1 no longer works

2013-05-24 Thread Bjarni Ingi Gislason
Package: linux-source-3.2 Version: 3.2.41-2+deb7u2 Severity: normal Dear Maintainer, [why capital M? (and singular?): Dear maintainer(s)?] USB always worked until version Wheezy (Debian 7.0.0) From /var/log/kern.log: pci :00:01.2: can't find IRQ for PCI INT D; please try using

Re: [Pkg-zfsonlinux-devel] Kernel image and OOT auto builder environment (Was: Using out of tree modules in d-i)?

2013-05-24 Thread Aron Xu
On Sat, May 25, 2013 at 2:45 AM, Turbo Fredriksson tu...@bayour.com wrote: On May 24, 2013, at 7:04 PM, Aron Xu wrote: and help d-i people to handle the brokenness if a change in kernel makes the OOT module does not build This should only happen when a new major version of the kernel comes

Re: [Pkg-zfsonlinux-devel] Kernel image and OOT auto builder environment (Was: Using out of tree modules in d-i)?

2013-05-24 Thread Turbo Fredriksson
On May 24, 2013, at 7:04 PM, Aron Xu wrote: and help d-i people to handle the brokenness if a change in kernel makes the OOT module does not build This should only happen when a new major version of the kernel comes out, which means it should only happen in unstable.. And we could make it so

Re: [Pkg-zfsonlinux-devel] Kernel image and OOT auto builder environment (Was: Using out of tree modules in d-i)?

2013-05-24 Thread Turbo Fredriksson
On May 24, 2013, at 8:54 PM, Aron Xu wrote: What I can think of is to do the trick in d-i, since it already has the ability to retrieve and load udeb on the fly, and even prompt users for missing firmware. Maybe even build them using dkms? I saw that you can make d-i build all packages...