Bug#352669: initramfs-tools: please add support for MODULES=netboot

2006-02-13 Thread Vagrant Cascadian
Package: initramfs-tools Severity: wishlist when using initramfs-tools with the ltsp packages, it would be nice to be able to set MODULES=netboot in initramfs.conf, like with ubuntu's version of initramfs-tools. otherwise, we'll need to implement a separate case for debian and ubuntu in our ltsp

Bug#352738: initramfs-tools: url to source in copyright file out of date

2006-02-13 Thread Vagrant Cascadian
Package: initramfs-tools Severity: normal Version: 0.51 it appears that the source url in /usr/share/doc/initramfs-tools/copyright is out of date. it points to a bzr repository at: http://people.ubuntu.com/~jbailey/bzrtree/initramfs-tools but that only contains up to version 0.31 where's

Bug#352891: linux-image-2.6.18-2-vserver-686: does not power off on shutdown

2006-11-22 Thread Vagrant Cascadian
Package: linux-image-2.6.18-2-vserver-686 Version: 2.6.18-5 Followup-For: Bug #352891 this kernel also seems to fail to power off. linux-image-2.6.18-2-486 (version 2.6.18-5) works fine, though. perhaps this bug is related to: #378323: linux-image-2.6.17-1-686: CONFIG_SMP=y keeps APM poweroff

Bug#405135: linux-image-2.6.18-3-xen-vserver-686: kernel freezes on pcmcia card insertion

2006-12-31 Thread Vagrant Cascadian
Package: linux-image-2.6.18-3-xen-vserver-686 Version: 2.6.18-8 Severity: important at boot, when the pcmcia cards get initialized, the kernel freezes entirely. if i boot without the card inserted, it freezes upon insertion of the card. i have no problems with linux-image-2.6.18-3-vserver-686

Bug#405223: linux-image-2.6.18-3-xen-vserver-686: 4gb seg fixup messages

2007-01-01 Thread Vagrant Cascadian
Package: linux-image-2.6.18-3-xen-vserver-686 Version: 2.6.18-8 Severity: normal my syslog is getting flooded with messages like this: 4gb seg fixup, process bash (pid 4760), cs:ip 73:b7e062a5 printk: 2830 messages suppressed. this doesn't happen when running non-xen kernels. live well,

Bug#409822: linux-image-2.6.18-4-vserver-686: pcmcia wireless card doesn't work until inserting usb ethernet

2007-02-05 Thread Vagrant Cascadian
Package: linux-image-2.6.18-4-vserver-686 Version: 2.6.18.dfsg.1-10 Severity: normal so, i've got this old pcmcia wireless card, and the strange thing is that it doesn't work until i insert a usb ethernet device. i don't know what could be causing this behavior ... from my syslog: Feb 2

Bug#387808: initramfs-tools: patch to fix when root-path includes server-ip

2007-04-16 Thread Vagrant Cascadian
Package: initramfs-tools Version: 0.85g Followup-For: Bug #387808 think i've finally tracked this one down, unfortunately not in time for etch... *sigh* the problem was that when NFSROOT=auto, it assumed you always needed to add the server ip. i grabbed the git branch: git clone

Bug#271198: kernel-image-2.6.7-1-386: kernel oops on boot when not using battery

2004-09-11 Thread Vagrant Cascadian
Package: kernel-image-2.6.7-1-386 Version: 2.6.7-2 Severity: important when booting my laptop (toshiba portege 3020CT) i get a kernel oops almost every time i boot it using AC power, just before it tries to mount the root filesystem. when i boot it from battery power, it seems to work fine.

Bug#439397: initramfs-tools: split networking code into separate function

2007-08-24 Thread Vagrant Cascadian
Package: initramfs-tools Severity: wishlist please consider the attached patch that splits the networking code from the nfs scripts into a separate function, which would allow other network boot methods to re-use it. live well, vagrant diff --git a/scripts/functions b/scripts/functions index

Bug#380649: initramfs-tools: nfs options should comply with nfsroot.txt from linux documentation

2006-07-31 Thread Vagrant Cascadian
Package: initramfs-tools Severity: wishlist it would be nice if the nfs kernel commandline boot options of initramfs-tools supported the options found in the linux kernel Documentation/nfsroot.txt, in the kernel command line section. http://lxr.linux.no/source/Documentation/nfsroot.txt

Bug#380649: initramfs-tools: nfs options should comply with nfsroot.txt from linux documentation

2006-07-31 Thread Vagrant Cascadian
On Mon, Jul 31, 2006 at 06:40:45PM +0200, maximilian attems wrote: severity important stop it is a feature request... though if you want to bloat it to important, that's fine by me :) On Mon, Jul 31, 2006 at 08:36:15AM -0700, Vagrant Cascadian wrote: Package: initramfs-tools Severity

Bug#380686: initramfs-tools: busybox mount doesn't support nfs

