Re: Need some advice on C semantics.

2024-12-18 Thread Adrian Ali
On 12/17/24 9:17 PM, Christian Schulte wrote: On 12/13/24 12:26, Maxim wrote: Christian Schulte, 2024-12-12 11:54 +0100: is there something specific for OpenBSD like style(9) but for semantics? I believe such document doesn't exist. As it's been suggested to you, reading and learning for t

Re: ipsec vs wireguard vs alternatives

2024-12-02 Thread Adrian Ali
At work we have Wireguard running OpenBSD for home office users (over 300 users). At the moment only one Wireguard tunnel for LanToLan. The rest of the LanToLan tunnels are still running Libreswan IPSEC on Linux, they will be migrated to Wireguard in time. Both OpenVPN and the Linux implemen

Re: Can a daemon like unbound run in two RDOMAINs at the same time?

2024-12-02 Thread Adrian Ali
Hi, I decided to run two instances of the Unbound daemon, one for each rdomain, a friend from the community helped me. Thanks. On 11/30/24 3:00 PM, Zack Newman wrote: Can it run in two different rdomain(4)s? Yes, but not "natively". You'll have to run separate copies of it for each rdomain(4

Can a daemon like unbound run in two RDOMAINs at the same time?

2024-11-30 Thread Adrian Ali
My server resolves with local resolution via unbound: server ~ $ cat /etc/resolv.conf nameserver 127.0.0.1 server ~ $ Daemon unbound corre en RDOMAIN 0: server ~ $ ps ax -o user,rtable,command | grep -e unbound -e USER USER RTABLE COMMAND _unbound 0 /usr/sbin/unbound -c /var/unbound

Re: sysutils/dmidecode 'no SMBIOS nor DMI entry point found'

2024-11-05 Thread Adrian Ali
Same problem: root # dmidecode -t system # dmidecode 3.5 Scanning /dev/mem for entry point. # No SMBIOS nor DMI entry point found, sorry. root # My PC: Dell Latitude 5420. I haven't updated to 7.6 release yet, I'm on 7.5. On 11/5/24 04:30, Chris Billington wrote: Originally, I posted this m

Re: USB ports xhci not detected in Dell Precision 7820 Tower

2020-12-01 Thread Adrian Ali
Hi, fixed in OpenBSD 6.8. Thanks. On 10/5/19 11:09 PM, Adrian Ali wrote: Hello, I am Newbie in OpenBSD, I have been using it for 1 year. I am an advanced user in Linux and Unix, I have been using it for 25 years. My last installation of OpenBSD was on a Dell Precision 7820 Tower workstation

USB ports xhci not detected in Dell Precision 7820 Tower

2019-10-05 Thread Adrian Ali
Hello, I am Newbie in OpenBSD, I have been using it for 1 year. I am an advanced user in Linux and Unix, I have been using it for 25 years. My last installation of OpenBSD was on a Dell Precision 7820 Tower workstation. I have problems with the detection of USB ports. The last test was performe