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

2018-08-06 Thread aitor_czr
Hi all, I'm pushing more commits to the sources of simple-netaid. I did some changes in the CMakeLists.txt, in such a way you will be able to build only the backend. CMake will ask you for your root password giving suid permissions to the server file. This binary server file is only for

Re: [DNG] running script on eudev event

2018-08-06 Thread Antonio Trkdz.tab
Hi, Thanks for your help. > How are you running the echo command from the udev rule? ATTRS{idVendor}=="", ATTRS{idProduct}=="", ACTION=="add", RUN+="/bin/echo 'message' >> /full/path_to/log_file.log" they do not have the DISPLAY variable initialized and do not have the > appropriate

Re: [DNG] running script on eudev event

2018-08-06 Thread aitor_czr
Hi Anthony, El 06/08/18 a las 11:45, Antony Stone escribió: On Monday 06 August 2018 at 11:42:58, aitor_czr wrote: El 06/08/18 a las 10:24, aitor_czr escribió: |ACTION=="add", RUN+="/bin/sh -c 'echo "message" >> log_file| || ||ACTION=="add", RUN+="/bin/sh -c 'echo "message" >> log_file |'"

Re: [DNG] [OT] donate to Slackware

2018-08-06 Thread Jaromil
On Wed, 01 Aug 2018, goli...@dyne.org wrote: > I understand that. I didn't say not to discuss the Slackware > situation. It's just that Devuan communications, except for the > forum, have gone to less than a trickle. Would be nice to have some > energy going into Beowulf etc. Yes, I know many

Re: [DNG] running script on eudev event

2018-08-06 Thread Antony Stone
On Monday 06 August 2018 at 11:42:58, aitor_czr wrote: > El 06/08/18 a las 10:24, aitor_czr escribió: > > |ACTION=="add", RUN+="/bin/sh -c 'echo "message" >> log_file| > || > ||ACTION=="add", RUN+="/bin/sh -c 'echo "message" >> log_file |'" > > The line was incomplete :) I am very confused by

Re: [DNG] running script on eudev event

2018-08-06 Thread aitor_czr
El 06/08/18 a las 10:24, aitor_czr escribió: |ACTION=="add", RUN+="/bin/sh -c 'echo "message" >> log_file| ||ACTION=="add", RUN+="/bin/sh -c 'echo "message" >> log_file |'" The line was incomplete :) | ___ Dng mailing list Dng@lists.dyne.org

Re: [DNG] running script on eudev event

2018-08-06 Thread aitor_czr
Hi, El 05/08/18 a las 22:03, Alessandro Selli escribió: n 05/08/2018 at 20:44, Antony Stone wrote: On Sunday 05 August 2018 at 20:24:30, Alessandro Selli wrote: On 05/08/2018 at 16:29, Antonio Trkdz.tab wrote: Dear All, I am struggling to understand how to run a script automatically upon