Re: patches for live-boot

2016-11-10 Thread Evgeni Golov
Ohai, On Mon, Oct 31, 2016 at 09:56:28AM +0100, Ronny Standtke wrote: > We (Lernstick team) have some patches for live-boot in our github > repository that I want to upstream for the upcoming Debian 9. Our github > repository is here: > > https://github.com/imedias/live-boot > > What is the best

Re: Possible bug in "Enable write-mode for persistency related devices in readonly/forensic mode"

2016-01-01 Thread Evgeni Golov
Hey, On Fri, Jan 01, 2016 at 10:50:49AM +0100, intrigeri wrote: > Michael Prokop wrote (31 Dec 2015 20:58:15 GMT) : > > The grep options should have been '-qw' instead AFAICT. Indeed, fixed in Git, thanks! > JFTR, I'm not sure what's the preferred workflow to make sure this is > well tracked an

Bug#808733: [PATCH] Workaround for KDE caching problem on tmpfs (Bug 329668)

2015-12-22 Thread Evgeni Golov
Package: live-config Severity: wishlist see attached mail for an explanation and patch from Volley -- Bruce Schneier can read and understand Perl programs. --- Begin Message --- Something else. Note: this is a really ugly hack. You most likely do not want to make this part of the official live-

Bug#808732: [PATCH] Allow to set "noproprietary" as xorg-driver to disable vboxvideo,nvidia,fglrx

2015-12-22 Thread Evgeni Golov
Package: live-config Severity: wishlist see attached mail for an explanation and patch from Volley -- Bruce Schneier can read and understand Perl programs. --- Begin Message --- For your consideration :) Another idea i use for quite some time in my usb stick. I usually bundle nvidia and fglrx

Bug#602788: live-getty and serial console is not working as expected

2015-12-19 Thread Evgeni Golov
control: found -1 5.20151121 control: retitle -1 autologin on serial-console missing Hi, On Tue, Dec 15, 2015 at 08:58:48AM +0100, Evgeni Golov wrote: > The original report was against the 2.x series of live tools released in > Squeeze. Today, I retried the 4.x Jessie images in QEMU an

Bug#730502: live-build does not support finding image on lvm

