jim-easterbrook / pywws

Python software for USB Wireless WeatherStations
https://pywws.readthedocs.io/
GNU General Public License v2.0
204 stars 62 forks source link

pywws-livelog-daemon "Unable to change process owner" error #34

Closed jim-easterbrook closed 7 years ago

jim-easterbrook commented 8 years ago

The python-daemon library version 2.1.0 causes a permissions problem with pywws-livelog-daemon:

Unable to change process owner ([Errno 1] Operation not permitted)
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/pywws/livelogdaemon.py", line 110, in main
    runner.do_action()

This is fixed in commit d2b937f. Until the next release of pywws you can work around the problem by downgrading python-daemon:

sudo pip install python-daemon==2.0.6