Re: Crash on TOSHIBA PORTEGE Z30-A laptop

2023-10-21 Thread Theo de Raadt
Mike Larkin wrote: > On Sat, Oct 21, 2023 at 01:27:21PM +0400, wes...@technicien.io wrote: > > Hi Philip, > > > > Thank you very much for your answer. > > > > I tried to disable all options (+devices) possible. Same issue. > > And what's about disable acpi in the kernel using the bsd.re-config?

Re: Limiting RAM on boot to emulate low-memory situation

2023-10-21 Thread Mike Larkin
On Sat, Oct 21, 2023 at 10:22:45AM -, Stuart Henderson wrote: > On 2023-10-21, Chris Narkiewicz wrote: > > Is it possible to decrease amount of available RAM at boot time? > > > > I'm about to migrate some VPS system to a significantly cheaper option > > that comes with less RAM and I need to

Re: Crash on TOSHIBA PORTEGE Z30-A laptop

2023-10-21 Thread Mike Larkin
On Sat, Oct 21, 2023 at 01:27:21PM +0400, wes...@technicien.io wrote: > Hi Philip, > > Thank you very much for your answer. > > I tried to disable all options (+devices) possible. Same issue. > And what's about disable acpi in the kernel using the bsd.re-config? > Not advisable. You'll probably

Re: relayd and large POST requests

2023-10-21 Thread Daniele B.
Actually I can't be sure this the origin of your problem, but the value of "memory_limit" is wrong. >From the doc: https://www.php.net/manual/en/ini.core.php#ini.post-max-size post_max_size int Sets max size of post data allowed. This setting also affects file upload. To upload large

Re: relayd and large POST requests

2023-10-21 Thread Erwin Geerdink
> Can you post from your php.ini what you did set for the following > values? php.ini: upload_max_filesize = 4096M post_max_size = 4096M memory_limit = 256M max_execution_time = 300 httpd.conf: connection { max request body 4294967296 # 4096M } I'm able to reproduce the problem locally

openbsd-current on yandex cloud

2023-10-21 Thread Mikhail
I'm trying to start openbsd on yandex cloud, it starts fine, but hangs in the boot process. I tried boot -d w db_console 1 c ctrl-alt-esc But the keypress doesn't bring me into debugger. Any recommendations on how to debug this stuff? Copyright (c) 1982, 1986, 1989, 1991, 1993 The

Re: relayd and large POST requests

2023-10-21 Thread Daniele B.
Can you post from your php.ini what you did set for the following values? upload_max_filesize = post_max_size = memory_limit = Despite the allocation memory problem (from the error message) I would also suggest you to double check %request timeout% settings starting from php.ini:

relayd and large POST requests

2023-10-21 Thread Erwin Geerdink
Hi, I'm running a setup on OpenBSD 7.3 (amd64, 16GB RAM) with relayd, varnish, httpd and php-fpm. When uploading a large >2GB file through our web application, *occassionally* relayd starts to consume an increasing amount of memory (as observed with top) until it hits resource limits from

Re: SSL issues after upgrading from 7.3 to 7.4

2023-10-21 Thread Theo Buehler
On Sat, Oct 21, 2023 at 09:23:51AM +0300, Mark wrote: > So, no idea on this? No. OCSP does work for me on 7.4 when enabled, both with httpd and nginx. With nginx, you need to have accessed the page at least once so it fetches and caches the staple and that may depend on the per worker process. I

Re: squid replacement

2023-10-21 Thread Stuart Henderson
On 2023-10-20, Lyndon Nerenberg (VE7TFX/VE6BBM) wrote: > We've been running squid on OpenBSD for years, but it seems these > days that any time it tries to proxy a file > 1MB, it just dies. > This makes it impossible to do thinks like mirror the OpenBSD > distributions. > > Does anyone know of

Re: Limiting RAM on boot to emulate low-memory situation

2023-10-21 Thread Stuart Henderson
On 2023-10-21, Chris Narkiewicz wrote: > Is it possible to decrease amount of available RAM at boot time? > > I'm about to migrate some VPS system to a significantly cheaper option > that comes with less RAM and I need to evaluate how existing system > will behave. > > Sadly, I can't reconfigure

Re: Crash on TOSHIBA PORTEGE Z30-A laptop

2023-10-21 Thread wesley
Hi Philip, Thank you very much for your answer. I tried to disable all options (+devices) possible. Same issue. And what's about disable acpi in the kernel using the bsd.re-config? Do you think If I replace the wireless card by somthing else, It could resolve this issue? /Wesley

Re: SSL issues after upgrading from 7.3 to 7.4

2023-10-21 Thread Daniele B.
Do you mind to post your nginx ssl configuration together with your resolver directive? -- Daniele Bonini Mark wrote: > > "SERVER DOES NOT SUPPORT OCSP STAPLING" after the upgrade. > > > > However, again, OCSP stapling is implemented correctly in my > > nginx.conf file, working since a

Re: kate no longer start after upgrade to 7.4

2023-10-21 Thread Federico Giannici
On 10/20/23 19:31, Federico Giannici wrote: I just upgraded my OpenBSD 7.3 amd64 to 7.4. I used the usual procedure, the one in the upgrade FAQ. After the upgrade kate (KDE texteditor) no longer works! If I execute "kate -v" here it is the output: kate:/usr/X11R6/lib/libX11.so.17.1:

Re: SSL issues after upgrading from 7.3 to 7.4

2023-10-21 Thread Mark
So, no idea on this? There are people having similar SSL issues (have been reading about them in IRC channels) I don't use TLSv1.0, TLSv1.1 neither. I'm aware of the related-changes in 7.4. Best, Mark. Mark , 16 Eki 2023 Pzt, 22:01 tarihinde şunu yazdı: > Hi. > > First of all, thank you very