Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #84153 > unrolled thread

Check for running DHCP daemon?

Started byJason Bailey <jbailey@emerytelcom.com>
First post2015-01-21 16:06 -0700
Last post2015-01-21 16:06 -0700
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  Check for running DHCP daemon? Jason Bailey <jbailey@emerytelcom.com> - 2015-01-21 16:06 -0700

#84153 — Check for running DHCP daemon?

FromJason Bailey <jbailey@emerytelcom.com>
Date2015-01-21 16:06 -0700
SubjectCheck for running DHCP daemon?
Message-ID<mailman.17928.1421882158.18130.python-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web