Bug#826258: regression in live-manual 2:20151217 which re-adds me as uploaders

2016-06-03 Thread Daniel Baumann

Package: live-manual

Hi,

I've removed myself in live-manual 1:5.0~a2-2 from uploaders, yet
2:20151217 re-adds me. I do not agree with this, please remove me.

Regards,
Daniel



An abrupt End to Debian Live

2015-11-09 Thread Daniel Baumann
[ I don't know why this post is not showing up on planet.debian.org:
https://danieltmp.wordpress.com/2015/11/09/an-abrupt-end-to-debian-live/
I am sending it here by mail now. ]


An abrupt End to Debian Live


Debian can be great.

But depending on who you are, where you come from, and who your friends
are, Debian can also be hateful and full of deceit.

Before even more of reality[0] is spin-doctored into some distorted[1]
view of it, and before my past work is being discredited, I will take
the high road and continue my work on Debian Live images on the outside.

If there is one thing I did learn over the past years of agressions
towards me, then that it is this: I am forced to blindly and
unchallenged accept everything others decide about me or my work,
resistence to the cabal is futile, anything goes, no[2] matter[3] what[4].

Therefore, after having founded Debian Live back in 2006 and having by
now almost 10 years continuously worked on it, without further ado:

  Debian Live is dead, hijacked by the debian-cd and the
  debian-installer Teams[5]

The live.debian.net server will be shut down end of month, the Git
repositories are read-only as of now and mirrored to GitHub[6] for archival.

So long, and thanks for all the fish[7].

Daniel

[0] https://www.debian.org/News/weekly/2006/08/
[1] https://lists.debian.org/debian-live/2015/11/msg8.html
[2] https://bugs.debian.org/497471
[3] https://bugs.debian.org/759189
[4] https://bugs.debian.org/754910
[5] https://bugs.debian.org/804315
[6] https://github.com/debian-live
[7] http://live.debian.net/project/downstream/



Re: [Vmdebootstrap-devel] Namespace issues

2015-11-07 Thread Daniel Baumann
On 11/07/2015 12:33 PM, Neil Williams wrote:
> There is an explicit reason for this. vmdebootstrap is being extended
> explicitly to provide support for a replacement for live-build. This
> work is happening within the debian-cd team to be able to solve the
> existing problems with live-build.

looks like a secret plan to me. I and nobody to my knowledge of
debian-live has heard anything about that at all, nor has there been any
information about this intention being posted to
debian-live@lists.debian.org.

also nobody of the vmdebootstrap involved people has mentioned this to
me or the audience on this years debconf in the various talks and bofhs
where image building was the topic and i was present.

> The objective is that debian-cd builds official Debian Live images
> without using live-build, using vmdebootstrap live support and
> live-build-ng instead.

oh, ok. I see.

when we agreed that the official live-images are built on petterson, we
did exactly that - we delegated only the "execution" of our build system
over to debian-cd, not the "authority" to decide which/how images are
built or built with.

but given the situation, i understand that argueing about this hijack is
futile then.

it would have been more honest to actually talk to us (we're doing this
since almost 10 years now), and take over live-* packages directly,
rathern than to uploading -ng versions of them.

So long and thanks for all the fish,
Daniel



Namespace issues

2015-11-07 Thread Daniel Baumann
Hi Ian,

nice to see you're interested in live-* stuff. however, please consider
renaming this package (and also src:live-support), it invades/hijacks
the Debian Live namespace.

I'm sure you can come up with a suitable namespace on your own, e.g.
vmdebootstrap-live and vmdebootstrap-live-support or something like that).

Regards,
Daniel



Bug#798163: [live-build] syslinux mbr.bin file still not found

2015-09-07 Thread Daniel Baumann
close 798163 4.0.4-1
thanks

On 09/06/2015 01:03 PM, Bob wrote:
> This bug was already submitted in Feb 2015 but was incorrectly assigned
> as fixed.

i don't think so.

the bug in question has been fixed in a later version of live-build 4.x,
namely 4.0.4-1. thus this bug is, once again, versioned-closed
appropriatly. this means that the bug shows as closed for unstable, but
is still open for jessie.

now, for jessie, we're not going to fix that since we do only criticial
fixes in core functionality since stable updates have to go through the
release team for review. hdd images are not core functionality.
therefore, please either use the latest 4.x or 5.x version where this
bug has been fixed. both versions can be installed as-is (without
rebuild) on jessie.

Regards,
Daniel



Bug#796964: live-helper: live.debian.org refers to live-helper

2015-08-26 Thread Daniel Baumann
reassign 796964 debian-live
close 796964
thanks

Hi,

the version of live-manual you are looking at refers to 1.x which is, as
the manual states in the introduction, aiming at Debian 5.0 (lenny) from
2009. We keep this around for reference purposes and do not change it
anymore.

For the current stable documentation, please refer to
http://live.debian.net/manual/4.x

Regards,
Daniel



Re: [PATCH] systemd: don't reset VT on autologin

2015-08-21 Thread Daniel Baumann
On 08/20/2015 12:56 PM, Daniel Gollub wrote:
 agetty --noclear is not enough when systemd is used.

correct; but the default in systemd on debian is to clear the terminal,
hence we should not have a different default on the live systems.

  ExecStart=-/sbin/agetty --autologin ${LIVE_USERNAME} --noclear %I 38400 linux

btw, the 38400 is not default either, do we really need that here?

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/



Re: [PATCH] systemd: don't reset VT on autologin

2015-08-21 Thread Daniel Baumann
On 08/21/2015 10:44 AM, Daniel Gollub wrote:
 What about making it conditional? Parameter on cmdline?

personally this sounds a bit too much of a niiche case to warant an own
option for that, let me think on how to do that best..

 But if we want to keep the Debian 8 default we should switch to:
 ExecStart=-/sbin/agetty --autologin ${LIVE_USERNAME} --noclear %I \$TERM

that was what i was aiming for, will do.

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/



Re: [PATCH] systemd: don't reset VT on autologin

2015-08-21 Thread Daniel Baumann
On 08/21/2015 10:58 AM, Daniel Baumann wrote:
 personally this sounds a bit too much of a niiche case to warant an own
 option for that, let me think on how to do that best..

..having though about it, two things:

1. on debian the default is to use clear, so should we

2. i don't see much gain for non-debug reasons to not clear the
terminal, do you?


for debug reasons, i've enabled it in git now so that when you boot with
live-config.debug or debug in your cmdline, then, the terminals are not
cleared.

i think that way we can cover 90% of the uses cases. for anything else,
users can overwrite the file locally or add another custom component in
for live-config.

what do you think?

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/



Re: [PATCH] Add support for systemd autologin on tty1

2015-08-20 Thread Daniel Baumann
On 08/20/2015 09:51 AM, Daniel Gollub wrote:
 Verified latest debian-next branch of live-config. Autologin with
 systemd works for me now perfectly fine on my live build.

great, thanks a lot for the testing and doing the actual work (the patch
;). will be uploading today.

Regards,
Daniel

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/



Feedback regarding Allow selecting boot eth dev by MAC address

2015-08-19 Thread Daniel Baumann
Hi Riccardo,

thanks for pushing your commit to allow selecting the network device by
mac address in live-boot, a really nice feature indeed.

Just so you know.. when adding new boot parameters to the existing code,
we try to follow a consistent particular scheme (or define one if there
has not been any for the particular topic). That's why i've moved your
commit to tmp-netdev branch in the git repository, and merge that for
the next version - i'll have to think about how to handle these things
and make it more generic (by also introducing alternative mechanisms to
select the right network device, not just the mac).

