Re: chmod change means dump(8) the file

2023-01-25 Thread Otto Moerbeek
On Thu, Jan 26, 2023 at 12:18:45AM +0100, Jan Stary wrote: > I have a large /media disk that I backup nightly using dump(8): > full level 0 on the Sun/Mon night, incrementals through the week. > The level 0 dump is huge, the incrementals are usualy trivial > unless I add something to /media. > >

Re: chmod change means dump(8) the file

2023-01-25 Thread Philip Guenther
On Wed, Jan 25, 2023 at 4:35 PM Jan Stary wrote: > On Jan 26 00:18:45, h...@stare.cz wrote: > > I have a large /media disk that I backup nightly using dump(8): > > full level 0 on the Sun/Mon night, incrementals through the week. > > The level 0 dump is huge, the incrementals are usualy trivial

Re: chmod change means dump(8) the file

2023-01-25 Thread Jan Stary
On Jan 26 00:18:45, h...@stare.cz wrote: > I have a large /media disk that I backup nightly using dump(8): > full level 0 on the Sun/Mon night, incrementals through the week. > The level 0 dump is huge, the incrementals are usualy trivial > unless I add something to /media. > > Yesterday I

chmod change means dump(8) the file

2023-01-25 Thread Jan Stary
I have a large /media disk that I backup nightly using dump(8): full level 0 on the Sun/Mon night, incrementals through the week. The level 0 dump is huge, the incrementals are usualy trivial unless I add something to /media. Yesterday I chmod'd a lot of the files, without making any other

Re: OpenBSD as a transparent switch filter

2023-01-25 Thread Tom Smyth
Hi Christian, if you have Port 20 and 21 isolated from each other ... ie in the same protected port group 0 on the switch... and ports 1-19 in a spearate protected port group eg 1 ports 1-19 can talk to either 20 or 21 and ports 20-21 cannot talk to each other (loop avoidance) then in openBSD

Re: httpd(8) request rewrite - 500 internal server error

2023-01-25 Thread Ashlen
Oh. I should add that if all you want is a static redirect, this is a simpler way of making that work. The first example I gave is in case you want to redirect the contents of "/from/" as well. server "localhost" { listen on 127.0.0.1 port 80 location "/from/" {

Re: httpd(8) request rewrite - 500 internal server error

2023-01-25 Thread Ashlen
On 23/01/25 11:20, Lévai, Dániel wrote: > Hi all, > > I was trying to do a basic path rewrite in httpd(8) on 7.2-stable, and I just > can't see what I'm missing: > > httpd.conf: > server "host" { > listen on egress port 12345 > > root "/htdocs" > > location "/" { >

Re: Software RAID5 write performance

2023-01-25 Thread Atanas Vladimirov
On 2023-01-24 17:40, Tom Smyth wrote: Hi Atanas, in general (not specific to RAID5 Softraid in OpenBSD... ) I would advise the following based on my own experience... Raid5 in hardware raid generally has poor write performance due the number of actual writes to disk per write operation to the

Re: Software RAID5 write performance

2023-01-25 Thread Atanas Vladimirov
On 2023-01-24 23:49, Tobias Fiebig wrote: Heho, So, do you use RAID5 and how it behaves on your side? Well, you found my reddit post. ;-) Since then, it kind-of became a non-issue (got a somewhat different infrastructure where OpenBSD is mostly in VMs). Still, the yolo-colo raid-10 (don't do

Re: OpenBSD as a transparent switch filter

2023-01-25 Thread Cristian Danila
Thank you so much Tom and David for giving me ideas where I can dig more. Definitely it is a good start in this journey and I am researching more. I have exact same situation with Wireless, for the moment all the clients are isolated but I need to achieve the same, to filter between them. I am

Re: syslogd program logging

2023-01-25 Thread Steven Shockley
On 1/24/2023 11:13 PM, Alexis wrote: Shouldn't this actually be: !!dhcpd *.*/var/log/dhcpd !* at the start of the file? At least, that's my reading of syslog.conf(5): the two exclamation marks will cause a match on 'dhcpd' to _only_ result in the listed action (with no

Intel nic on Dell R710: failed to allocate interrupt slot for PIC msix

2023-01-25 Thread Joerg Streckfuss
Dear List, we have problems with Intel nics of type Intel X710 (10 GbE) on a Dell R740. In total we have three nics with four ports each. With the uprade to OpenBSD 6.8 we lost two ports (ixl11 and ixl12). Now we upraded iteratively to OpenBSD 7.1 an we lost another port (ixl10). The update

Re: OpenBSD as a transparent switch filter

2023-01-25 Thread Tom Smyth
Hey David... (I have learned so much from you over the years and used your gear so maybe I can give a lttle back on this one ) "Correct use of Proxy arp" Gateway of layer 2 isolated network... clients cannot see or hear eachothers arp traffic or discovery traffic or other broadcast nasties so

httpd(8) request rewrite - 500 internal server error

2023-01-25 Thread Lévai , Dániel
Hi all, I was trying to do a basic path rewrite in httpd(8) on 7.2-stable, and I just can't see what I'm missing: httpd.conf: server "host" { listen on egress port 12345 root "/htdocs" location "/" { request rewrite "/to/" } location

mg: problem with large directory names and open new file

2023-01-25 Thread Harald Dunkel
Hi folks, If I have opened a file in a subdirectory with a very long path (larger than the terminal width) and if try to open a new file using ^x^f, then mg seems to be confused. The long path is cut off in the Find File dialog. Only the first chars are shown. The filename I enter is not shown