thesharp / daemonize

daemonize is a library for writing system daemons in Python.
MIT License
445 stars 64 forks source link

Investigate OpenBSD support #42

Closed thesharp closed 8 years ago

thesharp commented 8 years ago
(daemonize3_root) bash-4.3# uname -a
OpenBSD openbsd.my.domain 5.8 GENERIC#1170 amd64
(daemonize3_root) bash-4.3# python --version
Python 3.4.3
(daemonize3_root) bash-4.3# nosetests .
cat: /tmp/tmpslxq9vp7: No such file or directory
usage: kill [-s signame | -signum | -signame] { job | pid | pgrp } ...
       kill -l [exit_status ...]
...cat: /tmp/tmp0txdiqbk: No such file or directory
usage: kill [-s signame | -signum | -signame] { job | pid | pgrp } ...
       kill -l [exit_status ...]
.Unable to lock on the pidfile.
.cat: /tmp/tmpghuu6zly: No such file or directory
usage: kill [-s signame | -signum | -signame] { job | pid | pgrp } ...
       kill -l [exit_status ...]
...
----------------------------------------------------------------------
Ran 8 tests in 40.768s

OK