Hi Johann,

I wasn't sure whether the [u] was to be included or indicated an option 
with or without the 'u', so I tried all three. Results below:

richard@raspberrypi:~ $ ps aux | grep [u]wsgi
richard@raspberrypi:~ $ ps aux | grep wsgi
richard   1017  0.0  0.1   4276  1852 pts/0    S+   16:02   0:00 grep 
--color=auto wsgi
richard@raspberrypi:~ $ ps aux | grep uwsgi
richard   1019  0.0  0.2   4276  2016 pts/0    S+   16:02   0:00 grep 
--color=auto uwsgi
richard@raspberrypi:~ $

Richard

On Thursday, November 24, 2016 at 9:55:21 AM UTC, Johann Spies wrote:

>
>
> On 23 November 2016 at 14:36, Richard Brown <rab...@gmail.com 
> <javascript:>> wrote:
>
>> Thanks, the answer is 'yes' to all of these checks - web2py.ini file 
>> attached. I did find out how to see if the uwsgi process is running and it 
>> does appear to be:
>>
>>  $ ps aux | grep "uwsgi"
>> richard   1044  0.0  0.1   4276  1824 pts/0    S+   10:54   0:00 grep 
>> --color=auto uwsgi
>>
>>
>> No it seems it is not running.  Your result showed the grep of uwsgi.
>
> Try 
>
> ps aux | grep [u]wsgi
>
> This will not show your grep command.
>
> Regards
> Johann 
> -- 
> Because experiencing your loyal love is better than life itself, 
> my lips will praise you.  (Psalm 63:3)
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to