> ==> munin-node.log <== I assume "Nie ma takiego pliku ani katalogu" means "no such file or directory", but I'll need help with "Połączenie odrzucone"... :-)
> It's totally repeatable. When I kill all pids of munin-*, and wait for > next cronjob, it happens again. Hmm. Could you change the cronjob so it says: */5 * * * * munin if [ -x /usr/bin/munin-cron ]; then /usr/bin/munin-cron --debug > /tmp/debug-log 2>&1; fi Hopefully it'll get stuck, and with any luck we'll see what happens near the end of /tmp/debug-log. > Yeap, I can although it's quite big, I have just run it and it ends ok > with no errors in fact. Hmm. Let's try the above first. > Maybe that's an issue of cross-updating or sth. It should have worked... It seems it's munin-graph that gets stuck, so I don't think it has something to do with the node or the update process. Hopefully the log'll tell us some more. > Other weird things is that every time it happens, there are two > processes of munin-cron run at the exactly same time. Hmm. Could you next time take a look with "ps axuf", to see if one is the child of the other? -- Tore Anderson