[Bacula-users] Catastrophic error. Cannot write overflow block to device

2012-11-27 Thread Luca Bertoncello
Hello, list! Since 3 days I cannot backup my server... I always get this error: 28-Nov 00:40 skynet-sd JobId 36: Fatal error: device.c:192 Catastrophic error. Cannot write overflow block to device "sata-changer-drive-0" (/var/lib/bacula/changer1/0/drive0). ERR=No space left on device28-Nov 00:40

[Bacula-users] clientRunAfterJob on Mac -> Shutdown

2012-11-27 Thread Julien Cochennec
Hi there, I know it is not a Bacula problem but maybe some of you already met this. On Mac computers (desktops only) I run this script in clientAfterJob : #! /bin/bash if [ "$(who -u | grep -c console)" == 0 ] then echo "Off" && shutdown -h +5; else echo "Not yet"; fi exit 0; So