Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] boa: boa.conf: run under the nogroup group
@ 2016-08-25 21:53 Peter Korsgaard
  2016-08-26  5:58 ` Arnout Vandecappelle
  2016-08-26  9:09 ` Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Peter Korsgaard @ 2016-08-25 21:53 UTC (permalink / raw)
  To: buildroot

The default boa.conf we install specifies that boa should run under the
nobody group, but we don't have such a group in our default skeleton (and
boa doesn't add it), causing boa to fail to start:

[01/Jan/1970:00:00:10 +0000] No such group: nobody

Instead use the nogroup group, which is presumably what was meant.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/boa/boa.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/boa/boa.conf b/package/boa/boa.conf
index f51c237..e940296 100644
--- a/package/boa/boa.conf
+++ b/package/boa/boa.conf
@@ -46,7 +46,7 @@ Port 80
 # Group: The group name or GID the server should run as.
 
 User nobody
-Group nobody
+Group nogroup
 
 # ServerAdmin: The email address where server problems should be sent.
 # Note: this is not currently used, except as an environment variable
-- 
2.8.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] boa: boa.conf: run under the nogroup group
  2016-08-25 21:53 [Buildroot] [PATCH] boa: boa.conf: run under the nogroup group Peter Korsgaard
@ 2016-08-26  5:58 ` Arnout Vandecappelle
  2016-08-26  9:09 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Arnout Vandecappelle @ 2016-08-26  5:58 UTC (permalink / raw)
  To: buildroot

On 25-08-16 23:53, Peter Korsgaard wrote:
> The default boa.conf we install specifies that boa should run under the
> nobody group, but we don't have such a group in our default skeleton (and
> boa doesn't add it), causing boa to fail to start:
>
> [01/Jan/1970:00:00:10 +0000] No such group: nobody
>
> Instead use the nogroup group, which is presumably what was meant.
>
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
 (not runtime tested though)

 Regards,
 Arnout

> ---
>  package/boa/boa.conf | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/boa/boa.conf b/package/boa/boa.conf
> index f51c237..e940296 100644
> --- a/package/boa/boa.conf
> +++ b/package/boa/boa.conf
> @@ -46,7 +46,7 @@ Port 80
>  # Group: The group name or GID the server should run as.
>  
>  User nobody
> -Group nobody
> +Group nogroup
>  
>  # ServerAdmin: The email address where server problems should be sent.
>  # Note: this is not currently used, except as an environment variable



-- 
Arnout Vandecappelle                          arnout at mind be
Senior Embedded Software Architect            +32-16-286500
Essensium/Mind                                http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium           BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7493 020B C7E3 8618 8DEC 222C 82EB F404 F9AC 0DDF

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] boa: boa.conf: run under the nogroup group
  2016-08-25 21:53 [Buildroot] [PATCH] boa: boa.conf: run under the nogroup group Peter Korsgaard
  2016-08-26  5:58 ` Arnout Vandecappelle
@ 2016-08-26  9:09 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2016-08-26  9:09 UTC (permalink / raw)
  To: buildroot

Hello,

On Thu, 25 Aug 2016 23:53:41 +0200, Peter Korsgaard wrote:
> The default boa.conf we install specifies that boa should run under the
> nobody group, but we don't have such a group in our default skeleton (and
> boa doesn't add it), causing boa to fail to start:
> 
> [01/Jan/1970:00:00:10 +0000] No such group: nobody
> 
> Instead use the nogroup group, which is presumably what was meant.
> 
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
> ---
>  package/boa/boa.conf | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-08-26  9:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-25 21:53 [Buildroot] [PATCH] boa: boa.conf: run under the nogroup group Peter Korsgaard
2016-08-26  5:58 ` Arnout Vandecappelle
2016-08-26  9:09 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox