Re: Restarting poudriere

From: Ronald Klop <ronald-lists_at_klop.ws>
Date: Thu, 17 Jun 2021 07:29:27 UTC
Van: bob prohaska <fbsd@www.zefox.net>
Datum: 17 juni 2021 03:47
Aan: FreeBSD ports <freebsd-ports@freebsd.org>
Onderwerp: Re: Restarting poudriere

> 
> 
> On Tue, Jun 15, 2021 at 01:31:32AM -0700, Mark Millard wrote:
> > 
> > Bob has a history of posting large log files someplace for
> > reference. So I'd not be surprised if he does that again for
> > this issue at some point.
> > 
> 
> Is it feasible to set up a poudriere working directory under a
> public_html individual user web page, so that the files created
> by and used to configure poudriere, make and pkg can be seen by
> interested bystanders? Copying files correctly, in the numbers
> relevant to this problem, is very easy to get wrong and something of 
> a resource burden on the machine used for web-serving up to this
> point. Running apache24 on the test boxes is easy, comparatively.
> 
> Persuading poudriere to run in a strange place might not be.
> 
> At this point both the Pi3 and Pi4 test boxes are somewhat out
> of sorts, as a result of some less-than-brilliant actions by me.
> Once those messes are cleaned up a little I'll try to make log
> and config files more visible.  
> 
> Thanks for your help and patience!
> 
> bob prohaska
> 
> 
> 
> 
> 
> 



Yes, it is pretty easy to setup a public_html kind of site. Poudriere already generates all the files.
See https://github.com/freebsd/poudriere/blob/master/src/share/examples/poudriere/httpd.conf.sample for example config of apache.


If you Google "poudriere nginx " or "poudriere lighttpd " you will find examples for other web servers.


Ronald.