Bug#861151: W: initramfs-tools configuration sets RESUME=UUID=... warning even though RESUME=none

2017-04-24 Thread Arthur Marsh
Package: initramfs-tools Version: 0.129 Severity: normal Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? set RESUME=none in /etc/initramfs-tools/initramfs.conf but still get messages: W: initramfs-tools configur

Bug#861057: Today I suddenly see swap warning

2017-04-24 Thread 積丹尼 Dan Jacobson
Today I suddenly see: Processing triggers for initramfs-tools (0.129) ... update-initramfs: Generating /boot/initrd.img-4.9.0-2-amd64 W: initramfs-tools configuration sets RESUME=UUID=eff505d5-d5bf-4bba-8a07-f3d0d11018b9 W: but no matching swap device is available. I: The initramfs will attempt t

Re: [PATCH v3 0/2] builddeb updates

2017-04-24 Thread Masahiro Yamada
2017-04-24 20:07 GMT+09:00 : > From: Riku Voipio > > Trivial builddeb updates, the fastdeb change to be refactored later. > > Andrew Donnellan (1): > builddeb: fix typo > > Riku Voipio (1): > builddeb: Update a few outdated and hardcoded strings > > scripts/package/builddeb | 9 ++--- >

Bug#857198: Additional Information

2017-04-24 Thread Jape Person
I reported that I was seeing slow echo of characters back to my terminal emulator windows when using SSH connections between these systems. I reported it because I thought it was possible that this behavior might possibly be caused by substandard performance of the wireless adapters due to lack

Re: Duplicate #include guards with make-kpkg / out-of-tree compile errors

2017-04-24 Thread Linus Lüssing
Hi Ben, Due to the missing response we went for a workaround in the out-of-tree backports version of batman-adv for now. However, it seems a similar issue now popped up with 4.11-rc1 again: [0] ("fatal error: sys/socket.h: No such file or directory") Second try: Manoj, do you see a chance to fix

Bug#861115: Please consider increasing net.ipv6.route.max_size default value

2017-04-24 Thread Thomas Goirand
Source: linux Version: 4.9.18-1 Severity: wishlist Dear kernel maintainers, By default, net.ipv6.route.max_size is set to 4096. Unfortunately, when doing ipv6 routing, these days, this value is too low to hold all the internet IPv6 routes. If you do ipv6 routing with quagga, it simply doesn't fit

Bug#861104: linux-image-4.9.0-2-amd64: Kernel deadlock with CIFS mounts

2017-04-24 Thread Richard Braun
Package: src:linux Version: 4.9.18-1 Severity: important Hello, Please find a dmesg trace showing an apparent deadlock in the CIFS code of the kernel. This didn't happen with versions before 4.9 (e.g. with the jessie kernel or the 4.8 kernels backported for jessie). This results in loss of work

[PATCH 1/2 v3] builddeb: Update a few outdated and hardcoded strings

2017-04-24 Thread riku . voipio
From: Riku Voipio The builddeb script has some hardcoded references to Linux version 2.6 which is ancient. Drop Provides as the virtual packages provided are not useful anymore. Leave the Provides for linux-kernel-headers, as someone might still be referring to it. While at it, updated copyright

[PATCH v3 0/2] builddeb updates

2017-04-24 Thread riku . voipio
From: Riku Voipio Trivial builddeb updates, the fastdeb change to be refactored later. Andrew Donnellan (1): builddeb: fix typo Riku Voipio (1): builddeb: Update a few outdated and hardcoded strings scripts/package/builddeb | 9 ++--- 1 file changed, 2 insertions(+), 7 deletions(-) -

[PATCH 2/2] builddeb: fix typo

2017-04-24 Thread riku . voipio
From: Andrew Donnellan Signed-off-by: Andrew Donnellan Signed-off-by: Riku Voipio --- scripts/package/builddeb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/package/builddeb b/scripts/package/builddeb index a88bd5a6b346..aad67000e4dd 100755 --- a/scripts/package/b

Bug#861057: initramfs-tools: no longer supports RESUME=LABEL|UUID syntax

2017-04-24 Thread Sven Joachim
Package: initramfs-tools Version: 0.129 Severity: normal For many years I have been using "RESUME=LABEL=swap" in /etc/initramfs-tools/conf.d/resume. Since initramfs-tools 0.129 this does no longer work: , | # update-initramfs -c -k 4.11.0-rc7-nouveau -t | update-initramfs: Generating /boot/i

Re: [PATCH initramfs-tools 0/9] Fix resume device configuration

2017-04-24 Thread Bjørn Mork
Ben Hutchings writes: > The change in version 0.128 to wait for the resume device to appear > uncovered a number of systems for which the resume device is not > properly configured. In fact, systems with swap partitions that > are never available at boot could not be configured correctly, > othe