[Bug 21878] Re: Support for encrypted root filesystem (cryptsetup)

2007-02-09 Thread Eli Criffield
This works a little better, It will check every 1/2 a second for the device, then as soon as it shows up it continues. Should speed things up from the above fix a bit. Other then this fix cryptsetup-1.0.4+svn26-1ubuntu1 Works for me using lvm on top of a single Luks partition. /usr/share/initram

[Bug 82071] Re: patch needed to boot with lvm on top of luks

2007-01-28 Thread Eli Criffield
luks setup for testing. Eli Criffield ** Attachment added: "cryptsetup initramfs hook and script patch for lvm on luks" http://librarian.launchpad.net/5914100/cryptsetup.patch -- patch needed to boot with lvm on top of luks https://launchpad.net/bugs/82071 -- ubuntu-bugs mail

[Bug 82071] patch needed to boot with lvm on top of luks

2007-01-28 Thread Eli Criffield
Public bug reported: Binary package hint: cryptsetup I had to change the initramfs hook and script to boot my laptop. I'm using the latest feisty. Also the splash has to be off, I see it doesn't try to use input during the splash but if you let it try to turn off the splash i don't end up on

[Bug 80770] gajim reconnects when wifi returns even it it wasn't connected before

2007-01-20 Thread Eli Criffield
server without OpenPGP", even though i have it save my OpenPGP password. This is with gajim-0.11-0ubuntu1 This doesn't happen with the current SVN (7864) of gajim. Eli Criffield ** Affects: gajim (Ubuntu) Importance: Undecided Status: Unconfirmed -- gajim reconnects whe

[Bug 80397] ath0 shows up as a wired device in NetworkManager

2007-01-17 Thread Eli Criffield
#x27;/org/freedesktop/Hal/devices/pci_168c_1014' (string) linux.sysfs_path = '/sys/class/net/ath0' (string) Eli Criffield ** Affects: hal (Ubuntu) Importance: Undecided Status: Unconfirmed -- ath0 shows up as a wired device in NetworkManager https://launchpad.net/bugs/80397 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 79001] Re: Can't start gnome

2007-01-15 Thread Eli Criffield
Yeah works for me, I did a update, then a dist-upgrade, then a apt-get install gnome-panel and everything is working again. Eli Criffield -- Can't start gnome https://launchpad.net/bugs/79001 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/lis

[Bug 79001] Re: Can't start gnome

2007-01-12 Thread Eli Criffield
After upgrading today i don't have a gnome-panel anymore. Thats probably what is happening above. Without the gnome-panel All i see the the brown background. There are some unresolved dependancys for gnome-panel, Looks like its still at 2.16 and everything else gnome is at 2.17. Other stuff is m

[Bug 76294] Re: atheros oops

2007-01-08 Thread Eli Criffield
I'm seeing this problem with linux-image-2.6.20-5-generic 2.6.20-5.7 and linux-restricted-modules-2.6.20-5-generic 2.6.20.1-6 updated as of today (1/8/2007). Everythig works fine on boot if ath_pci isn't avalible. Then if i install linux-restricted- modules-2.6.20-5-generic and

[Bug 76294] Re: atheros oops

2007-01-08 Thread Eli Criffield
eneric and modprobe ath_pci I get the attached OOPS. If i boot with restricted-modules installed i OOPS on boot where it trys to load it. Eli Criffield ** Attachment added: "ath_pci Kernel Opps dmesg output" http://librarian.launchpad.net/5656122/ath_pci_kernel-oops --

[Bug 77847] Re: kernel 2.6.20-3.4 hangs due to 1394 drive

2007-01-04 Thread Eli Criffield
i don't have my /usr or /var that are on separate partitions so all i did was run dmesg and reboot back to my old 2.6.17 working kernel. Here's the dmesg (attached). Looks like modprobe causes an kernel Oops somewhere in startup. Eli Criffield ** Attachment added: "dmesg error o

[Bug 74432] Re: cryptsetup failing in initrd

2006-12-21 Thread Eli Criffield
http://librarian.launchpad.net/5401165/initramfs-cryptroot-hook.patch this patch fixes it Eli Criffield -- cryptsetup failing in initrd https://launchpad.net/bugs/74432 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 76798] not accepting password

2006-12-21 Thread Eli Criffield
looking in the wrong place... Eli Criffield ** Affects: gnome-screensaver (Ubuntu) Importance: Undecided Status: Unconfirmed -- not accepting password https://launchpad.net/bugs/76798 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 21878] Re: Support for encrypted root filesystem (cryptsetup)

2006-12-14 Thread Eli Criffield
Thats pretty much what i came up with to get it working. except that theres no need to create symlinks to vgchange, it should instead call `lvm vgchange`, the lvm script does it incorrectly to by making symlinks. And yeah it has to run _before_ lvm, it takes care of all the lvm stuff it self, ha

