Re: Fix incorrect checksum generation in sr_meta_init

2022-04-07 Thread Leo Unglaub
Hey, i cannot comment on the correctness of the change, but i have it in my tree running for 5 days now without any problems. This is not an OK, just feedback. Greetings Leo On 27.03.22 01:20, Crystal Kolipe wrote: --- softraid.c.dist Sat Mar 26 19:40:51 2022 +++ softraid.c Sat Mar 26

Re: request for testing: malloc and large allocations

2022-01-13 Thread Leo Unglaub
Hey, On 1/9/22 14:54, Otto Moerbeek wrote: currently malloc does cache a number of free'ed regions up to 128k in size. This cache is indexed by size (in # of pages), so it is very quick to check. Some programs allocate and deallocate larger allocations in a frantic way. Accodomate those

Re: cron(8): add '@' interval time specifier

2021-07-15 Thread Leo Unglaub
Hey, this is a very clean solution to a very common problem that i have. A lot of tasks that i run from cron have very different completion times. Right now i use the -s [1] option in crontab to make sure only one task is running at once and so that they don't overlap if they take longer to

Re: smtpd: unnecessary "no certificate presented" log message

2021-06-30 Thread Leo Unglaub
Hey, this works fine on my systems. Nothing breaks so far. This ist just as feedback to you. Thanks and greetings Leo Am 30.06.2021 um 14:37 schrieb Eric Faurot: Except for specific cases, SMTP servers do not expect client certificates for TLS sessions. The log message for missing

Re: ping graphical display

2021-02-19 Thread Leo Unglaub
Hey, i really like this representation of the results. Very usefull to keep an eye on a lot of hosts during network related debugging. Works fine for me. This just as feedback for you. Greetings Leo Am 19.02.2021 um 16:19 schrieb Stuart Henderson: This diff adds something similar to cisco's

Re: clean /dev from /etc/daily ?

2020-11-23 Thread Leo Unglaub
Hey, i think this is a great idea. I gave this a try on my machines and everything still works great. I asume that this will also reduce the number of questions about overgrown / partitions. But i cannot give you an OK, i am not an official developer. Just some feedback that it works great on

Re: [Patch] Change httpd's handling of request "Host:" headers

2020-08-10 Thread Leo Unglaub
Hey, i love your patch. The current behavour always bothered me because it caused servers to display "wrong" sites as defaults for all requests missing the Host header. I really like your patch and it works fine for me on my servers. However, i am not an official dev, so i cannot give you an

Re: smtpd: trailing CR

2020-04-23 Thread Leo Unglaub
Hey, i let this patch run on one of our mailservers and it worked as expected. I did not notice any issues with it. But that server has a low volume of mails (around 8000 a day), so it is probobly not that helpful for you. Greetings Leo Am 21.04.2020 um 04:28 schrieb Todd C. Miller: This

Re: cron: support single instance jobs

2020-04-16 Thread Leo Unglaub
Hey, i think this is a brilliant idea and it would remove a lot of bloat from my scripts. So i gave your code a try on the latest snapshot and it worked very well. Thanks for this! Thanks and greetings Leo Am 16.04.2020 um 16:56 schrieb Todd C. Miller: One annoying issue with cron is that

Re: cpu utilisation bars for top(1)

2020-04-13 Thread Leo Unglaub
Hey, thanks for the diff. I gave it a try and i really like it. On a server with 32 cores this can be usefull to get a quick look at what is going on. As long as this is not the default and just a toggle it is very usefull for my usecase. Your diff works well on my system. Thanks and

Re: Do you have an AMD Ryzen or Epyc CPU?

2018-06-19 Thread Leo Unglaub
Hi, I applied your code on my AMD Ryzen 7 1700X. Below is the dmesg. I hope this helps, if you have any other AMD Ryzen related stuff that needs testing please let me know. Greetings Leo OpenBSD 6.3-current (GENERIC.MP) #2: Wed Jun 20 05:42:54 CEST 2018

Re: Unable to boot since latest installer HTTPS changes

2017-01-04 Thread Leo Unglaub
Hey, On 01/03/17 17:26, Leo Unglaub wrote: Hey tech@ i wanted to upgrade to the latest snapshot (as i always do, every week) but since you added the HTTPS support to the installer i am unable to boot my system or the install.fs from a flash drive. I get to the MBR and then into the PBR

Re: Unable to boot since latest installer HTTPS changes

2017-01-03 Thread Leo Unglaub
Hey, On 01/03/17 17:29, Theo de Raadt wrote: I am on AMD64. I cannot provide a dmesg of that machine because i am unable to boot it at all. Sure you can -- install 6.0 to do show it. stupid me, i did not think about that. Here i attached a fresh dmesg for you. Really sorry about that

Unable to boot since latest installer HTTPS changes

2017-01-03 Thread Leo Unglaub
Hey tech@ i wanted to upgrade to the latest snapshot (as i always do, every week) but since you added the HTTPS support to the installer i am unable to boot my system or the install.fs from a flash drive. I get to the MBR and then into the PBR but after probing all discs the system restarts

Re: mounting tmpfs ???

2016-12-15 Thread Leo Unglaub
Hey, On 12/15/16 16:34, Kent R. Spillner wrote: So fixing the BUG section of the man page ? That's not what "maintain" means. i think by "maintain" he means that you fix the bugs mentioned in the man page and after that continue to improve the code beyond just fixing bugs. Greegings Leo

Re: GPT->softraid0: Failed to install bootblocks

2016-11-25 Thread Leo Unglaub
Hey, On 11/25/16 13:01, Stefan Sperling wrote: cd /dev sh MAKEDEV sd0 sh MAKEDEV sd1 dd if=/dev/urandom of=/dev/sd0c bs=1m dd if=/dev/urandom of=/dev/sd1c bs=1m fdisk -giy sd0 fdisk -giy sd1 This is wrong ^ Try again with: fdisk -iy -g -b 960 sd0 fdisk -iy -g -b 960 sd1 yeah, this works

Re: GPT->softraid0: Failed to install bootblocks

2016-11-25 Thread Leo Unglaub
Hey, On 11/25/16 10:53, Stefan Sperling wrote: It is certainly possible. I have a laptop booting UEFI with softraid crypto and keydisk. Granted, that was installed over a year ago and only upgraded since, no fresh install. How did you initialize the disk? The installer itself won't set up

GPT->softraid0: Failed to install bootblocks

2016-11-24 Thread Leo Unglaub
Hey, i am trying to install OpenBSD on a Raid1 created by softraid0. My drives are sd0 and sd1. The created raid1 is sd3. The install works fine until OpenBSD tryes to write the bootblocks. But it fails with the error message: "Failed to install bootblocks". If its not possible to do this

Re: UEFI install fails on Hetzner EX51

2016-11-23 Thread Leo Unglaub
Hey, On 11/23/16 15:17, Mark Kettenis wrote: Right, something like that would work if you copy the OpenBSD EFI bootloader into /EFI/OpenBSD/BOOTX64.EFI on the EFI system partition first. why do i have to copy the EFI file first? Does the order matter? If yes, the correct workflow would be

Re: UEFI install fails on Hetzner EX51

2016-11-23 Thread Leo Unglaub
Hey, On 11/23/16 14:50, Jiri B wrote: So probably something like this? efibootmgr --create --disk /dev/$disk --part 1 --label "OpenBSD (${disk})" --load "\\EFI\\openbsd\\BOOTX64.EFI" yeah, i think something like this would work. But i am not sure about the --load flag. I would think it

Re: UEFI install fails on Hetzner EX51

2016-11-23 Thread Leo Unglaub
Hey, On 11/23/16 13:27, Mark Kettenis wrote: > Booting the UEFI version of the install.fs works fine and also the > install works but i am unable to boot the server. According the the > datacenter this happens because OpenBSD does not write an entry in the > mainboards firmware UEFI bootlist

UEFI install fails on Hetzner EX51

2016-11-23 Thread Leo Unglaub
Hey friends, first of all i am sorry if this is not for tech@ and more for bugs@ but to me it seams like a tech@ issue. I am trying to install OpenBSD on a Hetzner EX51 server. The specs can be found here: https://www.hetzner.de/us/hosting/produkte_rootserver/ex51 In order to use the entire