dhcpcd -U6 /var/db/dhcpcd/alc0.lease6 incorrectly returns "dhcpcd is not running"

2021-07-01 Thread Zack Newman
Background: beta# uname -a OpenBSD beta.philomathiclife.com 6.9 GENERIC.MP#3 amd64 beta# dhcpcd --version dhcpcd 9.4.0 Copyright (c) 2006-2020 Roy Marples Compiled in features: INET ARP ARPing IPv4LL INET6 DHCPv6 AUTH PRIVSEP beta# cat /etc/hostname.alc0 dhcp group egress !/etc/rc.d/dhcpcd star

Re: while do done

2021-07-01 Thread Stuart Longland
On Mon, 28 Jun 2021 22:20:15 +1000 Reuben ua Bríġ wrote: > you cant interrupt sh in > > while do done > > not that it matters. > vk4msl-bne$ cat test.sh

Re: C style in OpenBSD

2021-07-01 Thread Stuart Longland
On Thu, 1 Jul 2021 19:09:28 +1000 Reuben ua Bríġ wrote: > > Date: Thu, 1 Jul 2021 13:51:21 +1000 > > From: Stuart Longland > > > Even someone who didn't know "C", > > ... seriously? Yes seriously, there are people who write software computers, and do not know C. > > If you didn't know w

Re: supermicro 5019D-FTN4 server with AMD EPYC 3251 SoC Processor

2021-07-01 Thread EdaSky
Thank you very much for your experience and dmesgs. I'll buy it

Re: C style in OpenBSD

2021-07-01 Thread andrew fabbro
When you write code by yourself: On Tue, Jun 29, 2021 at 6:15 AM Reuben ua Bríġ wrote: > a style i came up with in imitation of some disgusting haskell code. When you write code with others: On Wed, Jun 30, 2021 at 7:34 AM Todd C. Miller wrote: > It is because consistency makes the code > easi

For your propaganda needs: The Impending Doom of Your Operating System Going to or Past 11, Versus the Lush Oasis of Open Source Systems

2021-07-01 Thread Peter N. M. Hansteen
For your propaganda needs - The Impending Doom of Your Operating System Going to or Past 11, Versus the Lush Oasis of Open Source Systems Will the uncertainty over forced obsolescence of fairly recent hardware force Microsoft and Apple users to switch to open source alternatives? -- TL;DR: Open

Re: How to set a HTTP proxy for sysupgrade

2021-07-01 Thread trondd
On Thu, July 1, 2021 4:25 am, Raimo Niskanen wrote: > On Wed, Jun 30, 2021 at 09:23:15PM -0400, trondd wrote: >> >> I simply echo the export statements of the proxy environment variables >> to >> /etc/rc.firstime before reboot. The installer will always append to the >> file so fw_update will be ad

Re: How to set a HTTP proxy for sysupgrade

2021-07-01 Thread Raimo Niskanen
On Wed, Jun 30, 2021 at 09:23:15PM -0400, trondd wrote: > On Wed, June 30, 2021 5:28 am, Raimo Niskanen wrote: > > Hello list! > > > > I just upgraded one of our lab machines from 6.8 to 6.9 > > (amd64), and our lab environment is closed to the Internet, > > so using an HTTP proxy is required to re

Re: Source of the spin

2021-07-01 Thread Stuart Henderson
On 2021-06-30, Sven F. wrote: > On Wed, Jun 30, 2021 at 4:15 AM Stuart Henderson wrote: >> >> On 2021-06-29, Sven F. wrote: >> > Dear readers, >> > >> > I probably did something silly again, >> > Could you help with a bit of knowledge around performance ? >> > My openbsd CPU (6.8) is spinning a

Re: C style in OpenBSD

2021-07-01 Thread Stuart Longland
On Tue, 29 Jun 2021 15:17:58 +0959 Reuben ua Bríġ wrote: > i found the following: > > if (strcmp(progname, BINM_MAN) == 0) > search.argmode = ARG_NAME; > else if (strcmp(progname, BINM_APROPOS) == 0) > search.argmode = ARG_EXPR; > else if (