[DNG] Cinnamon 4.0 for devuan beowulf

2019-03-19 Thread Antonio Volpicelli via Dng
Hi , I have rebuild cinnamon 4.0 for devuan beowulf, if someone want to try it this is the link : http://hezeh.org/cinnamon-on-devuan-beowulf remember this is an experimental version, not all are perfect, suggestions and comments are welcome :)

Re: [DNG] How to test the backend of simple-netaid

2019-03-19 Thread KatolaZ
On Tue, Mar 19, 2019 at 11:41:16PM +0100, aitor_czr wrote: [cut] > > fsmithred wrote the following command in d1g time ago: > > |kill $(ps -e |grep wpa |grep -oP '\d{3,}') > https://dev1galaxy.org/viewtopic.php?id=2158 Aitor. | > Maybe something like: $ kill -9 $(pidof wpa_supplicant)

Re: [DNG] How to test the backend of simple-netaid

2019-03-19 Thread aitor_czr
On 19/3/19 23:41, aitor_czr wrote: fsmithred wrote the following command in d1g time ago: |kill $(ps -e |grep wpa |grep -oP '\d{3,}') https://dev1galaxy.org/viewtopic.php?id=2158 Aitor.| |I rectify: it was written by Panopticon.| | | || ___ Dng

Re: [DNG] How to test the backend of simple-netaid

2019-03-19 Thread aitor_czr
Hi KatolaZ, On 19/3/19 11:13, KatolaZ wrote: On Tue, Mar 19, 2019 at 11:00:59AM +0100, aitor_czr wrote: [cut] I answer myself, referring to the use of pkill wpa_supplicant: #include int kill_wpa_supplicant(void) {     pid_t wpa_pid;     FILE *fp;     fp =

Re: [DNG] How can I install dokuwiki? it's not in ascci I think it's in ceres

2019-03-19 Thread Alessandro Selli
On 19/03/19 at 13:48, Basati wrote: > El martes, 19 de marzo de 2019 13:36:55 (CET) Basati escribió: > > The local file have this > > root@basatu:/etc/dokuwiki# ls -all local.php > -rw-r--r-- 1 root root 250 mar 19 13:11 local.php > > The group isn't bad? > > Shouldn't it be www-data ? > > with

Re: [DNG] How can I install dokuwiki? it's not in ascci I think it's in ceres

2019-03-19 Thread Dimitris via Dng
it should work fine for devuan too. running doku on debian machine, but didn't istall from .deb package. rather, chose official tgz from website, and there've been no issues. check these links: https://www.dokuwiki.org/install https://wiki.debian.org/DokuWiki (debian package)

Re: [DNG] an alternative to poettering's ifplugd

2019-03-19 Thread aitor_czr
Hi Didier, On 19/3/19 12:39, Didier Kryn wrote: Le 19/03/2019 à 09:56, aitor_czr a écrit : Hi Nick, On 19/3/19 9:21, Dr. Nikolaus Klepp wrote: ... for i in /sys/class/net/eth*; do ... Thanks for your script! Interesting to know... With a short look, i seems to read the value content

Re: [DNG] How can I install dokuwiki? it's not in ascci I think it's in ceres

2019-03-19 Thread Basati
hi If you're right, excuse me. But since I had grabbed you... well, let's shoot. 8=þ basati ___ Dng mailing list Dng@lists.dyne.org https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng

Re: [DNG] How can I install dokuwiki? it's not in ascci I think it's in ceres

2019-03-19 Thread KatolaZ
On Tue, Mar 19, 2019 at 01:48:14PM +0100, Basati wrote: > El martes, 19 de marzo de 2019 13:36:55 (CET) Basati escribió: > > The local file have this > > root@basatu:/etc/dokuwiki# ls -all local.php > -rw-r--r-- 1 root root 250 mar 19 13:11 local.php > > The group isn't bad? > > Shouldn't it

Re: [DNG] How can I install dokuwiki? it's not in ascci I think it's in ceres

2019-03-19 Thread Basati
El martes, 19 de marzo de 2019 13:36:55 (CET) Basati escribió: The local file have this root@basatu:/etc/dokuwiki# ls -all local.php -rw-r--r-- 1 root root 250 mar 19 13:11 local.php The group isn't bad? Shouldn't it be www-data ? with write permissions? Configuration Manager section He

Re: [DNG] How can I install dokuwiki? it's not in ascci I think it's in ceres

2019-03-19 Thread Basati
El martes, 19 de marzo de 2019 11:37:01 (CET) KatolaZ escribió: > the dokuwiki package has not been forked by Devuan, so it comed > directly from debian. The package does not require systemd or > libsystemd, so you should not have any problem with using it. El martes, 19 de marzo de 2019

