Re: [DNG] vdev status update: eventfs

2015-09-23 Thread Jude Nelson
@shraptor > So how to get eventfs going with vdev. > ./eventfs /run/udev > or where should eventfs be mounted? > Eventfs mounting will not be handled by vdev, right? Vdev won't set up eventfs. I'll ship a sysv init script with it that will mount it automatically (probably shortly after init start

Re: [DNG] vdev status update: eventfs

2015-09-23 Thread shraptor
On 2015-09-23 17:14, Jude Nelson wrote: @shraptor  So how to get eventfs going with vdev. ./eventfs /run/udev or where should eventfs be mounted? Eventfs mounting will not be handled by vdev, right? Vdev won't set up eventfs.  I'll ship a sysv init script with it that will mount it automatical

Re: [DNG] What can I do after netman?

2015-09-23 Thread aitor_czr
They are ready, but it is a test: http://gnuinos.org/netman/ I think something goes wrong, because if i run netman in the command line i get the following message: $ netman TApplication.HandleException Executable not found: "/usr/lib/netman/bin/backend " Stack trace: $005B6822 $0

Re: [DNG] What can I do after netman?

2015-09-23 Thread Edward Bartolo
Hi Aitor, Sender is the originating object sending initiating the event. For example, let us consider Button: TButton. The latter's OnClick event can be used to call method: ButtonOnClick(Sender: TObject); Sender points at Button. So, inside the event handler, the cast TButton(Sender) can be use

Re: [DNG] What can I do after netman?

2015-09-23 Thread aitor_czr
Hi Tilt, I was referring to a branch into the netman project in Git, including three branches: 1.- Upstream branch 2.- Debian branch 3.- Pristine-tar branch Being a branch in Git, the name is not confusing. See here: https://gitlab.com/aitor_cz/linux-libre/tree/gbp-master Aitor. On 07/04/21 2

Re: [DNG] What can I do after netman?

2015-09-23 Thread Edward Bartolo
Hi Aitor, I used your netman .deb packages to install netman on my computer so that I can test it to discover what is the cause of the error. As I told you, it was an extra space in /etc/netman.conf. Remove the space and netman should start without errors. Please, also note that before adding "i

Re: [DNG] vdev status update: eventfs

2015-09-23 Thread Jude Nelson
Hi shraptor, On Wed, Sep 23, 2015 at 1:30 PM, shraptor wrote: > On 2015-09-23 17:14, Jude Nelson wrote: > >> @shraptor >> >>> So how to get eventfs going with vdev. >>> ./eventfs /run/udev >>> or where should eventfs be mounted? >>> Eventfs mounting will not be handled by vdev, right? >>> >> >>

Re: [DNG] What can I do after netman?

2015-09-23 Thread tilt!
My bad, thanks for explaining - perfectly fine of course. Best regards, T. Am 23.09.2015 um 20:57 schrieb aitor_czr: Hi Tilt, I was referring to a branch into the netman project in Git, including three branches: 1.- Upstream branch 2.- Debian branch 3.- Pristine-tar branch Being a branch in

Re: [DNG] What can I do after netman?

2015-09-23 Thread aitor_czr
Thanks Edward, i will apply the changes :-) Aitor. On 23/09/15 21:26, Edward Bartolo wrote: > Hi Aitor, > > I used your netman .deb packages to install netman on my computer so > that I can test it to discover what is the cause of the error. > > As I told you, it was an extra space in /etc/netma

[DNG] [announce] s6-rc, a s6-based service manager for Unix systems

2015-09-23 Thread Laurent Bercot
if you can confirm the plan of releasing s6-rc within september I confirm it. And, lo and behold, I'm on schedule for once. s6-rc-0.0.1.0 is out. s6-rc is a service manager for Unix systems, running on top of a s6 supervision tree. It manages the live state of the machine, defined by a s

Re: [DNG] What can I do after netman?

2015-09-23 Thread Edward Bartolo
Hi Aitor, fsmithred found that /etc/network/interfaces should not contain partially commented lines. Please make sure comments are whole lines. Edward On 23/09/2015, tilt! wrote: > My bad, thanks for explaining - perfectly fine of course. > > Best regards, > T. > > Am 23.09.2015 um 20:57 schrie