I'll hope to get next week to it and upload a new version of live-boot
with the patch of yours.

Regards and thanks again,
Daniel

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/



Re: Feedback regarding Allow selecting boot eth dev by MAC address

2015-08-19 Thread Daniel Baumann
On 08/19/2015 05:26 PM, Daniel Baumann wrote:
 i'll have to think about how to handle these things
 and make it more generic (by also introducing alternative mechanisms to
 select the right network device, not just the mac).

i think we could follow the systemd namespace here.. some examples:

  * matching a netdev by name
this would select the second onboard network device to be used:

live-boot.netdev-match.name=eno2

  * matching a netdev by mac address
this would select the network device that has a given mac address:

live-boot.netdev-match.macaddress=aa:bb:cc:dd:ee:ff

  * matching a netdev by a certain ip address (or subnet)
if there are multiple interfaces, and they have all dhcp or a
preconfigured static address inside the image, then
select the first one that is in the given subnet (or has a
given address):

live-boot.netdev-match.address=196.168.0.0/24

or something like that..

Regards,
Daniel

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/



Bug#788811: Live iso image boots but doesn't open a getty

2015-08-19 Thread Daniel Baumann
tag 788811 pending
thanks

Hi,

this should be fixed with current live-config from git (debian-next
branch), will be upload a new version in the next couple of days.

Regards,
Daniel

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/



Re: standard live image for jessie build failed

2015-08-19 Thread Daniel Baumann
On 08/19/2015 02:22 PM, Harshad Joshi wrote:
 Please provide some insight if my lb build commnds are failing...

please follow the routine that manual has, we don't have a magic crystal
ball. :(

Regards,
Daniel

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/



Re: [PATCH] Add support for systemd autologin on tty1

2015-08-19 Thread Daniel Baumann
Hi,

On 08/12/2015 11:35 AM, Daniel Gollub wrote:
 Original I toughed for sysvinit/inttab/getty it was also only tty1. But
 it turns out all/6 ttys are enabled for autologin.

ok, i've now pushed the following, can you give it a try too?

http://live.debian.net/gitweb/?p=live-config.git;a=commitdiff;h=ec47dcb667190c1489b118ddf115cf572e916322

http://live.debian.net/gitweb/?p=live-config.git;a=commitdiff;h=7857dd0cc03599521f270d03148320b2ae6012f6

Regards,
Daniel

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/



Re: persistence failing all the time

2015-08-15 Thread Daniel Baumann
On 08/15/2015 02:30 PM, Robert Spiteri wrote:
 7. create the persistence.conf file

what's the content of the file?

 8. populated it with /

what do you mean with 'populated with /' exactly?

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/



Re: hash mismatch causing build to fail

2015-08-15 Thread Daniel Baumann
On 08/15/2015 03:38 PM, Harshad Joshi wrote:
 E: Failed to fetch
 http://http.us.debian.org/debian/pool/main/d/dctrl-tools/dctrl-tools_2.23_amd64.deb
  
 Hash Sum mismatch

this is normal for this server and has been discussed many times
already, please search the debian list archives.

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/



Bug#775991: live-build: delete chroot/root/packages.list

2015-08-13 Thread Daniel Baumann
close 775991 5.0~a10-1
thanks

the file should not just be removed, but the original reason should be
fixed, why the helper is failing in the first place and thus (because of
'set -e') the code that cleans it it up not called.

this seems to have now happened, i can't pinpoint it to a particular
change, but at least it's not happening anymore with above version, thus
closing this bug report.

Regards,
Daniel

--
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/



Re: standard live image for jessie build failed

2015-08-10 Thread Daniel Baumann
you're not building from scratch, the error your're experiencing is
caused by something in your cachages. try lb clean --purge  lb build
as the manual recommends.

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/55c8de06.3070...@progress-technologies.net



Re: debian 8 MATE live image - no browser sound

2015-08-10 Thread Daniel Baumann
On 08/08/2015 02:24 PM, Tom wrote:
 There seems to be a problem with the Mate live image

 when running from the live image, and also after install there is no
 sound on anything through a browser or from the net. Playing local sound
 files works fine.

please report the bug in the bts or try debian-u...@lists.debian.org;
this doesn't look like a live specific problem.

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/55c8deb9.6070...@progress-technologies.net



Re: live-build jessie fails...

2015-08-10 Thread Daniel Baumann
Hi,

could you please follow the procedure outlined in the manual about
reporting bugs? your report lacks all the required information for us to
be able to reproduce it.

Regards,
Daniel

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/55c90067.4000...@progress-technologies.net



Re: [PATCH] Add support for systemd autologin on tty1

2015-08-10 Thread Daniel Baumann
Hi,

thanks; now.. three questions left:

  * i assume, the name of the file that gets put into /etc/systemd
/system/getty@tty1.service.d doesn't matter, right?

  * why are there two ExecStart in the to-be-created autologin.conf?

  * should we do it on tty1 only, or do it on all (by default = 6) ttys?

Regards,
Daniel

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/55c9064c.6040...@progress-technologies.net



Re: deb cdrom line in sources.list not commented/removed

2015-07-13 Thread Daniel Baumann
On 07/13/2015 05:33 PM, Federico Bruni wrote:
 I've installed an ISO generated with live-build 4.0.5.
 Why this line in sources.list is not removed/commented?

this is an apt-setup thing (debian-installer, not debian-live).

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/55a429f0.2040...@progress-technologies.net



Re: weird login password problem

2015-07-13 Thread Daniel Baumann
On 07/13/2015 08:42 PM, Federico Bruni wrote:
 I'm talking about the password of the user created during the installation.

then that is a debian-installer thing, not a debian-live one. please ask
for help on debian-b...@lists.debian.org.

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/55a42a53.1030...@progress-technologies.net



Bug#791651: Does not run chroot hooks

2015-07-08 Thread Daniel Baumann
On 07/08/2015 08:09 AM, Sjoerd Simons wrote:
 That's weird, that patch is against git HEAD of the deiban branch on  
 git://live-systems.org/git/live-build.git, am i looking at the wrong git 
 repository/git branch or did you not push it
 just yet ?  

see README in the master branch, we use debian-next for development.

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/559cbf16.3080...@progress-technologies.net



Bug#791651: Does not run chroot hooks

2015-07-07 Thread Daniel Baumann
Hi,

this is already fixed in git, i didn't manage to upload a new version
yet though, sorry about that.

Regards,
Daniel

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/559c0582.2090...@progress-technologies.net



Re: select eth interface by MAC address

2015-06-23 Thread Daniel Baumann
On 06/23/2015 11:44 AM, Riccardo Murri wrote:
 Pushed o live-boot:debian-next with assistance and review from dba on IRC.

thanks; please feel free to push other stuff as well. if you need a
release out, let me know and i'll upload a new version with the patch(es).

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/558982cc.7020...@progress-technologies.net



Bug#788764: live-build: Support building image without root.

2015-06-14 Thread Daniel Baumann
On 06/14/15 22:28, Kristian Klausen wrote:
 At the momemt there seems to be no way to build a live image without root.

we've had some initial support for running lb with fakeroot/fakechroot
at some point, but then removed it because we hit too many bugs in the
process and it was too messy.

are you interested in getting that back? if so, patches welcome.

imho a much better/easier solution is to run the whole thing inside a
linux container, something that live-build should do at some point by
itself, but even then you'd require root (yes, unprivileged containers
are possible, but they are still buggy too).

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/557e6246.6080...@progress-technologies.net