2015-12-15 Thread Evgeni Golov
On Wed, Dec 16, 2015 at 08:07:19AM +0100, Evgeni Golov wrote: > Hi Jay, > > On Mon, Nov 25, 2013 at 02:46:20PM -0500, Jay Berkenbilt wrote: > > > menuentry "Q Debian Live 64" { > > search --no-floppy --label live-images --set=root > > linux /q-li

Bug#730502: live-build does not support finding image on lvm

2015-12-15 Thread Evgeni Golov
Hi Jay, On Mon, Nov 25, 2013 at 02:46:20PM -0500, Jay Berkenbilt wrote: > menuentry "Q Debian Live 64" { > search --no-floppy --label live-images --set=root > linux /q-live-64/vmlinuz live-media-path=/q-live-64 hostname=qlive > boot=live config > initrd /q-live-64/initrd.img >

Bug#602788: live-getty and serial console is not working as expected

2015-12-15 Thread Evgeni Golov
Hi Jason, Daniel and bnewbold, I know, this bug is pretty old, but I'd like to close it in some way. The original report was against the 2.x series of live tools released in Squeeze. Today, I retried the 4.x Jessie images in QEMU and if I add "-serial stdio" to the QEMU options and boot the ker

Bug#785345: patch

2015-12-14 Thread Evgeni Golov
control: tags -1 + patch patch attached :) -- Bruce Schneier can read and understand Perl programs. >From 054326a580c413f1a1233967aabe3eaab5cce4a6 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Tue, 15 Dec 2015 08:21:26 +0100 Subject: [PATCH] fix nodhcp option to actually force DHCP

Re: [PATCH] update manpages with default overlay filesystem

2015-06-27 Thread Evgeni Golov
uot;. Thanks for the hint. Why is there no HACKING document in the repo? :) Updated patch attached. -- Bruce Schneier can read and understand Perl programs. >From 8519e11cb9edba6635325466a9ae6acb7cacdebe Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Fri, 26 Jun 2015 14:30:36 +0200 Subject: [

[PATCH] update manpages with default overlay filesystem

2015-06-26 Thread Evgeni Golov
From: Evgeni Golov the default changed in 72211f19 --- manpages/en/live-boot.7 | 4 ++-- manpages/es/live-boot.es.7 | 6 +++--- manpages/ja/live-boot.ja.7 | 4 ++-- manpages/pot/live-boot.7.pot | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/manpages/en

Re: kvm -cdrom *iso fails

2015-04-17 Thread Evgeni Golov
On 04/17/2015 04:29 PM, Kent Tenney wrote: > Starting init: /bin/sh exists but couldn't execute it > ... > No working init found > > However if the same iso is burned to a CD it works fine. > > What am I missing? are you literally running "kvm -cdrom foo.iso"? If so, can you try adding "-m 512"

Bug#769635: live-build: Live-build fails to install dbus, breaking systemd login service

2014-11-17 Thread Evgeni Golov
On 11/16/2014 06:49 AM, Brent Earl wrote: > There is an additional issue that appears almost immediately during the > boot process. It does not show up in log files. I had to pause the > virtual machine to catch it. Any insight as to what this could be? > > Decompressing Linux... Parsing Elf...

[PATCH] stop using /etc/fstab.d

2014-10-29 Thread Evgeni Golov
From: Evgeni Golov /etc/fstab.d support was removed from util-linux in 2.25-4: https://bugs.debian.org/666163 Stop using it, and revert back to good old /etc/fstab. --- components/3020-swap | 4 ++-- components/9990-fstab.sh | 8 2 files changed, 6 insertions(+), 6 deletions

Bug#767195: live-boot: Encrypted persistence not possible at boot time

2014-10-29 Thread Evgeni Golov
Hi, On 10/29/2014 08:20 AM, Rajko Albrecht wrote: > I tried a while getting a live system working with encrypted persistence on > boot time. When doing > > live-persistence activate /dev/sdx2 > > it ask for password and setup the encryption, thats ok. But boot time > persistence works only for

Re: Bug#759744: debian-cd: loopback.cfg support for booting ISOs from within GRUB

2014-08-30 Thread Evgeni Golov
Hi *, On 08/30/2014 12:48 AM, adrian15 wrote: >> Adrian just pointed out to me that in #757883 he was working on this >> feature for supporting it in debian-live, that might be useful for >> further development and sharing this feature between debian-cd and >> debian-live. and I hacked stuff up

Re: debootstrap error

2014-03-28 Thread Evgeni Golov
> Does anyone know how to correct this?? this should be fixed in unstable already: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742822 -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: htt

[PATCH 2/2] support resolvconf in the squashfs

2014-03-27 Thread Evgeni Golov
From: Evgeni Golov when resolvconf is used in the squashfs, /etc/resolv.conf is a symlink to the generated version. depending on the size of the squashfs, the moon phase and the charge of the flux capacitor, we sometimes try to write to /etc/resolv.conf while it still points to nirvana, as

[PATCH] properly check if $rc_server1 is not "0.0.0.0"

2014-03-25 Thread Evgeni Golov
From: Evgeni Golov `if [ "${rc_server1}" ! = "0.0.0.0" ]` is wrong shell syntax --- components/9990-netbase.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/9990-netbase.sh b/components/9990-netbase.sh index 496c3ff..af3522f 100755 -

[PATCH] do not throw warnings when /tmp/custom_mounts.list does not exist

2014-03-14 Thread Evgeni Golov
From: Evgeni Golov when no device for an overlay can be found, /tmp/custom_mounts.list won't be created and will produce warnings while booting: sort: /tmp/custom_mounts.list: No such file or directory rm: can't remove '/tmp/custom_mounts.list': No such file or directory

several patches from Grml

2014-03-08 Thread Evgeni Golov
Hi *, some (quite long, I must admit) time ago, Daniel asked us (Grml) to upstream our patches against live-boot. I have prepared a first bunch (6) patches which I think would be useful to have in live-boot [1]. With our total of 21 patches, of which 3 are for replacing defaults, and 6 are pos

[PATCH] fix condition for setting rootfs_dest_backing

2013-03-11 Thread Evgeni Golov
From: Evgeni Golov The fix for the opt_link check in d5ed94293c3905b8ac402a75bd80272a20b032d4 broke the code as it inverted the meaning. Previously it ran the code iff opt_link was empty, as [ -n ] is true. In the case opt_link was not empty, the code evaluated to [ -n foo], which is invalid

Bug#702421: [PATCH 3/3] transform link targets so they work *after* the mount was moved

2013-03-06 Thread Evgeni Golov
From: Evgeni Golov Closes: #702421 --- scripts/boot/9990-misc-helpers.sh | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/scripts/boot/9990-misc-helpers.sh b/scripts/boot/9990-misc-helpers.sh index 6fda056..d775181 100755 --- a/scripts/boot/9990-misc

[PATCH 3/3] transform link targets so they work *after* the mount was moved

2013-03-06 Thread Evgeni Golov
From: Evgeni Golov Closes: #702421 --- scripts/boot/9990-misc-helpers.sh | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/scripts/boot/9990-misc-helpers.sh b/scripts/boot/9990-misc-helpers.sh index 6fda056..d775181 100755 --- a/scripts/boot/9990-misc

Bug#702421: link-mode persistence broken due to wrong link targets

2013-03-06 Thread Evgeni Golov
Package: live-boot Version: 3.0.0-1 Severity: important Hi, the fix for #696495 (d2b2a46118d331a5b3c0218c475da8e5aa831df8) broke link-mode persistence as the links now show to /live/persistence/... while the mount was moved to /lib/live/mount/persistence/... when the system was booted up. Before

[PATCH 1/2] fix test for opt_link (invalid syntax due to missing space before ])

