Re: Curl giving (27) Out of memory error where it didn't before

2020-04-14 Thread Andrew Reilly
Bother. Password leaked. Password changed. Thanks for the warning! Cheers, Andrew Reilly M: 0409-824-272 arei...@bigpond.net.au > On 15 Apr 2020, at 07:35 , Andrew Reilly wrote: > > Hi there, > > I have a cron job that is supposed to email me at a backup email account if > my ISP ever c

FreeBSD CI Weekly Report 2020-04-12

2020-04-14 Thread Li-Wen Hsu
(Please send the followup to freebsd-testing@ and note Reply-To is set.) FreeBSD CI Weekly Report 2020-04-12 === Here is a summary of the FreeBSD Continuous Integration results for the period from 2020-04-06 to 2020-04-12. During this period, we have: * 1801 buil

FreeBSD CI Weekly Report 2020-04-05

2020-04-14 Thread Li-Wen Hsu
(Please send the followup to freebsd-testing@ and note Reply-To is set.) FreeBSD CI Weekly Report 2020-04-05 === Here is a summary of the FreeBSD Continuous Integration results for the period from 2020-03-30 to 2020-04-05. During this period, we have: * 1715 buil

Curl giving (27) Out of memory error where it didn't before

2020-04-14 Thread Andrew Reilly
Hi there, I have a cron job that is supposed to email me at a backup email account if my ISP ever changes my IP address. It doesn't happen very often, but it happened again this morning, and I was disappointed to find that the script that does the notification failed. Sending e-mail in this w

CFT: if_bridge performance improvements

2020-04-14 Thread Kristof Provost
Hi, Thanks to support from The FreeBSD Foundation I’ve been able to work on improving the throughput of if_bridge. It changes the (data path) locking to use the NET_EPOCH infrastructure. Benchmarking shows substantial improvements (x5 in test setups). This work is ready for wider testing now.