Re: I find the live password in Debian 8 useless annoying

2015-05-25 Thread Daniel Baumann
On 05/25/15 18:13, Massimo Cregut wrote:
 I find your decision to use a lock password for a live distro usless and
 annoying.

what do you mean with 'lock password', and which image did you use exactly?

other than, I agree with all what Michal said.

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/55638534.1020...@progress-technologies.net



Re: /root/packages.chroot ?

2015-05-08 Thread Daniel Baumann
On 05/08/15 14:10, David Ansart wrote:
 I have made a patch to remove /root/packages.chroot. It is based on
 advice of jnqnfe

thanks, but the solution is not to just remove it, but to eliminate the
reason of it being there as a left-over.

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/554ce9d5.90...@progress-technologies.net



Re: Bug with Hooks ?

2015-05-08 Thread Daniel Baumann
On 05/08/15 12:38, David Ansart wrote:
 Hooks are launched only if I install them into config/hooks/live. If i
 put them into config/hooks, it doesn't work.

see changelog.

also: do not use unstable, unstable is development. things change at any
time, with breakages, incompatibilities, etc.

use stable (aka live-build 4.x) instead.

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/554ce98c.8070...@progress-technologies.net



Bug#783741: memtest fails to load

2015-05-07 Thread Daniel Baumann
On 05/08/15 03:15, Ben Caradoc-Davies wrote:
 This bug is still present in the most recent images/xfce-desktop from
 live-images

yes, thanks, that's why i've reopened the bug earlier and reassigned it
to live-images. we'll address it there soon.

Regards,
Daniel

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/554c4ac1.1070...@progress-technologies.net



Re: disable live

2015-05-06 Thread Daniel Baumann
On 05/06/15 12:33, Federico Bruni wrote:
 How can I disable the live?

since both the installer and the live system share the same squashfs
image, i think the only thing you want is to edit the boot menu to not
show the live entries, plus exclude live-* from the package selection.

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/554a6b9d.8090...@progress-technologies.net



Re: recommended version of live-build

2015-05-04 Thread Daniel Baumann
On 05/04/15 16:31, Federico Bruni wrote:
 Which is the latest stable release of live-build?

4.0.5

 According to this page¹ is 3, but 4 has been included in Jessie so I'm
 not sure...

now that jessie has been released, i'll be giving the website a general
overhaul soon, thanks for the reminder.

 Do you recommend installing version 4 pinning the package in jessie
 repository?

if you want to build wheezy or jessie images, stick with 4.x; for
stretch/sid use 5.x.

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/5547a1af.9070...@progress-technologies.net



Re: recommended version of live-build

2015-05-04 Thread Daniel Baumann
On 05/04/15 19:13, Federico Bruni wrote:
 Are you going to update that page as well?

yes :)

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/5547ab7b.8070...@progress-technologies.net



Bug#623268: support cgi installation through debconf

2015-05-04 Thread Daniel Baumann
close 623268
thanks

the cgi is not included in live-build 5.x, we'll reintroduce it as its
own source package at a later point.

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/5547d439.4050...@progress-technologies.net



Bug#598935: support using package pool of live-media

2015-05-04 Thread Daniel Baumann
close 598935 3.0~a5-1
thanks

--binary-pool was removed in above version, closing.

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/5547d609.3090...@progress-technologies.net



Bug#586766: support to select keyboard layout easily in the cgi

2015-05-04 Thread Daniel Baumann
close 586766
thanks

the cgi is not included in live-build 5.x, we'll reintroduce it as its
own source package at a later point.

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/5547d670.5060...@progress-technologies.net



Bug#724605: live-boot: BOOTIF option is effectively ignored requires NETBOOT to be non-empty

2015-05-02 Thread Daniel Baumann
Hi,

is this still the case, and if so, can you provide a patch?

Regards,
Daniel

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/5545b81b.7070...@progress-technologies.net



Re: About modifying live-images

2015-04-29 Thread Daniel Baumann
On 04/29/15 02:32, Steve McIntyre wrote:
 When I saw things like out-of-date graphics a few days before the release and 
 no apparent
 urgency for fixes

Since I personally don't remember to have heard or seen anything from
you in the whole jessie release cycle wrt/ debian-live, I don't know on
what you base your impression on.

Anyhow, just to be perfectly clear (and in the following I'm not
speaking about changing a splash or not, but in general): if debian-cd
would build live images diverting from the official live-* config or
tools, we would not support such images and fall back to build them
ourselfs again. Instead, let me point this out again, please commit
directly to debian-next branches (which are world-writable as documented
in live-manual). There's no reason not to do upstream first, that way
you get a both review/feedback/improvement of the change and an ACK from us.

 I'll submit bugs with patches in the next few days as I have time,
 don't worry.

As far as i know, no override should be needed if using the latest 4.x
releases of live-*.

Regards,
Daniel

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/554082d6.7010...@progress-technologies.net



Re: [PATCH] Logging a warning when an expected image file is missing

2015-04-28 Thread Daniel Baumann
On 04/29/15 01:48, intrigeri wrote:
 Was there any follow-up on this?

that seem to have fallen through the cracks, applied now, thanks.

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/55406064.6080...@progress-technologies.net



Re: Live build problem

2015-04-28 Thread Daniel Baumann
On 04/28/15 22:26, deb...@tutamail.com wrote:
 lb config --debian-installer true --firmware-binary --firmware-chroot
 --updates true --backports true --quiet

use --debian-installer live and read live-manual about the different
debian-installer types.

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/553ff1a1.8090...@progress-technologies.net



Re: hdparm missing from 8.0.0 live images

2015-04-27 Thread Daniel Baumann
On 04/28/15 03:48, Ben Caradoc-Davies wrote:
 hdparm is missing from 8.0.0 live images. It was present in live images
 up to 7.8.0. I only looked at iso-hybrid.

we're not manually (nor ever have) included hdparm, it must have been
pulled in indirectly by some other package.

 hdparm is in my view an essential utility for live images as it enables
 identification of ATA devices and pre-installation ATA security erase:
 https://ata.wiki.kernel.org/index.php/ATA_Secure_Erase

true, but imho not a strong enough reason to include it and deviate from
the 'we defer the package selection to tasksel entirely'-policy.

 Should hdparm be restored for live images, and if so, how?

imho no (unless it comes via a task).

 Added as a recommends for task-laptop, for some other task, or by elevating 
 the
 priority of hdparm from optional to standard?

i see that we're not including task-laptop anymore, which is imho wrong.
i've added that back in live-images, thanks for reporting!

Regards,
Daniel

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/553ef168.3060...@progress-technologies.net



Bug#777555: live-config: not setting locale properly (gnome)

2015-04-27 Thread Daniel Baumann
close 777555
thanks

Hi,

as far as i can see this is just a reoccurence of #644047 (bug in gdm)
and is fixed as of jessie.

Regards,
Daniel

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/553f1118.8050...@progress-technologies.net



Bug#779560: live-boot: No change of language, keyboard, screenset on HP Z230 machine so really poor handling possible, only 640x480 and USian keboard.

2015-04-27 Thread Daniel Baumann
close 779560
thanks

Hi,

i'm afraid there is nothing we can do about it here.

first, this all seems not a live specific issue but a incompatiblity
between hardware and the rest of the software. so you would need to
narrow it down to the piece of software missing it.

second, we don't really support live-* 2.x anymore, please upgrade to
jessie.