2006-07-31 Thread Vagrant Cascadian
Package: initramfs-tools Version: 0.73 Severity: important when setting BOOT=nfs and trying to boot, the nfs mount fails, because busybox mount does not support nfs mounting (debian bug #348664: busybox: consider CONFIG_NFSMOUNT) this is what happens on boot: IP-Config: eth0 complete (from

Bug#380649: initramfs-tools: patches for root=/dev/nfs and full nfsroot= support

2006-07-31 Thread Vagrant Cascadian
Package: initramfs-tools Version: 0.73 Followup-For: Bug #380649 i implemented some initial patches in a bzr branch for root=/dev/nfs as well as more complete support for nfsroot. http://llama.freegeek.org/~vagrant/bzr-archives/initramfs-tools/vagrant-initramfs-tools i'll try and work on

Bug#381315: initramfs-tools: install /usr/share/initramfs-tools/conf.d/* into initramfs image

2006-08-03 Thread Vagrant Cascadian
Package: initramfs-tools Version: 0.73 Severity: normal Tags: patch it seems that initramfs-tools includes the /usr/share/initramfs-tools/conf.d snippets at build time, but does not install them into the initramfs image. attached patch is revision 198 from:

Bug#359926: initramfs-tools: nfsmount: intermittent failures

2006-08-06 Thread Vagrant Cascadian
Package: initramfs-tools Version: 0.73b Followup-For: Bug #359926 i'm getting this almost every other time in a qemu environment: Begin: Running /scripts/nfs-premount ... Done. nfs: server 10.0.2.2 not responding, timed out nfs: server 10.0.2.2 not responding, timed out mount: I/O error short

Bug#377643: initramfs-tools: patch to retry nfsmount

2006-08-13 Thread Vagrant Cascadian
Package: initramfs-tools Version: 0.73d Followup-For: Bug #377643 attached is a patch which should retry failed nfs mounts until sucess, which is similar to the behaviour of in-kernel nfsroot (though i think that has an incrementing sleep between retries). please consider applying this patch, or

Bug#383264: linux-image-2.6.17-2-486: kernel panic with serial console

2006-08-15 Thread Vagrant Cascadian
Package: linux-image-2.6.17-2-486 Version: 2.6.17-6 Severity: normal hi. i'm getting a kernel panic when using a serial console. log should be attached. seems to work fine when booting with a regular console. (also had this problem with linux-image-2.6.17-1-486 version 2.6.17-5). serial console

Bug#383730: initramfs-tools: incompatible with udev 0.097-1

2006-08-18 Thread Vagrant Cascadian
Package: initramfs-tools Version: 0.75 Severity: important well, happy to try out the shiny new ltsp packages, it seems like there may be an incompatibility with initramfs-tools and the new udev: Begin: Running /scripts/init-premount ... FATAL: Error inserting fan

Bug#380649: initramfs-tools: new patch for nfsroot= handling

2006-08-19 Thread Vagrant Cascadian
Package: initramfs-tools Version: 0.75 Followup-For: Bug #380649 attached patch should use plain ol' shell parameter expansion instead of cut to support the more complete nfsroot handling. also available in my bzr branch, amongst the other patches:

Bug#380649: initramfs-tools: complete patches for nfsroot.txt implementation

2006-08-20 Thread Vagrant Cascadian
tags 380649 +patch thanks Package: initramfs-tools Version: 0.75 Followup-For: Bug #380649 the ip= option turned out to be the easiest one. attached are two patches that implement: root=/dev/nfs nfsroot=[server-ip:]root-dir[,nfs-options]

Bug#385226: initramfs-tools: no need to set SERVER_IP in scripts/nfs

2006-08-29 Thread Vagrant Cascadian
Package: initramfs-tools Version: 0.77 Severity: minor i believe ipconfig defines ROOTSERVER when it is passed via the ip= parameter, and thus it's not necessary to re-implement this code with SERVER_IP in initramfs-tools/scripts/nfs attached is a patch which removes this extra code. also

Bug#385252: initramfs-tools: support etherboot passing short ip= string

2006-08-29 Thread Vagrant Cascadian
Package: initramfs-tools Version: 0.77 Severity: wishlist Tags: patch when etherboot is configured to pass the ip= option(so you only get one call to dhcp), it unfortunately doesn't pass the whole string, but only the first 4 or 5 segments. this causes the DEVICE value to get set to the whole

Bug#387808: initramfs-tools: scripts/nfs doesn't properly handle when server-ip is included in root-path

2006-09-16 Thread Vagrant Cascadian
Package: initramfs-tools Version: 0.79 Severity: normal one more bugfix to the nfs handling. :) it's a trivial fix, but when the dhcp server passes the server-ip as part of root-path, it's not correctly handled in scripts/nfs. patch attached which fixes this. live well, vagrant === modified

Bug#387809: initramfs-tools: please increase sleep time on nfs retries

2006-09-16 Thread Vagrant Cascadian
Package: initramfs-tools Version: 0.79 Severity: minor when using nfs, it sleeps for 0.1 seconds. it retries 180 times by default. this means the server may get nearly 180 dhcp and nfs mount requests in a little over 18 seconds, and while an individual client doing this is no big deal, an entire

Bug#387841: initramfs-tools: typo in scripts/nfs for bootp

2006-09-16 Thread Vagrant Cascadian
Package: initramfs-tools Version: 0.79 Severity: minor in scripts/nfs there is a simple typo in the ipconfig protocol handling. bootb should be bootp attached patch. also available in bzr(revno 213): http://llama.freegeek.org/~vagrant/bzr/initramfs-tools/vagrant-initramfs-tools live well,

Bug#387809: initramfs-tools: patches for gradually increasing sleep time

2006-09-16 Thread Vagrant Cascadian
Package: initramfs-tools Version: 0.79 Followup-For: Bug #387809 attached should be a patch to gradually increment the sleep delay on each failure. also available in bzr(renvo 214): http://llama.freegeek.org/~vagrant/bzr/initramfs-tools/vagrant-initramfs-tools live well, vagrant === modified

Bug#387808: initramfs-tools: patch for when root-path includes server-ip is bunk

2006-09-22 Thread Vagrant Cascadian
Package: initramfs-tools Followup-For: Bug #387808 found 387808 0.80 thanks i don't know what i was smoking. as best i can tell, this wasn't a problem in 0.79, and the patch i filed in this bug report actually *caused* the problem, rather than solving it. i suspect there may be some situations

