Hello.

I upgraded Amanda in my PC from v3.3.9 to v3.4.1.
So, I tested this version.
But I couldn't kill amanda processes through amcleanup command.
Dumper processes are remained always.

Here is the execution result:

bash-4.2$ amcleanup -k DailySet1
amcleanup: 19 Amanda processes were found running
amcleanup: Sending SIGTERM signal to process 'gzip' (pid 27291)
amcleanup: Sending SIGTERM signal to process 'dumper' (pid 27253)
amcleanup: Sending SIGTERM signal to process 'driver' (pid 27249)
amcleanup: Sending SIGTERM signal to process 'chunker' (pid 27274)
amcleanup: Sending SIGTERM signal to process 'gzip' (pid 27286)
amcleanup: Sending SIGTERM signal to process 'chunker' (pid 27272)
amcleanup: Sending SIGTERM signal to process 'gzip' (pid 27293)
amcleanup: Sending SIGTERM signal to process 'dumper' (pid 27251)
amcleanup: Sending SIGTERM signal to process 'gzip' (pid 27294)
amcleanup: Sending SIGTERM signal to process 'dumper' (pid 27252)
amcleanup: Sending SIGTERM signal to process 'gzip' (pid 27284)
amcleanup: Sending SIGTERM signal to process 'gzip' (pid 27283)
amcleanup: Sending SIGTERM signal to process 'gzip' (pid 27292)
amcleanup: Sending SIGTERM signal to process 'dumper' (pid 27254)
amcleanup: Sending SIGTERM signal to process 'chunker' (pid 27271)
amcleanup: Sending SIGTERM signal to process 'gzip' (pid 27285)
amcleanup: Sending SIGTERM signal to process 'amdump' (pid 27247)
amcleanup: Sending SIGTERM signal to process 'chunker' (pid 27273)
amcleanup: Sending SIGTERM signal to process 'taper' (pid 27250)
amcleanup: Sending SIGKILL signal to process 'gzip' (pid 27291)
amcleanup: Sending SIGKILL signal to process 'dumper' (pid 27253)
amcleanup: Sending SIGKILL signal to process 'driver' (pid 27249)
amcleanup: Sending SIGKILL signal to process 'chunker' (pid 27274)
amcleanup: Sending SIGKILL signal to process 'gzip' (pid 27286)
amcleanup: Sending SIGKILL signal to process 'chunker' (pid 27272)
amcleanup: Sending SIGKILL signal to process 'gzip' (pid 27293)
amcleanup: Sending SIGKILL signal to process 'dumper' (pid 27251)
amcleanup: Sending SIGKILL signal to process 'gzip' (pid 27294)
amcleanup: Sending SIGKILL signal to process 'dumper' (pid 27252)
amcleanup: Sending SIGKILL signal to process 'gzip' (pid 27284)
amcleanup: Sending SIGKILL signal to process 'gzip' (pid 27283)
amcleanup: Sending SIGKILL signal to process 'gzip' (pid 27292)
amcleanup: Sending SIGKILL signal to process 'dumper' (pid 27254)
amcleanup: Sending SIGKILL signal to process 'chunker' (pid 27271)
amcleanup: Sending SIGKILL signal to process 'gzip' (pid 27285)
amcleanup: Sending SIGKILL signal to process 'amdump' (pid 27247)
amcleanup: Sending SIGKILL signal to process 'chunker' (pid 27273)
amcleanup: Sending SIGKILL signal to process 'taper' (pid 27250)
amcleanup: 4 processes failed to terminate
amcleanup: /etc/amanda/DailySet1/logs/amdump exists, renaming it
[1]+  Terminated              amdump DailySet1

bash-4.2$ ps -ef | grep amanda
root     27192 26791  0 17:00 pts/1    00:00:00 su amandabackup
amandab+ 27193 27192  0 17:01 pts/1    00:00:00 bash
amandab+ 27251     1  0 17:06 pts/1    00:00:00 dumper0 DailySet1
--log-filename /etc/amanda/DailySet1/logs/log.20170310170630.0
amandab+ 27252     1  0 17:06 pts/1    00:00:00 dumper1 DailySet1
--log-filename /etc/amanda/DailySet1/logs/log.20170310170630.0
amandab+ 27253     1  0 17:06 pts/1    00:00:00 dumper2 DailySet1
--log-filename /etc/amanda/DailySet1/logs/log.20170310170630.0
amandab+ 27254     1  0 17:06 pts/1    00:00:00 dumper3 DailySet1
--log-filename /etc/amanda/DailySet1/logs/log.20170310170630.0
...


Amanda v3.3.9's amcleanup was executed without any problems.
But amcleanup of v3.4.1, v3.4.2, and v3.4.3 can't kill the dumper processes.
How can I solve it?

Reply via email to