Re: How to set a HTTP proxy for sysupgrade

2021-06-30 Thread trondd
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 reach out. > > I have set http_proxy, ftp_proxy and https_proxy in >

Re: support and consulting: new entry request

2021-06-30 Thread Navan Carson
> On Jun 30, 2021, at 1:50 PM, Ingo Schwarze wrote: > > Hi Navan, > > Navan Carson wrote on Wed, Jun 30, 2021 at 01:08:55PM -0600: > >> The TLS certificate is invalid for https://obsd.solutions/. >> It's for some mcafee.com names. > > I'm sorry, but so far, i'm unable to reproduce. When

Re: support and consulting: new entry request

2021-06-30 Thread Ingo Schwarze
Hi Navan, Navan Carson wrote on Wed, Jun 30, 2021 at 01:08:55PM -0600: > The TLS certificate is invalid for https://obsd.solutions/. > It's for some mcafee.com names. I'm sorry, but so far, i'm unable to reproduce. When i connect to obsd.solutions with HTTPs, the following certificate is

Re: support and consulting: new entry request

2021-06-30 Thread Navan Carson
> On Jun 23, 2021, at 9:46 AM, nabbi...@scqr.net wrote: > > 0 > C Japan > P Osaka > T Osaka > Z > O Scqr Inc. > I > A > M contact@obsd.solutions > U https://obsd.solutions/ > B > X > N We are experienced ICT designers/developers and security monks, using > OpenBSD as primary servers for

Re: Sharing desktop with Jitsi and pledge

2021-06-30 Thread Jonathan Drews
On Wed, Jun 30, 2021 at 08:02:51AM -, Stuart Henderson wrote: > > To use screen sharing, you'll need to disable pledge, it is specifically > mentioned in the pkg-readme for firefox. Stuart thanks so much for the insight. I should have been more perceptive and consulted the pkg_readme. I am

Re: rad daemon strange error message

2021-06-30 Thread Pierre Dupond
Thanks a lot. You were right and my eyes have corrected the misspelling. After correcting the config the RAD server seems to work correctly. kind regards On Wed, 30 Jun 2021 13:58:17 +0200 Markus Wernig wrote: > On 6/30/21 1:32 PM, Pierre Dupond wrote: > > veteher30 has no IPv6 link-local

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

2021-06-30 Thread Stuart Henderson
btw, it would be really helpful if people could send their dmesg to dm...@openbsd.org, this hardware doesn't show up there, in fact there are no EPYC 3xxx CPUs at all.

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

2021-06-30 Thread chuck
> Good day everyone > > Does anyone use supermicro 5019D-FTN4 server with AMD EPYC 3251 SoC > Processor? > > https://www.supermicro.com/Aplus/system/Embedded/AS-5019D-FTN4.cfm > > Experience and dmesg would be perfect. > > I did not find any mention in the archive > > I'm looking for a new

Re: C style in OpenBSD

2021-06-30 Thread Todd C . Miller
The reason to a style guide is not that one style is inherently better than another. It is because consistency makes the code easier to read for anyone familiar with that style. Part of that means using common idioms that are immediately recognizable by someone familiar with the style. This

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

2021-06-30 Thread Denis Fondras
Le Tue, Jun 29, 2021 at 07:46:55PM +0200, EdaSky a écrit : > Good day everyone > > Does anyone use supermicro 5019D-FTN4 server with AMD EPYC 3251 SoC > Processor? > > https://www.supermicro.com/Aplus/system/Embedded/AS-5019D-FTN4.cfm > > Experience and dmesg would be perfect. > Experience is

How to set a HTTP proxy for sysupgrade

2021-06-30 Thread Raimo Niskanen
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 reach out. I have set http_proxy, ftp_proxy and https_proxy in /etc/login.conf, the default class, but it is apparently not used

Re: rad daemon strange error message

2021-06-30 Thread Markus Wernig
On 6/30/21 1:32 PM, Pierre Dupond wrote: > veteher30 has no IPv6 link-local address, ignoring ^ I don't know rad, but from the output above there seems to be a typo in some config.

Re: C style in OpenBSD

2021-06-30 Thread Reuben ua Bríġ
> Date: Wed, 30 Jun 2021 13:27:21 +1000 > From: Reuben ua Bríġ > it seems a lot of people are having difficulty with my ?: expression. > > rather than going through each branch yourself, think of it like a > `boolean' switch that stops on the first `true' question (the bit on > each line before