Bug#352891: linux-image-2.6.17-2-686: halt doesn't power off with apm

2006-09-27 Thread Vagrant Cascadian
Package: linux-image-2.6.17-2-686 Version: 2.6.17-9 Followup-For: Bug #352891 with linux-image-2.6.16-2-686 (2.6.16-18) whenever i did an /sbin/halt, it would completely turn off my system. after upgrading the kernel it just sits there with the System halted. message until i manually power it

Bug#409822: linux-image-2.6.18-4-vserver-686: pcmcia wireless card doesn't work until inserting usb ethernet

2008-11-11 Thread Vagrant Cascadian
submitter 409822 [EMAIL PROTECTED] thanks On Tue, Nov 11, 2008 at 12:49:31AM +0100, Moritz Muehlenhoff wrote: On Mon, Feb 05, 2007 at 10:53:06AM -0800, Vagrant Cascadian wrote: Package: linux-image-2.6.18-4-vserver-686 Version: 2.6.18.dfsg.1-10 Severity: normal so, i've got this old

Bug#509077: initramfs-tools: support alternate DHCP port and DHCP vendor-class-identifier

2008-12-22 Thread Vagrant Cascadian
patches also available in a git branch: http://dev.freegeek.org/~vagrant/git/initramfs-tools/ live well, vagrant -- To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#352891: linux-image-2.6.18-2-vserver-686: does not power off on shutdown

2008-12-26 Thread Vagrant Cascadian
On Fri, Dec 26, 2008 at 11:30:51AM +0100, Moritz Muehlenhoff wrote: On Wed, Nov 22, 2006 at 12:42:26PM -0800, Vagrant Cascadian wrote: Package: linux-image-2.6.18-2-vserver-686 Version: 2.6.18-5 Followup-For: Bug #352891 this kernel also seems to fail to power off. linux-image

Bug#426843: hald: general protection fault

2008-12-26 Thread Vagrant Cascadian
On Fri, Dec 26, 2008 at 12:05:56AM +0100, Moritz Muehlenhoff wrote: On Thu, May 31, 2007 at 02:06:01AM -0700, Vagrant Cascadian wrote: so, ever since installing hal, periodically i get these messages displayed on every terminal(every xterm, every screen session, every console session, etc

Bug#336518: yaird: document using NFS Root

2005-10-30 Thread Vagrant Cascadian
Package: yaird Version: 0.0.11-9 Severity: normal i am unable to figure out how to configure yaird for NFS Root. reading the documentation in /usr/share/doc/yaird/yaird.html describes the theory behind setting it up, but not how to actually set it up. the configuration file format for yaird is

Bug#336519: initramfs-tools: kernel does not recognize initramfs image

2005-10-30 Thread Vagrant Cascadian
Package: initramfs-tools Version: 0.37 Severity: important when attempting to boot using an initramfs image generated by initramfs-tools, i get: Linux version 2.6.14-1-386 (Debian 2.6.14-1) ([EMAIL PROTECTED]) (gcc version 4.0.3 20051023 (prerelease) (Debian 4.0.2-3)) #1 Fri Oct 28 16:43:46 JST

Bug#336518: yaird: document using NFS Root

2005-10-31 Thread Vagrant Cascadian
On Sun, Oct 30, 2005 at 11:51:11PM +0100, Jonas Smedegaard wrote: On Sun, 30 Oct 2005 14:44:36 -0700 Vagrant Cascadian [EMAIL PROTECTED] wrote: i am unable to figure out how to configure yaird for NFS Root. Hi Vagrant :-) greetings. I agree with you that this is not currently very

Bug#336518: yaird: document using NFS Root

2005-11-02 Thread Vagrant Cascadian
On Wed, Nov 02, 2005 at 05:06:50AM +0100, Jonas Smedegaard wrote: On Mon, 31 Oct 2005 19:52:52 -0700 Vagrant Cascadian [EMAIL PROTECTED] wrote: unfortunately, i still wasn't able to get it to boot, having similar/identical issues as with initramfs-tools: debian bug 336519 Ahh, here's

Bug#497505: virtualbox-ose seems to work with 486 variant

2008-09-05 Thread Vagrant Cascadian
Package: virtualbox-ose Version: 1.6.2-dfsg-4 Followup-For: Bug #497505 i was experiencing this bug with linux-image-2.6.26-1-686. after switching to linux-image-2.6.26-1-486, i haven't seen it crash yet with several reboots... live well, vagrant -- System Information: Debian Release:

Bug#498381: virtualbox-ose-modules-2.6.26-1-686: /dev/vboxdrv owned by group root similar to bug in fuse

2008-09-21 Thread Vagrant Cascadian
Package: virtualbox-ose-modules-2.6.26-1-686 Followup-For: Bug #498381 this sounds like it might be similar to a recently closed bug in fuse-utils: #473545: fuse-utils: /dev/fuse belongs to group root after first-time-install live well, vagrant -- To UNSUBSCRIBE, email to [EMAIL

Bug#535008: configure_networking: support BOOTIF variable set by pxelinux

