Re: [PATCH] fix regexp for blacklist devices

2012-05-05 Thread Marco Amadori
On Saturday 05 May 2012 17:46:52 Daniel Baumann wrote: > > I chose to email a patch instead of pushing directly since I'm not sure > > if the policy here would be to revert/reset the offending commit since > > it's already pushed. > > If you're sure yours is 'the right thing', you can just remove

Re: On persistency in newer live-boot

2012-04-10 Thread Marco Amadori
On Wednesday 11 April 2012 02:05:16 Daniel Baumann wrote: > On 04/10/2012 08:15 PM, Marco Amadori wrote: > >>> We could probably drop support for /etc/live-persistence.binds > > > > What replaces that thing nowadays? It was handy to save some unwanted > > data

Re: On persistency in newer live-boot

2012-04-10 Thread Marco Amadori
On Tuesday 10 April 2012 20:05:53 Daniel Baumann wrote: > On 04/10/2012 03:26 PM, anonym wrote: > > Snapshots can no longer be partitions; only snapshot files are > > supported. > > absolutely. I agree too. The only drawback of this is to cancel the original use case that had me develop snapsho

Re: On persistency in newer live-boot

2012-04-10 Thread Marco Amadori
On Tuesday 10 April 2012 10:10:15 Daniel Baumann wrote: > if we'd do that, we could, fs label wise, get away with 'overlay' and > 'snapshot', both being below 11 characters, so no fallbacks for legacy > fs'es/os'es would be needed. Nice Spring Cleanings! +1 -- ESC:wq -- To UNSUBSCRIBE, emai

Re: "a custom mounts configurable system" in live-boot

2012-02-12 Thread Marco Amadori
On Sunday 12 February 2012 12:15:27 anonym wrote: > The persistence RFC has been heavily updated. In particular custom > mounts now support options so they can either be bind-mounted, > recursively symlinked, or union-mounted. This has also been implemented > in the tmp-persistent-custom branch.

Re: (nvidia) video slowness

2012-01-04 Thread Marco Amadori
On Wednesday 04 January 2012 12:18:41 Kai Hendry wrote: > Hi there Daniel, > > > Are you aware of any video performance problems in X in Debian squeeze at > all? I had really slow performance like 1 month ago in gcompris, updated to experimental drivers and all went fine. YMMV. And seems offto

Re: pinning hook

2011-06-10 Thread Marco Amadori
2011/6/10 Ronny Standtke > > > While most of the software packages on such a system can be upgraded, > some just > > > can't. > > > > why? > > Because kernel, initramfs and live-boot are loaded and run before > persistence is even activated. > Makes sense, probably it should be done as default.

Re: dd a live image and create a second partition

2011-03-02 Thread Marco Amadori
On Wednesday 02 March 2011 22:30:39 Ben Armstrong wrote: > > If you want to use this data partition with Windows, use FAT32. > ># mkfs.vfat -F 32 > > which won't in fact work with Windows. > Then I suggest we simply drop this point. > Manually assembling a working USB stick from parts is a

Re: beware of live-build 3.x

2011-02-14 Thread Marco Amadori
On Monday 14 February 2011 20:47:37 Daniel Baumann wrote: > A word of warning: i'm currently hacking in derivatives handling into > live-build, therefore, do *not* use live-build 3.x from git (debian-next > branch) and don't use it from experimental either. it's going to break > hard. Moreover, l

Re: Will free kernel mean firmware problems in Live in persistent mode?