Re: C style in OpenBSD

2021-06-30 Thread Reuben ua Bríġ
heres a fun example i was an idiot to miss: > Date: Tue, 29 Jun 2021 15:17:58 +0959 > From: Reuben ua Bríġ > ANSI 'K'&'R' is really just 'B' in disguise. /* note the () around & are for ==, not ?: */ int main() { return ('K'&'R') == 'B' ? 0 : 1; }

Re: C style in OpenBSD

2021-06-30 Thread Reuben ua Bríġ
it seems a lot of people are having difficulty with my ?: expression. rather than going through each branch yourself, think of it like a `boolean' switch that stops on the first `true' question (the bit on each line before the ?), and then chooses the corresponding `answer' (the bit before the

Re: Source of the spin

2021-06-30 Thread Sven F.
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 lot : > > > > 0.0%Int 53.1%Spn

Re: Source of the spin

2021-06-30 Thread Stuart Henderson
On 2021-06-30, Jay Hart 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 lot : >>> >>> 0.0%Int 53.1%Spn 25.8%Sys 19.6%Usr 1.4%Idle >

Re: apu2 and Atheros WLE600VX not working

2021-06-30 Thread George
On 2021-06-30 8:01 a.m., Stefan Sperling wrote: On Wed, Jun 30, 2021 at 07:45:13AM -0400, George wrote: Hi thanks for the reply! How is the performance on the 200nx are you using it as an access point i.e. router? How many antennas? There is currently no way to run an AP on OpenBSD if you

Re: apu2 and Atheros WLE600VX not working

2021-06-30 Thread Stefan Sperling
On Wed, Jun 30, 2021 at 07:45:13AM -0400, George wrote: > Hi thanks for the reply! How is the performance on the 200nx are you using > it as an access point i.e. router? How many antennas? There is currently no way to run an AP on OpenBSD if you require performance levels comparable to

Re: Source of the spin

2021-06-30 Thread Jay Hart
> 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 lot : >> >> 0.0%Int 53.1%Spn 25.8%Sys 19.6%Usr 1.4%Idle What command produces this output? It

Re: apu2 and Atheros WLE600VX not working

2021-06-30 Thread George
On 2021-06-30 3:29 a.m., Marcus MERIGHI wrote: Hello! g.lis...@nodeunit.com (George), 2021.06.30 (Wed) 01:41 (CEST): I am running OpenBSD 6.9 the machine recognizes an earlier version of the same wireless PCIe card, namely the WLE200NX but for some, unknown to me reason, the WLE600VX is not

rad daemon strange error message

2021-06-30 Thread Pierre Dupond
Hi All, I am trying to setup the rad daemon on a quite complicated configuration. I receive however a strange error message which I don't understand fully. The message claims that there is no link local address on the device "vether30". But, as far as I understand a such address is

Re: Source of the spin

2021-06-30 Thread Stuart Henderson
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 lot : > > 0.0%Int 53.1%Spn 25.8%Sys 19.6%Usr 1.4%Idle > > * Is this bad ? > * What kind of basic

Re: Sharing desktop with Jitsi and pledge

2021-06-30 Thread Stuart Henderson
On 2021-06-29, Jonathan Drews wrote: > Hi Folks: > > I am running OpenBSD 6.9 GENERIC.MP#4 amd64 and have Jitsi working > well here on OpenBSD. The audio and video work fine. So do the typing > of comments in Jitsi > > However when I attempt to share my desktop, through Jitsi, then > Firefox

Re: C style in OpenBSD

2021-06-30 Thread Ronan Viel
Saying a code is horrible, is often subjective. If you work on your own project, choose the style that fits your mind. If you are patching a program, try to be consistent with the existing code. You can also have a look at the “style” manpage but keep in mind that it is for the kernel. Ronan

Re: apu2 and Atheros WLE600VX not working

2021-06-30 Thread Marcus MERIGHI
Hello! g.lis...@nodeunit.com (George), 2021.06.30 (Wed) 01:41 (CEST): > I am running OpenBSD 6.9 the machine recognizes an earlier version of > the same wireless PCIe card, namely the WLE200NX but for some, > unknown to me reason, the WLE600VX is not recognized. I checked the > athn driver