Re: OpenBSD 7.2 on Oracle Cloud

2023-04-20 Thread Aaron Mason
On Fri, Apr 21, 2023 at 1:39 PM Aaron Mason wrote: > > On Fri, Apr 7, 2023 at 3:25 AM Antun Matanović > wrote: > > > > On Thu, 6 Apr 2023 at 12:55, Fabio Martins wrote: > > > > > > Try to add an entry in grub like in this article: > > > > > >

Atactl command response delay in OpenBSD 7.1

2023-04-20 Thread Yogendra Kumar Chaudhary
Hi Community, I am running OpenBSD_7.1 on VMWare workstation 16. It has two hard disks(wd0 & sd0) I am trying to get hard disk information using the following command. *$atactl identify* If I use the disk wd0, I get output immediately. If I use the disk sd0, I get the output after 10

Re: OpenBSD 7.2 on Oracle Cloud

2023-04-20 Thread Aaron Mason
On Fri, Apr 7, 2023 at 3:25 AM Antun Matanović wrote: > > On Thu, 6 Apr 2023 at 12:55, Fabio Martins wrote: > > > > Try to add an entry in grub like in this article: > > > > https://raby.sh/installing-openbsd-on-ovhs-vps-2016-kvm-machines.html > > I have tried that, but it did not resolve the

rc script won't stop

2023-04-20 Thread Mik J
Openbsd 7.3 Hello, I'm trying to make a startup script for an application called netbox.I'm able to start it but it won't stop I tried thisrc_stop() { #   if [[ -f /var/run/netbox.pid ]]; then   kill `cat /var/run/netbox.pid`   rm /var/run/netbox.pid #   fi } as I have#

passing environment variables to daemons in rc.d scripts

2023-04-20 Thread Jordan Geoghegan
Hello, tl;dr: Is there any way to pass an environment variable to a daemon started with rc.d? A bit of context for those interested: I'm trying to run Apache Airflow from an rc.d script so I can make use of rcctl and other niceties. My rc.d script is included below. The problem I'm facing

Re: SATA disk identify taking 10 seconds to give me output

2023-04-20 Thread Nick Holland
On 4/20/23 05:56, Raja Sekhar wrote: Hi, I am running OpenBSD_7.1 on VMWare workstation16. It has two hard disks(wd0 & sd0) I am trying to get hard disk information using the following command. *$atactl identify* If I use the disk wd0, I am getting output immediately. If I use the disk

Will tags length influence the performance in PF?

2023-04-20 Thread Cristian Danila
Hello Misc, I have a technical question in regards to PF tags. I was always wondering if the length of tags matters or not in terms of performance. For example will PF use the same effort to match a tag TEST_TEST_TEST_TEST_TEST as it would do for a tag A? I am wondering if PF internally would

Re: any way to "redo" a botched upgrade?

2023-04-20 Thread Andrew Hewus Fresh
On Thu, Apr 20, 2023 at 12:49:35AM -0700, Jonathan Thornburg wrote: > Andrew Hewus Fresh wrote: > > This usually happens when an XS module is installed outside of the > > package ecosystem, often with a CPAN client. > > > > I would guess this error is Term::ReadLine::Gnu > >

Re: 7.2: backup adventures against last alternate

2023-04-20 Thread Daniele B.
Just to confirm that the problem here is just the usb3 copy machine producing faulty copies. -- Daniele Bonini Apr 20, 2023 15:51:56 Daniele B. : > Problem almost solved: > > I changed from a usb3 copy machine to a usb2 copy machine and > the disk was copied successful. > > Actually I have

Re: hardware

2023-04-20 Thread Katherine Mcmillan
"I agree in this case with ChatGPT... why bother? Plants are fine as they are - not touched by human hands (at least in the wild)" Agreed. Unless you want an Audrey 2. :) From: owner-m...@openbsd.org on behalf of Kaya Saman Sent: 20 April 2023 12:20 To:

Re: hardware

2023-04-20 Thread Kaya Saman
On 4/20/23 17:12, Katherine Mcmillan wrote: According to ChatGPT, unfortunately, it doesn't work on plants. Me to ChatGPT: Can I run OpenBSD on my ficus? ChatGPT: No, it is not possible to run OpenBSD on a ficus plant. OpenBSD is an operating system designed to run on computer hardware, not

