Re: Multiple USB NICs

2020-10-21 Thread Stuart Longland
On 22/10/20 1:08 pm, Lee Nelson wrote: > The same sort of thing happened to me with me PCI cards, but it was > another edge case.  I had two identical 2-port NIC's representing > em0-em3. The card with em0 and em1 died and brought the syste down with > a kernel panic.  Upon rebooting the card that

/dev/usb0 - NotImplementedError: Operation not supported or unimplemented on this platform

2020-10-21 Thread Mario St-Gelais
I am attempting to get data from USB or an Accurite Weather Sensor, model 06006 through python program called weewx.  I wrote the weewx dist list but got no answer so far.  I am in foact not sure it's related to weewx itself as I can not connect to the device even through ipython.  Throuh

Re: Multiple USB NICs

2020-10-21 Thread Lee Nelson
The same sort of thing happened to me with me PCI cards, but it was another edge case. I had two identical 2-port NIC's representing em0-em3. The card with em0 and em1 died and brought the syste down with a kernel panic. Upon rebooting the card that had been em2 and em3 was now em0 and

Re: Multiple USB NICs

2020-10-21 Thread pipus
I thought we were free to worship our totalitarian leader, butt an all, on and off list. This is, after all, not a linux list. :) Sent with ProtonMail Secure Email. ‐‐‐ Original Message ‐‐‐ On Wednesday, 21 October 2020 22:08, Stuart Longland wrote: > On 21/10/20 10:53 pm, pipus

Re: Issue updating spidermonkey

2020-10-21 Thread Brennan Vincent
On 10/21/20 4:40 AM, Stuart Henderson wrote: On 2020-10-21, Chris Bennett wrote: On Tue, Oct 20, 2020 at 08:26:05PM -0400, Brennan Vincent wrote: Updated yesterday from 6.7 to a snapshot, and now: $ doas pkg_add -u doas pkg_add -u -Dsnap You need to do some things different once you

Re: du man page

2020-10-21 Thread Greg Thomas
had is rad. On Wed, Oct 21, 2020 at 10:09 AM Ingo Schwarze wrote: > Hi, > > a...@sdf.org wrote on Wed, Oct 21, 2020 at 11:44:01AM +: > > > In du(1) it reads: > > > > [...] > > EXAMPLES > > Display a summary of files and folders in the current directory, > > sorted by size: > > > >

Re: AMDGPU(4) - Question about man page

2020-10-21 Thread Jonathan Gray
On Wed, Oct 21, 2020 at 11:13:59AM -0500, flint pyrite wrote: > Question: is the amdgpu(4) manual page up to correct and up to date? > > https://man.openbsd.org/amdgpu The man page is for the xorg driver. > > I set up an xorg.conf file in /etc/X11/xorg.conf and was trying to get > AMDgpu

Re: Inphi CS4223 for 4x 10GbE SFP+

2020-10-21 Thread Mihai Popescu
> Hope this helps How much did you pay per unit, please?

Re: possible relayd.conf(5) documentation mistake regarding session tickets

2020-10-21 Thread Sebastian Benoit
Ashlen(euryd...@riseup.net) on 2020.10.20 16:02:49 -0600: > In relayd.conf(5), the tls section under PROTOCOLS states the following: > > no session tickets > Disable TLS session tickets. relayd(8) supports stateless TLS > session tickets (RFC 5077) to implement TLS session resumption.

Re: Approved way to update installed ports after system upgrade?

2020-10-21 Thread uuitsprmm
You're not the only one being slapped with this problem, and the solution is in the man page, but maybe the FAQ for 'using snapshots' should mention this: if `pkg -u` don't work, try `pkg -u -Dsnap` I've been using snapshots ever since puffy offered binary pkgs, and I've never seen this problem

Re: Multiple USB NICs

2020-10-21 Thread Stuart Longland
On 21/10/20 10:53 pm, pipus wrote: > but Theo your butt is magical :( Perhaps you can worship it off list then. ;-) -- Stuart Longland (aka Redhatter, VK4MSL) I haven't lost my mind... ...it's backed up on a tape somewhere.

Re: Issue updating spidermonkey

2020-10-21 Thread Chris Bennett
On Tue, Oct 20, 2020 at 08:26:05PM -0400, Brennan Vincent wrote: > Updated yesterday from 6.7 to a snapshot, and now: > > $ doas pkg_add -u doas pkg_add -u -Dsnap You need to do some things different once you change to -current snapshots. Might also have to wait for -current packages to match

CARP load balancing problems under KVM

2020-10-21 Thread Carlos Lopez
Hi all, Before upgrade from OpenBSD 6.7 to OpenBSD 6.8, my pair firewalls was using carp in IP balance mode without problems from several months. These firewalls are installed in a RHEL 8.2 (fully patched) KVM host. After upgrading to OpenBSD 6.8, carp ip balance mode doesn’t works. I have

Re: Router advertisements for dynamic IPv6 prefix

2020-10-21 Thread Fernando Gont
Hello, On 15/10/20 07:27, Henrik Friedrichsen wrote: Hey, On Wed, Oct 14, 2020 at 02:30:04PM -0300, Fernando Gont wrote: And you may also look at this other one, which has recommendations for CPEs, which in your case accounts for your DHCPv6-PD and RA daemons:

