X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=debian%2Famanda-server.README.Debian;h=6526640ff29d4ea2cf397ace101e7891ef7a9e33;hb=4c1ccb1744023f81a8e7601e9e90da31237d3674;hp=809b966f89199517ea58d27b88d05b357f995c60;hpb=e442edb4d5816c4ad107ad9e71164f845eba70ad;p=debian%2Famanda diff --git a/debian/amanda-server.README.Debian b/debian/amanda-server.README.Debian index 809b966..6526640 100644 --- a/debian/amanda-server.README.Debian +++ b/debian/amanda-server.README.Debian @@ -124,3 +124,26 @@ info on this issue see: http://forums.zmanda.com/archive/index.php/t-591.html +- - - - - + +If you see things like this in dmesg: + + INFO: task ammt:9839 blocked for more than 120 seconds. + "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. + +This information from Marc Schaefer may relevant: + +> AFAIK it's because mtio operations are done in D state (uninterruptible +> sleep). +> +> And except for mtio operations which may last more than two minutes, +> nothing in the usual kernel operation will last that long. +> +> Solutions: +> - either fix mtio to be interruptible (which may well cause problems +> because e.g. SCSI reselection might happen later) +> - use the proposed work-around +> - ignore those messages in your logcheck. + + +