Re: Dell R930 server

2016-11-06 Thread Philip Guenther
On Sun, Nov 6, 2016 at 6:11 PM, STeve Andre' wrote: > On 11/06/16 20:35, Philip Guenther wrote: >> >> On Sun, Nov 6, 2016 at 4:42 PM, Friedrich Locke >> wrote: >> ... >>> >>> Does OBSD "see" all the 96*128G memory available ? >> >> >> We only allocate a single PML4 slot for the direct map on amd6

Re: Dell R930 server

2016-11-06 Thread STeve Andre'
On 11/06/16 20:35, Philip Guenther wrote: On Sun, Nov 6, 2016 at 4:42 PM, Friedrich Locke wrote: ... Does OBSD "see" all the 96*128G memory available ? We only allocate a single PML4 slot for the direct map on amd64, so it's currently limited to seeing 2^39 == 512GB. To expand that, the size

Re: Dell R930 server

2016-11-06 Thread Philip Guenther
On Sun, Nov 6, 2016 at 4:42 PM, Friedrich Locke wrote: ... > Does OBSD "see" all the 96*128G memory available ? We only allocate a single PML4 slot for the direct map on amd64, so it's currently limited to seeing 2^39 == 512GB. To expand that, the size and base-slot/address of the direct map rea

Dell R930 server

2016-11-06 Thread Friedrich Locke
Does anybody here run openbsd on this machine ? Does OBSD "see" all the 96*128G memory available ? Thanks in advance.

Re: Simple example for httpd fastcgi

2016-11-06 Thread Mark Willson
-Original Message- From: owner-m...@openbsd.org [mailto:owner-m...@openbsd.org] On Behalf Of Markus Rosjat Sent: 06 November 2016 13:56 To: misc@openbsd.org Subject: Re: Simple example for httpd fastcgi Hi mark, I saw that befor and did the steps for python like there and I can thest my s

Re: Simple example for httpd fastcgi

2016-11-06 Thread Markus Rosjat
Hi mark, I saw that befor and did the steps for python like there and I can thest my script by chroot but I cant really figure what to do in the httpd config to get my script called when I surf it to it over the browser. regards Markus Am 05.11.2016 um 21:16 schrieb Mark Willson: On 05/11/