Re: DNS resolution when 1st nameserver does not know

2024-02-15 Thread Rudolf Sykora
Stuart Henderson wrote: > On 2024-02-15, Rudolf Sykora wrote: > > Josh Grosse wrote: > >> On Thu, Feb 15, 2024 at 02:15:07PM +0100, rsyk...@disroot.org wrote: > >> > my computer is connected to a LAN, from which it obtains its > >> > IP and also local-DNS-server IP via DHCP. The latter is then

Re: Freshrss configuration httpd.conf and fastcgi

2024-02-15 Thread Luis Mendes
Hi Michael, On Tue, 16 Jan 2024 12:04:02 +0100 Michael Hekeler wrote: > > I'd like to setup Freshrss to work under httpd and FastCGI. > > Freshrss uses Php. > ^^^ > You need to deploy that script with php-fpm NOT via slowcgi(8) > See the file php-XX in

Re: Automatic OS updates

2024-02-15 Thread Florian Obser
On 15 February 2024 19:12:11 CET, b...@fea.st wrote: >So I was curious, am I the only one using automatic OS updates >in cron to keep the fish fresh and the bits dust free? > >I think I read somewhere that it's not recommended but I'm not >running a server so it seems like a good idea to me. >

Re: Automatic OS updates

2024-02-15 Thread Claudio Miranda
I personally have this running on a desktop PC running OpenBSD 7.4-current since a few releases back. While it's been convenient, it has bitten me in the butt when something broke, since we are talking about -current. I wouldn't recommend this on anything you need in a functional state, but then

Automatic OS updates

2024-02-15 Thread bsd
So I was curious, am I the only one using automatic OS updates in cron to keep the fish fresh and the bits dust free? I think I read somewhere that it's not recommended but I'm not running a server so it seems like a good idea to me. /etc/crontab: # Example of job definition: #

Re: How to check Health Information of SMART on an NVME disk?

2024-02-15 Thread Martin Schröder
Am Do., 15. Feb. 2024 um 18:35 Uhr schrieb Mikolaj Kucharski : > > === START OF READ SMART DATA SECTION === > > Current Drive Temperature: 0 C > > Drive Trip Temperature:0 C > > > > Read defect list: asked for grown list but didn't get it > > Error Counter logging not supported > > > >

Re: do all headphone amps work?

2024-02-15 Thread Stephen Wiley
I haven't used a USB sound card but it looks to me like there's a standard device class for them from the USB IF (like CDC, HID, MSC etc.) so I would expect it to work unless they're doing something strange. If they don't have special drivers that are needed to make it on Windows they probably

How to check Health Information of SMART on an NVME disk?

2024-02-15 Thread Mikolaj Kucharski
Hi all, I'm running -current OpenBSD 7.4-current (GENERIC.MP) #1626: Thu Jan 25 20:05:01 MST 2024 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP I'm wondering what are the options to monitor NVME wear. When I try to check via smartctl, I get this: > # smartctl -a

Re: CARP and VRRP compliance

2024-02-15 Thread Samuel Jayden
Hello Theo, It's disheartening to see the disparity in treatment between entities like OpenBSD and larger corporations within these governance structures. However, your resolve in the face of such challenges is commendable. The creation of CARP, under the circumstances you described, not only

Re: CARP and VRRP compliance

2024-02-15 Thread Samuel Jayden
Greetings, I have now attained a deeper understanding of the topic at hand; thank you for your insights. It appears that my requirements necessitate communication between a Cisco router and VRRP, rather than CARP. Upon reviewing the open-source projects you've recommended, here are my findings:

Re: DNS resolution when 1st nameserver does not know

2024-02-15 Thread Stuart Henderson
On 2024-02-15, Rudolf Sykora wrote: > Josh Grosse wrote: >> On Thu, Feb 15, 2024 at 02:15:07PM +0100, rsyk...@disroot.org wrote: >> > my computer is connected to a LAN, from which it obtains its >> > IP and also local-DNS-server IP via DHCP. The latter is then >> > inserted into /etc/resolv.conf

Re: do all headphone amps work?

2024-02-15 Thread Jose Maldonado
El Thu, 15 Feb 2024 11:35:53 - beecdadd...@danwin1210.de escribió: > hi list > I have a question: do all headphones amps work on OpenBSD? I think USB > does it have some sort of driver? what do I look for? > any tips? > does sound sound well on OpenBSD? does it depend on driver/headphones? > I

Re: How to set up dev environment for ESP32 MCUs?

2024-02-15 Thread Sadeep Madurange
Hi David, On 2024-02-14 21:43:02, David Demelier wrote: > On Sun, 2024-02-11 at 13:32 +0800, Sadeep Madurange wrote: > > Has anyone set up the ESP-IDF for programming ESP32 MCUs? > > > > Should I install dependencies like libmpc using pkg_add, and then > > install the ESP-IDF from their GitHub

Re: do all headphone amps work?

2024-02-15 Thread beecdaddict
hi Beec? my username is supposed to be like BSD addict but that was boring yes I was wondering about specification or whatever if they follow.. I plan to buy expensive combo at least expensive to me and I wouldn't change OS.. and not sure if they would do refund thanks good to know On Thu,

Re: Improve support of Go

2024-02-15 Thread Stuart Henderson
On 2024-02-15, Kirill A Korinsky wrote: > Here my point: it is deprected, but still in use for some large applications > like Docker That is using syscall from golang.org/x/sys/unix, not from go itself. The vendored copy of x/sys/unix in docker-cli in the current ports tree defines EBADMSG for

Re: DNS resolution when 1st nameserver does not know

2024-02-15 Thread Rudolf Sykora
Josh Grosse wrote: > On Thu, Feb 15, 2024 at 02:15:07PM +0100, rsyk...@disroot.org wrote: > > my computer is connected to a LAN, from which it obtains its > > IP and also local-DNS-server IP via DHCP. The latter is then > > inserted into /etc/resolv.conf by, I believe, resolvd. The > > computer

Re: Improve support of Go

2024-02-15 Thread Kirill A . Korinsky
On Thu, 15 Feb 2024 15:09:01 +0100, Joel Sing wrote: > > The operating system specific parts of the Go syscall package are effectively > deprecated/frozen (and have been for nearly 10 years, hence not being > updated): > > https://pkg.go.dev/syscall > > >

Re: Improve support of Go

2024-02-15 Thread Joel Sing
On 24-02-13 08:17:20, Theo de Raadt wrote: > Stuart Henderson wrote: > > > On 2024/02/13 07:36, Theo de Raadt wrote: > > > Stuart Henderson wrote: > > > > > > > On 2024-02-13, Kirill A Korinsky wrote: > > > > > Good day, > > > > > > > > > > I'm updating go's syscall table to modern OpenBSD

Re: DNS resolution when 1st nameserver does not know

2024-02-15 Thread Josh Grosse
On Thu, Feb 15, 2024 at 02:15:07PM +0100, rsyk...@disroot.org wrote: > my computer is connected to a LAN, from which it obtains its > IP and also local-DNS-server IP via DHCP. The latter is then > inserted into /etc/resolv.conf by, I believe, resolvd. The > computer is furthermore connected via

DNS resolution when 1st nameserver does not know

2024-02-15 Thread rsykora
Dear list, my computer is connected to a LAN, from which it obtains its IP and also local-DNS-server IP via DHCP. The latter is then inserted into /etc/resolv.conf by, I believe, resolvd. The computer is furthermore connected via wireguard VPN to another network with its own DNS server, serving

Re: httpd generating: read_errdoc entries in syslog

2024-02-15 Thread Michael Hekeler
> Hi, > > I have a custom error template that I use for the error documents for > httpd, as described in: man httpd.conf > > In /var/www I have created: > > /err root:daemon chmod 0755 > > Within /var/www/err I have created: > > err.html www:www chmod

do all headphone amps work?

2024-02-15 Thread beecdaddict
hi list I have a question: do all headphones amps work on OpenBSD? I think USB does it have some sort of driver? what do I look for? any tips? does sound sound well on OpenBSD? does it depend on driver/headphones? I don't want to waste money if they don't work thanks best regards

Re: KeyTrap DNS vulnerability

2024-02-15 Thread beecdaddict
On Wed, February 14, 2024 4:44 am, Peter J. Philipp wrote: > ... > > * I'm not a cryptographer, mathematician nor do I program DNS on the > recursive end.  I program on the authoritative server end, where you can't > do anything about something like a MITM anyhow. Donald Knuth and other > books

Re: Installing shellinabox on OpenBSD

2024-02-15 Thread Michael Hekeler
> Use a UBS drive and run it from that... > > You don't need to install it on the window machine. > > Anyway in 2024 still not have a decent native ssh client on Window say how > interested Microsoft are in making a secure OS really... Microsoft has builtin OpenSSH since 2018 No need for putty

Re: relayd fallback when using tag/tagged

2024-02-15 Thread Michael Hekeler
> Hello, > > I'm trying to configure relayd(8) to use tags, to allow legit host names > only and modify HTTP headers, and fallback. But I can't have it working > properly. I don't understand exactly what you want to achieve. Do you want: A. Requests with http header "www.example" going to