Re: rpki-client and BLACKHOLE routes

2021-11-15 Thread Hrvoje Popovski
On 23.6.2021. 12:09, Claudio Jeker wrote: > On Wed, Jun 23, 2021 at 11:40:25AM +0200, Hrvoje Popovski wrote: >> Hi all, >> >> fist of all, thank you for rpki-client, it's so easy to use it and to >> get the job done. >> I'm playing with rpki-client and denying ovs invalid statement and I've >>

Re: Kind of OT - camera/ software to run a long term timelapse camera

2021-11-15 Thread Jeff Ross
On 11/15/21 11:21 AM, Steve Williams wrote: Hi, I have an OpenBSD server (APC) that runs 7x24 hosting my email, webserver, etc. As the season changes to winter, I thought of setting up a camera to do some timelapse photography out of the window pointing at the mountains. I am kind of

Re: Kind of OT - camera/ software to run a long term timelapse camera

2021-11-15 Thread Łukasz Moskała
Dnia 15 listopada 2021 21:32:26 CET, Jan Stary napisał/a: >On Nov 15 21:03:50, l...@lukaszmoskala.pl wrote: >> If you don't mind spending a little bit more, Raspberry pi zero W + official >> raspberry pi camera works great, > >You mean, under OpenBSD? > Sorry, I should have clarified - I

Re: Kind of OT - camera/ software to run a long term timelapse camera

2021-11-15 Thread Jan Stary
On Nov 15 21:03:50, l...@lukaszmoskala.pl wrote: > If you don't mind spending a little bit more, Raspberry pi zero W + official > raspberry pi camera works great, You mean, under OpenBSD?

Re: Kind of OT - camera/ software to run a long term timelapse camera

2021-11-15 Thread Paul de Weerd
Hi Steve, On Mon, Nov 15, 2021 at 10:21:51AM -0800, Steve Williams wrote: | Does anyone have recommendations to accomplish this?  It's just a | hobby so I don't want to spend a huge amount of money on it. One thing I've done in the past is to open up my laptop and point its camera in the

Re: Kind of OT - camera/ software to run a long term timelapse camera

2021-11-15 Thread Łukasz Moskała
W dniu 15.11.2021 o 19:21, Steve Williams pisze: Hi, I have an OpenBSD server (APC) that runs 7x24 hosting my email, webserver, etc. As the season changes to winter, I thought of setting up a camera to do some timelapse photography out of the window pointing at the mountains. I am kind of

Kind of OT - camera/ software to run a long term timelapse camera

2021-11-15 Thread Steve Williams
Hi, I have an OpenBSD server (APC) that runs 7x24 hosting my email, webserver, etc. As the season changes to winter, I thought of setting up a camera to do some timelapse photography out of the window pointing at the mountains. I am kind of lost in the huge variety of options...  IP

Re: cron sh script fork

2021-11-15 Thread Theo de Raadt
Todd C. Miller wrote: > On Mon, 15 Nov 2021 20:13:01 +0300, misc@abrakadabra.systems wrote: > > > [/opt/bin]$ cat check.sh > > #!/bin/sh > > > > _ret=$(ps aux | grep sleeploop.sh | grep -v grep | awk '{print $2}') > > test -z ${_ret} && /opt/bin/sleeploop.sh & > > By default, ps uses 80

Re: cron sh script fork

2021-11-15 Thread Todd C . Miller
On Mon, 15 Nov 2021 20:13:01 +0300, misc@abrakadabra.systems wrote: > [/opt/bin]$ cat check.sh > #!/bin/sh > > _ret=$(ps aux | grep sleeploop.sh | grep -v grep | awk '{print $2}') > test -z ${_ret} && /opt/bin/sleeploop.sh & By default, ps uses 80 columns so the information is probably being cut

Re: cron sh script fork

2021-11-15 Thread Theo de Raadt
Your "ps" pipeline could identify other processes. If I was on your machine, I would start a long-running process with sleeploop.sh as an argument, your script sees it, and misbehaves. Don't do this. man 5 crontab A method to do this safer was -s command Only a single

cron sh script fork

2021-11-15 Thread misc
I have one script (sleeploop.sh) running in background and second (check.sh) to test if sleeploop is running and if not then start it. [/opt/bin]$ cat sleeploop.sh #!/bin/sh while true do sleep 5 done [/opt/bin]$ cat

Re: dhcpleased: interface "stalls" during Renewing

2021-11-15 Thread Peter Gorsuch
Thanks Sebastian, and this situation seems different from the thread that informed me, as my "stall" starts immediately at the Renewing transition and lasts nearly 30 minutes until the client broadcasts.  I believe Florian's fix was for a 20 second or so dropout at the end, where my situation

Re: U-blox MPCI-L210 LTE modem: cdce(4) unable to get the MAC address of the device

2021-11-15 Thread Stefan Sperling
On Sun, Nov 14, 2021 at 10:40:28PM +0100, na...@poczta.fm wrote: > Hi misc@, > > While testing the U-blox MPCI-L210 LTE modem on OpenBSD -current > (the modem is attached as a cdce(4) device, the router mode is enabled; > other modes are also available), I noticed that the automatic