Re: Inclusion of sun7i-a20-bananapi.dts

2014-10-02 Thread Ian Campbell
On Thu, 2014-10-02 at 23:44 +0200, Karsten Merker wrote: > Hans has in the meantime submitted a V2 of his patchset and it > has been accepted upstream. Great! > I have refreshed the V2 patches to > apply cleanly against kernel 3.16 and am currently running a test > build of src:linux with them

Processed: Re: Bug#763831: dpkg: start-stop-daemon broken when /proc/$PID/exe points to a deleted file

2014-10-02 Thread Debian Bug Tracking System
Processing control commands: > reassign -1 src:linux Bug #763831 [dpkg] dpkg: start-stop-daemon broken when /proc/$PID/exe points to a deleted file Bug reassigned from package 'dpkg' to 'src:linux'. No longer marked as found in versions dpkg/1.17.13. Ignoring request to alter fixed versions of bu

Processed: forcibly merging 760127 689942

2014-10-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > forcemerge 760127 689942 Bug #760127 [initramfs-tools] Cannot find root device if booted without initramfs; MODULES=dep fails Bug #760126 [initramfs-tools] Cannot find root device if booted without initramfs; MODULES=dep fails Bug #760126 [initr

Processed: tagging 674059

2014-10-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 674059 - moreinfo Bug #674059 [initramfs-tools] initramfs generation fails at fs/udf/udf.ko Removed tag(s) moreinfo. > thanks Stopping processing here. Please contact me if you need assistance. -- 674059: http://bugs.debian.org/cgi-bin/bugr

Processed: merging 688794 689301

2014-10-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > merge 688794 689301 Bug #688794 [initramfs-tools] [initramfs] scripts/hook-functions: breaks boot if /tmp noexec Bug #689301 [initramfs-tools] [initramfs] scripts/functions: PANICs when ORDER files are missing Merged 688794 689301 > thanks Stopp

Processed: severity of 337176 is normal

2014-10-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > severity 337176 normal Bug #337176 [initramfs-tools] troubles due to 32-bit chroot on amd64 Severity set to 'normal' from 'important' > thanks Stopping processing here. Please contact me if you need assistance. -- 337176: http://bugs.debian.org/

Processed: closing 751488

2014-10-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > close 751488 0.116 Bug #751488 [initramfs-tools] initramfs-tools: Shell spawned despite panic=0 Bug #751640 [initramfs-tools] initramfs-tools panic= may not always work Marked as fixed in versions initramfs-tools/0.116. Marked as fixed in versions

[PATCH initramfs-tools] panic: Do not return if reboot fails

2014-10-02 Thread Ben Hutchings
The panic function may be called from several places in the init script, not just at the end. In some cases, the calling function will retry an action when it returns; for example, booting with 'root=/dev/nonexistent panic=1' currently leads to an infinite series of error messages. In order to tr

Processed: tagging 729800

2014-10-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 729800 + pending Bug #729800 [initramfs-tools] Packages including /usr/sbin/update-initramfs must Provide and Conflict with linux-initramfs-tool Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistan

Processed: tagging 756457

2014-10-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 756457 + pending Bug #756457 [initramfs-tools] initramfs-tools: fails when root filesystem has LABEL=/ (/dev/disk/by-label/\x2f) Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 756457:

Bug#756457: initramfs-tools: fails when root filesystem has LABEL=/ (/dev/disk/by-label/\x2f)

2014-10-02 Thread Ben Hutchings
On Tue, 29 Jul 2014 19:57:21 -0500 nandhp wrote: > Package: initramfs-tools > Version: 0.109.1 > Severity: important > Tags: patch > > Dear Maintainer, > > My root filesystem has label "/". Since creating the filesystem, I have > realized that this is not the best choice of label, for it results

Processed: tagging 717805

2014-10-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 717805 + pending Bug #717805 [initramfs-tools] initramfs-tools: lsinitramfs doesn't understand early microcode images Bug #722318 [initramfs-tools] prepend_earlyinitramfs makes inspecting initramfs unnecessarily hard Bug #752878 [initramfs-

Processed: tagging 760127

