Re: Snapshots in QEMU

2018-08-01 Thread Elias M. Mariani
(sorry, I forgot to add the list) Here you go. Cheers. 2018-07-31 20:47 GMT-03:00 Mike Larkin : > On Tue, Jul 31, 2018 at 04:43:22PM -0700, Mike Larkin wrote: >> On Tue, Jul 31, 2018 at 04:59:54PM -0300, Elias M. Mariani wrote: >> > And segmentation fault after applying the patches on OPENBSD_63.

Re: slowcgi -u user option does not change socket ownership

2018-08-01 Thread Jason McIntyre
On Wed, Aug 01, 2018 at 12:57:18PM +0200, Florian Obser wrote: > On Tue, Jul 31, 2018 at 06:39:18PM -0500, Andrew Daugherity wrote: > [...] > > Related: in the same section of code (at the end of my diff actually, > > as context), I noticed that when -u is used, the chroot path is set to > > the

Re: slowcgi -u user option does not change socket ownership

2018-08-01 Thread Florian Obser
Nice to see it being useful on other systems, too. :) Does this work for you? diff --git slowcgi.8 slowcgi.8 index 117228403b4..10bd40d2e60 100644 --- slowcgi.8 +++ slowcgi.8 @@ -25,6 +25,7 @@ .Op Fl d .Op Fl p Ar path .Op Fl s Ar socket +.Op Fl U Ar user .Op Fl u Ar user .Sh DESCRIPTION

Re: slowcgi -u user option does not change socket ownership

2018-08-01 Thread Florian Obser
On Tue, Jul 31, 2018 at 06:39:18PM -0500, Andrew Daugherity wrote: [...] > Related: in the same section of code (at the end of my diff actually, > as context), I noticed that when -u is used, the chroot path is set to > the target user's home directory instead of /var/www. I found this >