Re: apache2 changing from mpm_prefork to mpm_event

2018-08-16 Thread Jens Sauer
There is no workaround. mpm_event and php as a mod are incompatible. You can of course use php-fpm with mpm_event. Jarosław Kłopotek - INTERDUO schrieb am Do., 16. Aug. 2018, 08:56: > I've got apache2 with mpm_prefork. I would like to change that to > mpm_event so I do: > > root@ht2:~#

Re: fpm problem

2018-07-26 Thread Jens Sauer
   00:00:00 > php-fpm7.2 > S33  4847  4792  0  80   0  7408 87637 skb_wa ?00:00:00 > php-fpm7.2 > S33  4848  4792  0  80   0  7408 87637 skb_wa ?00:00:00 > php-fpm7.2 > S33  4849  4792  0  80   0  7408 87637 skb_wa ?00:00:00 >

Re: fpm problem

2018-07-26 Thread Jens Sauer
ckages from ? > > > > Kind regards > > Georgi > > > > > On Thu, Jul 26, 2018 at 11:50 AM, Markus Schönhaber > > > wrote: > > > > Gokan Atmaca, Do 26 Jul 2018 08:46:46 CEST: > > > > > > > > > we are receiving an error as below. what is the cause of the > > > > > problem? > > > > > (32g ram , 240g ssd , xeon 8 cor cpu) > > > > > > > > > > WARNING: [pool www] seems busy (you may need to increase > > > > > pm.start_servers, or pm.min/max_spare_servers), spawning 32 > > > > > children, > > > > > there are 1 idle, and 143 total children > > > > > > > > What happened after you did what the warning message suggested > > > > to do? > > > > > > > > -- > > > > Regards > > > >   mk > > > > > > -- Jens Sauer smime.p7s Description: S/MIME cryptographic signature

Re: Debian 9.4 and Aspeed/AST2400

2018-06-16 Thread Jens Sauer
ch has also the AST2400. Currently I use the stretch- backports kernel because the EDAC module of kaby lake cpu's is not supported in 4.9 With 4.15 I had some strange wrong color output during boot, the tty color switched to red. This issue was gone gone after the installation of intel-microcode fr

Is the "fjes" Kernel Module loaded on every system?

2017-01-24 Thread Jens Sauer
655298/ [3] https://cateee.net/lkddb/web-lkddb/FUJITSU_ES.html Greetings -- Jens Sauer <jsaue...@gmail.com> GPG Key: 5C0B0084 Fingerprint: 75F3 6232 1F69 82E8 F5E0 D151 850E 2908 5C0B 0084 signature.asc Description: This is a digitally signed message part

Re: mdadm - two questions

2016-11-22 Thread Jens Sauer
> Unfortunately I cannot see how from raid1 of 2*1TB disks migrate to > raid1(raid10?) of 4*1TB disks I don't think you can reshape a RAID 1 to a RAID 10. mdadm can reshape RAID 1/5/6. You can move from RAID 5 to 6 or the other way around. *Maybe* you can even reshape from 1 to RAID 5/6. I see

Re: C source

2016-07-15 Thread Jens Sauer
I think you are missing dependencies from the ssl library. Have a look into the docs [1]. Your questions implies that you are not very experienced in C coding. Maybe you should ask yourself the question if starting with a complex and potential security risky api like openssl is the right thing