Re: [oe] [PATCH 1/2] nginx: add group www-data

2016-06-16 Thread Martin Jansa
On Sun, Jun 12, 2016 at 05:57:50PM +0800, Robert Yang wrote: > > Sorry, please hold on the two patches, base-passwd does provide > www-data, I should not meet this orror in theory. For some reason nostromo, nginx, sthttpd are now failing because of www-data user group: http://errors.yoctoproject.

Re: [oe] [PATCH 1/2] nginx: add group www-data

2016-06-12 Thread Robert Yang
Sorry, please hold on the two patches, base-passwd does provide www-data, I should not meet this orror in theory. // Robert On 06/07/2016 04:21 PM, Robert Yang wrote: Fixed: Running useradd commands... useradd: group 'www-data' does not exist Signed-off-by: Robert Yang --- meta-webserver/r

[oe] [PATCH 1/2] nginx: add group www-data

2016-06-07 Thread Robert Yang
Fixed: Running useradd commands... useradd: group 'www-data' does not exist Signed-off-by: Robert Yang --- meta-webserver/recipes-httpd/nginx/nginx.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-webserver/recipes-httpd/nginx/nginx.inc b/meta-webserver/recipes-httpd/nginx/nginx.inc