> Hello, > > I'm having problems with this config line; > --chmod-socket 666 > > Results in; > unable to load configuration from 666 > > I'm using the following; > /home/foxx/code/ddcms/venv/bin/uwsgi \ > --pythonpath /home/foxx/code/ddcms/webapp \ > --socket /home/foxx/code/ddcms/sock/ddcms.local.uwsgi.sock \ > --pidfile /home/foxx/code/ddcms/sock/ddcms.local.uwsgi.pid \ > --module django_wsgi \ > --listen 1024 \ > --socket-timeout 2 \ > --idle 3600 \ > --reaper \ > --disable-logging \ > --chmod-socket 666 \ > --harakiri 3600 \ > --harakiri-verbose \ > --max-requests 30000 \ > --limit-as 1024 \ > --post-buffering 8192 \ > --threads 1 \ > --workers 4 \ > --single-interpreter \ > --enable-threads \ > --master \ > --virtualenv /home/foxx/code/ddcms/venv/ > > Version is; > Starting uWSGI > *** Starting uWSGI 1.9.5 (64bit) on [Tue Apr 9 14:13:41 2013] *** > compiled with version: 4.4.5 on 09 April 2013 12:30:47 > os: Linux-2.6.32-5-amd64 #1 SMP Mon Feb 25 00:26:11 UTC 2013 > > Any thoughts? > > Cal > _______________________________________________ > uWSGI mailing list > [email protected] > http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi >
try with --chmod-socket=666 some getopt variant fail in that way with optional arguments -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