Re: Router advertisements for dynamic IPv6 prefix

2020-10-21 Thread Fernando Gont
On 15/10/20 08:02, Christian Weisgerber wrote: On 2020-10-14, Fernando Gont wrote: Set the VL to 30', and the PL to 15'. You could even set the VL to 15', and the PL to 7.5', if necessary. How does this influence the lifetime of privacy addresses? It should affect it at all. Temporary

Re: Issue updating spidermonkey

2020-10-21 Thread Stuart Henderson
On 2020-10-21, Chris Bennett wrote: > On Tue, Oct 20, 2020 at 08:26:05PM -0400, Brennan Vincent wrote: >> Updated yesterday from 6.7 to a snapshot, and now: >> >> $ doas pkg_add -u > > doas pkg_add -u -Dsnap > > You need to do some things different once you change to -current > snapshots. >

Re: Router advertisements for dynamic IPv6 prefix

2020-10-21 Thread Fernando Gont
On 15/10/20 09:44, Harald Dunkel wrote: On 10/14/20 10:18 AM, Stuart Henderson wrote: On 2020-10-11, Henrik Friedrichsen wrote: Hey, my ISP provides connectivity via PPPoE. An IPv6 prefix is handed out via DHCPv6 PD, which my OpenBSD gateway passes on to clients with the help of router

Re: CARP load balancing problems under KVM

2020-10-21 Thread Carlos Lopez
Ok, done. I have already sent the bug report. On 21/10/2020, 11:11, "Uwe Werler" wrote: On 21 Oct 07:12, Carlos Lopez wrote: > Hi all, > > Before upgrade from OpenBSD 6.7 to OpenBSD 6.8, my pair firewalls was using carp in IP balance mode without problems from several months.

Re: South American mirrors?

2020-10-21 Thread Eike Lantzsch
On Monday, 19 October 2020 13:50:33 -03 Umgeher Torgersen wrote: > I've a not full mirror, just for amd64. > > http://openbsd.dc.vikingmakt.tech/ > > br, campos do jordao SP. > http://openbsd.c3sl.ufpr.br seems to be up to date and offers OpenBSD 6.8 since yesterday

Re: UNIX printing demystified

2020-10-21 Thread Antoine Jacoutot
On Tue, Oct 20, 2020 at 10:10:30PM -0400, Predrag Punosevac wrote: > > Every now and then people post a "question" about printing to this > mailng list which exposes their confusion. I am putting this email > together so that anybody capable of searching through the mailing list > can at least

Re: CARP load balancing problems under KVM

2020-10-21 Thread Uwe Werler
On 21 Oct 07:12, Carlos Lopez wrote: > Hi all, > > Before upgrade from OpenBSD 6.7 to OpenBSD 6.8, my pair firewalls was using > carp in IP balance mode without problems from several months. These firewalls > are installed in a RHEL 8.2 (fully patched) KVM host. > > After upgrading to OpenBSD

Re: Inphi CS4223 for 4x 10GbE SFP+

2020-10-21 Thread Harald Dunkel
On 10/19/20 4:40 PM, Stuart Henderson wrote: On 2020-10-19, Harald Dunkel wrote: Hi folks, I am about to order 2 network appliances, providing an "Inphi CS4223 for 4x 10GbE SFP+". dmesg would be of interest :) See attachment. Product web site:

Re: ssl/libssl certificate validation broken?

2020-10-21 Thread Uwe Werler
On 20 Oct 20:21, Bob Beck wrote: > On 20 Oct 21:01, Uwe Werler wrote: > > Hi folks, > > > > before opening a bug report I'll ask here because I want to make sure that I > > have not missed something. > > You should probably submit a real bug report instead of jumping to > conclusions on misc@

du man page

2020-10-21 Thread adr
Hello, In du(1) it reads: [...] EXAMPLES Display a summary of files and folders in the current directory, sorted by size: $ du -sh * .??* | sort -h [...] This misses file names of the form .a, .1, etc. Better use something like $ du -ahd1 . | sort -h Where is the best

AMDGPU(4) - Question about man page

2020-10-21 Thread flint pyrite
Question: is the amdgpu(4) manual page up to correct and up to date? https://man.openbsd.org/amdgpu I set up an xorg.conf file in /etc/X11/xorg.conf and was trying to get AMDgpu working. The man page uses "Device" as the section. This worked as root but not a normal user. When I changed

Re: Multiple USB NICs

2020-10-21 Thread pipus
but Theo your butt is magical :( You do it no justice. I have a microwave that is a bit glitchy . Sent with ProtonMail Secure Email. ‐‐‐ Original Message ‐‐‐ On Wednesday, 21 October 2020 07:42, Theo de Raadt wrote: > Stuart Longland stua...@longlandclan.id.au wrote: > > > On

Re: du man page

2020-10-21 Thread Ingo Schwarze
Hi, a...@sdf.org wrote on Wed, Oct 21, 2020 at 11:44:01AM +: > In du(1) it reads: > > [...] > EXAMPLES > Display a summary of files and folders in the current directory, > sorted by size: > >$ du -sh * .??* | sort -h > [...] > > This misses file names of the form .a,