Re: iked interfering with carp?

2025-03-05 Thread Devin Reade
On Wed, 2025-03-05 at 16:23 -0700, Devin Reade wrote: > [...] the iked configuration seems to be interfering with proper > carp operations on Site2. I've made some progress on this, but it isn't quite right, yet. By restricting the iked protocols to tcp/udp/icmp I've managed to avoid the carp int

Re: iked: What does it mean? "group writable or world read/writable"

2025-03-05 Thread latinfo
> Hello can somebody help please? Server with out fqdn. > > iked.conf: > ikev2 'local.pub' passive esp \ > from 10.0.1.0/24 to 10.0.2.0/24 \ > local 104.167.242.198 peer 24.80.177.18 \ > srcid 104.167.242.198 > ikev2 'local.pub' passive esp \ > from any to dynamic \

iked interfering with carp?

2025-03-05 Thread Devin Reade
I have a use case where I have a subnet that is officially routed to Site1, but I would actually like to have hosted at Site2 (but cannot route there directly). I've set things up via an IPSec tunnel between the sites, but Site2 also has redundant firewall/routers and the iked configuration seems

Re: /var fsck fails near end of _sysupgrade

2025-03-05 Thread Avon Robertson
Hello Jan, On Wed, Mar 05, 2025 at 08:01:46PM +0100, Jan Stary wrote: > > > but even SATA SSD will be an improvement over > > > plates of rusty metal rotating at 5600 rpm. > > One more thing: the SSDs will save you a bit of battery too > - usefull on laptop. > True. < FYI and off topic sorry >

Re: BSD hacking new personal computer tower configuration ?

2025-03-05 Thread Mike
You can run BSD on a toaster. Genuine question but how come you're aiming to spend so much on a PC that you can't really do much on? Not hating on BSD at all but using it as a daily would be fricken hell. Are you just looking for an uber secure, lightweight and unfriendly OS? On Wed, Mar 5, 2025,

Re: Unable to upgrade to new version of OpenBSD.

2025-03-05 Thread 114465
Thank you for the quick response! I have not tried updating to the very newest (the one put out yesterday) but I have been periodically trying to update to the snapshot. The last time I tried was about 2 weeks ago with the same results as I had before but I will try again in a few hours and send a

New file system for OpenBSD?

2025-03-05 Thread nisp1953
Will OpenBSD get a new file system sometime in the future? I read Ted Unangst’s article on ZFS and Tedu basically says it’s too complicated. Do the developers have have a replacement in mind? https://flak.tedunangst.com/post/ZFS-on-OpenBSD

Re: Unable to upgrade to new version of OpenBSD.

2025-03-05 Thread Jan Stary
Have you tried updating to the current snapshot? On Mar 05 18:57:21, 114...@disroot.org wrote: > Hello all, > > So I found an issue last year where the OpenBSD 7.6 release and the > -current wouldn't boot on my laptop. I reported it in the bugs mailing > list [1] however there was very little int

Re: /var fsck fails near end of _sysupgrade

2025-03-05 Thread Jan Stary
> > but even SATA SSD will be an improvement over > > plates of rusty metal rotating at 5600 rpm. One more thing: the SSDs will save you a bit of battery too - usefull on laptop.

Unable to upgrade to new version of OpenBSD.

2025-03-05 Thread 114465
Hello all, So I found an issue last year where the OpenBSD 7.6 release and the -current wouldn't boot on my laptop. I reported it in the bugs mailing list [1] however there was very little interest in the issue by others and OpenBSD 7.5 still worked so I stuck with that version. More recently tho

Re: groups new

2025-03-05 Thread Ingo Schwarze
Hello Mohammad, thank you for sending in this entry, which i committed with the two tweaks explained below. Yours, Ingo Mohammad Noureldin wrote on Wed, Mar 05, 2025 at 03:21:03PM +0100: > 0 > C Netherlands > P Utrecht > T Utrecht > F Irregular, quarterly > O BSD NL > I BSD NL Organisers I

Re: BSD hacking new personal computer tower configuration ?

2025-03-05 Thread Polarian
Hello, > I'm thinking of purchasing parts to an all-purpose *BSD personal > computer. My budget is ~€3000 (+1k). Ideally I would like it not too > noisy while staying as cool as possible (I live in a studio), and > dual screen monitor (I'm thinking of one HD screen to also watch > movies on and on

groups new

2025-03-05 Thread Mohammad Noureldin
0 C Netherlands P Utrecht T Utrecht F Irregular, quarterly O BSD NL I BSD NL Organisers M eve...@bsdnl.nl U https://bsdnl.nl N OpenBSD|*BSD

BSD hacking new personal computer tower configuration ?

2025-03-05 Thread sylvain
I'm thinking of purchasing parts to an all-purpose *BSD personal computer. My budget is ~€3000 (+1k). Ideally I would like it not too noisy while staying as cool as possible (I live in a studio), and dual screen monitor (I'm thinking of one HD screen to also watch movies on and one square screen

Re: relayd "no method, POST" with w3m

2025-03-05 Thread Joel Carnat
At first, I was using HTTPS only. But this prevents reading the data in tcpdump. But using HTTPS or HTTP doesn't change anything on w3m behaviour. On Tue, Mar 04, 2025 at 07:00:03AM GMT, Dan wrote: > Hello.. > First about your prb, just want to hint you about the syntax of relayd.conf > what coul

Re: relayd "no method, POST" with w3m

2025-03-05 Thread Joel Carnat
On Tue, Mar 04, 2025 at 07:09:52AM GMT, Rene Kita wrote: > On Tue, Mar 04, 2025 at 12:43:47AM +0100, Joel Carnat wrote: > > Hi, > > > > I am publishing a SearXNG instance using relayd. It works properly with > > various graphical Web browsers and some text browsers. But when using > > w3m, the sea

Re: iked: What does it mean? "group writable or world read/writable"

2025-03-05 Thread All
># ls -la /etc/iked.conf -rw-r--r--  1 root  wheel  1551 Mar  4 19:26 /etc/iked.conf >iked: /etc/iked.conf: group writable or world read/writable It means just that - your iked.conf is world *readable*. Change it to something more restrictive. FYI. Mine is root read/writable only,