[DNG] I've got the automounter running

2015-12-27 Thread Steve Litt
Hi all, I have the automounter running, incompletioncies and all. It's running off of Runit, but I'm sure it would work with sysvinit or /etc/rc.local or pretty much anything else. Assuming you don't actually edit anything, when you plug in a thumb drive, all its partitions open within 5 seconds

Re: [DNG] Proposals for an xfce-desktop-lite

2015-12-27 Thread Go Linux
On Sun, 12/27/15, Hendrik Boom wrote: Subject: Re: [DNG] Proposals for an xfce-desktop-lite To: dng@lists.dyne.org Date: Sunday, December 27, 2015, 5:29 PM On Sun, Dec 27, 2015 at 09:38:09PM +, Go Linux wrote: > As a result of a discussion on #devuan, I've opened an issue for suggestions

Re: [DNG] Proposals for an xfce-desktop-lite

2015-12-27 Thread Hendrik Boom
On Sun, Dec 27, 2015 at 09:38:09PM +, Go Linux wrote: > As a result of a discussion on #devuan, I've opened an issue for suggestions > to make the xfce desktop lighter here: > > https://git.devuan.org/d-i/tasksel/issues/12 > > Personally, I'd start with libreoffice. Please suggest your favo

[DNG] Proposals for an xfce-desktop-lite

2015-12-27 Thread Go Linux
As a result of a discussion on #devuan, I've opened an issue for suggestions to make the xfce desktop lighter here: https://git.devuan.org/d-i/tasksel/issues/12 Personally, I'd start with libreoffice. Please suggest your favorite candidates for the hit list! golinux _

Re: [DNG] netman-autostart_0.1.1

2015-12-27 Thread aitor_czr
Hi all, On 12/27/2015 02:40 PM, Edward Bartolo wrote: Hi, Thanks Aitor. At the moment, I am exercising my maintainer's skills on a simple package I created but that I didn't upload. This is to sharpen my skills so that I avoid stupid mistakes with git while at the same time, I learn. Edward

Re: [DNG] nmap in Debian Wheezy

2015-12-27 Thread Florian Zieboll
On Sun, 27 Dec 2015 11:31:16 -0300 Emiliano Marini wrote: > For example, "apt-cache show nmap" gives no info about suggests and/or > recommend. But "apt-cache show ntop" gives info about depends and > suggests. Hallo Emiliano, my nmap here (Debian Wheezy) does not have any /direct/ recommends

Re: [DNG] netman-autostart_0.1.1

2015-12-27 Thread aitor_czr
Hi Edward, On 12/27/2015 02:40 PM, Edward Bartolo wrote: Hi, Thanks Aitor. At the moment, I am exercising my maintainer's skills on a simple package I created but that I didn't upload. This is to sharpen my skills so that I avoid stupid mistakes with git while at the same time, I learn. Edwar

Re: [DNG] nmap in Debian Wheezy

2015-12-27 Thread Emiliano Marini
Not for every package. For example, "apt-cache show nmap" gives no info about suggests and/or recommend. But "apt-cache show ntop" gives info about depends and suggests. Cheers, Emiliano. On Thu, Dec 24, 2015 at 2:20 AM, Simon Wise wrote: > On 24/12/15 10:36, Emiliano Marini wrote: > >> Yea

Re: [DNG] netman-autostart_0.1.1

2015-12-27 Thread Edward Bartolo
Hi, Thanks Aitor. At the moment, I am exercising my maintainer's skills on a simple package I created but that I didn't upload. This is to sharpen my skills so that I avoid stupid mistakes with git while at the same time, I learn. Edward On 27/12/2015, aitor_czr wrote: > Hi again, > > On 12/27/

Re: [DNG] netman-autostart_0.1.1

2015-12-27 Thread aitor_czr
Hi again, On 12/27/2015 01:51 PM, aitor_czr wrote: I attach three files. Because i also changed netman-gui.postrm The netman-gui.postrm was wrong. I attach it again. Aitor. #!/bin/sh set -e if [ -e /etc/xdg/autostart/netman.desktop ]; then rm -f /etc/xdg/autostart/netman.desktop fi

Re: [DNG] netman-autostart_0.1.1

2015-12-27 Thread aitor_czr
Hi Edward and Rainer: On 12/27/2015 11:22 AM, aitor_czr wrote: On 12/27/2015 11:14 AM, Edward Bartolo wrote: Hi Aitor, Did you push your last patch that makes netman use debconf? Shortly (i was working in vdev). Do you grant me permission to apply your patch to my uploaded sources? Yes

Re: [DNG] dh_make & git are cute maintainer tools

2015-12-27 Thread Joel Roth
Hi Edward, Debian has an amazingly complex toolchain. I am happy that my own project (written in Perl) could be handled by the Debian perl team. I did go through all those debian/ files before. If you find a similar package to serve as a model, you can get a lot from that. Quilt, while cool,

[DNG] dh_make & git are cute maintainer tools

2015-12-27 Thread Edward Bartolo
Hi, I am someone who is, unfortunately slow to learn new things, as my obstinacy was always on making logical sense out of what I learn. However, I am pleased to note that now, I can create rudimentary Debian packages. Next time, it will be some reading about the mysterious and bewitched debian/

Re: [DNG] netman-autostart_0.1.1

2015-12-27 Thread aitor_czr
On 12/27/2015 11:14 AM, Edward Bartolo wrote: Hi Aitor, Did you push your last patch that makes netman use debconf? Shortly (i was working in vdev). Do you grant me permission to apply your patch to my uploaded sources? Yes, you have permissions to apply the patch. Aitor. ___

Re: [DNG] netman-autostart_0.1.1

2015-12-27 Thread Edward Bartolo
Hi Aitor, Did you push your last patch that makes netman use debconf? Do you grant me permission to apply your patch to my uploaded sources? Edward On 26/12/2015, aitor_czr wrote: > > Hi Rainer and Edward, > > On 12/24/2015 12:33 PM, Rainer Weikusat > wrote: >> aitor_czr writes: >>> >>>On 12/

Re: [DNG] Preferred automounter behavior?

2015-12-27 Thread Didier Kryn
Le 27/12/2015 01:43, Steve Litt a écrit : So I found a slightly different way to code the Python program such that when you kill the Python program, you kill inotifywait, and when you kill inotifywait, you terminate the Python program, and confirmed that my new way works well in Runit, which prob