Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Restarting lookupd



Are you asking how to send a HUP signal to a process?

The command "kill" is used to signal (or kill) a process.
Run "man kill" at the Terminal for more information.


Generally it goes like this:
ps auxw |grep <whatever>
The 2nd column is the process id (PID)

kill -HUP <PID>

ps auxw |grep <whatever>
Does it still have the same process id?

Does the grep command give anything back at all?

Sometimes when you send the HUP signal to a process
it just quits, does nothing, or just re-reads it's
logs. It all depends on how the developer told the
code to respond to the HUP signal.



Peter


Peter Herrmann wrote:
Could anyone tell how I would restart lookupd through a HUP signal? I'm having major DNS problems here.

Thanks. l
_______________________________________________
macos-x-server mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/macos-x-server
Do not post admin requests to the list. They will be ignored.

References: 
 >Restarting lookupd (From: Peter Herrmann <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.