Re: [PATCH] live-initramfs: Assign user password from boot paremeter

2009-06-04 Thread Marco Amadori
On Wednesday 03 June 2009, 16:19:14, Julien Cristau wrote: > On Wed, Jun 3, 2009 at 08:53:21 +0200, Marco Amadori wrote: > > Since what it's proposed expose the password in crypted way, it seems > > a better approach of what we got since today. > > I think it's worse, because it gives a false sen

Bug#531795: live-helper: Building a sid rescue image fails

2009-06-04 Thread Sebastian Dalfuß
Package: live-helper Version: 1.0.4-1 Severity: normal /usr/share/live-helper/lists/rescue refers to the packages paketto and sing, which aren't available in sid any more. This causes lh_build to fail, if lh_config has run with -d sid and -p rescue. I had to manually remove the specific lines. --

Re: [PATCH] live-initramfs: Assign user password from boot paremeter

2009-06-04 Thread Julien Cristau
On Thu, Jun 4, 2009 at 09:02:19 +0200, Marco Amadori wrote: > On Wednesday 03 June 2009, 16:19:14, Julien Cristau wrote: > > > On Wed, Jun 3, 2009 at 08:53:21 +0200, Marco Amadori wrote: > > > Since what it's proposed expose the password in crypted way, it seems > > > a better approach of what

Bug#531810: live-helper: /dev/pts/ missing in chroot

2009-06-04 Thread Sebastian Dalfuß
Package: live-helper Version: 1.0.4-1 Severity: normal dev/pts/ is missing in chroot. Therefore dev/sterr and dev/fd/ are not available either. lh_build fails with this error: Can not write log, openpty() failed (/dev/pts not mounted?) Setting up uswsusp (0.8-1.1+b1) ... /var/lib/dpkg/info/usws

Bug#531810: live-helper: /dev/pts/ missing in chroot

2009-06-04 Thread Sebastian Dalfuß
Quick'n'dirty workaround: Edit /var/lib/dpkg/info/uswsusp.config to output its message somewhere else. The message is triggered by missing sys in chroot, so a mount --bind could help better. (I didn't try) /proc is missing too. /dev/sdterr is symlinked via /proc/fd... to /dev/pts/... . But bind-m

Bug#531795: live-helper: Building a sid rescue image fails

2009-06-04 Thread Daniel Baumann
tags 531795 +pending thanks has been fixed in git, thanks for reporting it. -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-systems.net Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, emai

Processed: Re: live-helper: Building a sid rescue image fails

2009-06-04 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 531795 +pending Bug#531795: live-helper: Building a sid rescue image fails There were no tags set. Tags added: pending > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (a

Processed: Re: Bug#531792: live-helper: tries to install squashfs-modules for sid

2009-06-04 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 531792 +pending Bug#531792: live-helper: tries to install squashfs-modules for sid There were no tags set. Tags added: pending > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administ

Re: [PATCH] Respect APT/APTITUDE options in functions/packages.sh

2009-06-04 Thread Daniel Baumann
Cody A.W. Somerville wrote: > One particular use case is "-o Acquire::http::No-Cache=True" to get > around issues with squid proxies. It would also be desirable to be able > to set "--force-yes" here if some of the packages needed during the > binary stage come from an unauthenticated source. make

Bug#531792: live-helper: tries to install squashfs-modules for sid

2009-06-04 Thread Daniel Baumann
tags 531792 +pending thanks Sebastian Dalfuß wrote: > Building an image with "-d sid" fails, because lh_build tries to install > modules-squashfs. modules-squashfs aren't needed for sid, because squashfs > is already included in linux 2.6.29, and therefore not exisiting in the sid > repositorys.

Processed: Re: Bug#531810: live-helper: /dev/pts/ missing in chroot

2009-06-04 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 531810 +moreinfo Bug#531810: live-helper: /dev/pts/ missing in chroot There were no tags set. Tags added: moreinfo > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (admi

Bug#531810: live-helper: /dev/pts/ missing in chroot

2009-06-04 Thread Daniel Baumann
tags 531810 +moreinfo thanks Sebastian Dalfuß wrote: > dev/pts/ is missing in chroot. Therefore dev/sterr and dev/fd/ are not > available either. i'm pretty sure that the version from git does it right, please reproduce with a git snapshot from live.debian.net/debian. -- Address:Daniel

Re: [PATCH] live-initramfs: Assign user password from boot paremeter

2009-06-04 Thread Steven Shiau
Marco Amadori wrote: On Wednesday 03 June 2009, 16:19:14, Julien Cristau wrote: On Wed, Jun 3, 2009 at 08:53:21 +0200, Marco Amadori wrote: Since what it's proposed expose the password in crypted way, it seems a better approach of what we got since today. I think it's worse,

Re: [PATCH] live-initramfs: Assign user password from boot paremeter

2009-06-04 Thread Steven Shiau
Steven Shiau wrote: Marco Amadori wrote: On Wednesday 03 June 2009, 16:19:14, Julien Cristau wrote: On Wed, Jun 3, 2009 at 08:53:21 +0200, Marco Amadori wrote: Since what it's proposed expose the password in crypted way, it seems a better approach of what we got since today.