Regards,
Daniel

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/553f13cf.7020...@progress-technologies.net



Re: hdparm missing from 8.0.0 live images

2015-04-27 Thread Daniel Baumann
On 04/28/15 04:33, Daniel Baumann wrote:
 i see that we're not including task-laptop anymore, which is imho wrong.
 i've added that back in live-images

sorry, was looking at the wrong file (was probably too early in the
morning); you spottet it correct, the problem is the recommends that's
gone.. therefore it would be nice if you could open a bug against
tasksel to include hdparm in the task-laptop metapackage.

Regards,
Daniel

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/553f01fa.6050...@progress-technologies.net



Bug#700984: image hangs when using luks persistence and debug enabled

2015-04-27 Thread Daniel Baumann
close 700984 4.0.2-1
thanks

Hi,

i can't reproduce this with jessie anymore.

Regards,
Daniel

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/553f11bc.60...@progress-technologies.net



Bug#780212: live-boot: cannot boot on system with wifi

2015-04-27 Thread Daniel Baumann
severity 780212 normal
tag 780212 unreproducible
tag 780212 moreinfo
thanks

Hi,

where does it hang, in initramfs? later during the system start? if so,
do you use network-manager or ifupdown?

Regards,
Daniel

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/553f1323.3010...@progress-technologies.net



Bug#775221: Accessibility enhancements

2015-04-27 Thread Daniel Baumann
close 775221
thanks

Hi,

thanks for your work on live-build, however, the bts is ment as a list
of actual, concrete bugs. not a todo list (there's a
random-idea-sort-of-list on live.debian.net/devel/live-build for that).

please feel free and encouraged to reopen this if you have a concrete
problem description or a patch to apply.

Thanks,
Daniel

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/553f1767.2090...@progress-technologies.net



Bug#775077: autorun.inf line endings

2015-04-27 Thread Daniel Baumann
close 775077
thanks

Hi,

thanks for testing. Let's close it then and avoid the hassle with the
todos use during build if it's not really needed.

Regards,
Daniel

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/553f17d9.4020...@progress-technologies.net



Bug#778627: live-build: syslinux mbr.bin file not found (again)

2015-04-27 Thread Daniel Baumann
close 778627 4.0.4-1
thanks

this has already been fixed some time ago in above version.

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/553f1af7.7090...@progress-technologies.net



Bug#782070: [live-config] preseed file for installation is not copied in binary/install

2015-04-27 Thread Daniel Baumann
close 782070
thanks

Hi,

so there are a couple of issues.

first, from wheezy-jessie we changed the way live-build works wrt/ d-i
preseed files.

previously it tried to make things work out of the box/automagically by
looking for certain filenames and such within the preseed directories
inside the live-build config tree. this has proven to be a hassle, since
it needs tracking on our end when things change.

therefore, we changed to make live-build dumber and only offer the tools
to include files, but the user has to place and name them correctly.

now, the include mechanism in live-build works, the files get included
into the respective locations. the only thing you need to do, is to look
at the d-i manual and decide which location you want to use, and then do
that with live-build.

if you need help with the latter, just tell and we'll happy to do so.

Regards,
Daniel

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/553f1a22.7090...@progress-technologies.net



Bug#779313: live-build: non-live d-i not configured correctly

2015-04-27 Thread Daniel Baumann
close 779313
thanks

Hi,

here's how i see it: d-i does something that you might or might not want
it to. if you're not fine with the default, you can change it (through
general live-build mechanisms). the 'default' of d-i to behave that way
however is how it is, and we shouldn't change it to behave differently
just because the image was built with live-build.

Regards,
Daniel

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/553f1e79.6030...@progress-technologies.net



Re: [patch] live-build and resolvconf...

2015-04-23 Thread Daniel Baumann
On 04/21/15 18:41, Daniel Reichelt wrote:
 Personally I strongly prefer 0002

ack; will apply tomorrow, thank you.

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/5538ce23.9060...@progress-technologies.net



Bug#775527: live-images: upgrade splash to Jessie theme

2015-02-11 Thread Daniel Baumann
tag 775527 + pending
thanks

On 02/11/15 15:01, juliette Belin wrote:
 Could you please tell me again what is needed to complete the theme ?

nothing, only the svg was missing, thanks.

Regards,
Daniel

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/54dba81e.7010...@progress-technologies.net



Bug#775527: live-images: upgrade splash to Jessie theme

2015-02-11 Thread Daniel Baumann
On 02/11/15 20:19, jnqnfe wrote:
 Why are we now using the simple black syslinux theme instead of the
 official install disc theme?

it's the one Juliette provided in her tarball.

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/54dc2ba6.5010...@progress-technologies.net



Bug#775077: autorun.inf line endings

2015-02-06 Thread Daniel Baumann
tag 775077 moreinfo
severity 775077 minor
thanks

can somone with a with a windows system find out?

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/54d5a83b.2010...@progress-technologies.net



Bug#775527: live-images: upgrade splash to Jessie theme

2015-02-06 Thread Daniel Baumann
Daniel Baumann wrote:
 in order to use the Lines theme for the debian-live images, we need an
 svg of the isolinux.png. Can you upload one to the themes page?

Juliette, any news on this?

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/54d5aba8.1070...@progress-technologies.net



Bug#774606: Progress-linux custom d-i?

2015-01-25 Thread Daniel Baumann
close 774606
thanks

progress-linux support in live-build is taken care of, no need to worry.
-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/54c4b63a.7050...@progress-technologies.net



Re: Missing --parent-mirror-binary-updates for live-build 4.x?

2015-01-25 Thread Daniel Baumann
On 01/24/15 14:14, Steven Shiau wrote:
 So is this option no more in live-build 4.x or is the manual wrong?

i've removed that some time ago; what's your use case for pulling
$dist-updates *not* from the same mirror that contains $dist in the
first place?

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/54c4b272.3060...@progress-technologies.net



Bug#775527: Debian Lines Theme

2015-01-25 Thread Daniel Baumann
tag 775527 - patch
tag 775527 moreinfo
tag 775527 upstream
thanks

Hi Juliette,

in order to use the Lines theme for the debian-live images, we need an
svg of the isolinux.png. Can you upload one to the themes page?

In case you don't have one yourself, jnqnfe worked on one in #775527.

Regards,
Daniel

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/54c4a370.9030...@progress-technologies.net



Bug#776088: bts

2015-01-24 Thread Daniel Baumann
close 776088
thanks

we'll deal with #775322 when we come to it.

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/54c4a176.7020...@progress-technologies.net



Re: Bug#775770: unblock live-config/4.0.4-1

2015-01-24 Thread Daniel Baumann
On 01/22/15 14:30, Jonathan Wiltshire wrote:
   * Adding dbus to recommends for systemd backend.
 
 Why?

autologin requires dbus.

   * Temporarily running components without set -e.
 
 Why temporarily?

if users ship their own subscripts that exit non-zero, live-config stops
at that point. we need to adress this in a better way at some later point.

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/54c3d5be.1000...@progress-technologies.net



Re: live-images in NEW

2015-01-20 Thread Daniel Baumann
On 01/20/15 13:50, Thorsten Alteholz wrote:
 do you recognize any difference in your requests?

since this is your first release cycle in debian, you didn't know,
sorry.. live-* tends to get last minute updates (including NEW) due to
the nature of how debian decided to freeze for the release process.

i acknowledge that i should have state it from the beginning since i
cannot expect all ftp-master and -assistants to know that. this doesn't
explain the no answer what so ever since three months on this request
though.

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/54be9ba1.7090...@progress-technologies.net