2011-02-01 Thread Marco Amadori
In data Tuesday 01 February 2011 11:25:17, Shankar Gopalakrishnan ha scritto: > Thanks to both of you for such swift replies - I'm grateful. Just a > clarification on Marco's reply here: >> You can build your own, just add "non-free" "archive-area" (as in > I note from a quick check (could be

Re: Will free kernel mean firmware problems in Live in persistent mode?

2011-02-01 Thread Marco Amadori
In data Tuesday 01 February 2011 11:03:05, Shankar Gopalakrishnan ha scritto: > I've been running Debian Live in persistent mode on a flash drive as my > workhorse, everyday system for more than a year now, and I first want to > start off by thanking everyone for the wonderful, incredible work tha

Re: Bug#603974: Info provided, help needed!

2011-01-26 Thread Marco Amadori
In data Wednesday 26 January 2011 02:43:12, Colin Watson ha scritto: > Please review and comment. I can go ahead and push these patches to > master if people like them. Your patches are working on my test environment too. I like them and yes, please push them. They are fixing this bug, many th

Bug#603974: Logs of live-installer runs

2011-01-25 Thread Marco Amadori
Too ease the resolution of this bug, I attached the log of debian installer with live-installer with and without a "Depends: console-setup-udeb" in the live-installer debian/control file. In the nodep install I got XKBLAYOUT="us" instead of "it" in /etc/default/keyboard and calling setupcon at

Bug#603974: Info provided, help needed!

2011-01-25 Thread Marco Amadori
are there just for convenience. -- ESC:wq -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. From d59109c0969f4ef0c469bd0a72b940085e243c8b Mon Sep 17 00:00:00 2001 From: Marco Amadori Date: Mon, 24 Jan 2011 11:33:15 +0100 Subject: [

Re: live-persistence.binds and live-snapshot.exclude_list with live-boot 2.0.11-1

2011-01-17 Thread Marco Amadori
In data Monday 17 January 2011 09:01:50, Marco Amadori ha scritto: > > live-snapshot.list required in order to > > use live-persistence.binds/live-snapshot.exclude_list? > > No, it should not. > > If live-snapshot.list does not exist it creates a list of all files in

Re: live-persistence.binds and live-snapshot.exclude_list with live-boot 2.0.11-1

2011-01-17 Thread Marco Amadori
In data Saturday 15 January 2011 01:44:43, Csaba Kormendy ha scritto: > I'd been successfully using live-snapshot (from live-initramfs > (1.156.1+1.157.2-1)) with debian-live-507-i386-gnome-desktop.iso > I'd been using /etc/live-snapshot.list and /etc/live-snapshot.exclude_list > and life was good

Re: configuring proprietary drivers at boot time

2011-01-14 Thread Marco Amadori
In data Friday 14 January 2011 16:07:46, Ronny Standtke ha scritto: > > Please Ronny open a bug in the BTS, this seems to be a wheel that anyone > > is reinventing (xbmc-live, lernstick, lan-party netboots and I bet also > > other game-centric live distros too). > > Ok, I will do it, but for whic

Re: configuring proprietary drivers at boot time

2011-01-11 Thread Marco Amadori
In data Tuesday 11 January 2011 11:41:20, Daniel Baumann ha scritto: > On 01/11/2011 10:33 AM, Ronny Standtke wrote: > > A while ago someone told me that because this stuff is live-specific and > > all about non-free nobody would be interested, but maybe that changes > > now... > > maintainers fo

Re: keyb= cheatcode?

2011-01-05 Thread Marco Amadori
In data Wednesday 05 January 2011 14:38:05, Daniel Baumann ha scritto: > On 01/05/2011 02:18 PM, Ben Armstrong wrote: > > I find the gaming loanword "cheatcode" an annoying term that gives users > > the wrong impression. The implication is there is some hidden knowledge > > here that only the most

Re: Bug#603974: live-installer should depend and use console-setup-udeb

2010-11-19 Thread Marco Amadori
In data venerdì 19 novembre 2010 00:47:56, Samuel Thibault ha scritto: > Marco Amadori, le Fri 19 Nov 2010 00:29:59 +0100, a écrit : > > As it is now, live-installer fails in providing a proper keyboard > > configuration in the installed system, in fact it fails in propagating

Bug#603975: live-build should provide console-setup-udeb available to debian-installer

2010-11-18 Thread Marco Amadori
keyboard layout in the installed system. Patch attached (and available in git with a typo in commit message). -- ESC:wq From 3a559425e4f443ee776ba98105d132e793553e79 Mon Sep 17 00:00:00 2001 From: Marco Amadori Date: Tue, 16 Nov 2010 17:47:17 +0100 Subject: [PATCH] Do not exclude console-setup-udeb

Bug#603974: live-installer should depend and use console-setup-udeb

2010-11-18 Thread Marco Amadori
test this patch you need to fix live-build exclude-udeb or provide a console-setup-udeb in some way. Patch attached. -- ESC:wq From 5c3dfb5cb1d660d6824bc3c4ebdecbbc11bf024c Mon Sep 17 00:00:00 2001 From: Marco Amadori Date: Tue, 16 Nov 2010 17:19:26 +0100 Subject: [PATCH] Fix keyboard setup.

Re: Autobuild: Images

2010-10-07 Thread Marco Amadori
In data mercoledì 6 ottobre 2010 22:52:33, Daniel Baumann ha scritto: > now, i'm happy to tell that the new server where live.debian.net is > running since about 1.5 weeks, is powerful enough to sustain building > daily images for both amd64 and i386 in iso-hybrid, usb-hdd, net and web > flavours.

Re: Is live-boot-initramfs-tools multi-layer ready

2010-10-01 Thread Marco Amadori
In data venerdì 1 ottobre 2010 16:25:20, T o n g ha scritto: > On reading your message again, I realized that don't quite understand > what you mean by "the image can't be installed" because I doesn't have > live-installer installed and I can't find a man page for that either. > Did you mean some

Re: Is live-boot-initramfs-tools multi-layer ready

2010-09-27 Thread Marco Amadori
In data martedì 28 settembre 2010 03:10:26, T o n g ha scritto: > | wh: Readonly branch and it has/might have whiteouts on it. Aufs > | never issue write operation to this branch, but lookup for > | whiteout. Use this as ’=ro+wh’. > In case for squashfs, it should be =rr+wh Yes, it makes sense,

Bug#536728: persistent devices name are supported via persistent-subtext boot option

2010-09-27 Thread Marco Amadori
In data lunedì 27 settembre 2010 13:13:21, Michael Prokop ha scritto: > Marco, could you please document this feature? It is already documented in the live-manual: http://live.debian.net/manual/en/html/persistence.html#id2559143 > I can't find it in manpages/*/live-boot.7 yet, would be great if

Re: A django and LAMP server based on debian live

2010-08-05 Thread Marco Amadori
In data giovedì 5 agosto 2010 09:05:53, surreal ha scritto: > i have added a new hardened kernel > (http://code.google.com/p/indiaforcekernel/ > ) , new version of django(1.1) and some django apps (from osqa.net) not > available in debian stable (lenny).. > can i add the link of this cd to the w

Re: Using grml to build a stacked Debian Live system

2010-08-05 Thread Marco Amadori
In data mercoledì 4 agosto 2010 18:38:08, T o n g ha scritto: > Debian Live supports mutli-layerd stacked squashfs file systems, but so > far not a tools that I know of can build such stacked squashfs Live > system. Great news, when I added stacked fs support in casper I also begin to write some

Bug#591330: live-snapshot fails to sync at reboot/shotdown

2010-08-02 Thread Marco Amadori
In data lunedì 2 agosto 2010 10:45:21, Luigi Capriotti ha scritto: I'll paste relevant lines there for convenience: > http://live.debian.net/gitweb?p=live-boot.git;a=blob;f=scripts/live;h=a17eb > 423fca132f0aaf03c8ca6f956766eaef797;hb=HEAD#l1052 echo "export ${snap_type}SNAP="/cow${snap_mount#$r

Re: BROKEN: live-helper in sid-snapshots 2.0~a20+20100724.153121

2010-07-27 Thread Marco Amadori
> 08:10 < SynrG> there are 12 in 2.0~a20+20100724.153121 :( From the same log (just few lines above:) 06:26 amadorim debian-next * r4f2a2e4 live-build/debian/control: 06:26 Typo: live-helper should depend on live-boot. 06:26 Signed-off-by: Marco Amadori Fixed in git :-) Now someon

Bug#588307: live-initramfs: Unreachable code in Arguments

2010-07-07 Thread Marco Amadori
In data mercoledì 7 luglio 2010 10:51:57, Colin Watson ha scritto: > Only the first pattern will be matched. The second is therefore > unreachable code. Agree, a patch is coming on git soon. Thanks for reporting. -- ESC:wq -- This message has been scanned for viruses and dangerous content by

Bug#588306: live-initramfs: Unreachable code in do_netmount

2010-07-07 Thread Marco Amadori
In data mercoledì 7 luglio 2010 10:49:06, Colin Watson ha scritto: > do_netmount is called in exactly one place: > > if [ ! -z "${NETBOOT}" ] || [ ! -z "${FETCH}" ] || [ ! -z > "${HTTPFS}" ] || [ ! -z "${FTPFS}" ] then > if do_netmount > > That function then contains code

Re: thoughts about adding tmpfs support to live-helper

2010-05-21 Thread Marco Amadori
In data venerdì 21 maggio 2010 14:05:28, surreal ha scritto: > a classic rule of unix - 'if it aint broken, dont fix it' This is just a bad habit to avoid constant refactoring in bad IT departments. There is no such a thing like a "unix rule" other than "KISS" [0] and "The art of Unix programmi

Re: thoughts about adding tmpfs support to live-helper

2010-05-21 Thread Marco Amadori
In data venerdì 21 maggio 2010 13:19:44, Daniel Baumann ha scritto: > since we can't know the current directy before building, and to avoid > moving things arround in a hackish way, there's only one solution that i > can think of: moving everything except the config into build/, and > having build

Re: Congratulations to debian-live-60alpha1-i386-gnome-desktop

2010-05-18 Thread Marco Amadori
In data domenica 16 maggio 2010 16:24:18, Mgr. Janusz Chmiel ha scritto: > Would somebody try to tell me, how to edit visudo file to enable > administrative applications support running them from live CD from The > administrations menu? "sudo visudo" should do the trick. > If I Am asking thi

Re: panic if module= is specified

2010-03-23 Thread Marco Amadori
In data lunedì 22 marzo 2010 18:29:27, Luigi Capriotti ha scritto: > This has always worked up until a recent change (I'm not able to > pinpoint which one, though); today I tried with initramfs HEAD and init > cannot mount the filesystems: > > + mount -t aufs -o > noatime,dirs=/cow=rw://nvidia.ex

Re: RFC: live-initramfs 2.x features

2010-01-25 Thread Marco Amadori
In data domenica 24 gennaio 2010 22:53:58, Sebastian Ortwein ha scritto: > > Features > a feature which will save only selected files permanently on net, local. > e.g., so you can easy build mediacenter images > the files can be saved on shutdown and loaded on boot This is the actual /etc/live-s

Re: RFC: live-initramfs 2.x features

2010-01-19 Thread Marco Amadori
On Tuesday 19 January 2010 23:39:44 Daniel Baumann wrote: > Hi, > > over the time, the current live-initramfs has shown that new features > cannot be added without ugly hacks and that it needs to be rewritten in > a more modern, modular way. Not also changing language from shell to python/perl/C,

Re: Manual says: Snapshots cannot currently handle file deletion

2009-11-28 Thread Marco Amadori
On Saturday 28 November 2009 23:37:24 Rob Owens wrote: > I thought that meant that the snapshot feature wouldn't notice when I > delete a file, but I just tested it and that is not the case. So what > does this statement mean? Or is it just outdated information? If you delete a file which is pr

Re: Snapshot problems!!!

2009-11-28 Thread Marco Amadori
On Saturday 28 November 2009 23:32:17 Rob Owens wrote: > > This patch will fix the problem: > > diff --git a/bin/live-snapshot b/bin/live-snapshot > > index 18b067b..55673bb 100755 > Thanks. The patch worked properly when applied to the latest version in > the Debian repos. But due to my inexpe

Re: Snapshot problems!!!

2009-11-26 Thread Marco Amadori
On Thursday 26 November 2009, 08:47:45, Marco Amadori wrote: > On Thursday 26 November 2009, 05:11:03, Rob Owens wrote: > > > Well!! All work fine... except snapshot!!! I don't know if I do > > > something bad or, in fact, I don't understand. > > > &

Re: Snapshot problems!!!

2009-11-26 Thread Marco Amadori
On Thursday 26 November 2009, 05:11:03, Rob Owens wrote: > > Well!! All work fine... except snapshot!!! I don't know if I do something > > bad or, in fact, I don't understand. > > With live system running I do "live-snapshot -d /dev/hdb1" and > > live-sn.cpio.gz is saved on /dev/hdb1 with all da

Re: (last) call for patches to live-initramfs 1.x

2009-10-16 Thread Marco Amadori
On Friday 16 October 2009, 08:37:17, Daniel Baumann wrote: > please send all patches you want to have merged in live-initramfs 1.x. > there will be a final upload next week, after which live-initramfs 1.x > is being deprecated and the work on live-initramfs 2.x starts. So you plan to have live-in

Re: live usb persistence

2009-10-13 Thread Marco Amadori
On Tuesday 13 October 2009, 15:42:47, Шварц Сергей Владимирович wrote: > 2009/10/13 Marco Amadori : > > On Tuesday 13 October 2009, 14:40:13, Шварц Сергей Владимирович wrote: > >> It boots, it works, but it doesn't save any changes to live-rw. > > copy there the out

Re: live usb persistence

2009-10-13 Thread Marco Amadori
On Tuesday 13 October 2009, 14:40:13, Шварц Сергей Владимирович wrote: > 1. dd if=debian-live-502-i386-standard.img of=/dev/sdb > 2. added 'persistent' option in live.cfg file > 3. created second partition labeled live-rw and ext2 file system >Device Boot Start End Blocks I

Re: Bug#522382: live-initramfs: using 'persistent=nofiles' parameter [PATCH]

2009-08-03 Thread Marco Amadori
On Wednesday 29 July 2009, 12:16:54, Daniel Baumann wrote: > Rui Miguel Bernardo wrote: > > Here is a correct patch (I hope). > > for the records (it doesn't matter here, but it's a major nuissance in > general when sending patches): your diff is somewhat cluttered, you > should only change what y

Re: LiveCD doesn’t find persistent file

2009-07-27 Thread Marco Amadori
On Wednesday 22 July 2009, 20:39:13, os.n...@gmx.de wrote: > I made a persistent file as described in the manual: > [...] For your information, I use Debian Lenny. > Please can you help me? Use the live-initramfs from git, that feature was not working in lenny's live- initramfs. -- ESC:wq --

Re: Configurable persistent device names

2009-07-13 Thread Marco Amadori
On Monday 13 July 2009, 03:46:43, Richard Nelson wrote: > > Currently live-initramfs will look for hard-coded partitions labeled > > "live-rw"/"home-rw", and files called "live-sn*"/"home-sn*" for > > persistent and snapshot partitions or files. > > > > This will cause problem when trying to run/t

Re: [PATCHES] fix for Ubuntu support, live-initramfs

2009-06-23 Thread Marco Amadori
On Tuesday 23 June 2009, 11:08:29, Luigi Capriotti wrote: > Daniel Baumann wrote: > >> * lack of /lib/udev/cdrom_id in Jaunty > and the fix was rejected: > https://bugs.launchpad.net/ubuntu/+source/live-initramfs/+bug/254360 Make sense that live-initramfs will copy it to the initramfs; it could

Re: [PATCHES] fix for Ubuntu support, live-initramfs

2009-06-16 Thread Marco Amadori
On Tuesday 16 June 2009, 14:51:45, Steven Shiau wrote: > > pls find following some patches to the live-intramfs code for initial > > Ubuntu (<=Jaunty) support. > From http://aufs.sourceforge.net/ > Note: it becomes clear that "Aufs was rejected. Let's give it up." > According to Christoph Hellw

Re: Schedule for the summer

2009-06-16 Thread Marco Amadori
On Tuesday 16 June 2009, 11:27:39, Daniel Baumann wrote: > * posting an (incomplete) plan of things to do for live-initramfs > 2.x and live-initramfs 2.x. This soundz interesting and challenging > * i'm invited to stay at otavios place who's living near porto alegre > for about a wee

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

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

2009-06-03 Thread Marco Amadori
On Tuesday 02 June 2009, 16:23:18, Daniel Baumann wrote: > > I have sent this before, but the patch file I sent was not good, so I > > think it's why not being accepted. > In general, I'm not a fan of adding such a feature. Exposing passwords > and also their hashes to visible to any user (which

Re: Fwd: get ride of embedded 70-persistent-net.rules inside generated initrd.img

2009-05-18 Thread Marco Amadori
On Monday 18 May 2009, 16:45:02, Fathi Boudra wrote: > after generating a live image: > # find . -type f -name 70-persistent-net.rules > ../etc/udev/rules.d/70-persistent-net.rules > 70-persistent-net.rules comes from my host machine. lh_chroot_hacks should take care of it before the generation

Re: debian-live cheatcodes?

2009-05-11 Thread Marco Amadori
On Tuesday 12 May 2009, 01:42:32, Albretch Mueller wrote: > > see parameters.txt and live-intramfs manpage. citing live-intramfs manpage: live-media|bootfrom=DEVICE If you specify one of this two equivalent forms, live-initramfs will first try to find this device for the "/live" directory whe

Re: Debian-Live and persistence - Keep remove files

2009-05-06 Thread Marco Amadori
On Wednesday 06 May 2009, 18:25:58, Nicolas Turpault wrote: > To remove files aufs use whiteout and create empty files (with the > patern .wh.namefile) in the copy-on-write directory. To keep remove > files we just have to copy the snapshot in the copy-on-write directory > before mounting the root

Re: Patches to correct live-sn

2009-05-06 Thread Marco Amadori
On Wednesday 06 May 2009, 04:36:53, Richard Nelson wrote: > Greetings, > > I am attaching patches for what I believe is a working live-sn setup. > I looked through all the options provided and removed many since a > working live-sn is essential and one good working way is better than > many that d

Re: new live concept

2009-04-21 Thread Marco Amadori
On Tuesday 21 April 2009, 19:32:53, Vito Tafuni wrote: > i don't know if live-helper can do that... > but I've talked with Marco Amadori and he will tell you I didn't have any insight from him about those issues, and please do not cite me instead of giving informations to

Re: Persistent mode doesnt work... Im noob :( [USB]

2009-04-09 Thread Marco Amadori
In data giovedì 09 aprile 2009 11:55:29, Ja ha scritto: > I've dd'ed 500 standard usb image to usb... created 4GB ext2 partition with > gparted labeled live_rw ... trying to boot with those parameters: try to label it "live-rw" > append initrd=/live/initrd1.img boot=live union=aufs persist

Re: How to remove 70-persistent-net.rules?

2009-04-08 Thread Marco Amadori
In data mercoledì 08 aprile 2009 11:15:46, Cyril Jaquier ha scritto: > It seems like 08persistence_excludes is broken. I opened a bug (523070). > My current workaround is to only define... one directory ;) Thank you for that, I hope to have some time soon to go through them all. -- ESC:wq --

Re: Problem with boot parameter "persistent=nofiles"

2009-04-02 Thread Marco Amadori
On Thursday 02 April 2009 19:41:52 Carlos Temes wrote: > I've created two partitions in a USB stick, the first one for the > live-system and the second one to be used as a persistent home. The label > of this partition is "home-rw". > > When I use the boot parameter "persistent" everything works O

Re: How to remove 70-persistent-net.rules?

2009-04-02 Thread Marco Amadori
In data giovedì 02 aprile 2009 11:23:59, Cyril Jaquier ha scritto: > The > first time I boot the system, udev write the MAC address of the network > interfaces into /etc/udev/rules.d/70-persistent-net.rules and because I > use full persistence, the file is there on the next boot. The problem is >

Re: Setting the Live User uid

2009-04-02 Thread Marco Amadori
In data giovedì 02 aprile 2009 08:35:14, Sébastien Masset ha scritto: > First of all, I would like to apologise to the mailing list subscribers > if they've already received this (and some others) message but this is > the third time I've tried to send it and I'm yet to see it posted on the > mess

Re: Setting the Live User uid

2009-03-31 Thread Marco Amadori
In data lunedì 30 marzo 2009 23:25:21, Sébastien Masset ha scritto: > I'm coming back to this issue after a while now but you'll find in this > mail an *untested* patch for live-initramfs to set the Live User UID > This is my first experience with using git and modifying either > live-initramfs o

Re: Google Summer of Code 2009

2009-03-03 Thread Marco Amadori
On Wednesday 04 March 2009, 02:05:00, Punky wrote: > > Google Summer of Code 2009 starts soon. Does anyone have any > > live-specific idea that could be implemented during the summer by a > > student? > I am looking for a feature in live-helper that it can run multiple > live config and mixed the

Re: Google Summer of Code 2009

2009-03-02 Thread Marco Amadori
On Saturday 28 February 2009, 18:27:43, Daniel Baumann wrote: > Google Summer of Code 2009 starts soon. Does anyone have any > live-specific idea that could be implemented during the summer by a > student? Another idea is to finish the gorgeous thing called live-installer. live-installer to be m

Re: Google Summer of Code 2009

2009-03-02 Thread Marco Amadori
On Saturday 28 February 2009, 18:27:43, Daniel Baumann wrote: > Hi, > > Google Summer of Code 2009 starts soon. Does anyone have any > live-specific idea that could be implemented during the summer by a > student? Yes, supporting building of images in steps, exploiting the "stackable fs" feature

Re: Simple Qt GUI which use debian Live

2009-02-24 Thread Marco Amadori
On Tuesday 24 February 2009, 04:51:49, Daniel Baumann wrote: > and don't use > french spacing in english, this is some sort of disease (no offence) > that french native speakers often tend to do when they write > english. The funny thing is that the original name (pre 1994) of wha

Bug#514916: Not really (was Re: It seems to be related to another package)

2009-02-12 Thread Marco Amadori
On Thursday 12 February 2009, 20:27:08, rpowell wrote: > I would like to think that two Debian packages could work to fix > something at the same time. :) Sure, mine was just a request to consider if it could be the case of moving the bug to another package to track it better. > However, the p

Bug#514916: It seems to be related to another package

2009-02-12 Thread Marco Amadori
On Wednesday 11 February 2009, 22:10:25, rpowell wrote: > Package: live-initramfs > The following patch makes everything work in my environment, and I > believe will still work in single-NIC setups: > *** > /srv/fai/nfsroot/live/filesystem.dir/usr/share/initramfs-tools/scripts/func >tionsWed

Re: Lenny RC1, size issues, and the Lenny release

2009-02-10 Thread Marco Amadori
On Tuesday 10 February 2009, 11:30:33, Daniel Baumann wrote: > i forgot to mention that in agreement with otavio, this image will *not* > contain live-installer. this is because we are not confident that it was > tested enough. therefore, i will build the same dvd image twice, once as > an officia

Re: Persistent partitions not on the same device

2009-01-23 Thread Marco Amadori
On Friday 23 January 2009, 15:53:31, Frédéric Boiteux wrote: > Le Thu, 22 Jan 2009 09:31:51 +0100, > > Marco Amadori a écrit : > > On Thursday 22 January 2009, 08:36:18, Frédéric BOITEUX wrote: > > > Looking in live-initramfs's script/live code, I've found th

Re: Yet another list statistics for debian-live

2009-01-23 Thread Marco Amadori
On Friday 23 January 2009, 07:35:15, Andreas Tille wrote: > The graph for this specific list is >http://people.debian.org/~tille/liststats/authorstat_live.pdf > > I wished this really cool project would gain more active people. Me too, but I like all people who joined it these years. > Anyw

Re: Persistent partitions not on the same device

2009-01-22 Thread Marco Amadori
On Thursday 22 January 2009, 08:36:18, Frédéric BOITEUX wrote: > Looking in live-initramfs's script/live code, I've found that the > device where is found live-rw (global persistent partition) is excluded > from home persistent partition's search. Then it is a bug, only the partition should be

Re: Debian-live for embedded systems?

2009-01-20 Thread Marco Amadori
On Tuesday 20 January 2009, 08:46:47, Cyril Jaquier wrote: > Have you already used Debian-live for this? Is Debian-live a good choice > in this case? It could, it gives you a flexible root filesystem builder easy to deploy, please try it and report your experience. -- ESC:wq -- This message

Bug#497561: live-initramfs: mount-call in scripts/init-bottom/udev has wrong syntax

2008-12-15 Thread Marco Amadori
On Monday 15 December 2008, 02:47:49, Daniel Baumann wrote: > Marco, > > could you comment on this one? live-initramfs currently does not include util-linux-ng "mount" as the inspection of "hooks/live" could show. (You could also inspect the generated initrd to have a look). It includes the kli

Re: mount /var & /tmp on tmpfs?

2008-12-09 Thread Marco Amadori
On Tuesday 09 December 2008, 03:19:23, T o n g wrote: > On Tue, 02 Dec 2008 08:30:58 +0100, Marco Amadori wrote: > >> I'm using debian-live on my usb stick with persistence. In order to > >> decrease writing times on the stick, can I mount /var & /tmp on a > >

Re: live media scan order

2008-12-09 Thread Marco Amadori
On Sunday 07 December 2008, 05:50:54, T o n g wrote: > What's the default scan order to find the device that contains the "/ > live" directory? Alphabetic, based on /sys/block/ directory listing. > I hope it always search HD first, so that the copy found on the fast HD > would be used instead of

Re: more debian-installer hooks - half done

2008-12-02 Thread Marco Amadori
On Wednesday 22 October 2008, 09:11:29, Marco Amadori wrote: > On Wednesday 22 October 2008, 00:14:19, Chris Lamb wrote: > > > or a separate config/binary_debian-installer-includes to work as other > > > -includes, files with full path to be included in the initrd > >

integrity check

2008-12-02 Thread Marco Amadori
Hi all, since the "integrity-check" boot options does not work (#507477), while I'm looking at a fix for it I wonder if it makes sense how it is intended to work at all. As intended now, it checks via md5sum the content of the media (e.g the cd) and then it reboots in any case after 60 seconds

Re: mount /var & /tmp on tmpfs?

2008-12-01 Thread Marco Amadori
On Tuesday 02 December 2008, 07:54:17, Neo Willis wrote: > I'm using debian-live on my usb stick with persistence. In order to > decrease writing times on the stick, can I mount /var & /tmp on a ramdisk? > tmpfs? How can I do that? This should be already in place, look at live-initramfs manpage,

Bug#507477: regression: Integrity Checks does not work anymore

2008-12-01 Thread Marco Amadori
Package: live-initramfs Version: 1.154.1-1 Severity: important Booting with "integrity-check" halts the boot process, probably because the default "md5sum" binary in that context, is still the busybox one, which does not support the "-c" option. Moreover the "reboot" command tries to redirect t

Re: a few minor bugs in the D-L Manual

2008-11-26 Thread Marco Amadori
On Thursday 27 November 2008 07:51:38 Ivan Shmakov wrote: > >> $ dd if=/dev/null of=live-rw bs=1G seek=1 # for a 1G image file > >> $ ls -gGl live-rw > >> -rw-r--r-- 1 1073741824 ... live-rw > > > > This is bogus too as it creates a file big as all free space in the > > target devive..., > >

Re: a few minor bugs in the D-L Manual

2008-11-26 Thread Marco Amadori
On Wednesday 26 November 2008 23:38:56 Daniel Baumann wrote: > Marco Amadori wrote: > >> $ /sbin/mkfs -t ext2 -F live-rw > i've (silently) changed this to: > # /sbin/mkfs.ext2 -F live-rw the "#" is unnecessary as Ivan stated in a previous mail. -- ESC:wq --

Re: a few minor bugs in the D-L Manual

2008-11-26 Thread Marco Amadori
On Wednesday 26 November 2008 20:17:47 Ivan Shmakov wrote: > Rather, it should look like: > > $ dd if=/dev/null of=live-rw bs=1G seek=1 # for a 1G image file > $ ls -gGl live-rw > -rw-r--r-- 1 1073741824 ... live-rw This is bogus too as it creates a file big as all free space in the target

Bug#506591: A central place for stacked filesystems

2008-11-24 Thread Marco Amadori
On Monday 24 November 2008, 21:44:05, Tong Sun wrote: > > Try to boot with "showmounts" :-) > > If I understood what you meant, this bug could be closed. > but the main wish, ie, a central place for stacked filesystems, still > holds. If you try the above mentioned options and there are no regre

Bug#506591: A central place for stacked filesystems

2008-11-24 Thread Marco Amadori
On Saturday 22 November 2008, 22:20:18, Tong Sun wrote: > It seems that I can't access the stacked filesystems individually. I.e., > the mount point of each individual stacked filesystems is not accessible > for me. Try to boot with "showmounts" :-) If I understood what you meant, this bug could

Re: persistent partition live-rw is not cleanly unmounted during shutdown

2008-11-24 Thread Marco Amadori
On Friday 21 November 2008, 22:04:39, Carsten wrote: > Hi all, > > messages during shutdown prozess on a live system with persistent partition > telling me that /live/cow is busy. The persistent partition is mounted on /live/cow, proabably removing it from the unionfs could save the umount failu

Re: ejecting live-media after toram

2008-11-24 Thread Marco Amadori
On Sunday 23 November 2008, 22:21:09, Daniel Baumann wrote: > + # Eject live media > + if [ -x /bin/eject ] && [ "${NOEJECT}" != "Yes" ] > + then > + eject ${dev} > + fi > + > or is the live-media used for anything after copy_live_to(); has been run? After

Re: /etc/resolv.conf bug

2008-11-21 Thread Marco Amadori
On Friday 21 November 2008, 13:41:11, Daniel Baumann wrote: > >> this is a bug in resolv.conf; in short: don't ever use resolv.conf on a > >> live system, no gain in using it, and it is only causing problems. > it was a typo, sorry. i ment 'resolvconf'. Got it, but I think resolvconf is unintent

Re: /etc/resolv.conf bug

2008-11-21 Thread Marco Amadori
On Friday 21 November 2008, 08:53:39, Daniel Baumann wrote: > this is a bug in resolv.conf; in short: don't ever use resolv.conf on a > live system, no gain in using it, and it is only causing problems. It the whole "/etc/resolv.conf" file itself is deprecated, what should be then the right way

Re: No such file or directory reported by df

2008-11-20 Thread Marco Amadori
On Thursday 20 November 2008, 01:08:30, T o n g wrote: > $ cat /proc/mounts > rootfs / rootfs rw 0 0 > none /sys sysfs rw,nosuid,nodev,noexec 0 0 > none /proc proc rw,nosuid,nodev,noexec 0 0 > udev /dev tmpfs rw,size=10240k,mode=755 0 0 > /dev/scd0 /live/image iso9660 ro,noatime 0 0 > /dev/loop0 /

Re: on the fly modules adding and removal

2008-11-19 Thread Marco Amadori
On Thursday 20 November 2008 08:00:36 Michael Prokop wrote: > * Marco Amadori <[EMAIL PROTECTED]> wrote: > > This is already supported by the boot parameter "module=" since more than > > one year, although nobody uses it since that cause live-helper does not &g

Re: No such file or directory reported by df

2008-11-18 Thread Marco Amadori
On Wednesday 19 November 2008, 04:10:15, T o n g wrote: > df: `/001-base.squashfs': No such file or directory > df: `/002-vars.squashfs': No such file or directory look at /proc/mounts, df looks at /etc/mtab which is still misaligned and manually crafted. > In my /live directory, there are 2 fi

Re: on the fly modules adding and removal

2008-11-17 Thread Marco Amadori
On Monday 17 November 2008, 16:33:22, T o n g wrote: > On Sun, 16 Nov 2008 22:01:04 +0100, Marco Amadori wrote: > > On Sunday 16 November 2008 21:59:38 T o n g wrote: > >> Last time I asked, there was no such tool to add or remove (optional) > >> compressed filesystem

Re: on the fly modules adding and removal

2008-11-16 Thread Marco Amadori
On Sunday 16 November 2008 21:59:38 T o n g wrote: > Last time I asked, there was no such tool to add or remove (optional) > compressed filesystems into root aufs on the fly, as Slax does. Nothing on the fly, only at boot time. > I'm wondering if we have something similar now? If not, is there a

Re: Live + installer + Usb key

2008-11-03 Thread Marco Amadori
On Friday 31 October 2008, 22:07:12, Didier Raboud wrote: > Hi, > > I just started to learn live-helper and I love it ! ;) And when I asked > questions in #debian-live, I got friendly answers ! > > Anyway, > > I have a 2Gib USB key that I would like to use as following : > > * Live system bootable

Re: more debian-installer hooks

2008-10-22 Thread Marco Amadori
On Wednesday 22 October 2008, 00:14:19, Chris Lamb wrote: > > or a separate config/binary_debian-installer-includes to work as other > > -includes, files with full path to be included in the initrd > > I think this is the best solution: me too, best options should be listed last for maximum effec

more debian-installer hooks

2008-10-21 Thread Marco Amadori
Hi all, I found some use cases for having a tool to include things directly in ithe debian-installer initrd. We already have some infrastucture to handle d-i initrds like the Repack_initrd() function in helpers/lh_binary_debian-installer which is now used to include the preseed.cfg (all *.cfg)

Re: Bug#502877: lh_binary_debian-installer fails to include local debs

2008-10-20 Thread Marco Amadori
On Monday 20 October 2008 23:01:56 Chris Lamb wrote: > tags 502877 +pending > [..] > > > Version: <= 1.0.1-1 > > Tags: fixed-in-git > > [..] > > These aren't valid version and tags, btw. Yes, I saw the complain in the bts entry, would you like to correct me without having me to increase universe

  1   2   >