Skip to content

Centos 7 daemon not working correctly #121

@rnichols430

Description

@rnichols430

I installed everything like this:
yum install python python-pip gcc python-devel cups-devel

pip install pycups argparse cloudprint[daemon]

pip install --upgrade cloudprint[daemon]
ran cloudprint, it finds the printers and works with a terminal window up. I have tried putting the startup in the rc.d/rc.local and it won't kick off.. any ideas?
cloudprint -d
Traceback (most recent call last):
File "/bin/cloudprint", line 9, in
load_entry_point('cloudprint==0.14', 'console_scripts', 'cloudprint')()
File "/usr/lib/python2.7/site-packages/cloudprint/cloudprint.py", line 610, in main
timeout=5,
File "/usr/lib/python2.7/site-packages/daemon/pidfile.py", line 43, in init
super(TimeoutPIDLockFile, self).init(path, _args, *_kwargs)
TypeError: init() got an unexpected keyword argument 'timeout'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions