Re: large file system issues and rescue questions

2024-12-12 Thread Divan Santana
Kirill A. Korinsky writes: > On Tue, 10 Dec 2024 20:10:51 +0100, > Divan Santana wrote: >> >> Secondly question, is it possible from the rescue environment to edit >> the real /etc/fstab file? Because it would be handy for me in some >> cases to do so without booting from the install image. >>

Re: alias IP cannot communicate from VM

2024-12-12 Thread ASV
On Thu, 2024-12-12 at 10:09 +, Zé Loff wrote: > On Wed, Dec 11, 2024 at 11:41:26PM +0100, ASV wrote: > > On Wed, 2024-12-11 at 20:43 +, Zé Loff wrote: > > > > > > On Wed, Dec 11, 2024 at 07:49:13PM +0100, ASV wrote: > > > > Hi everyone, > > > > I'm stuck on trying to use an alias from a VM

Need some advice on C semantics.

2024-12-12 Thread Christian Schulte
Hi @misc, is there something specific for OpenBSD like style(9) but for semantics? I understand that style(9) is all about syntax. As a long term Java developer having lost all interest in Java, I am searching for something like PMD, Checkstyle etc. for C and rules OpenBSD developers tend to adher

Re: Need some advice on C semantics.

2024-12-12 Thread Claudio Jeker
On Thu, Dec 12, 2024 at 03:35:33PM +0100, Christian Schulte wrote: > On 12/12/24 12:13, Kirill A. Korinsky wrote: > > On Thu, 12 Dec 2024 11:54:29 +0100, > > Christian Schulte wrote: > >> > >> is there something specific for OpenBSD like style(9) but for semantics? > >> I understand that style(9)

Re: alias IP cannot communicate from VM

2024-12-12 Thread Zé Loff
On Wed, Dec 11, 2024 at 11:41:26PM +0100, ASV wrote: > On Wed, 2024-12-11 at 20:43 +, Zé Loff wrote: > > > > On Wed, Dec 11, 2024 at 07:49:13PM +0100, ASV wrote: > > > Hi everyone, > > > I'm stuck on trying to use an alias from a VM. Everything works > > > from > > > its main ip address 10.0.0

Re: large file system issues and rescue questions

2024-12-12 Thread Divan Santana
Otto Moerbeek writes: > On Tue, Dec 10, 2024 at 09:10:51PM +0200, Divan Santana wrote: > >> Greetings and happy December :) >> >> I have a 3.5TB ffs mounted at /data which is specified in fstab. >> >> When there is a power outage this file system corrupts (I'll install >> another UPS shortly).

Re: alias IP cannot communicate from VM

2024-12-12 Thread ASV
On Thu, 2024-12-12 at 08:30 +0100, Otto Moerbeek wrote: > On Wed, Dec 11, 2024 at 11:41:26PM +0100, ASV wrote: > > > On Wed, 2024-12-11 at 20:43 +, Zé Loff wrote: > > > > > > On Wed, Dec 11, 2024 at 07:49:13PM +0100, ASV wrote: > > > > Hi everyone, > > > > I'm stuck on trying to use an alias

Re: large file system issues and rescue questions

2024-12-12 Thread Kirill A . Korinsky
On Thu, 12 Dec 2024 10:39:24 +0100, Divan Santana wrote: > > Kirill A. Korinsky writes: > > > On Tue, 10 Dec 2024 20:10:51 +0100, > > Divan Santana wrote: > >> > >> Secondly question, is it possible from the rescue environment to edit > >> the real /etc/fstab file? Because it would be handy

Re: Need some advice on C semantics.

2024-12-12 Thread Janne Johansson
> and things like that. In Java, we always had some CI server checking > various design guidelines like > > A method should have only one return statement. > > and things like this. In C this is very different due to e.g. lack of > exceptions and so. I am still failing to find semantic design guide

Re: Need some advice on C semantics.

2024-12-12 Thread Christian Schulte
On 12/12/24 12:13, Kirill A. Korinsky wrote: > On Thu, 12 Dec 2024 11:54:29 +0100, > Christian Schulte wrote: >> >> is there something specific for OpenBSD like style(9) but for semantics? >> I understand that style(9) is all about syntax. As a long term Java >> developer having lost all interest

Re: Need some advice on C semantics.

2024-12-12 Thread Kirill A . Korinsky
On Thu, 12 Dec 2024 11:54:29 +0100, Christian Schulte wrote: > > is there something specific for OpenBSD like style(9) but for semantics? > I understand that style(9) is all about syntax. As a long term Java > developer having lost all interest in Java, I am searching for something > like PMD, Ch

Re: Need some advice on C semantics.

2024-12-12 Thread Christian Schulte
On 12/12/24 16:38, Janne Johansson wrote: >> and things like that. In Java, we always had some CI server checking >> various design guidelines like >> >> A method should have only one return statement. >> >> and things like this. In C this is very different due to e.g. lack of >> exceptions and so.

Re: SDR's?

2024-12-12 Thread Stuart Henderson
On 2024-12-12, Justin Muir wrote: > --510e080629198944 > Content-Type: text/plain; charset="UTF-8" > > Hi all, > > Just curious whether any OpenBSD users have gotten a SDR working under the > current version?? > > If so, which one(s)?? > > Currently using a HAM specific Linux distro bu

pflogd smashing the cpu

2024-12-12 Thread David Diggles
Maybe someone will read this and avoid the problem I had. I just noticed the pflogd process was running at 85%. After a bit stuffing around with tcpdump and wondering why a low logging rate would be doing this, the penny dropped: Yes. /var was full.

Re: Need some advice on C semantics.

2024-12-12 Thread Janne Johansson
Den tors 12 dec. 2024 kl 16:57 skrev Christian Schulte : > I am quite tired now and will need some sleep. I will try to come up > with an example the next day. One using pointer syntax and a while loop > and one using array syntax and a for loop. The first will make the > compiler produce somethin

OpenBSD IKEv2 VPN -- default split tunnel / some hosts full tunnel

2024-12-12 Thread Christopher Sean Hilton
Hi, I'm trying to setup a pair of OpenBSD machines to handle their respective home networks and create a IKEv2 VPN tunnel between them. If I call one side _home_ and one side _remote_ I think that defines things. The main function of the tunnel is to allow stuff on the _remote_ network to acces

SDR's?

2024-12-12 Thread Justin Muir
Hi all, Just curious whether any OpenBSD users have gotten a SDR working under the current version?? If so, which one(s)?? Currently using a HAM specific Linux distro but I'd like to return to OpenBSD. Tia! Justin