X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=debian%2Famanda-server.README.Debian;h=6526640ff29d4ea2cf397ace101e7891ef7a9e33;hb=refs%2Ftags%2Fdebian%2F2.6.1p1-2;hp=809b966f89199517ea58d27b88d05b357f995c60;hpb=14de11ecc99c33706c74b950d2d00e278abe9375;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. + + +