- *Possible cause.* As stated in the README, a reason for this could be that the "process_cmdline" in the configuration isn't suited to your system. To find the one that suits you, you can run a service by hand (for example *cmsLogService*), then run :samp:`ps aux` and search for a process that looks like :samp:`/usr/bin/python2 /usr/local/bin/cmsLogService`. The "process_cmdline" corresponding to this would be :samp:`["/usr/bin/python2", "/usr/local/bin/cms%s", "%d"]`. This value is the default one and should work well on most Ubuntu systems, but for example on some Gentoo systems you may need to use :samp:`["/usr/bin/python2.7", "/usr/bin/cms%s", "%d"]`.
0 commit comments