2014-10-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 760127 + pending Bug #760127 [initramfs-tools] Cannot find root device if booted without initramfs; MODULES=dep fails Bug #760126 [initramfs-tools] Cannot find root device if booted without initramfs; MODULES=dep fails Added tag(s) pending.

Bug#763777: [PATCH initramfs-tools] hooks/fsck: Add hwclock, related configuration files and udev rules

2014-10-02 Thread Ben Hutchings
Closes: #763777 --- This worked for me in a VM with RTC set to local time and booting with systemd. The system time looks correct if I use break=mount and is still correct after completing boot. It doesn't work with sysvinit/initscripts; util-linux needs to be patched as in #763823. Ben. hooks

Processed: block 763777 with 763823

2014-10-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > block 763777 with 763823 Bug #763777 [initramfs-tools] fsck: Superblock set in the future, fixing system clock 763777 was not blocked by any bugs. 763777 was not blocking any bugs. Added blocking bug(s) of 763777: 763823 > thanks Stopping process

Re: [PATCH initramfs-tools 0/5] Only mount /usr if the real init is systemd

2014-10-02 Thread Ben Hutchings
On Thu, 2014-10-02 at 22:26 +0100, Ben Hutchings wrote: > On Thu, 2014-10-02 at 18:39 +0100, Ben Hutchings wrote: > > On Mon, 2014-09-29 at 01:44 +0100, Ben Hutchings wrote: > > > Currently initscripts will not work correctly if /usr is mounted by > > > initramfs-tools. Firstly, fsck will fail and

Re: [PATCH initramfs-tools 0/5] Only mount /usr if the real init is systemd

2014-10-02 Thread Ben Hutchings
On Thu, 2014-10-02 at 18:39 +0100, Ben Hutchings wrote: > On Mon, 2014-09-29 at 01:44 +0100, Ben Hutchings wrote: > > Currently initscripts will not work correctly if /usr is mounted by > > initramfs-tools. Firstly, fsck will fail and the boot process will > > stop. If you press Ctrl-D to continu

Bug#686544: bug happing again

2014-10-02 Thread 積丹尼 Dan Jacobson
OK submitted https://bugzilla.kernel.org/show_bug.cgi?id=85471 . Thanks. -- To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/87y4sytloi@jidanni.org

Re: [PATCH initramfs-tools 0/5] Only mount /usr if the real init is systemd

2014-10-02 Thread Ben Hutchings
On Mon, 2014-09-29 at 01:44 +0100, Ben Hutchings wrote: > Currently initscripts will not work correctly if /usr is mounted by > initramfs-tools. Firstly, fsck will fail and the boot process will > stop. If you press Ctrl-D to continue, the boot process will succeed > but /usr will not be remounte

Bug#762306: lockup when accessing cifs-mounted file on 3.17.0-rc1 and later when remote samba server is restarted

2014-10-02 Thread Pavel Shilovsky
2014-10-02 20:56 GMT+04:00 Steve French : > That is also a problem that can cause corruption - closing the wrong file > handle > > On Thu, Oct 2, 2014 at 11:51 AM, Steve French wrote: >> ok >> >> What about >> http://git.samba.org/?p=sfrench/cifs-2.6.git;a=commit;h=286feb9838a18a2400485d643f799a

Bug#762306: lockup when accessing cifs-mounted file on 3.17.0-rc1 and later when remote samba server is restarted

2014-10-02 Thread Steve French
That is also a problem that can cause corruption - closing the wrong file handle On Thu, Oct 2, 2014 at 11:51 AM, Steve French wrote: > ok > > What about > http://git.samba.org/?p=sfrench/cifs-2.6.git;a=commit;h=286feb9838a18a2400485d643f799aebed12d133 > as well? > > On Thu, Oct 2, 2014 at 11:14

Processed: found 763700 in 3.16.3-2

2014-10-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > found 763700 3.16.3-2 Bug #763700 [src:linux] start-stop-daemon doesn't realize that the old rsyslogd daemon is running after I tried to update rsyslog under Linux 3.16.3 Marked as found in versions linux/3.16.3-2. > thanks Stopping processing he

Processed: notfound 686544 in 3.16.3-2

2014-10-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > notfound 686544 3.16.3-2 Bug #686544 {Done: Ben Hutchings } [src:linux] linux: acpi conflict (regression) on Lenovo T420 Bug #686040 {Done: Ben Hutchings } [src:linux] linux-image-3.5-trunk-amd64: lpc_ich: Resource conflict(s) found affecting i

Processed (with 1 errors): Re: Bug#763700: start-stop-daemon doesn't realize that the old rsyslogd daemon is running after I tried to update rsyslog under Linux 3.16.3

2014-10-02 Thread Debian Bug Tracking System
Processing control commands: > reassign -1 src:linux 3.15~rc5-1~exp1 Bug #763700 [dpkg] start-stop-daemon doesn't realize that the old rsyslogd daemon is running after I tried to update rsyslog under Linux 3.16.3 Bug reassigned from package 'dpkg' to 'src:linux'. No longer marked as found in vers

Bug#686544: bug happing again

2014-10-02 Thread 積丹尼 Dan Jacobson
> "BH" == Ben Hutchings writes: BH> Control: close -1 3.5.5-1~experimental.1 BH> You don't have the same hardware, so don't hijack this bug. Should I file a new bug? -- To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listm

Bug#762306: lockup when accessing cifs-mounted file on 3.17.0-rc1 and later when remote samba server is restarted

2014-10-02 Thread Steve French
ok What about http://git.samba.org/?p=sfrench/cifs-2.6.git;a=commit;h=286feb9838a18a2400485d643f799aebed12d133 as well? On Thu, Oct 2, 2014 at 11:14 AM, Pavel Shilovsky wrote: > 2014-10-02 20:04 GMT+04:00 Arthur Marsh : >> >> I've tested it on AMD64 and confirms that it works. >> >> Thanks very

Bug#686544: bug happing again