unblock live-config/4.0.4-1

2015-01-19 Thread Daniel Baumann
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock live-config/4.0.4-1.

Changes since 4.0.2-1 (jessie) are:

  * Adding dbus to recommends for systemd backend.
  * Temporarily running components without set -e.
  * [man:ja] Fix a typo in po header.

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/54bd53bb.9050...@progress-technologies.net



unblock live-boot/4.0.2-1

2015-01-19 Thread Daniel Baumann
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock live-boot/4.0.2-1.

Changes since 4.0.1-1 (jessie) are:

  * Dropping usage of /etc/fstab.d since util-linux removed it
  * Fix spelling of unknown
  * Suppress annoying but harmless warning about unknown module

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/
diff -Naurp live-boot.orig/VERSION live-boot/VERSION
--- live-boot.orig/VERSION	2014-10-25 14:26:50.0 +0200
+++ live-boot/VERSION	2014-12-10 10:36:26.0 +0100
@@ -1 +1 @@
-4.0.1-1
+4.0.2-1
diff -Naurp live-boot.orig/components/3020-swap live-boot/components/3020-swap
--- live-boot.orig/components/3020-swap	2014-10-25 14:20:59.0 +0200
+++ live-boot/components/3020-swap	2014-12-10 10:36:26.0 +0100
@@ -48,15 +48,15 @@ Swap ()
 	done
 
 	# Remove all auto swap entries
-	if grep -qs swap swap /root/etc/fstab.d/swap
+	if grep -qs swap swap /root/etc/fstab
 	then
-		grep -v swap swap /root/etc/fstab.d/swap  /root/etc/fstab.d/swap.tmp
-		mv /root/etc/fstab.d/swap.tmp /root/etc/fstab.d/swap
+		grep -v swap swap /root/etc/fstab  /root/etc/fstab.tmp
+		mv /root/etc/fstab.tmp /root/etc/fstab
 	fi
 
 	# Add new swap entries
 	for _DEVICE in ${_SWAP_DEVICES}
 	do
-		echo ${_DEVICE} swap swap defaults 0 0  /root/etc/fstab.d/swap
+		echo ${_DEVICE} swap swap defaults 0 0  /root/etc/fstab
 	done
 }
diff -Naurp live-boot.orig/components/9990-fstab.sh live-boot/components/9990-fstab.sh
--- live-boot.orig/components/9990-fstab.sh	2014-10-25 14:20:59.0 +0200
+++ live-boot/components/9990-fstab.sh	2014-12-10 10:36:26.0 +0100
@@ -15,14 +15,14 @@ Fstab ()
 
 	log_begin_msg Configuring fstab
 
-	if ! grep -qs  ^${UNIONTYPE} /root/etc/fstab.d/live
+	if ! grep -qs  ^${UNIONTYPE} /root/etc/fstab
 	then
-		echo ${UNIONTYPE} / ${UNIONTYPE} rw 0 0  /root/etc/fstab.d/live
+		echo ${UNIONTYPE} / ${UNIONTYPE} rw 0 0  /root/etc/fstab
 	fi
 
-	if ! grep -qs ^tmpfs /tmp /root/etc/fstab.d/live
+	if ! grep -qs ^tmpfs /tmp /root/etc/fstab
 	then
-		echo tmpfs /tmp tmpfs nosuid,nodev 0 0  /root/etc/fstab.d/live
+		echo tmpfs /tmp tmpfs nosuid,nodev 0 0  /root/etc/fstab
 	fi
 
 	log_end_msg
diff -Naurp live-boot.orig/components/9990-misc-helpers.sh live-boot/components/9990-misc-helpers.sh
--- live-boot.orig/components/9990-misc-helpers.sh	2014-10-25 14:26:50.0 +0200
+++ live-boot/components/9990-misc-helpers.sh	2014-12-10 10:36:26.0 +0100
@@ -426,7 +426,7 @@ is_supported_fs ()
 		return 0
 	else
 		# Then try to add support for it the gentle way using the initramfs capabilities
-		modprobe ${fstype}
+		modprobe -q -b ${fstype}
 		if grep -q ${fstype} /proc/filesystems
 		then
 			return 0
@@ -1415,7 +1415,7 @@ get_custom_mounts ()
 	union|bind)
 		;;
 	*)
-		log_warning_msg Skipping custom mount with unkown option: ${opt}
+		log_warning_msg Skipping custom mount with unknown option: ${opt}
 		continue 2
 		;;
 esac
diff -Naurp live-boot.orig/debian/changelog live-boot/debian/changelog
--- live-boot.orig/debian/changelog	2014-10-25 14:27:37.0 +0200
+++ live-boot/debian/changelog	2014-12-10 10:36:26.0 +0100
@@ -1,3 +1,15 @@
+live-boot (4.0.2-1) unstable; urgency=low
+
+  [ Daniel Baumann ]
+  * Dropping usage of /etc/fstab.d since util-linux removed it, thanks to
+Evgeni Golov evgeni+...@golov.de for reporting it.
+
+  [ Jan Blunck ]
+  * Fix spelling of unknown
+  * Suppress annoying but harmless warning about unknown module
+
+ -- Daniel Baumann m...@daniel-baumann.ch  Wed, 10 Dec 2014 10:36:04 +0100
+
 live-boot (4.0.1-1) unstable; urgency=low
 
   [ victory ]
diff -Naurp live-boot.orig/manpages/en/live-boot.7 live-boot/manpages/en/live-boot.7
--- live-boot.orig/manpages/en/live-boot.7	2014-10-25 14:26:50.0 +0200
+++ live-boot/manpages/en/live-boot.7	2014-12-10 10:36:26.0 +0100
@@ -1,4 +1,4 @@
-.TH LIVE\-BOOT 7 2014\-10\-25 4.0.1-1 Live Systems Project
+.TH LIVE\-BOOT 7 2014\-12\-10 4.0.2-1 Live Systems Project
 
 .SH NAME
 \fBlive\-boot\fR \- System Boot Components
diff -Naurp live-boot.orig/manpages/en/persistence.conf.5 live-boot/manpages/en/persistence.conf.5
--- live-boot.orig/manpages/en/persistence.conf.5	2014-10-25 14:26:50.0 +0200
+++ live-boot/manpages/en/persistence.conf.5	2014-12-10 10:36:26.0 +0100
@@ -1,4 +1,4 @@
-.TH LIVE\-BOOT conf 2014\-10\-25 4.0.1-1 Live Systems Project
+.TH LIVE\-BOOT conf 2014\-12\-10 4.0.2-1 Live Systems Project
 
 .SH NAME
 \fBpersistence.conf\fR \- Configuration file for persistence media in
diff -Naurp live-boot.orig/manpages/es/live-boot.es.7 live-boot/manpages/es/live-boot.es.7
--- live-boot.orig/manpages/es/live-boot.es.7	2014-10-25 14:26:50.0 +0200
+++ live-boot/manpages/es/live-boot.es.7	2014-12-10 10:36:26.0 +0100

Re: unblock live-config/4.0.4-1

2015-01-19 Thread Daniel Baumann
diff attached.

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/
diff -Naurp live-config.orig/VERSION live-config/VERSION
--- live-config.orig/VERSION	2014-10-25 14:47:14.0 +0200
+++ live-config/VERSION	2015-01-04 21:56:26.0 +0100
@@ -1 +1 @@
-4.0.2-1
+4.0.4-1
diff -Naurp live-config.orig/components/0010-debconf live-config/components/0010-debconf
--- live-config.orig/components/0010-debconf	2014-10-25 14:21:10.0 +0200
+++ live-config/components/0010-debconf	2015-01-04 21:56:26.0 +0100
@@ -8,7 +8,7 @@
 ## under certain conditions; see COPYING for details.
 
 
-set -e
+#set -e
 
 Cmdline ()
 {
diff -Naurp live-config.orig/components/0020-hostname live-config/components/0020-hostname
--- live-config.orig/components/0020-hostname	2014-10-25 14:21:10.0 +0200
+++ live-config/components/0020-hostname	2015-01-04 21:56:26.0 +0100
@@ -8,7 +8,7 @@
 ## under certain conditions; see COPYING for details.
 
 
-set -e
+#set -e
 
 Cmdline ()
 {
diff -Naurp live-config.orig/components/0030-live-debconfig_passwd live-config/components/0030-live-debconfig_passwd
--- live-config.orig/components/0030-live-debconfig_passwd	2014-10-25 14:21:10.0 +0200
+++ live-config/components/0030-live-debconfig_passwd	2015-01-04 21:56:26.0 +0100
@@ -8,7 +8,7 @@
 ## under certain conditions; see COPYING for details.
 
 
-set -e
+#set -e
 
 Cmdline ()
 {
diff -Naurp live-config.orig/components/0030-user-setup live-config/components/0030-user-setup
--- live-config.orig/components/0030-user-setup	2014-10-25 14:21:10.0 +0200
+++ live-config/components/0030-user-setup	2015-01-04 21:56:26.0 +0100
@@ -8,7 +8,7 @@
 ## under certain conditions; see COPYING for details.
 
 
-set -e
+#set -e
 
 Cmdline ()
 {
diff -Naurp live-config.orig/components/0040-sudo live-config/components/0040-sudo
--- live-config.orig/components/0040-sudo	2014-10-25 14:21:10.0 +0200
+++ live-config/components/0040-sudo	2015-01-04 21:56:26.0 +0100
@@ -8,7 +8,7 @@
 ## under certain conditions; see COPYING for details.
 
 
-set -e
+#set -e
 
 Cmdline ()
 {
diff -Naurp live-config.orig/components/0050-locales live-config/components/0050-locales
--- live-config.orig/components/0050-locales	2014-10-25 14:21:10.0 +0200
+++ live-config/components/0050-locales	2015-01-04 21:56:26.0 +0100
@@ -8,7 +8,7 @@
 ## under certain conditions; see COPYING for details.
 
 
-set -e
+#set -e
 
 Cmdline ()
 {
diff -Naurp live-config.orig/components/0060-locales-all live-config/components/0060-locales-all
--- live-config.orig/components/0060-locales-all	2014-10-25 14:21:10.0 +0200
+++ live-config/components/0060-locales-all	2015-01-04 21:56:26.0 +0100
@@ -8,7 +8,7 @@
 ## under certain conditions; see COPYING for details.
 
 
-set -e
+#set -e
 
 Cmdline ()
 {
diff -Naurp live-config.orig/components/0070-tzdata live-config/components/0070-tzdata
--- live-config.orig/components/0070-tzdata	2014-10-25 14:21:10.0 +0200
+++ live-config/components/0070-tzdata	2015-01-04 21:56:26.0 +0100
@@ -8,7 +8,7 @@
 ## under certain conditions; see COPYING for details.
 
 
-set -e
+#set -e
 
 Cmdline ()
 {
diff -Naurp live-config.orig/components/0080-gdm3 live-config/components/0080-gdm3
--- live-config.orig/components/0080-gdm3	2014-10-25 14:21:10.0 +0200
+++ live-config/components/0080-gdm3	2015-01-04 21:56:26.0 +0100
@@ -8,7 +8,7 @@
 ## under certain conditions; see COPYING for details.
 
 
-set -e
+#set -e
 
 Cmdline ()
 {
diff -Naurp live-config.orig/components/0090-kdm live-config/components/0090-kdm
--- live-config.orig/components/0090-kdm	2014-10-25 14:21:10.0 +0200
+++ live-config/components/0090-kdm	2015-01-04 21:56:26.0 +0100
@@ -8,7 +8,7 @@
 ## under certain conditions; see COPYING for details.
 
 
-set -e
+#set -e
 
 Cmdline ()
 {
diff -Naurp live-config.orig/components/0100-lightdm live-config/components/0100-lightdm
--- live-config.orig/components/0100-lightdm	2014-10-25 14:21:10.0 +0200
+++ live-config/components/0100-lightdm	2015-01-04 21:56:26.0 +0100
@@ -8,7 +8,7 @@
 ## under certain conditions; see COPYING for details.
 
 
-set -e
+#set -e
 
 Cmdline ()
 {
diff -Naurp live-config.orig/components/0110-lxdm live-config/components/0110-lxdm
--- live-config.orig/components/0110-lxdm	2014-10-25 14:21:10.0 +0200
+++ live-config/components/0110-lxdm	2015-01-04 21:56:26.0 +0100
@@ -8,7 +8,7 @@
 ## under certain conditions; see COPYING for details.
 
 
-set -e
+#set -e
 
 Cmdline ()
 {
diff -Naurp live-config.orig/components/0120-nodm live-config/components/0120-nodm
--- live-config.orig/components/0120-nodm	2014-10-25 14:21:10.0 +0200
+++ live-config/components/0120-nodm	2015-01-04 21:56:26.0 +0100
@@ -8,7 +8,7 @@
 ## under certain conditions

Re: live-images in NEW

2015-01-19 Thread Daniel Baumann
third ping - we need live-images for jessie, please process it *sigh*

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/54bd5187.6080...@progress-technologies.net



Bug#774326: wget dependency

2015-01-04 Thread Daniel Baumann
tag 774326 pending
thanks

On 12/31/14 20:28, jnqnfe wrote:
 The wget package is always run from the host however, so checking its 
 existence within the chroot is pointless.

agreed; in git, the code can now check for the host system packages
properly.

 furthermore, no check at all is applied for the chroot_firmware script, which 
 also uses wget in a similar way.

fixed in git.

 As long as wget is used from the host and not within chroot, the existing 
 check should be scrapped, and wget added as a dependency for the live-build 
 package itself. I feel that 'depends' is the correct section to place it in, 
 since it is necessary for a significant portion of functionality (installer 
 and live fs firmware components), as per debian policy.

wget is not needed for basic live system building, thus recommends is
the right place for wget here.

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/54a97776.7060...@progress-technologies.net



Bug#774378: Ubuntu firmware inclusion

2015-01-04 Thread Daniel Baumann
severity 774378 minor
close 774378
thanks

Hi,

regarding severity and ubuntu in general: ubuntu support in live-* is
best-effort, meaning that we're not working on ubuntu and are not
testing ubuntu images, but if you send patches we'll apply them.

regarding the bug: it used to be that content files are available at
$archive/dists/$codename/Contents* but they got moved for wheezy to
$archive/dists/$codename/$archive_area/Contents*.

debian defines the defacto repository layout all tools for debian can
rely on, if a derivative decides to *not* follow it, they have to deal
with the fallout of it (e.g. see apt-file).

thus, this is the wrong place to fix that ubuntu has not catched up with
debian in this particular issue, so i'm closing the bug (if this bothers
you, feel free to reopen if you have a patch ready for it).

Regards,
Daniel

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/54a97c58.9030...@progress-technologies.net



Bug#773775: Fix and improve progress-linux archive key installation

2015-01-04 Thread Daniel Baumann
retitle 773775 improve bootstrapping of derivative archive keys
tag 773775 - patch
tag 773775 moreinfo
thanks

can you rebase your patch on top of debian-next please, preferably have
it broken-out into individual patches for individual things?

Thanks,
Daniel

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/54a97d67.6010...@progress-technologies.net



Bug#774196: Sparc netboot building broken

2015-01-04 Thread Daniel Baumann
tag 774196 pending
thanks

thanks, however, we've dropped support for sparc a while ago already,
i've removed the leftovers in git now.

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/54a97f8b.3000...@progress-technologies.net



Bug#774339: Dependencies

2015-01-04 Thread Daniel Baumann
tag 774339 pending
thanks

On 01/01/15 03:36, jnqnfe wrote:
 Depends:
  - util-linux (getopt, mkswap)
  - mount
  - coreutils (cp, mv, rm, touch, mkdir, wc, stat, basename, chroot,
 echo, printf, uname, date, expr, sort, uniq, dirname, head, du, dd,
 rmdir, chmod, ls, tr, cat, cut, pwd, ln; and also sha256sums which will
 be needed by the #718225 solution)
  - findutils (xargs, find)
  - grep
  - dpkg (dpkg, dpkg-query)
  - sed

all of the above are essential, no depends required.

  - gawk

awk is provided through mawk (required), we do not use gawk'isms, no
depends required.

  - gzip (gzip, gunzip, these are used in various places with no choice
 for other compression tools, as well as in places where there is choice)
  - tar
  - diffutils (diff)
  - debianutils (which)

all of the above are essential, no depends required.

  - apt-utils (apt-ftparchive used by binary_package-lists script on line
 159 and not within chroot, if there are any package lists, which there
 always are, since config makes one)

live-build already handles this (with an error message) in the case the
user builds non-chrooted (which is not the default); but you're right,
this should go to recommends.. done in git.

  - dctrl-tools (grep-aptavail used in share/bin/Packages script)

Packages is executed in the chroot, not on the host, no depends required.

 Recommends:
  - sparc-utils (elftoaout and piggyback/piggyback64 used for sparc
 netboot images)

sparc is gone.

  - gpgv (used for progress-linux in bootstrap_archive-keys

added to suggests, thanks.

 Suggests:
  - udev (udevadm binary used if available by functions/losetup.sh)

no, either you already have udev and then it's used, or it's not and
then you don't need it.

  - man-db (man command, used by functions/man.sh if available)

given that man-db is important, i think a suggests is useless.

  - git (used if pulling a config via git)

that's too far fetched imho.

 cpio should actually perhaps be elevated from its existing status under
 recommends to depends, since it is required by the
 installer_debian-installer script for all non-netboot builds in that
 script, and thus in my mind falls under 'required to provide a
 significant amount of functionality'.

d-i inclusion is non-default, so recommends is fine.

 There's also an issue with certain configurable items (e.g. where the
 user has a choice of compression utility) where there is no check within
 Check_defaults() that the binary exists, and another issue that for at
 least one instance of a utility run under chroot no Check_package()
 based check is performed; but both of these can be addressed separately.
 In fact I have now reported them separately.

thanks

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/54a9842c.4000...@progress-technologies.net



Bug#774340: bug script update

2015-01-04 Thread Daniel Baumann
tag 774340 pending
thanks

dropped all but debootstrap from the bug script, see git commit message.

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/54a985f1.2080...@progress-technologies.net



Bug#772781: Disc icon not displayed

2015-01-04 Thread Daniel Baumann
tag 772781 pending
thanks

applied with a few slight modifications, thanks.

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/54a988ab.3070...@progress-technologies.net



Bug#774391: Re Package 'busybox' has no installation candidate

2015-01-04 Thread Daniel Baumann
close 774391
thanks

as written earlier, ubuntu support in live-* is best effort - if you
send a patch we apply it, otherwise we don't really support it.

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/54a989e3.9060...@progress-technologies.net



Bug#774396: Ubuntu build failure - foreign arch dpkg

2015-01-04 Thread Daniel Baumann
close 774396
thanks

as written earlier, ubuntu support in live-* is best effort - if you
send a patch we apply it, otherwise we don't really support it.

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/54a98978.7060...@progress-technologies.net



Bug#774338: Missing Check_package dependency checks

2015-01-04 Thread Daniel Baumann
close 774338
thanks

xargs is in findutils which is essential, no dependency checks are
required for this.

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/54a98a4c.2030...@progress-technologies.net



Bug#718225: live-build should authenticate files it downloads

2015-01-04 Thread Daniel Baumann
On 01/04/15 20:06, jnqnfe wrote:
 Patch attached. I strongly feel this should get into Jessie, so it's
 been built on the debian-4.0-old branch.

patches 05 to 12 are for wget, spanning over 3433 lines.. even if we'd
speedy review, test, and apply that.. i don't think the release team
will approve it in the current stage of the jessie release.

unrelated to that, i'd prefer applying patches on debian-next (5.x) only
anyway, and cherry-picking them to debian-old-4.0 where required.

 Note: Unfortunately, Ubuntu building support will be completely broken
 after this patch

not a problem, it wasn't working before, and it's not working afterwards
- so no change from the users perspective.

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/54a99b59.1030...@progress-technologies.net



Re: live-images in NEW

2015-01-04 Thread Daniel Baumann
On 12/09/14 18:46, Daniel Baumann wrote:
 do you have an ETA when you can process live-images in NEW?

ping

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/54a9aaa9.6050...@progress-technologies.net



Re: There are problems and -y was used without --force-yes

2014-12-16 Thread Daniel Baumann
On 12/16/14 22:01, upite...@lycos.com wrote:
 Howto configure --force-yes before I do lb build?

fix the problem (downgrade of libc) rather than the symptom ('missing'
--force-yes).

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/549113cf.20...@progress-technologies.net



Re: Hide persistence.conf

2014-12-12 Thread Daniel Baumann
On 12/12/14 19:03, Prunk Dump wrote:
 - is this possible to change the file name ? like .persistence.conf
 - is this possible to put the file elsewhere ? like in
 /.persistence/persistence.conf
 - is this possible to store the file in an other partition ?

none of that is afaik possible, but all of them sound like reasonable
suggestions (patches welcome :).

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/548b324d.6090...@progress-technologies.net



Bug#738286: use getty instead of login

2014-12-10 Thread Daniel Baumann
another ping on this.. what's the status? can you at least post your patch?

Regards,
Daniel

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/548810a9.7060...@progress-technologies.net



Bug#772651: live-build: --initsystem does not control which of live-config-{systemd, sysvinit} gets installed

2014-12-09 Thread Daniel Baumann
found 772651 4.0.3-1
notfound 772651 4.0.3-1kali2
thanks

On 12/09/14 16:39, Raphaël Hertzog wrote:
 Version: 4.0.3-1kali2

please don't report against versions never have been present in debian.

 Unfortunately, this means that the --initsystem option does not allow one to
 override this choice.

given that this doesn't really work anyway due to the fact how
debootstrap handles excludes (by ignoring them effectivly, #557322) and
the state of the late state of the freeze, i'll remove the --initsystem.

this will have to be properly re-added post jessie (jftr, eventhough i'm
pro-systemd, i'll intend to support initsystem choice in lb as much as
possible, so no need to worry about not getting that option back for
stretch).

 Furthermore the check based on the distribution codename
 is very restrictive and doesn't work for derivatives.

which is why, as said many times, lb5 is going to address that bottom-up.

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/548734bd.9090...@progress-technologies.net



live-images in NEW

2014-12-09 Thread Daniel Baumann
do you have an ETA when you can process live-images in NEW?

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/5487358d.20...@progress-technologies.net



Re: Replacing aufs with overlayfs

2014-12-09 Thread Daniel Baumann
On 12/09/14 20:55, Ben Hutchings wrote:
 I am assuming that this will cover the needs of Debian live systems, so I've
 dropped aufs from the Debian packaging.

yes.

 you can expect this change to appear in unstable
 shortly after the jessie release.

great, looking forward to that.

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/54875d4a.6020...@progress-technologies.net



Bug#757883: Patch for Loopback cfg support

2014-12-07 Thread Daniel Baumann
On 12/08/14 00:09, jnqnfe wrote:
 I believe I'm right in saying that you must
 build against live-build 4.x, preferably the debian-next branch

correct, we will not touch live-* 3.x anymore unless there's a security
issue or another bug making the existing, officially built 3.x/wheezy
live images unusable.

 My primary reason being [...] loopback support is an
 entirely separate component from the choice between grub, grub2 and
 syslinux.

ack.

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/54854525.8020...@progress-technologies.net



Re: Restructuring questions

2014-12-03 Thread Daniel Baumann
On 12/03/14 19:23, jnqnfe wrote:
 restructuring work I'm doing on the live-build codebase

i'm not sure that makes sense.

for jessie, all we can do is small bug fixing, not reworking the code.

for jessie+1 aka strech, we'll move to python anyway.

 1) What exactly is the use case for a user running live-build with a
 copy of the utility's code within their build directory?

to be able to ship a self-contained configuration that requires
debootstrap and a posix shell on the build-system only.

for the python rewrite, we'll be dropping this eventually.

 2) The point of the local/bin directory of your build directory is what?

some people did add once their own lb_* commands, for reasons of being
able to ship a self-contained configuration, this is the most convenient
way to do it.

 3) File locations. Why is /usr/lib/live/build.sh located there and not
 in the build directory

because /usr/bin/lb would not work properly anymore then (without ugly
hacks).

 why are these here under share instead of lib?

share is data, lib is code.

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/547f6b1e.5070...@progress-technologies.net



Bug#770170: --mirror-chroot-backports not implemented

2014-11-19 Thread Daniel Baumann
retitle 770170 remove leftover reference to --mirror-chroot-bootstrap
reassign 770170 live-manual
tag 770170 pending
thanks

On 11/19/2014 12:27 PM, Craig Noble wrote:
 According to the documentation 
 http://live.debian.net/manual/4.x/html/live-manual.en.html#380
 --mirror-chroot-backports should control the backport mirror, however when 
 using this option it fails.

because it doesn't exist anymore, it's not needed anymore (backports are
in the main archive since squeeze). the manual wasn't up2date in that
regard, but is now in git.

Regards,
Daniel

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/546cf0b3.6010...@progress-technologies.net



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

2014-11-15 Thread Daniel Baumann
On 11/15/2014 09:41 AM, Brent Earl wrote:
 The image was built for amd64 using cloned configuration scripts from
 the live-build git repository.

which image configuration did you use *exactly*?

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/546719eb.2090...@progress-technologies.net



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

2014-11-15 Thread Daniel Baumann
On 11/15/2014 11:16 AM, Brent Earl wrote:
 lb config --config git://live-systems.org/git/live-images.git

yes.. but *which* image did you build specifically? gnome-desktop?

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/54674f6a.70...@progress-technologies.net



Re: locale issue on sid gnome build

2014-11-11 Thread Daniel Baumann
On 11/11/2014 05:32 AM, Baurzhan Muftakhidinov wrote:
 Is this a known issue?

#746415

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/546268d0.2000...@progress-technologies.net



Bug#767472: Bug#767469: Add build UUID to image

2014-11-11 Thread Daniel Baumann
On 10/31/2014 10:51 AM, Gaudenz Steinlin wrote:
 The attached patch generates a build UUID during build and adds it into
 the live filesystem and the image.

we should use the existing dbus machine id (which is a uuid), rather
than to invent a live specific one.

care to update the patches?

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/54626ceb.2070...@progress-technologies.net



Re: support-snapshots.debian.org-in-live-build

2014-11-11 Thread Daniel Baumann
On 11/12/2014 12:38 AM, Richard Nelson wrote:
 I have applied a slightly modified version in git debian-next branch of
 live-build (just some grammatics and harmonized snapshot.debian.org
 http://snapshot.debian.org), see:

i've moved that to tmp-snapshot; the reason is (like said in the last
iterations) that this should not be added as a new 'feature' with all
new options and everything, rather than to just a way to populate the
initial mirrors.

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/5462e9f0.6080...@progress-technologies.net



Re: [PATCH] stop using /etc/fstab.d

2014-11-10 Thread Daniel Baumann
On 10/29/2014 06:06 PM, Evgeni Golov wrote:
 /etc/fstab.d support was removed from util-linux in 2.25-4:
  https://bugs.debian.org/666163

too bad, thanks for spotting it.

 Stop using it, and revert back to good old /etc/fstab.

thanks, i've commited a similar version (yours had one omission of a
change).

Regards,
Daniel

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/5461027a.30...@progress-technologies.net



FYI: final versions for live-* for jessie

2014-11-10 Thread Daniel Baumann
Thanks to my employer, I can spend quality time now on
fixing/testing/building images for jessie.

In the comming days I'll commit whatever comes up directly to
debian-next (which is live-* 5.x) and cherry-pick after testing the
minimal fixes for jessie to debian-old-4.0 branches, and planning to ask
for unblocks for the *final* versions for jessie on 2014-12-01.

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/54610360.1050...@progress-technologies.net



Re: custom kernel not triggering update-initramfs

2014-11-06 Thread Daniel Baumann
On 11/06/2014 11:53 PM, Aaron McSorley wrote:
 I cannot get my custom kernel to trigger an update-initramfs

you probably didn't build it right, how did you do it? did you use make
deb or kernel-package or something, rather than properly rebuilding a
patched debian source package?

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/545c5335@progress-technologies.net



Re: Isolinux and Multi language - How do you want it?

2014-10-27 Thread Daniel Baumann
On 10/27/2014 03:34 PM, Ronny Standtke wrote:
 If you say my statement was wrong, what *is* the current state of gfxboot?

it's working (and that's what i told you), but it's far from alive and
kicking.

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/544ebc11.4070...@progress-technologies.net



Re: Isolinux and Multi language - How do you want it?

2014-10-26 Thread Daniel Baumann
On 10/26/2014 02:48 PM, Ronny Standtke wrote:
 A custom dm greeter is very nice but doesn't start it too late to ask
 questions like:

[...]

(jftr) nothing that live-config couldn't do. but anyway, ymmv.

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/544d1b1c.4060...@progress-technologies.net



Re: Isolinux and Multi language - How do you want it?

2014-10-26 Thread Daniel Baumann
On 10/26/2014 03:08 PM, Ronny Standtke wrote:
 Daniel Baumann (syslinux Debian maintainer) assured me some moths ago
 that gfxboot in syslinux 6 is alive and kicking.

i'm not aware of any such (wrong) statement from me.

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


-- 
To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/544d1a89.9010...@progress-technologies.net



  1   2   3   4   5   6   7   8   9   10   >