2010-02-26 Thread Vagrant Cascadian
On Wed, Feb 24, 2010 at 06:16:45PM +0100, maximilian attems wrote: it may need special handling to make sure BOOTIF is exported, such as if run from the scripts/*-top/*. hmmm ?? don't get that part, do you want an export BOOTIF= in init? i *think* that would be required, but i'm not

Bug#573912: linux-2.6: please enable ramzswap/compcache

2010-03-14 Thread Vagrant Cascadian
Package: linux-2.6 Version: consider enabling CONFIG_RAMZSWAP in 2.6.33+ Severity: wishlist please consider setting CONFIG_RAMZSWAP (a.k.a. compcache), which enables a ram based compressed swap device. i think it can be enabled as a module, but i'm not sure. this feature is very useful to thin

Bug#575766: initramfs-tools: configure_networking function fails if no DEVICE is specified

2010-03-28 Thread Vagrant Cascadian
Package: initramfs-tools Severity: normal Tags: patch the configure_networking function relies on DEVICE being set, and conf/initramfs.conf hard-codes this to eth0. though some scripts may call this from /scripts/local-top, and DEVICE may not be set. even when it is set, it hard-coding it to eth0

Bug#573912: linux-2.6: please enable ramzswap/compcache

2010-04-04 Thread Vagrant Cascadian
On Sun, Apr 04, 2010 at 07:16:36AM +0100, Ben Hutchings wrote: On Thu, 2010-03-18 at 14:36 +1100, Trent W. Buck wrote: Vagrant Cascadian wrote: Please consider setting CONFIG_RAMZSWAP (a.k.a. compcache), which enables a ram based compressed swap device. i think it can be enabled

Bug#573912: linux-2.6: please enable ramzswap/compcache

2010-04-06 Thread Vagrant Cascadian
On Sun, Apr 04, 2010 at 08:06:23PM +0100, Ben Hutchings wrote: On Sun, 2010-04-04 at 11:21 -0700, Vagrant Cascadian wrote: On Sun, Apr 04, 2010 at 07:16:36AM +0100, Ben Hutchings wrote: On Thu, 2010-03-18 at 14:36 +1100, Trent W. Buck wrote: Vagrant Cascadian wrote: Please consider

Bug#577149: configure_networking: pxelinux BOOTIF fixes

2010-04-09 Thread Vagrant Cascadian
Package: initramfs-tools Version: 0.94.4 Severity: normal Tags: patch looks like i missed a few things on implementing BOOTIF support properly. somehow i managed to get the order of the mac address backwards. i know i tested it many times, but somehow the patch i submitted got it backwards:

Bug#566295: initramfs-tools: Deviation from Documentation/filesystems/nfs/nfsroot.txt WRT multiple net devs

2010-04-09 Thread Vagrant Cascadian
On Wed, Feb 24, 2010 at 06:22:47PM +0100, maximilian attems wrote: could you please review belows patch. if you see no objection, I'd just merge it. i finally got around to testing the proposed patch (after adjusting slightly for newer version). seems to work fine with 0.94.4. i'd probably

Bug#575766: initramfs-tools: configure_networking function fails if no DEVICE is specified

2010-04-09 Thread Vagrant Cascadian
On Sun, Apr 04, 2010 at 02:32:43AM +0200, maximilian attems wrote: On Sun, 28 Mar 2010, Vagrant Cascadian wrote: the configure_networking function relies on DEVICE being set, and conf/initramfs.conf hard-codes this to eth0. though some scripts may call this from /scripts/local-top

Bug#566295: initramfs-tools: Deviation from Documentation/filesystems/nfs/nfsroot.txt WRT multiple net devs

2010-04-10 Thread Vagrant Cascadian
On Sat, Apr 10, 2010 at 07:08:47AM +0200, maximilian attems wrote: On Fri, 09 Apr 2010, Vagrant Cascadian wrote: On Wed, Feb 24, 2010 at 06:22:47PM +0100, maximilian attems wrote: could you please review belows patch. if you see no objection, I'd just merge it. i finally got around

Bug#534880: linux-image-xen from stable-proposed-updates, 1 week without freeze

2009-11-17 Thread Vagrant Cascadian
i'm happy to report that we've been running linux-image-2.6.26-2-xen-686 2.6.26-20 from lenny-proposed-updates for a week on one of our dom0 and two of our domU servers, and haven't experienced the mysterious hanging problem anymore. will start trying it out on more servers to see if we still

Bug#534880: linux-image-xen from stable-proposed-updates, 1 week without freeze

2009-11-19 Thread Vagrant Cascadian
On Thu, Nov 19, 2009 at 02:17:32PM +0100, Axel Beckert wrote: i'm happy to report that we've been running linux-image-2.6.26-2-xen-686 2.6.26-20 from lenny-proposed-updates for a week on one of our dom0 and two of our domU servers, and haven't experienced the mysterious hanging problem

Bug#584583: initramfs-tools: configure_networking function: repeatedly makes DHCP requests

2010-06-04 Thread Vagrant Cascadian
Package: initramfs-tools Version: 0.95.1 Severity: normal i've been testing the newest initramfs-tools network booting support, though it seems to make 10 DHCP requests in rapid sucession. fortunately, the last DHCP request does work. switching back to hard-coded DEVICE=eth0 in

Bug#584583: initramfs-tools: configure_networking function: repeatedly makes DHCP requests

2010-06-08 Thread Vagrant Cascadian
On Tue, Jun 08, 2010 at 03:45:09PM +0200, Michael Prokop wrote: * Vagrant Cascadian vagrant+debianb...@freegeek.org [Fre Jun 04, 2010 at 01:18:04 -0700]: an alternate possibility is that i've been testing with qemu and qemu-kvm, which may have strange timing issues. i will attempt to test

Bug#574510: #574510: statd running as root after remove/install

2010-06-20 Thread Vagrant Cascadian
Package: nfs-common Followup-For: Bug #574510 this patch partially addresses the issue by ensuring that the files are owned by statd no matter what version is installed, even if a previous version was installed. --- nfs-common.postinst.orig2010-06-20 18:29:11.0 -0700 +++

Bug#509077: initramfs-tools: support alternate DHCP port and DHCP vendor-class-identifier

2010-06-20 Thread Vagrant Cascadian
On Sat, Jun 19, 2010 at 06:43:16PM +0200, maximilian attems wrote: On Tue, 08 Jun 2010, Michael Prokop wrote: * Vagrant Cascadian vagrant+debianb...@freegeek.org [Mit Dez 17, 2008 at 07:01:51 -0800]: please consider the attached patch, which adds boot prompt parameters for two

Bug#574510: NMU to fix: statd running as root after remove/install

2010-07-12 Thread Vagrant Cascadian
:29.0 -0700 +++ nfs-utils-1.2.2/debian/changelog2010-07-12 13:53:04.0 -0700 @@ -1,3 +1,11 @@ +nfs-utils (1:1.2.2-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Ensure files under /var/lib/nfs/ are owned by statd user. +Closes: #574510 + + -- Vagrant Cascadian vagr

Bug#584583: initramfs-tools: configure_networking function: repeatedly makes DHCP requests

2010-08-20 Thread Vagrant Cascadian
71e197686aa9048633dac7f853a74ecbf6ac6d4a Author: Vagrant Cascadian vagr...@freegeek.org Date: Fri Aug 20 12:35:43 2010 -0700 configure_networking function: Look for presence of /tmp/net-*.conf files when $DEVICE is not set (which is now default), otherwise ipconfig may receive a valid DHCP response, but fails to break

Bug#621032: linux-2.6: please add armhf support

2011-04-15 Thread Vagrant Cascadian
On Fri, Apr 15, 2011 at 09:36:40AM +0200, Bastian Blank wrote: On Fri, Apr 15, 2011 at 12:51:29AM +0200, Hector Oron wrote: I propose this patch which enables basic functionality of Efika MX nettop which it is currently in mainline 2.6.38. The configs looks strange. agreed. - Why

Bug#621032: linux-2.6: please add armhf support

2011-04-15 Thread Vagrant Cascadian
On Fri, Apr 15, 2011 at 03:45:04PM -0700, Vagrant Cascadian wrote: On Fri, Apr 15, 2011 at 09:36:40AM +0200, Bastian Blank wrote: On Fri, Apr 15, 2011 at 12:51:29AM +0200, Hector Oron wrote: I propose this patch which enables basic functionality of Efika MX nettop which

Bug#621032: linux-2.6: please add armhf support

2011-04-16 Thread Vagrant Cascadian
ok, one last patch trimmed even more from the last, tested to work on the efikamx smarttop with ethernet, mmc and serial console. live well, vagrant debian/config/armhf/config | 58 debian/config/armhf/config.mx5 | 253

Bug#625804: linux-2.6: lockups in rtc on armhf

2011-05-05 Thread Vagrant Cascadian
Package: linux-2.6 Version: 2.6.39~rc5-1~experimental.1 Severity: normal i was experiencing lockups on an armhf kernel built from the experimental branch: [2.644589] usb 2-1.1: SerialNumber: 1.0 [ 240.664217] INFO: task swapper:1 blocked for more than 120 seconds. [ 240.670509] echo 0

Bug#625804: rtc/mc13xxx: don't call rtc_device_register with the lock held

2011-05-07 Thread Vagrant Cascadian
On Fri, May 06, 2011 at 11:57:47AM +0200, Uwe Kleine-König wrote: diff --git a/drivers/rtc/rtc-mc13xxx.c b/drivers/rtc/rtc-mc13xxx.c index c5ac037..a1a278b 100644 --- a/drivers/rtc/rtc-mc13xxx.c +++ b/drivers/rtc/rtc-mc13xxx.c @@ -349,11 +349,15 @@ static int __devinit

Bug#405135: no longer have hardware to test: 409822, 405135

2009-06-15 Thread Vagrant Cascadian
i no longer have the hardware necessary to test the following bugs: 405135: linux-image-2.6.18-3-xen-vserver-686: kernel freezes on pcmcia card insertion 409822: linux-image-2.6.18-4-vserver-686: pcmcia wireless card doesn't work until inserting usb ethernet please feel free to close them or

Bug#534880: linux-image-2.6.26-2-xen-686: domU hang and are unresponsive

2009-06-27 Thread Vagrant Cascadian
Package: linux-image-2.6.26-2-xen-686 Version: 2.6.26-15lenny3 Severity: important we've been using xen on debian extensively for the last couple years, and it's overall been great for freegeek! unfortunately, in the last couple weeks, i've been experiencing some issues with some domU machines

Bug#535008: configure_networking: support BOOTIF variable set by pxelinux

2009-06-28 Thread Vagrant Cascadian
Package: initramfs-tools Version: 0.93.3 Severity: wishlist Tags: patch when booting thin clients with multiple network cards, initramfs-tools/ipconfig have a hard time figuring out which interface to use. attached is a patch which sets DEVICE to the interface matching the mac address that

Bug#535008: configure_networking: support BOOTIF variable set by pxelinux

2009-06-28 Thread Vagrant Cascadian
On Sun, Jun 28, 2009 at 11:51:32PM +0100, Ben Hutchings wrote: On Sun, 2009-06-28 at 14:50 -0700, Vagrant Cascadian wrote: Package: initramfs-tools Version: 0.93.3 Severity: wishlist Tags: patch when booting thin clients with multiple network cards, initramfs-tools/ipconfig have

Bug#535008: configure_networking: support BOOTIF variable set by pxelinux

2009-07-03 Thread Vagrant Cascadian
updated patch that only using only shell parameter expansion and cat: diff --git a/scripts/functions b/scripts/functions index 77de8f3..e9e94b3 100644 --- a/scripts/functions +++ b/scripts/functions @@ -258,6 +258,42 @@ parse_numeric() { configure_networking() { + + # pxelinux sets

Bug#534880: linux-image-2.6.26-2-xen-686: domU hang and are unresponsive

2009-07-10 Thread Vagrant Cascadian
unfortunately, in the last couple weeks, i've been experiencing some issues with some domU machines crashing on lenny xen dom0. at some point, the domU just hangs, and xm console is unresponsive. still able to ping the domU server, but not log in via ssh, and existing ssh connections stop

Bug#534880: Debian Bug report logs - #534880

2009-07-28 Thread Vagrant Cascadian
On Tue, Jul 28, 2009 at 09:46:55AM +0200, Daniel Krause wrote: I'm experiencing the same problem. Did your solution of restriting the number of CPUs solve the problem fully? yes, haven't seen a similar crash since commenting out vcpus in all /etc/xen/*.cfg. it does take a performance hit, as

Bug#534880: linux-image-xen still hanging

2009-12-02 Thread Vagrant Cascadian
On Tue, Nov 17, 2009 at 01:49:56PM -0800, Vagrant Cascadian wrote: i'm happy to report that we've been running linux-image-2.6.26-2-xen-686 2.6.26-20 from lenny-proposed-updates for a week on one of our dom0 and two of our domU servers, and haven't experienced the mysterious hanging problem

Bug#535008: configure_networking: support BOOTIF variable set by pxelinux

2010-02-03 Thread Vagrant Cascadian
updated patch against current master, using only shell, and with a cleaner method to convert BOOTF to a typical mac address. diff --git a/scripts/functions b/scripts/functions index 77de8f3..cb6cf08 100644 --- a/scripts/functions +++ b/scripts/functions @@ -258,6 +258,42 @@ parse_numeric() {

Bug#595187: linux-2.6: lots of OOPses on resume (NULL pointer dereference in file_ra_state_init)

2010-09-06 Thread Vagrant Cascadian
Package: linux-2.6 Version: 2.6.32-21 i'm experiencing very similar issues, although also with earlier versions of linux-image-2.6.32-5-686. i first started having this problem after upgrading to squeeze from lenny, although i was running the exact same linux-image-2.6.32-* directly on lenny for

Bug#595187: linux-2.6: lots of OOPses on resume (NULL pointer dereference in file_ra_state_init)

2010-09-06 Thread Vagrant Cascadian
On Tue, Sep 07, 2010 at 12:10:09AM +0100, Ben Hutchings wrote: On Mon, 2010-09-06 at 12:27 -0700, Vagrant Cascadian wrote: Package: linux-2.6 Version: 2.6.32-21 i'm experiencing very similar issues, although also with earlier versions of linux-image-2.6.32-5-686. i first started

Bug#595187: linux-2.6: lots of OOPses on resume (NULL pointer dereference in file_ra_state_init)

2010-09-21 Thread Vagrant Cascadian
On Mon, Sep 20, 2010 at 02:04:23AM +0100, Ben Hutchings wrote: On Mon, 2010-09-06 at 17:05 -0700, Vagrant Cascadian wrote: On Tue, Sep 07, 2010 at 12:10:09AM +0100, Ben Hutchings wrote: On Mon, 2010-09-06 at 12:27 -0700, Vagrant Cascadian wrote: ...snip... i also didn't mention, largely

Bug#595187: linux-2.6: lots of OOPses on resume (NULL pointer dereference in file_ra_state_init)

2010-09-27 Thread Vagrant Cascadian
On Tue, Sep 21, 2010 at 01:37:42PM -0700, Vagrant Cascadian wrote: On Mon, Sep 20, 2010 at 02:04:23AM +0100, Ben Hutchings wrote: Please add 'memory_corruption_check=1' to the kernel parameters and report whether that fixes the problem and whether it results in any new log messages

Bug#595187: linux-2.6: lots of OOPses on resume (NULL pointer dereference in file_ra_state_init)

2010-10-06 Thread Vagrant Cascadian
On Mon, Sep 27, 2010 at 09:29:28AM -0700, Vagrant Cascadian wrote: On Tue, Sep 21, 2010 at 01:37:42PM -0700, Vagrant Cascadian wrote: On Mon, Sep 20, 2010 at 02:04:23AM +0100, Ben Hutchings wrote: Please add 'memory_corruption_check=1' to the kernel parameters and report whether

Bug#609926: linux-image-2.6.37-trunk-686: resume from disk reboots sometimes

2011-01-13 Thread Vagrant Cascadian
Package: linux-2.6 Version: 2.6.37-1~experimental.1 Severity: important i've started to run the experimental kernel recently and version 2.6.37-rc7-686 seemed to be working fine (as well as a previous version), although since updating to linux-image-2.6.37-trunk-686 it *sometimes* (1 out of 3?)

Bug#628641: linux-image-2.6.32-5-686: crashes when closing laptop lid (dell inspiron 300m)

2011-05-30 Thread Vagrant Cascadian
Package: linux-2.6 Version: 2.6.32-34squeeze1 Severity: normal after upgrading the kernel, my laptop seems to crash immediately after closing the laptop screen. i've seen it happen both when running console (screen goes black and stays black) or when running X (screen freezes, but whatever

Bug#630113: linux-image-2.6.39-2-kirkwood: doesn't boot on HP t5325 thin client

2011-06-10 Thread Vagrant Cascadian
Package: linux-image-2.6.39-2-kirkwood Version: 2.6.39-2 Severity: normal when trying to boot on an HP t5325, i get the following error: Error: unrecognized/unsupported machine ID (r1 = 0x020f). Available machine support: ID (hex)NAME 0690Marvell DB-88F6281-BP

Bug#628641: linux-image-2.6.32-5-686: crashes when closing laptop lid (dell inspiron 300m)

2011-06-13 Thread Vagrant Cascadian
On Tue, May 31, 2011 at 01:26:26AM +0100, Ben Hutchings wrote: On Mon, 2011-05-30 at 16:56 -0700, Vagrant Cascadian wrote: after upgrading the kernel, my laptop seems to crash immediately after closing the laptop screen. ... so far, it seems to be completely repeatable. Try booting

Bug#628641: linux-image-2.6.32-5-686: crashes when closing laptop lid (dell inspiron 300m)

2011-06-13 Thread Vagrant Cascadian
On Mon, Jun 13, 2011 at 05:41:07PM -0400, Ben Hutchings wrote: On Mon, 2011-06-13 at 10:02 -0700, Vagrant Cascadian wrote: On Tue, May 31, 2011 at 01:26:26AM +0100, Ben Hutchings wrote: On Mon, 2011-05-30 at 16:56 -0700, Vagrant Cascadian wrote: after upgrading the kernel, my laptop

Bug#631762: linux-image-2.6.39-2-kirkwood: please enable CONFIG_SND_KIRKWOOD_SOC_T5325

2011-06-26 Thread Vagrant Cascadian
Package: linux-image-2.6.39-2-kirkwood Version: 2.6.39-2 Severity: wishlist Tags: patch Please consider enabling sound support for the HP t5325 thin clients: --- config.kirkwood 2011-06-26 14:14:32.0 -0700 +++ config.kirkwood.hpt5325 2011-06-26 14:19:39.0 -0700 @@ -634,6

Bug#676604: nfs-kernel-server: fails to start if exports are only defined in /etc/exports.d/*.exports

2012-06-27 Thread Vagrant Cascadian
tags 676604 patch thanks On Fri, Jun 08, 2012 at 12:06:15AM -0700, Vagrant Cascadian wrote: After upgrading nfs-kernel-server, it fails to start, complaining that there are no exports. service nfs-kernel-server start Not starting NFS kernel daemon: no exports. ... (warning). I do

Bug#660297: initramfs-tools: busybox's switch_root doesn't handle /proc or /sys moving

2012-02-17 Thread Vagrant Cascadian
switch_root should be fixed, initramfs-tools uses util-linux's switch_root, or manually handle mounting the dirs, just like how it's done with run-init. the following patch implements the last approach. live well, vagrant commit 705c5e3529536862135d90e1d710d02d750765d7 Author: Vagrant Cascadian

Bug#645012: linux-image-2.6.32-5-686: breaks DRM/KMS with nouveau X.org driver

2011-10-11 Thread Vagrant Cascadian
Package: linux-2.6 Version: 2.6.32-38 Severity: important The stable release update unfortunately broke X.org with the nouveau driver with: 01:00.0 VGA compatible controller [0300]: nVidia Corporation NV6 [Vanta/Vanta LT] [10de:002c] (rev 15) (prog-if 00 [VGA controller]) X.org responds

Bug#645012: 2.6.32-38: breaks DRM/KMS with nouveau X.org driver

2011-12-10 Thread Vagrant Cascadian
fixed 645012 3.1.1-1 fixed 645012 3.1.4-1 thanks i've got a machine with a similar card that exhibits the problem, and can now run tests for more information, if needed. tested with the versions from sid and wheezy, and those seem to work fine. live well, vagrant -- To UNSUBSCRIBE,

Bug#670462: linux-2.6: Support new armhf kernel variant for Versatile Express (vexpress)

2012-04-25 Thread Vagrant Cascadian
12:52:15.0 -0700 +++ debian/changelog2012-04-25 13:13:40.0 -0700 @@ -1,3 +1,10 @@ +linux-2.6 (3.2.15-2) UNRELEASED; urgency=low + + [ Vagrant Cascadian ] + * [armhf/vexpress] New kernel variant to support Versatile Express. + + -- Vagrant Cascadian vagr...@debian.org Wed, 25

Bug#670462: linux-2.6: Support new armhf kernel variant for Versatile Express (vexpress)

2012-05-02 Thread Vagrant Cascadian
The following trimmed down debian/config/armhf/config.vexpress still worked for me in qemu (built against 3.2.16-1). It also trimmed out the extraneous Supported text in the defines file. The control file can be generated, as I understand it, so didn't include in this diff. diff -u

Bug#670462: linux-2.6: Support new armhf kernel variant for Versatile Express (vexpress)

2012-05-07 Thread Vagrant Cascadian
On Mon, May 07, 2012 at 08:38:27AM +0200, Arnaud Patard wrote: Vagrant Cascadian vagr...@freegeek.org writes: only in patch2: unchanged: --- linux-2.6-3.2.16.orig/debian/config/armhf/config.vexpress +++ linux-2.6-3.2.16/debian/config/armhf/config.vexpress @@ -0,0 +1,54

Bug#676604: nfs-kernel-server: fails to start if exports are only defined in /etc/exports.d/*.exports

2012-06-08 Thread Vagrant Cascadian
Package: nfs-kernel-server Version: 1:1.2.6-2 Severity: important After upgrading nfs-kernel-server, it fails to start, complaining that there are no exports. service nfs-kernel-server start Not starting NFS kernel daemon: no exports. ... (warning). I do not have any changes to

Bug#677157: initramfs-tools: root=/dev/nfs mostly useless due to BOOT=local being defined in initramfs.conf

2012-06-11 Thread Vagrant Cascadian
Package: initramfs-tools Version: 0.106 Severity: normal Tags: patch Specifying root=/dev/nfs doesn't really do anything without also either specifying boot=nfs or changing BOOT= in initramfs.conf: /dev/nfs) [ -z ${BOOT} ] BOOT=nfs ;; At which point, you could just as well

Re: linux-image-3.11-2-armmp_3.11.8-1_armhf not include AHCI_IMX

2013-12-17 Thread Vagrant Cascadian
On Tue, Dec 17, 2013 at 09:58:17AM +, Ian Campbell wrote: On Tue, 2013-12-17 at 13:31 +0800, Niew, Sh. wrote: On Dec 13, 2013, at 6:34 PM, Ian Campbell i...@hellion.org.uk wrote: On Fri, 2013-12-06 at 13:54 +0800, Niew, Sh. wrote: [...] Is it ahci_imx need ahci_platform compile

Bug#565696: initramfs-tools: Support for AoE

2013-12-29 Thread Vagrant Cascadian
On Thu, Feb 25, 2010 at 06:22:47PM +0100, maximilian attems wrote: Basically, the idea is to make it possible to do diskless virtual machines with a minimum of fuss. I can't think of any easy way to make all the moving parts fit together. We've been experimenting with AoE for use with

Bug#734430: linux-image-3.12-1-armmp: Enable BRCMFMAC wireless drivers

2014-01-06 Thread Vagrant Cascadian
Package: linux-image-3.12-1-armmp Version: 3.12.6-2 Severity: wishlist Tags: patch Please enable the Broadcom IEEE802.11n embedded FullMAC WLAN driver, which is used in the wandboard quad. --- a/config/armhf/config.armmp +++ b/config/armhf/config.armmp @@ -451,6 +451,12 @@ CONFIG_SKFP=m

Bug#741142: linux: FTBFS on armhf (experimental)

2014-03-09 Thread Vagrant Cascadian
On Sun, Mar 09, 2014 at 03:58:29AM +, Ben Hutchings wrote: On Sat, 2014-03-08 at 18:22 -0800, Vagrant Cascadian wrote: Source: linux Version: 3.14~rc5-1~exp1 Severity: important I tried building the armhf packages locally, to test some new features in 3.14, but they failed

Re: Arm64 port live on debian-ports

2014-04-20 Thread Vagrant Cascadian
On Sun, Apr 20, 2014 at 04:28:45PM +0100, Ian Campbell wrote: On Sun, 2014-04-20 at 16:13 +0100, Ben Hutchings wrote: Given that, it seems like a good time to add arm64 to src:linux with a configuration that will run on at least a typical QEMU ARM64 emulation. AIUI qemu 2.0 only does

Bug#746420: linux: FTBFS on armhf: sun4i-a10-a1000.dtb

2014-04-29 Thread Vagrant Cascadian
Source: linux Version: 3.14.2-1 Severity: normal Tags: patch When attempting to build on armhf, the build fails with: DTC arch/arm/boot/dts/socfpga_vt.dtb DTC arch/arm/boot/dts/sun4i-a10-a1000.dtb ERROR (phandle_references): Reference to non-existent node or label usb_clk ERROR

Bug#747364: linux: [armhf/armmp] Enable support for BeagleBone Black

2014-05-07 Thread Vagrant Cascadian
Source: linux Version: 3.14.2-1 Severity: wishlist Tags: patch The following patch enables configuration options needed for use with BeagleBone Black. Ethernet, serial console, MMC support work. Video may require some additional patches from upstream... Same patch also works with

Bug#747364: linux: [armhf/armmp] Enable support for BeagleBone Black

2014-05-07 Thread Vagrant Cascadian
On Wed, May 07, 2014 at 01:46:53PM -0700, Vagrant Cascadian wrote: The following patch enables configuration options needed for use with BeagleBone Black. Ethernet, serial console, MMC support work. Video may require some additional patches from upstream... Updated patch with support

Bug#747364: linux: [armhf/armmp] Enable support for BeagleBone Black

2014-05-09 Thread Vagrant Cascadian
On Fri, May 09, 2014 at 03:17:28AM +0100, Ben Hutchings wrote: On Wed, 2014-05-07 at 18:10 -0700, Vagrant Cascadian wrote: On Wed, May 07, 2014 at 01:46:53PM -0700, Vagrant Cascadian wrote: USB support seems flaky, at best... not sure if there are other options that could improve that. I

Bug#747762: linux: [armhf/armmp] Support IR receiver for cubox-i

2014-05-11 Thread Vagrant Cascadian
Source: linux Version: 3.14.2-1 Severity: wishlist Tags: patch The Cubox-i on the armmp kernel has an IR port that can be enabled by applying the following patch: diff --git a/config/armhf/config.armmp b/config/armhf/config.armmp index c43f74e..38578d3 100644 --- a/config/armhf/config.armmp +++

Bug#748406: linux: [armhf/armmp] Include IMX DRM/HDMI drivers

2014-05-16 Thread Vagrant Cascadian
Source: linux Version: 3.15~rc5-1~exp1 Severity: wishlist Tags: patch Please apply the following patches, which enable HDMI video output on the cubox-i (tested) and untested on wandboard and hummingboard. The patch for wandboard was from linux-next, the cubox-i/hummingboard patch from:

  1   2   3   >