Re: hardware

2023-04-20 Thread Katherine Mcmillan
According to ChatGPT, unfortunately, it doesn't work on plants. Me to ChatGPT: Can I run OpenBSD on my ficus? ChatGPT: No, it is not possible to run OpenBSD on a ficus plant. OpenBSD is an operating system designed to run on computer hardware, not on plants. Plants do not have the necessary

Re: PC Engines APU platform EOL

2023-04-20 Thread Steve Williams (Contractor)
Hi, My apu4 died and I tried a rpi4 but was less than impressed by it.  Fairly low power and I had reliability issues with the USB ports.  I was just using it to run a webcam doing 2 snapshots/minute to be able to create time lapse movies.  It also ran my personal web server and handled

Re: hw RNG on APUs

2023-04-20 Thread Greg Steuck
"Theo de Raadt" writes: > Maybe the driver is broken. > > Maybe it fails to initialize it. Maybe in other cases, the BIOS initializes > it. > > So maybe on this machine, it is broken, but on other machines it is > not broken. Indeed, it works e.g. on this machine. ccp0 at pci9 dev 0 function

Re: hardware

2023-04-20 Thread Frans Haarman
Did you not know NetBSD runs on everything and OpenBSD runs on every fur! Op wo 19 apr. 2023 10:53 schreef Stanislav Syekirin < stanislav.syeki...@studium.fernuni-hagen.de>: > > > > On Mi, 19 Apr 2023 12:51:02 +1000 > David Diggles wrote: > > On 2023-04-19 01:40, folly bololey wrote: > >>> It

Re: 7.2: backup adventures against last alternate

2023-04-20 Thread Daniele B.
Problem almost solved: I changed from a usb3 copy machine to a usb2 copy machine and the disk was copied successful. Actually I have two hypotesis: 1) the source disk has some physical problems but this doesn't explain why fsck_ffs doesn't detect any failure. 2) As I'm using 3.5'' disks too,

Re: veb Interface Max Cache Size Restrict

2023-04-20 Thread deich...@placebonol.com
As already suggested by another response, from a networker perspective, you have a huge, flat network. Can you provide some detail for your use case? On April 20, 2023 4:02:03 AM MDT, Samuel Jayden wrote: >Yeah. Thanks. It worked. > >deich...@placebonol.com , 19 Nis 2023 Çar, 17:17 >tarihinde

ipsec via strongswan (traffic present but no response)

2023-04-20 Thread Gregory Edigarov
Hello, lbld12# uname -a OpenBSD lbld12.duckdns.org 7.3 GENERIC.MP#1130 amd64 Our current vpn uses user/password authentication, mschapv2. so I am trying to use strongswan to connect to my workplace. # ipsec statusall Security Associations (1 up, 0 connecting): qarea[1]: ESTABLISHED 62

Re: any way to "redo" a botched upgrade?

2023-04-20 Thread Stuart Henderson
On 2023-04-20, Jonathan Thornburg wrote: > > Andrew Hewus Fresh wrote: >> This usually happens when an XS module is installed outside of the >> package ecosystem, often with a CPAN client. >> >> I would guess this error is Term::ReadLine::Gnu >> https://metacpan.org/pod/Term::ReadLine::Gnu > >

Re: veb Interface Max Cache Size Restrict

2023-04-20 Thread Samuel Jayden
Yeah. Thanks. It worked. deich...@placebonol.com , 19 Nis 2023 Çar, 17:17 tarihinde şunu yazdı: > OpenBSD tries to limit the amount of knob tuning, people tend to shoot > themselves in the foot when they start playing with knobs. > > However you can always compile your own kernel with the

SATA disk identify taking 10 seconds to give me output

2023-04-20 Thread Raja Sekhar
Hi, I am running OpenBSD_7.1 on VMWare workstation16. It has two hard disks(wd0 & sd0) I am trying to get hard disk information using the following command. *$atactl identify* If I use the disk wd0, I am getting output immediately. If I use the disk sd0, I am getting the output after 10

Re: any way to "redo" a botched upgrade?

2023-04-20 Thread Jonathan Thornburg
In message I described an amd64 system which, after a 7.1-->7.2-->7.3 set of upgrades, now has the perl Term::ReadPassword library inconsistent with the system perl. Jeremy Mates asked > Does the code error in the same way after the