Re: Unbound Notice: "sendto failed: No buffer space available"

2020-04-16 Thread William Ahern
On Thu, Apr 16, 2020 at 10:28:55AM +0200, Ben wrote: > > AFAIU, ENOBUFS happens when the NIC transmit queue is full. Have you looked > > at the interface statistics to see if there are many dropped packets? Try, > > e.g., > > > > $ netstat -ni > > NameMtu Network Address

Re: Regarding randomized times in crontab

2020-04-16 Thread Andreas Kusalananda Kähäri
On Thu, Apr 16, 2020 at 11:14:59AM -0600, Theo de Raadt wrote: > That is a lot of words to cover a simple concept: > > The specific random values are selected when cron(5) loads > the crontab file. New numbers are chosen when crontab -e is used. > > If you understand that, the conclusions are

Re: mount dir over another dir

2020-04-16 Thread Ono Caritofilaxy
NFS did the trick. Although this made me to apply some unusual pf rules to make portmapper work pass in inet proto { tcp udp } from self to self port { 111 2049 } pass out inet proto { tcp udp } from self to self port { 111 2049 } without it nfsd[70598]: can't register with udp portmap Thank

Re: Regarding randomized times in crontab

2020-04-16 Thread Theo de Raadt
That is a lot of words to cover a simple concept: The specific random values are selected when cron(5) loads the crontab file. New numbers are chosen when crontab -e is used. If you understand that, the conclusions are obvious. Raul Miller wrote: > That's a poorly phrased question, to be

Re: Regarding randomized times in crontab

2020-04-16 Thread Raul Miller
That's a poorly phrased question, to be honest. In one sense the point in time where the job is scheduled has to be different -- it's a point in time in a different 24 hour period. But in another sense (a sense closer to what you probably intended) the point in time can't be guaranteed to be

Re: Regarding randomized times in crontab

2020-04-16 Thread Andreas Kusalananda Kähäri
Thanks for that! Also, considering a job scheduled like ~ ~ * * * somecommand I'm assuming, provided that the cron daemon is not restarted, this would run the job at a single random point in each 24h period, right? A *different* point in time, each 24 period? On Thu, Apr 16, 2020 at

Re: Regarding randomized times in crontab

2020-04-16 Thread Theo de Raadt
Yes. But that problem already existed with the minutes field being >close to the moment cron was restarted. Only difference is now you don't know the minute. Andreas Kusalananda Kähäri wrote: > Thanks for the ~ crontab(5) feature! > > Question: If the cron daemon is restarted (e.g. via

Re: Traffic inspection with relayd

2020-04-16 Thread Tim Baumgard
Here are some helpful links that have information about TLS inspection with relayd in case you haven't already seen them: https://www.openbsd.org/papers/relayd-asiabsdcon2013.pdf https://www.openbsd.org/papers/relayd-slides-asiabsdcon2013.pdf https://reykfloeter.com/posts/relayd-ssl-interception

Re: S3 Virge support on IBM T23 for 6.6

2020-04-16 Thread Paolo Aglialoro
Thanks Janne for the tech insight. So, but for routerboards/CLI boxen, considering that this recent move hinders GUI for most P3s, the really viable ones remain P3s/K7s with different graphics boards (mostly desktop/tower) and early P4s without em64t. For all the following stuff there's no reason

Regarding randomized times in crontab

2020-04-16 Thread Andreas Kusalananda Kähäri
Thanks for the ~ crontab(5) feature! Question: If the cron daemon is restarted (e.g. via reboot) during the interval during which a cron job may be randomly triggered, is there a risk (or even guarantee) that the job may run a second time? Regards, -- Andreas (Kusalananda) Kähäri SciLifeLab,

Re: mount dir over another dir

2020-04-16 Thread Adam Thompson
On 2020-04-16 02:13, Ono Caritofilaxy wrote: Hello. I want to mount /usr/local/srcdir /usr/local/dstdir/subdir answer was "no" 3 years ago https://marc.info/?l=openbsd-misc=149743861203607=2 Can I do this now? If not - why? Is it dangerous? You should be able to do this as an NFS mount.

Re: mount dir over another dir

2020-04-16 Thread Stuart Henderson
On 2020-04-16, Ono Caritofilaxy wrote: > Hello. > > I want to mount /usr/local/srcdir /usr/local/dstdir/subdir > > answer was "no" 3 years ago > https://marc.info/?l=openbsd-misc=149743861203607=2 > > Can I do this now? Same as was mentioned in the earlier thread, you can do this by mounting

Re: Traffic inspection with relayd

2020-04-16 Thread Andrea Fleckenstein
"Cornelius Jubjub" writes: > Hello all, > > First off, I hope everyone is staying happy, healthy and sane in these > difficult times. > > I've been working on a little side project involving some IoT devices > and I'm in the need of a HTTPS MITM proxy so I can do some traffic > analysis. I'm

Re: MultiPath / ADD_PATH for bgpd

2020-04-16 Thread Claudio Jeker
On Wed, Apr 15, 2020 at 08:16:14PM +0100, Richard Chivers wrote: > Hi, > > Just wondering if anyone can help. > > I saw back in late 2018 that there were some initial plans for ADD_PATH and > Multipath in bgpd, it was in a list on a slide right after the portable > version.

Re: Unbound Notice: "sendto failed: No buffer space available"

2020-04-16 Thread Ben
> AFAIU, ENOBUFS happens when the NIC transmit queue is full. Have you looked > at the interface statistics to see if there are many dropped packets? Try, > e.g., > > $ netstat -ni NameMtu Network Address Ipkts IfailOpkts Ofail Colls lo0 32768

Re: mount dir over another dir

2020-04-16 Thread Masato Asou
Hi, From: Ono Caritofilaxy Date: Thu, 16 Apr 2020 10:13:51 +0300 > Hello. > > I want to mount /usr/local/srcdir /usr/local/dstdir/subdir > > answer was "no" 3 years ago > https://marc.info/?l=openbsd-misc=149743861203607=2 > > Can I do this now? > If not - why? Is it dangerous? I have no

mount dir over another dir

2020-04-16 Thread Ono Caritofilaxy
Hello. I want to mount /usr/local/srcdir /usr/local/dstdir/subdir answer was "no" 3 years ago https://marc.info/?l=openbsd-misc=149743861203607=2 Can I do this now? If not - why? Is it dangerous?

Re: S3 Virge support on IBM T23 for 6.6

2020-04-16 Thread Janne Johansson
Den ons 15 apr. 2020 kl 23:29 skrev Paolo Aglialoro : > Is this a hint that soon i386 architecture will be deprecated? > Considering that supported hw (at least graphics) is going more and more to > overlap with amd64, at the very end i386 would remain only for some > routerboards. > i386 has