Re: hw RNG on APUs

2023-04-23 Thread Jan Stary
On Apr 23 23:17:10, h...@stare.cz wrote: > On Apr 23 21:00:35, na...@mips.inka.de wrote: > > > That was in 2022. Lots of people will have machines without new BIOS. > > I have the latest firmware and the ccp(4) RNG returns nothing but 0. > > With your diff, my APU2d's and APU2e's report all zeroe

Re: OpenBSD 7.2 on Oracle Cloud

2023-04-23 Thread Aaron Mason
On Fri, Apr 21, 2023 at 2:50 PM Aaron Mason wrote: > > On Fri, Apr 21, 2023 at 1:39 PM Aaron Mason wrote: > > > > On Fri, Apr 7, 2023 at 3:25 AM Antun Matanović > > wrote: > > > > > > On Thu, 6 Apr 2023 at 12:55, Fabio Martins wrote: > > > > > > > > Try to add an entry in grub like in this arti

Re: hw RNG on APUs

2023-04-23 Thread Jan Stary
On Apr 23 21:00:35, na...@mips.inka.de wrote: > > That was in 2022. Lots of people will have machines without new BIOS. > I have the latest firmware and the ccp(4) RNG returns nothing but 0. With your diff, my APU2d's and APU2e's report all zeroes with each of bios v4.11.0.5, v4.17.0.1, v4.17.0.2

Re: hw RNG on APUs

2023-04-23 Thread Christian Weisgerber
Theo de Raadt: > That was in 2022. Lots of people will have machines without new BIOS. I have the latest firmware and the ccp(4) RNG returns nothing but 0. > I wonder if our kernel should have similar code to enable the registers. I tried that yesterday to no effect... but I'm not certain that

Case study: bastion outdoor deployment

2023-04-23 Thread Daniele B.
Hello, As you can see, we just deployed OpenBSD versions 5.4 and 6.0 https://5md.at/l/pigeons as *bastion* against birds, mostly pigeons. I imagine this is the first deployment of this kind, I will keep you informed :D -- Daniele Bonini

Re: hw RNG on APUs

2023-04-23 Thread Theo de Raadt
That was in 2022. Lots of people will have machines without new BIOS. I wonder if our kernel should have similar code to enable the registers. Jan Stary wrote: > On Apr 21 17:27:37, dera...@openbsd.org wrote: > > Christian Weisgerber wrote: > > > > > Christian Weisgerber: > > > > > > > I bui

Re: Increasing the log level for php

2023-04-23 Thread Robert B. Carleton
daniele bonini writes: > obviously you can set: > > > ini_set('display_errors', '1'); > ini_set(’display_startup_errors’, '1'); > ini_set('error_reporting’, ‘E_ALL’); > > > on the top of the index.php, just after

Re: Increasing the log level for php

2023-04-23 Thread daniele bonini
obviously you can set: ini_set('display_errors', '1'); ini_set(’display_startup_errors’, '1'); ini_set('error_reporting’, ‘E_ALL’); on the top of the index.php, just after

Re: Increasing the log level for php

2023-04-23 Thread Daniele B.
The error messages are quite generic. Indeed, I neither work with httpd. But one of these ideas can eventually of help: - double check phpinfo() and the installed libraries, if you haven't a comparison basis   make me a ping and I will try to help; - do you have a mean to launch php from the cli

SOLVED Re: PC Engines APU2 infinite loop rebooting immediate after kernel loads

2023-04-23 Thread Jonathan Thornburg
My problem was indeed a missing /etc/boot.conf. Creating that with contents stty com0 115200 set tty com0 solved my immediate problem, and editing /etc/ttys to have a getty running on the serial port (at the right baud rate) got me a fully working system. Thanks to everyone who responded (bot

Re: Increasing the log level for php

2023-04-23 Thread Stuart Henderson
One of the php worker processes is segfaulting. I would first try running php-fpm-8.1 in the foreground (-F flag) and see if that gives any clues as to what's failing. Also you can try error_log = syslog in php-8.1.ini. Did you install any php extensions from outside packages? If so they will lik