squasfs and fetch parameter

2009-01-27 Thread Jean Spirat
hi, Following my faillure with AOE and debian live i tried to use the fetch parameter to load a squafs image. So i created a squafs image and install nginx as a web server. The debian live still fail this time with the error: + printf Begin: Mounting "/live/image/live/fai.squashfs" on "/

Re: Fwd: Forcing monitor resolutions

2009-01-27 Thread Jordi Pujol
Hello all, El Monday 26 January 2009 20:12:08 Kai Hendry va escriure: > And Jordi, I didn't think that XDPI was neccessary, so I removed it. Thie parameter XDPI adjusts the zoom in the graphics screen. Therefore it is very useful to be able to adjust the size of the letters according to the ne

Re: squasfs and fetch parameter

2009-01-27 Thread Jean Spirat
Daniele Primon a écrit : Is the loop device setup correctly? You should try losetup to be sure. Another hint makes me suspicious about is the double slash in //fai.squashfs i rerun with a remade sqaushfs and i got the same problem : + mkdir -p //fai.squashfs + log_begin_msg Mounting "/live/

Including wc in initramfs

2009-01-27 Thread Jordi Pujol
Hello all, The Debian distribution includes wc as a built-in command in Busybox, therefore including another wc is not needed, unless that we use a custom Busybox, and taking care of custom cases should not be a live-initramfs task, Regards, Jordi Pujol

Re: squasfs and fetch parameter

2009-01-27 Thread Daniel Baumann
Jean Spirat wrote: > hi, Hi, > So i created a squafs image and install nginx as a web server. The > debian live still fail this time with the error: fetch works for me, however, it has some limitations: due to issues with busybox, name resolution doesn't work which restricts fetch parameter to

Bug#511632: live-magic: live magic does not show on panel or alt+tab until build

2009-01-27 Thread Chris Lamb
Alon Horn wrote: > it's metacity: > > horn:/home/alon# update-alternatives --display x-window-manager > x-window-manager - status is auto. >  link currently points to /usr/bin/metacity > /usr/bin/metacity - priority 60 >  slave x-window-manager.1.gz: /usr/share/man/man1/metacity.1.gz > /usr/bin/t

Re: Fwd: Forcing monitor resolutions

2009-01-27 Thread Daniel Baumann
Kai Hendry wrote: > Wondering why it hasn't been applied yet on live-initramfs? > http://git.debian.net/?p=debian-live/live-initramfs.git While Jordi does good work, he makes it nearly impossible to apply his stuff (no individual broken out patches but overlapping ones, most of the time without ex

Bug#512413: Including wc in initramfs

2009-01-27 Thread Daniel Baumann
Jordi Pujol wrote: > Hello all, Hi, > The Debian distribution includes wc as a built-in command in Busybox, > therefore including another wc is not needed, > unless that we use a custom Busybox, > and taking care of custom cases should not be a live-initramfs task, indeed, it's an ubuntu only th

Re: Custom live-bottom script not executed

2009-01-27 Thread Daniel Baumann
Cyril Jaquier wrote: > I spent almost the whole day looking at this issue to realize right now > that my script *is* executed. I had a look at /var/log/live.log and my > log messages are there. But nothing on the console. This looks like a > output redirection problem or something wrong with qemu.

Processing of live-initramfs_1.154.7-1_i386.changes

2009-01-27 Thread Archive Administrator
live-initramfs_1.154.7-1_i386.changes uploaded successfully to localhost along with the files: live-initramfs_1.154.7-1.dsc live-initramfs_1.154.7.orig.tar.gz live-initramfs_1.154.7-1.diff.gz live-initramfs_1.154.7-1_all.deb Greetings, Your Debian queue daemon -- To UNSUBSCRIBE

Re: Fwd: Forcing monitor resolutions

2009-01-27 Thread Daniel Baumann
Daniel Baumann wrote: > So either you need to come up with a check > that makes it only being executed on lenny you do already with which xrandr i just saw, however, it would need to be silenced: ---snip-- if [ -x "$(which xrandr 2>/dev/null)" ] then [...] ---snap--- would be the correct way. -

live-initramfs_1.154.7-1_i386.changes ACCEPTED

2009-01-27 Thread Debian Installer
Accepted: live-initramfs_1.154.7-1.diff.gz to pool/main/l/live-initramfs/live-initramfs_1.154.7-1.diff.gz live-initramfs_1.154.7-1.dsc to pool/main/l/live-initramfs/live-initramfs_1.154.7-1.dsc live-initramfs_1.154.7-1_all.deb to pool/main/l/live-initramfs/live-initramfs_1.154.7-1_all.deb li

Re: squasfs and fetch parameter

2009-01-27 Thread Jean Spirat
fetch works for me, however, it has some limitations: due to issues with busybox, name resolution doesn't work which restricts fetch parameter to urls with IPs in it only. this has also the effect, that you cannot fetch from an namebased virtualhost in your httpd configuration. ok if yo

Re: Fwd: Forcing monitor resolutions

2009-01-27 Thread Jordi Pujol
El Tuesday 27 January 2009 18:08:44 Daniel Baumann va escriure: > Kai Hendry wrote: > > Wondering why it hasn't been applied yet on live-initramfs? > > http://git.debian.net/?p=debian-live/live-initramfs.git > > While Jordi does good work, he makes it nearly impossible to apply his > stuff (no indi