Re: [DNG] an alternative to poettering's ifplugd

2019-03-19 Thread Didier Kryn
Le 19/03/2019 à 09:56, aitor_czr a écrit : Hi Nick, On 19/3/19 9:21, Dr. Nikolaus Klepp wrote: ... for i in /sys/class/net/eth*; do ... Thanks for your script! Interesting to know... With a short look, i seems to read the value content in the /sys/class/eth0/carrier file, set to "0"

Re: [DNG] How can I install dokuwiki? it's not in ascci I think it's in ceres

2019-03-19 Thread KatolaZ
On Tue, Mar 19, 2019 at 11:23:05AM +0100, Basati wrote: > Hello > > I am preparing a documentation that I would like to hang in the wiki. To > about > three configurations of our image for RaspBerry > > devuan_ascii_2.0.0_arm64_raspi3.img [cut] > > So I need to mount dokuwiki locally. > >

Re: [DNG] How to test the backend of simple-netaid

2019-03-19 Thread aitor_czr
On 19/3/19 11:23, aitor_czr wrote: which has been is written has been written ___ Dng mailing list Dng@lists.dyne.org https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng

Re: [DNG] How to test the backend of simple-netaid

2019-03-19 Thread aitor_czr
Hi KatolaZ, On 19/3/19 11:13, KatolaZ wrote: On Tue, Mar 19, 2019 at 11:00:59AM +0100, aitor_czr wrote: [cut] I answer myself, referring to the use of pkill wpa_supplicant: #include int kill_wpa_supplicant(void) {     pid_t wpa_pid;     FILE *fp;     fp =

[DNG] How can I install dokuwiki? it's not in ascci I think it's in ceres

2019-03-19 Thread Basati
Hello I am preparing a documentation that I would like to hang in the wiki. To about three configurations of our image for RaspBerry devuan_ascii_2.0.0_arm64_raspi3.img Now I have 484 lines in the generic part for the three configurations. 1.- console 2.- xfce desktop 3.-a firewall, router,

Re: [DNG] How to test the backend of simple-netaid

2019-03-19 Thread KatolaZ
On Tue, Mar 19, 2019 at 11:00:59AM +0100, aitor_czr wrote: [cut] > > I answer myself, referring to the use of pkill wpa_supplicant: > > #include > > int kill_wpa_supplicant(void) > { >     pid_t wpa_pid; >     FILE *fp; > >     fp = (fopen("/var/run/wpa_supplicant.pid", "r")); >     if (fp

Re: [DNG] How to test the backend of simple-netaid

2019-03-19 Thread aitor_czr
Hi, On 7/9/18 19:37, aitor_czr wrote: Hi Edward, El 07/09/18 a las 17:59, Edward Bartolo escribió: On 07/09/2018, aitor_czr wrote: El 07/09/18 a las 12:00, Edward Bartolo escribió: Aitor wrote: "I spent a lot of time downgrading the frontend from Gtk3 to Gtk2, because of the general

Re: [DNG] an alternative to poettering's ifplugd

2019-03-19 Thread Dr. Nikolaus Klepp
Hi Aitor! Anno domini 2019 Tue, 19 Mar 09:56:07 +0100 aitor_czr scripsit: > Hi Nick, > > On 19/3/19 9:21, Dr. Nikolaus Klepp wrote: > > You might call me ignorant, but with bash this can be done a bit simpler > > (this is from my solution to the > >

Re: [DNG] an alternative to poettering's ifplugd

2019-03-19 Thread aitor_czr
On 19/3/19 9:56, aitor_czr wrote: Hi Nick, On 19/3/19 9:21, Dr. Nikolaus Klepp wrote: You might call me ignorant, but with bash this can be done a bit simpler (this is from my solution to the detect-if-kable-present-while-booting-problem):-) #!/bin/bash while sleep 1; do for i in

Re: [DNG] an alternative to poettering's ifplugd

2019-03-19 Thread aitor_czr
Hi Nick, On 19/3/19 9:21, Dr. Nikolaus Klepp wrote: You might call me ignorant, but with bash this can be done a bit simpler (this is from my solution to the detect-if-kable-present-while-booting-problem):-) #!/bin/bash while sleep 1; do for i in /sys/class/net/eth*; do

Re: [DNG] an alternative to poettering's ifplugd

2019-03-19 Thread Dr. Nikolaus Klepp
Hi! Anno domini 2019 Mon, 18 Mar 18:37:37 +0100 aitor_czr scripsit: > Hi all, > > On 17/3/19 13:45, aitor_czr wrote: > > > > I'm also working on an alternative to poettering's ifplugd for the > > automatically wired connect option of simple-netaid. > > > > Aitor. > > > Here you are the code: >