2013-03-04 Thread Evgeni Golov
From: Evgeni Golov --- scripts/boot/9990-misc-helpers.sh |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/boot/9990-misc-helpers.sh b/scripts/boot/9990-misc-helpers.sh index 2509c90..6fda056 100755 --- a/scripts/boot/9990-misc-helpers.sh +++ b/scripts/boot/9990

[PATCH 2/2] check for ${overlay}, not ${device} when trying to close ${overlay}

2013-03-04 Thread Evgeni Golov
From: Evgeni Golov --- scripts/boot/9990-overlay.sh |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/boot/9990-overlay.sh b/scripts/boot/9990-overlay.sh index 098111c..261b0a5 100755 --- a/scripts/boot/9990-overlay.sh +++ b/scripts/boot/9990-overlay.sh @@ -404,7

Bug#682574: tagging 672870, tagging 664261, tagging 682382, tagging 682499, found 682574 in live-utils/3.0.3-1 ...

2012-08-10 Thread Evgeni Golov
On Mon, Jul 23, 2012 at 10:45:30PM +0200, Andreas Beckmann wrote: > found 682574 live-utils/3.0.3-1 You surely meant live-tools/3.0.3-1 here, right? Which makes live-tools/3.0.3-1 in Wheezy RC-buggy? -- Bruce Schneier can read and understand Perl programs. -- To UNSUBSCRIBE, email to debian-l

Bug#684423: live-tools: Broken link ( /usr/sbin/update-initramfs -> ../bin/live-update-initramfs )

2012-08-10 Thread Evgeni Golov
severity 684423 grave thanks On Thu, Aug 09, 2012 at 03:01:06PM -0500, Viktor Malyarchuk wrote: > live-tools is shipped with broken link > /usr/sbin/update-initramfs -> ../bin/live-update-initramf > which break an automatic initrd images generation and update. Which breaks "unrelated" software (

Bug#679704: live-tools: fails to upgrade from wheezy: ln: failed to create symbolic link `/usr/bin/uptime': File exists

2012-07-05 Thread Evgeni Golov
rom cf828f00b1c02e873e02ce3446d948a6d747bc6c Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Thu, 5 Jul 2012 16:17:06 +0200 Subject: [PATCH] =?UTF-8?q?install=20the=20uptime=20=E2=86=92=20live-uptime=20?= =?UTF-8?q?link=20in=20the=20package,=20not=20in=20preinst?= MIME-Version: 1.0 Content-Type: t

[PATCH] fix two typos and a wrong word in comments

2012-05-11 Thread Evgeni Golov
--- scripts/live |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/live b/scripts/live index 780c5de..d154411 100755 --- a/scripts/live +++ b/scripts/live @@ -340,7 +340,7 @@ do_netsetup () done # this is tricky (and ugly) because ipconfig sometim

Bug#642005: general: maximum size of SHM memory blocks to low

2011-09-19 Thread Evgeni Golov
On 09/19/2011 03:12 AM, Henrique de Moraes Holschuh wrote: > On Sun, 18 Sep 2011, Evgeni Golov wrote: >> On 09/18/2011 04:46 PM, Henrique de Moraes Holschuh wrote: >>> Reassigning to Debian live-config, please reassign elsewhere if >>> innapropriate. Note that non-live

Bug#642005: general: maximum size of SHM memory blocks to low

2011-09-18 Thread Evgeni Golov
On 09/18/2011 04:46 PM, Henrique de Moraes Holschuh wrote: > Reassigning to Debian live-config, please reassign elsewhere if > innapropriate. Note that non-live Debian installs have fairly large SHM > limits (kernel default, which is half your RAM on Linux), don't reassign > this to initscripts.