> > It appears on NetBSD 5.1 auto-procname doesn't have any effect. > > The results with show-config: > > --- > ;uWSGI instance configuration [uwsgi] > ini = /web/uwsgi/config.ini > chdir = /web/app > ftok = /web/uwsgi/ftok > vacuum = true > pidfile = /web/uwsgi/pid > emperor = /web/app/*/uwsgi.ini > daemonize = /web/uwsgi/startup.log > --- > > And what I see: > --- > # ps ax | grep uwsgi > 254 ? S 0:00.00 /usr/local/sbin/uwsgi --ini > /web/uwsgi/config.ini > 7353 ? S 0:00.00 /usr/local/sbin/uwsgi --ini > /web/uwsgi/config.ini > 10289 ? S 0:00.04 /usr/local/sbin/uwsgi --ini > /web/app/fin/uwsgi.ini > 12434 ? S 0:00.00 /usr/local/sbin/uwsgi --ini > /web/app/fin/uwsgi.ini > 14352 ? S 0:00.00 /usr/local/sbin/uwsgi --ini > /web/uwsgi/config.ini > 10244 ttyp1 S+ 0:00.00 grep uwsgi > --- > > It's not a big problem, just something I noticed. > > Related, auto-procname is set in my .ini file to 'true' but it isn't > printed with show-config turned on, is this by design? >
setprocname() is enabled only on FreeBSD but i have just noted it is available on NetBSD too. Can you confirm that ? https://github.com/unbit/uwsgi/blob/master/core/utils.c#L3982 -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
