[Varnish] #1238: varnishd -p option runtime parameter splitting changes the command line as viewed by ps

Varnish varnish-bugs at varnish-cache.org
Thu Dec 13 13:11:13 CET 2012


#1238: varnishd -p option runtime parameter splitting changes the command line as
viewed by ps
----------------------+-------------------
 Reporter:  martin    |      Owner:
     Type:  defect    |     Status:  new
 Priority:  normal    |  Milestone:
Component:  varnishd  |    Version:  trunk
 Severity:  normal    |   Keywords:
----------------------+-------------------
 When varnishd parses the -p option argument on the '=' character, it
 replaces it with a '\0' to split it into two strings. This changes the
 command line as viewed by e.g. ps into a command line that is actually
 invalid, and can cause confusion with debugging start up scripts.

 {{{
 $ ./varnishd -p thread_pool_min=200 -d
 $ ps auxww | grep varnishd
 /usr/local/sbin/varnishd -p thread_pool_min 200 -d
 }}}

-- 
Ticket URL: <https://www.varnish-cache.org/trac/ticket/1238>
Varnish <https://varnish-cache.org/>
The Varnish HTTP Accelerator




More information about the varnish-bugs mailing list