On Thursday, December 21, 2017 at 12:31:45 PM UTC-8, Ray wrote: > > Thanks Vince, > Re your ' > To check on whether weewx is actually running, here's how I do it the > old-school way, along with the output: > > root@debian:/var/log# ps ax|grep weewx > > I tried this but got*:-* > > > *ray@ray-Aspire-5735:/$ /var/log# ps ax|grep weewxbash: /var/log#: No such > file or directory* > *Do I need to specify the number of a log file - there are lots there:-* >
sigh - while I'm sympathetic to your pain, I'm increasingly close to telling you to just buy a Windows system as basic Linux command-line is obviously a bridge too far it seems.... Your shell prompt appears to be: *ray@ray-Aspire-5735:/$* My shell prompt is : root@debian:/var/log# So based on my example, you just need to type the stuff after the '#' character: ps ax|grep weewx -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
