[Varnish] #148: -p user has no effect

Varnish varnish-bugs at projects.linpro.no
Fri Aug 10 01:26:36 CEST 2007


#148: -p user has no effect
----------------------+-----------------------------------------------------
 Reporter:  wichert   |       Owner:  phk
     Type:  defect    |      Status:  new
 Priority:  normal    |   Milestone:     
Component:  varnishd  |     Version:  1.1
 Severity:  normal    |    Keywords:     
----------------------+-----------------------------------------------------
 If I run this command:
 {{{
 # varnishd -p user=nobody
 ...
 Error:
 Set Default for user = nobody
 Set Default for group = nogroup
 Unknown group
 }}}
 This is strange since the group for nobody is actually nobody on this
 system and does exist:
 {{{
 # id nobody
 uid=99(nobody) gid=99(nobody) groups=99(nobody)
 }}}
 Explicitly passing in a group also has no effect:
 {{{
  varnishd -p user=nobody -p group=nobody
 ...
 Error:
 Set Default for user = nobody
 Set Default for group = nogroup
 Unknown group
 }}}

-- 
Ticket URL: <http://varnish.projects.linpro.no/ticket/148>
Varnish <http://varnish.projects.linpro.no/>
The Varnish HTTP Accelerator


More information about the varnish-bugs mailing list