Re: [DNG] An abrupt end to Debian Live CD version?

2015-11-11 Thread Steve Litt
On Thu, 12 Nov 2015 03:34:37 +0100 Wim wrote: > Hi, > > > This popped up: > > https://lists.debian.org/debian-live/2015/11/msg00024.html > > Another dev throws in the towel under pressure. The list of downstream > distro's is long... > > Cheers, > > Wim From the day I arrived in Debianland

Re: [DNG] An abrupt end to Debian Live CD version?

2015-11-11 Thread Daniel Reurich
On 12/11/15 16:26, Nate Bargmann wrote: Reading some of the links left me about speechless. I seem to recall a time when Debian actions were open to all involved. The requests for clarification of the discussions supposedly leading to the creation of live-build-ng in bug 804315 went unanswered.

Re: [DNG] An abrupt end to Debian Live CD version?

2015-11-11 Thread Nate Bargmann
Reading some of the links left me about speechless. I seem to recall a time when Debian actions were open to all involved. The requests for clarification of the discussions supposedly leading to the creation of live-build-ng in bug 804315 went unanswered. Besides being heavy-handed and rude, it

Re: [DNG] An abrupt end to Debian Live CD version?

2015-11-11 Thread Go Linux
On Wed, 11/11/15, Wim wrote: Subject: [DNG] An abrupt end to Debian Live CD version? To: Dng@lists.dyne.org Date: Wednesday, November 11, 2015, 8:34 PM Hi, This popped up: https://lists.debian.org/debian-live/2015/11/msg00024.html Another dev throws in the towel under pressure. The

[DNG] An abrupt end to Debian Live CD version?

2015-11-11 Thread Wim
Hi, This popped up: https://lists.debian.org/debian-live/2015/11/msg00024.html Another dev throws in the towel under pressure. The list of downstream distro's is long... Cheers, Wim ___ Dng mailing list Dng@lists.dyne.org https://mailinglists.dyne.o

[DNG] Distros using Devuan as their base

2015-11-11 Thread dev1fanboy
So far I've noticed there are two distros using Devuan as their base, refracta and exe gnu/linux Are there others anyone is aware of at the moment? Thanks, dev1fanboy -- Take back your privacy. Switch to www.StartMail.com ___ Dng mailing list Dng@lis

Re: [DNG] Quick start guide to uprading to Devuan and configuring minimalism

2015-11-11 Thread fsmithred
On 11/11/2015 12:37 AM, dev1fanboy wrote: > Ok, so for those who have been paying attention so far, I am missing some > information. > > Specifically it would be nice to confirm which branches work for the > upgrade. So far the following is known to work: > > Debian Wheezy > Devuan Jessie > Debia

Re: [DNG] netman packages

2015-11-11 Thread aitor_czr
Hi Hendrik, There is one change pending in the packages... Move 'netman.desktop' from: /usr/share/applications to the following directory: /etc/xdg/autostart Aitor. On 11/11/15 13:00, aitor_czr wrote: Sorry, Hendrik, i forgot to checkout the gbp-master brach (git-buildpackage): $ git clone

Re: [DNG] netman packages

2015-11-11 Thread aitor_czr
Sorry, Hendrik, i forgot to checkout the gbp-master brach (git-buildpackage): $ git clone https://git.devuan.org/aitor_czr/netman.git $ cd netman $ pristine-tar checkout ../netman_0.1.1~468c97d.orig.tar.bz2 $ git checkout gbp-master $ git-buildpackage -tc --git-export-dir="../build-area" --git-

Re: [DNG] netman packages

2015-11-11 Thread aitor_czr
Hi Hendrik, The latest version is in the following link: https://git.devuan.org/edbarx/netman/branches And here the debian branch and pristine-tar (updated): https://git.devuan.org/aitor_czr/netman/branches I updated also the packages: http://gnuinos.org/netman/ But only in amd64, because i

Re: [DNG] Quick start guide to uprading to Devuan and configuring minimalism

2015-11-11 Thread dev1fanboy
If anyone has any pages or blogs or whatever that is relevant to devuan upgrades, or is copied from my wiki please let me know so I can add links. -- Take back your privacy. Switch to www.StartMail.com ___ Dng mailing list Dng@lists.dyne.org https://ma

Re: [DNG] Quick start guide to uprading to Devuan and configuring minimalism

2015-11-11 Thread dev1fanboy
The nice thing is the Devuan devs are already working on removing mandatory libsystemd0 for stable, and some packages will accept an installation with apt-get install packagename loginkit if you want to avoid systemd. I'll try to write up instructions for sure to include apt-pinning, much to

Re: [DNG] Quick start guide to uprading to Devuan and configuring minimalism

2015-11-11 Thread Mitt Green
I think: - Devuan should add libsystemd0 and systemd packages to devuan-baseconf to exclude their appearance on one's system; - Devuan's first focus is stable, thus testing and unstable users should be able to solve packaging problems, which includes pinning and even forking packages (which shou

Re: [DNG] Quick start guide to uprading to Devuan and configuring minimalism

2015-11-11 Thread Simon Hobson
Mitt Green wrote: > But I also have libsystemd0 file in /etc/apt/preferences.d containing: > > > > Package: libsystemd0 > Pin: origin "" > Pin-Priority: -1 > > Does anyone have any tips for getting more meaningful output from apt when something fails