Sorry About copy/pasting.

Yes, realised that --master / -M does not take a argument.

But my init.d script issue is still giving me the problem and not
starting on boot OR on 'service restart'

Before posting to the mailing list, I did go over this page / link.

I am still facing the same issue with my init.d/uwsgi script (which is
posted earlier).

Where OR what do I need to do to correct in it, for it to work ?

Thanks


On 5 October 2014 14:53, Roberto De Ioris <[email protected]> wrote:
>
>> Pasting the output of the above ...
>>
>> nitin@nitin:~/finhealth$ uwsgi -s 127.0.0.1:9090 -M 4 -t 30 -A 4 -p 4
>> unable to load configuration from 4
>> nitin@nitin:~/finhealth$
>>
>> I am on Linux Mint 17 Mate, Kernel is 3.16.1, 64bit
>>
>>
>
> Please, (really, please) do not copy&paste command line from blog posts
> without understanding. I have seen that command line dozens of times (but
> unfortunately i was not able to catch the guilty ;). It is wrong:
>
> -M does not take an argument (that is why the '4' is taken as final
> parameter)
>
> -A 4 means "allocate 4 pages of shared memory area" and i am really
> doubtful you need it.
>
> I strongly suggest you to start over from here:
>
> http://uwsgi-docs.readthedocs.org/en/latest/WSGIquickstart.html
>
> It covers all you need for basic deployments
>
> --
> Roberto De Ioris
> http://unbit.it
> _______________________________________________
> uWSGI mailing list
> [email protected]
> http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to