[Bug 73633] Re: Dies on undefined symbol

2006-12-08 Thread Eli Criffield
Appears to be fixed with in libqt4-core 4.2.1-2ubuntu1 After updating today, it got the new libqt4 and it doesn't crash anymore. Thanks Eli Criffield -- Dies on undefined symbol https://launchpad.net/bugs/73633 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 21878] Re: Support for encrypted root filesystem (cryptsetup)

2006-12-05 Thread Eli Criffield
o add cryptlvm support to the initrd at http://eli.criffield.net/auto_crypted_lvm/cryptlvm-initramfs_1-1_i386.deb I'm yet to see feisty load any crypted fs from the initrd, see bug 74432 If you want to install on an encrypted lvm from scratch see my post on ubuntuforums http://ubuntuforums.org/showthrea

[Bug 74432] Re: cryptsetup failing in initrd

2006-12-04 Thread Eli Criffield
In the initrd now there is a modprobe to load dm_crypt $ gzip -dc 9 /boot/initrd.img-2.6.19-7-generic |cpio -vidm $ grep modprobe scripts/local-top/cryptroot modprobe -q dm_crypt -- cryptsetup failing in initrd https://launchpad.net/bugs/74432 -- ubuntu-bugs mailing list ubuntu-bugs@li

[Bug 74432] cryptsetup failing in initrd

2006-12-04 Thread Eli Criffield
Public bug reported: This worked in edgy, but after upgrading to feisty it fails. cryptsetup-1.0.4-8ubuntu1 using feisty updated to current as of today (12/04/2006) I can't boot to with the created initrd and kernel 2.6.19-7 cryptsetup runs on boot and prompts for my password but fails with t

[Bug 73633] Dies on undefined symbol

2006-11-28 Thread Eli Criffield
Public bug reported: to reproduce, on fully upgraded feisty install with mostly default packages. sign on open roster from docklet click on contact to open chat Crash Sometimes, Here's the error it gives, Looks like a qt libary mismatch somewhere. This repeats a lot, exept for the last line t

[Bug 67463] Re: edgy kernel breaks qla2100 HBA support

2006-11-21 Thread Eli Criffield
When can we expect to see a new package with this fix, It would be nice to get my servers up again? Eli -- edgy kernel breaks qla2100 HBA support https://launchpad.net/bugs/67463 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 47775] Re: [dapper] xrandr freezes the system (radeon, MergedFB)

2006-11-14 Thread Eli Criffield
I got the patch from this bug report, just fallow the link to the freedesktop-bugs 7154 and the patch is there somewhere. I'll attach it here too. Eli Criffield ** Attachment added: "Patch to stop the lockups" http://librarian.launchpad.net/5075450/xserver-xorg-driver-at

[Bug 47775] Re: [dapper] xrandr freezes the system (radeon, MergedFB)

2006-11-13 Thread Eli Criffield
dpkg -i xserver-xorg-driver-ati_6.5.7.3-0ubuntu8_i386.deb Eli Criffield -- [dapper] xrandr freezes the system (radeon, MergedFB) https://launchpad.net/bugs/47775 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 67463] Re: edgy kernel breaks qla2100 HBA support

2006-11-06 Thread Eli Criffield
This seems like an excessive amount of time for a bug that stops a server from booting and has an easy known fix. It was reported 3 weeks ago and its still Undecided Importance and unassigned. Eli Criffield -- edgy kernel breaks qla2100 HBA support https://launchpad.net/bugs/67463

[Bug 47775] Re: [dapper] xrandr freezes the system (radeon, MergedFB)

2006-10-31 Thread Eli Criffield
Any answers on when this is going to be fixed in dapper. I'm also getting random total lockups, sometimes once a week sometimes 4 times a day. (IBM T42 laptop with radeon 7500) Seems silly that its not fixed in dapper, dapper is suppost to be the Long Term Supported Stable versioin right? Eli

[Bug 67463] Re: edgy kernel breaks qla2100 HBA support

2006-10-24 Thread Eli Criffield
After upgradeing from dapper to edgy on a SAN booting server with a "QLogic Corp. QLA2312 Fibre Channel Adapter" It won't boot with any 2.6.17* kernel. There are no drivers, and there is no firmware. 1. The drivers qla2xxx drivers have to be added to the .config so they get into the kernel rp

[Bug 63032] dpkg -configure fails

2006-09-29 Thread Eli Criffield
Public bug reported: Binary package hint: linux-image-2.6.17-10-server I get this error after doing a dist-upgrade from dapper # dpkg --configure linux-image-2.6.17-10-server Setting up linux-image-2.6.17-10-server (2.6.17-10.24) ... Running depmod. update-initramfs: Generating /boot/initrd.img-