2014-10-02 Thread Ben Hutchings
On Fri, 2014-10-03 at 00:53 +0800, 積丹尼 Dan Jacobson wrote: > > "BH" == Ben Hutchings writes: > > BH> Control: close -1 3.5.5-1~experimental.1 > > BH> You don't have the same hardware, so don't hijack this bug. > > Should I file a new bug? You can do, but reporting upstream (instead or as w

Re: Bug#763700: start-stop-daemon doesn't realize that the old rsyslogd daemon is running after I tried to update rsyslog under Linux 3.16.3

2014-10-02 Thread Ben Hutchings
Control: reassign -1 src:linux 3.15~rc5-1~exp1 Control: found -1 src:linux 3.16.3-2 Control: tag -1 upstream fixed-upstream patch Control: affects -1 dpkg On Thu, 2014-10-02 at 07:28 +0200, Guillem Jover wrote: > Hi! > > On Wed, 2014-10-01 at 17:43:33 -0400, Paul Kimoto wrote: > > Package: dpkg >

Bug#762306: lockup when accessing cifs-mounted file on 3.17.0-rc1 and later when remote samba server is restarted

2014-10-02 Thread Pavel Shilovsky
2014-10-02 20:04 GMT+04:00 Arthur Marsh : > > I've tested it on AMD64 and confirms that it works. > > Thanks very much! > > Arthur. Ok, thank you for the testing. Steve, can you take a look at the patch (posted to the list too), please? It seems like we have a chance to merge it into the mainline

Bug#762306: lockup when accessing cifs-mounted file on 3.17.0-rc1 and later when remote samba server is restarted

2014-10-02 Thread Arthur Marsh
Pavel Shilovsky wrote, on 02/10/14 19:03: 2014-10-01 15:34 GMT+04:00 Arthur Marsh : I managed to complete a git bisect -- fs/cifs: git bisect good 69cebd75606f8b9162ad5d0104367370ceabeeba is the first bad commit commit 69cebd75606f8b9162ad5d0104367370ceabeeba Author: Pavel Shilovsky Date:

Bug#763777: fsck: Superblock set in the future, fixing system clock

2014-10-02 Thread Michael Biebl
Am 02.10.2014 um 18:15 schrieb Michael Biebl: > After the upgrade from 0.116 to 0.117 I get this error message on every > boot for /, and as a result fsck is also run on every boot for /. Forgot to add the actual message: > fsck from util-linux 2.20.1 > Debian: Superblock last write time is in th

Bug#763777: fsck: Superblock set in the future, fixing system clock

2014-10-02 Thread Michael Biebl
Package: initramfs-tools Version: 0.117 Severity: serious After the upgrade from 0.116 to 0.117 I get this error message on every boot for /, and as a result fsck is also run on every boot for /. Note, my hardware clock runs in local time and I use UTC=no in /etc/default/rcS resp. LOCAL in /etc/a

uploading Linux (3.17-rc7)

2014-10-02 Thread maximilian attems
Hello, I plan to upload around 22h UT to experimental. best, -- maks -- To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/20141002123930.GA19712@gluino

Processed: Re: Bug#686544: bug happing again

2014-10-02 Thread Debian Bug Tracking System
Processing control commands: > close -1 3.5.5-1~experimental.1 Bug #686544 [src:linux] linux: acpi conflict (regression) on Lenovo T420 Bug #686040 [src:linux] linux-image-3.5-trunk-amd64: lpc_ich: Resource conflict(s) found affecting iTCO_wdt and gpio_ich Marked as fixed in versions linux/3.5.5-

Bug#686544: bug happing again

2014-10-02 Thread Ben Hutchings
Control: close -1 3.5.5-1~experimental.1 You don't have the same hardware, so don't hijack this bug. Ben. -- Ben Hutchings Everything should be made as simple as possible, but not simpler. - Albert Einstein signature.asc Description:

Bug#763614: Bug#763049: m68k machines not coming up after last update

2014-10-02 Thread Thorsten Glaser
John Paul Adrian Glaubitz dixit: >> SCNR but to note that mksh has a realpath builtin and compiles >> cleanly with klibc. > >Yes, but unfortunately, most people agreed on using bash and often you >have no other choice but to use it. I'd also rather use zsh. initrd uses klibc’s flavour of dash ☹ o

Bug#763614: m68k machines not coming up after last update

2014-10-02 Thread John Paul Adrian Glaubitz
On Thu, Oct 02, 2014 at 11:11:19AM +, Thorsten Glaser wrote: > #763614 causes our machines to no longer boot, since they usually > at most use klibc-utils to get small ramdisks. AIUI, the “fix” is > to install busybox or busybox-static. This is not enough, you have > to run “update-initramfs -u

Bug#711249: marked as done (BUG: Bad page map in process right after Xen live migration)

2014-10-02 Thread Debian Bug Tracking System
Your message dated Thu, 02 Oct 2014 12:44:44 +0200 with message-id <542d2c9c.7080...@mendix.com> and subject line Re: BUG: Bad page map in process right after Xen live migration has caused the Debian Bug report #711249, regarding BUG: Bad page map in process right after Xen live migration to be

Bug#763614: m68k machines not coming up after last update

2014-10-02 Thread Thorsten Glaser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA384 #763614 causes our machines to no longer boot, since they usually at most use klibc-utils to get small ramdisks. AIUI, the “fix” is to install busybox or busybox-static. This is not enough, you have to run “update-initramfs -u” manually afterwards. T

Bug#763742: [src:linux] Display no longer working after upgrading to linux kernel 3.16

2014-10-02 Thread Daniel Pape
Package: src:linux Version: 3.16-0.bpo.2 Severity: normal --- Please enter the report below this line. --- After upgrading linux-image from 3.14-0.bpo.2-amd64 to 3.16-0.bpo.2 the display is not showing anything beyond the first initialization any longer. The display is connected via DisplayPort t

Bug#762306: lockup when accessing cifs-mounted file on 3.17.0-rc1 and later when remote samba server is restarted

2014-10-02 Thread Pavel Shilovsky
2014-10-01 15:34 GMT+04:00 Arthur Marsh : > I managed to complete a git bisect -- fs/cifs: > > git bisect good > 69cebd75606f8b9162ad5d0104367370ceabeeba is the first bad commit > commit 69cebd75606f8b9162ad5d0104367370ceabeeba > Author: Pavel Shilovsky > Date: Tue Jun 24 13:42:03 2014 +0400 >