* frantisek holop <[EMAIL PROTECTED]> [2007-11-22 23:02]: > hmm, on Thu, Nov 22, 2007 at 10:37:39PM +0100, Henning Brauer said that > > * frantisek holop <[EMAIL PROTECTED]> [2007-11-22 22:30]: > > > my mirror still did not get this, so i applied manually. > > > > ofcourse not, it wasnot commited but asked to be tested... > > http://marc.info/?l=openbsd-cvs&m=119572716112905&w=2 > > > > > amaaq> alias p > > > p='ps -u' > > > amaaq> p -ax | grep ntpd > > > _ntp 18531 0.0 0.1 424 728 ?? Is 8:24PM 0:00.06 ntpd: > > > ntp eng > > > root 27267 0.0 0.1 480 776 ?? Ss 8:24PM 0:00.01 ntpd: > > > [priv] > > > amaaq> sudo kill 27267 > > > <yank out ethernet cable, leave interface up, just curious> > > > amaaq> sudo /usr/sbin/ntpd -s > > > <hangs, after couple of "unsuccesful" ^C's i put back ethernet cable, > > > when line comes back up, terminates> > > > ^C^C^C^CTerminating > > > > there you run into the problem imentioned earlier, the dns requests > > block the parent > > is that a reason why ^C is not working? > is it possible to make it react to break with a signal handler?
it has a signal handler, which is kinda the problem (but then, not really). there more Ilookat it there morei think we have to use a seperate processjust for the dns shit. the parent is just not allowed to block. that sucks. -- Henning Brauer, [EMAIL PROTECTED], [EMAIL PROTECTED] BS Web Services, http://bsws.de Full-Service ISP - Secure Hosting, Mail and DNS Services Dedicated Servers, Rootservers, Application Hosting - Hamburg & Amsterdam

