He means restart the clamd server application...
HUP is the kill signal that gets sent to a process to tell it to shut
everything down.
HUP
The following command
$ kill -s SIGHUP 1001
sends the HUP or hang-up signal to the program that is running with process ID
1001. You can also use the numeric value of the signal as follows:
$ kill -1 1001
This command also sends the hang-up signal to the program that is running with
process ID 1001. Although the default action for this signal calls for the
process to terminate, many UNIX programs use the HUP signal as an indication
that they should reinitialize themselves. For this reason, you should use a
different signal if you are trying to terminate or kill a process.
QUOTE taken from
http://www.erdves.lt/kristi/books/Computah%20Stuff/unix-linux/Teach_Yourself_Shell_Programming_In_24hrs.tar/ch19/307-310.html
Good Luck,
James Kosin
Brian McDonald wrote:
You will have to explain what you mean by "HUP the process"
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Odhiambo
Washington
Sent: Tuesday, January 03, 2006 10:04 AM
To: [email protected]
Subject: Re: [Clamav-users] clamd.conf not recognizing TemporaryDirectory
* On 03/01/06 09:57 -0500, Brian McDonald wrote:
I am trying to change the temporary directory for clamav but the change is
not working clamav is still writing to /tmp.
My clamd.conf
LogFile /var/log/clamav/clamd.log
LogFileMaxSize 5M
LogTime
TemporaryDirectory /var/clamavtmp/tmp
DatabaseDirectory /var/lib/clamav
TCPAddr 127.0.0.1
TCPSocket 3310
User clamav
DetectBrokenExecutables
ArchiveBlockEncrypted
Did you HUP the process?
-Wash
http://www.netmeister.org/news/learn2quote.html
--
+======================================================================+
|\ _,,,---,,_ | Odhiambo Washington <[EMAIL PROTECTED]>
Zzz /,`.-'`' -. ;-;;,_ | Wananchi Online Ltd. www.wananchi.com
|,4- ) )-,_. ,\ ( `'-'| Tel: +254 20 313985-9 +254 20 313922
'---''(_/--' `-'\_) | GSM: +254 722 743223 +254 733 744121
+======================================================================+
H. L. Mencken suffers from the hallucination that he is H. L.
Mencken -- there is no cure for a disease of that magnitude.
-- Maxwell Bodenheim
_______________________________________________
http://lurker.clamav.net/list/clamav-users.html
--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.371 / Virus Database: 267.14.11/219 - Release Date: 1/2/2006
--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.371 / Virus Database: 267.14.11/219 - Release Date: 1/2/2006
_______________________________________________
http://lurker.clamav.net/list/clamav-users.html
--
Scanned by ClamAV - http://www.clamav.net
_______________________________________________
http://lurker.clamav.net/list/clamav-users.html