Re: [DNG] libnetaid-0.1

2020-08-20 Thread Steve Litt
On Fri, 21 Aug 2020 00:56:37 +0200 aitor wrote: > Hi Steve, > > On 17/8/20 12:53, Steve Litt wrote: > > Hi Aitor, > > > > It's very important that there continue to be a way to run > > simple-netaid in the foreground, so runit and s6 and other good > > inits can run it reliably, without kludge.

Re: [DNG] libnetaid-0.1

2020-08-20 Thread aitor
Hi Steve, On 17/8/20 12:53, Steve Litt wrote: Hi Aitor, It's very important that there continue to be a way to run simple-netaid in the foreground, so runit and s6 and other good inits can run it reliably, without kludge. I can see by your code that your intent was to give the user a choice

Re: [DNG] libnetaid-0.1

2020-08-17 Thread Steve Litt
On Sun, 16 Aug 2020 09:58:51 +0200 aitor wrote: > Hi, > > On 28/7/20 11:08, aitor wrote: > > > > Hi, > > > > On 24/3/20 23:00, aitor_czr wrote: > >> On 3/3/20 15:26, aitor wrote: > >>> I removed the MAC Address so far because it's giving me a > >>> segmentation fault. I hope to fix this

Re: [DNG] libnetaid-0.1

2020-08-16 Thread aitor
Hi, On 28/7/20 11:08, aitor wrote: Hi, On 24/3/20 23:00, aitor_czr wrote: On 3/3/20 15:26, aitor wrote: I removed the MAC Address so far because it's giving me a segmentation fault. I hope to fix this issue shortly. The issue has been solved replacing the standard C sprintf() by

Re: [DNG] libnetaid-0.1

2020-07-28 Thread aitor
Hi, On 24/3/20 23:00, aitor_czr wrote: On 3/3/20 15:26, aitor wrote: I removed the MAC Address so far because it's giving me a segmentation fault. I hope to fix this issue shortly. The issue has been solved replacing the standard C sprintf() by g_strdup_printf() in the "netproc.c" file, which

Re: [DNG] libnetaid-0.1

2020-03-24 Thread aitor_czr
Hi, On 3/3/20 15:26, aitor wrote: I removed the MAC Address so far because it's giving me a segmentation fault. I hope to fix this issue shortly. The issue has been solved replacing the standard C sprintf() by g_strdup_printf() in the "netproc.c" file, which is similar to the first one but

Re: [DNG] libnetaid-0.1

2020-03-03 Thread aitor
Hi again, On 3/3/20 13:10, aitor wrote: Hi, On 2/3/20 1:03, aitor wrote: Hi again, On 1/3/20 22:36, aitor wrote: Hi all, The shared library of simple-netaid is ready for use. Here you are the packages for devuan beowulf in amd64: http://gnuinos.org/libnetaid/ Install all the packages

Re: [DNG] libnetaid-0.1

2020-03-03 Thread aitor
Hi, On 2/3/20 1:03, aitor wrote: Hi again, On 1/3/20 22:36, aitor wrote: Hi all, The shared library of simple-netaid is ready for use. Here you are the packages for devuan beowulf in amd64: http://gnuinos.org/libnetaid/ Install all the packages and  write the following simple program:

Re: [DNG] libnetaid-0.1

2020-03-01 Thread aitor
Hi again, On 1/3/20 22:36, aitor wrote: Hi all, The shared library of simple-netaid is ready for use. Here you are the packages for devuan beowulf in amd64: http://gnuinos.org/libnetaid/ Install all the packages and  write the following simple program: ___

[DNG] libnetaid-0.1

2020-03-01 Thread aitor
Hi all, The shared library of simple-netaid is ready for use. Here you are the packages for devuan beowulf in amd64: http://gnuinos.org/libnetaid/ Install all the packages and  write the following simple program: ___ #include int main (int argc, char **argv) {