Re: snapshot kernel panic related to radeondrm missing firmware

2021-01-12 Thread Jonathan Gray
On Wed, Jan 13, 2021 at 04:10:46AM +0200, Mihai Popescu wrote: > I took the chance and installed from a recent snapshot - 12.01.2021. I got > a kernel panic at first boot after install, related to missing firmware for > radeondrm. > I disabled the radeondrm then the boot process was fine and I inst

RAID Question

2021-01-12 Thread Duncan Patton a Campbell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Howdy all? I'm wondering if more than one RAID1 array is supported in 6.7++ I'm having problems that could be bios limitations, OS, or a bad SATA (Pwr?) cable. Currently I'm going with the latter and rebuilding the RAID (again) but was just wonde

snapshot kernel panic related to radeondrm missing firmware

2021-01-12 Thread Mihai Popescu
I took the chance and installed from a recent snapshot - 12.01.2021. I got a kernel panic at first boot after install, related to missing firmware for radeondrm. I disabled the radeondrm then the boot process was fine and I installed radeondrm firmware by hand. At the next boot everything was fine

Re: Understanding memory statistics

2021-01-12 Thread Anindya Mukherjee
Hi Otto, Thank you for your kind reply and explanations. They helped me understand a few more things. I have some basic familiarity with the concepts but not so much with OpenBSD internals, although I have been using it. I need to research a bit more, but in my next reply I'll try to answer my que

Re: CARP load balancing problems under KVM

2021-01-12 Thread Kapetanakis Giannis
On 12/01/2021 18:58, Carlos Lopez wrote: Thanks Gianni, but about what interface ? KVM bridges? In theory, MAC spoofing is avoided using this option: bridge.ageing-time: 300 On 12/1/21, 17:47, "owner-m...@openbsd.org on behalf of Kapetanakis Giannis" wrote: Check t

Re: CARP load balancing problems under KVM

2021-01-12 Thread Carlos Lopez
Thanks Gianni, but about what interface ? KVM bridges? In theory, MAC spoofing is avoided using this option: bridge.ageing-time: 300 On 12/1/21, 17:47, "owner-m...@openbsd.org on behalf of Kapetanakis Giannis" wrote: Check that you have mac spoofing filter disabled on

Re: CARP load balancing problems under KVM

2021-01-12 Thread Kapetanakis Giannis
Check that you have mac spoofing filter disabled on that interface. G On 12/01/2021 15:30, Carlos Lopez wrote: Hi David and misc@, Sorry to disturb with this.I have realized several tests this morning with two OpenBSD 6.8 carp'ed firewalls (fully patched) as kvm guests and result is the same

Re: autologin on boot

2021-01-12 Thread ben
As far as I can see there isn't a way to do via getty. I've tried looking into this issue before but can't seem to find anything pointing to a solution. Instead of using getty you could instead configure autologin via Xenodm. This permits auto login although the session is graphical. Take a look a

Re: compiling pmacct on obsd6.8

2021-01-12 Thread Salvatore Cuzzilla
I compiled the latest release (v1.7.5) using a recent version of libpcap. enough to add "--with-pcap-libs=/path/to/libpcap-1.x.x --with-pcap-includes=/path/to/libpcap-1.x.x" to the ./configure. January 12, 2021 1:46 PM, "Stuart Henderson" wrote: > On 2021-01-12, Kapetanakis Giannis wrote: >

Re: CARP load balancing problems under KVM

2021-01-12 Thread Carlos Lopez
Hi David and misc@, Sorry to disturb with this.I have realized several tests this morning with two OpenBSD 6.8 carp'ed firewalls (fully patched) as kvm guests and result is the same: carp load balancing doesn't work. My host is a RedHat Enterprise Linux 8.3 with kernel .18.0-240.10.1.el8_3.x86_

disk boot delay and high cpu

2021-01-12 Thread Kapetanakis Giannis
Has anyone seen this before? I'm experiencing disk stalls while doing sysupgrade. OpenBSD 6.7 -> 6.8, which is a test VM running on KVM RHEL7/RHEL8. VM storage is LVM on top of 10Gbps iSCSI with multipath. Disk and network are on virtio. Installation is fine (iso image stored locally on node).

Re: compiling pmacct on obsd6.8

2021-01-12 Thread Stuart Henderson
On 2021-01-12, Kapetanakis Giannis wrote: > On 12/01/2021 10:25, Stuart Henderson wrote: >> On 2021-01-12, Masato Asou wrote: >>> Hi, >>> >>> From: Salvatore Cuzzilla >>> Date: Mon, 11 Jan 2021 17:40:21 +0100 >>> I'm having some troubles with compiling the latest version of pmacct (htt

Re: -current amd64 packages not updated? Impatient or broken?

2021-01-12 Thread harold felton
symptom: did a "pkg_add wget" on a recent-snapshot fails with bad-major c++ errors... am i being impatient also ? i remember reading (07-08 jan) that the pkg_add compiles were taking awhile to grind thru... it is also quite-possible that i have hit a gap between the snapshot i downloaded and th

subscribe

2021-01-12 Thread Pascal Huisman

Re: compiling pmacct on obsd6.8

2021-01-12 Thread Kapetanakis Giannis
On 12/01/2021 10:25, Stuart Henderson wrote: > On 2021-01-12, Masato Asou wrote: >> Hi, >> >> From: Salvatore Cuzzilla >> Date: Mon, 11 Jan 2021 17:40:21 +0100 >> >>> I'm having some troubles with compiling the latest version of pmacct >>> (https://github.com/pmacct/pmacct) on obsd6.8 . >>> >>> I

autologin on boot

2021-01-12 Thread Roderick
What is the easiest way to do the following with openbsd: https://lists.freebsd.org/pipermail/freebsd-questions/2004-March/042040.html ??? I do not see an :al: capability in "man gettytab". I think it is exagerated to write a substitute for getty for only circumventing the login dialog. If

Re: 4G mini PCI-e modem support?

2021-01-12 Thread Stuart Henderson
On 2021-01-08, Stefan Sperling wrote: > This combo works fine in the middle miniPCIe slot of the APU. You'll need a > full size SIM card for the SIM card slot. That's a mini SIM! Full-sized is like a credit card, the early Motorola GSM phones used them, they slid into the end of the phone.

Re: compiling pmacct on obsd6.8

2021-01-12 Thread Stuart Henderson
On 2021-01-12, Masato Asou wrote: > Hi, > > From: Salvatore Cuzzilla > Date: Mon, 11 Jan 2021 17:40:21 +0100 > >> I'm having some troubles with compiling the latest version of pmacct >> (https://github.com/pmacct/pmacct) on obsd6.8 . >> >> I just wanted to know if someone was successful with it

Re: compiling pmacct on obsd6.8

2021-01-12 Thread Salvatore Cuzzilla
thanks for the advice, it helped. January 12, 2021 5:25 AM, "Masato Asou" wrote: > Hi, > > From: Salvatore Cuzzilla > Date: Mon, 11 Jan 2021 17:40:21 +0100 > >> I'm having some troubles with compiling the latest version of pmacct >> (https://github.com/pmacct/pmacct) on obsd6.8 . >> >> I ju