Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #84153
| Date | 2015-01-21 16:06 -0700 |
|---|---|
| From | Jason Bailey <jbailey@emerytelcom.com> |
| Subject | Check for running DHCP daemon? |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.17928.1421882158.18130.python-list@python.org> (permalink) |
So I've got this python 3 script that needs to know if there is a running DHCP daemon (ISC DHCP server) on the local system. Is there a clean way to do this that (1) doesn't require me to do syscalls to local utilities (like ps, top, etc), and (2) doesn't require any custom modules (stock only)? Thanks
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Check for running DHCP daemon? Jason Bailey <jbailey@emerytelcom.com> - 2015-01-21 16:06 -0700
csiph-web