Re: Fanart for OpenBSD

2025-01-02 Thread Umgeher Torgersen
On Thu, Jan 02, 2025 at 07:28:11PM GMT, tobi wrote: > Good morning, > I have made a little drawing of puffy for you guys. > The blue background one is supposed to be a desktop wallpaper, that > can be used on OpenBSD as well as... well, everything that supports > wallpapers. > The one without the b

Re: Failed to find ENV in /root/.profile.

2025-01-02 Thread Lloyd
Sebastien Marie wrote: > > With some simplification, it is running: > /bin/sh -c '. /root/.profile; echo ENV=$ENV; echo PATH=$PATH' > > and check the output. In your case, it is complaining that "echo ENV=" > doesn't produce the expected line with 'ENV' string. > Further investigation uncovere

Re: wg(4) inhibits reboot

2025-01-02 Thread Steve Williams
Hi, If you are running 7.6, you should look at wg(4), and ifconfig (search for wireguard) I have some sample hostname.wg files that have OpenBSD working as a Wireguars server with my Windows laptop. No wireguard-tools required. I did find this useful as well.

Funprize: banner for OpenBSD

2025-01-02 Thread Dan
Hello, Sorry if I'm a little late to post it here but these Christmas holidays redrawed my sparetime, my car wheels further than my stomac.. :) OpenBSD won The Teleport 2024 and the reserved prize of a http://[https://t.co/E1hfDkZQei]5mode.com[https://t.co/E1hfDkZQei] banner. It is around 100 un

Re: native kqueue for *BSD in wayland

2025-01-02 Thread Stuart Henderson
On 2025-01-01, Chris Waddey wrote: > Posting here, but will post elsewhere if this is not the right place. tech@ would be better. there are a few spaces vs tabs issues in your diff, mostly in meson.build, but a few in the C code too

Re: Wireguard interface "debug" - where to see?

2025-01-02 Thread Stuart Henderson
On 2025-01-01, Peter Piwowarski wrote: > You should be seeing it spam dmesg pretty voluminously. which is also usually logged in /var/log/messages

Re: pf.conf optimization for NTP pool traffic

2025-01-02 Thread Maurice Janssen
On Thu, Jan 02, 2025 at 04:17:23PM +1000, David Gwynne wrote: >On Thu, Dec 19, 2024 at 10:48:41PM +0100, Maurice Janssen wrote: >> On Thu, Dec 19, 2024 at 09:40:20AM +1000, David Gwynne wrote: >> > >> >> On 19 Dec 2024, at 08:20, David Gwynne wrote: >> >> >> >>> On 19 Dec 2024, at 02:17, Maurice

Re: wg(4) inhibits reboot

2025-01-02 Thread Matthew Ernisse
On Thu, Jan 02, 2025 at 05:22:03AM +, Lloyd said: Your /etc/hostname.wg0 file should contain a line such as the following at the end: !/usr/local/bin/wg setconf wg0 /etc/wireguard/wg0.conf The ! specifies a shell command - see hostname.if(5) You will need to install the wireguard-tools pa

Re: wg(4) inhibits reboot

2025-01-02 Thread km
• Lloyd [2025-01-02 02:03]: I've been doing some testing against Wireguard and was able to get the system in a state where it was unable to reboot via the shutdown command. Unfortunately, I've been unable to reproduce the issue again so far. This particular system was running an unmodified GEN