Add no space left error as comment to script
authorMichael Prokop <devnull@localhost>
Wed, 24 Oct 2007 08:13:36 +0000 (10:13 +0200)
committerMichael Prokop <devnull@localhost>
Wed, 24 Oct 2007 08:13:36 +0000 (10:13 +0200)
grml-live

index 9ce2284..16551cf 100755 (executable)
--- a/grml-live
+++ b/grml-live
@@ -292,6 +292,7 @@ else
    ERROR=''
    if [ -r "/var/log/fai/dirinstall/$HOSTNAME/software.log" ] ; then
       # 1 errors during executing of commands
+      # Unable to write mmap - msync (28 No space left on device)
       grep 'dpkg: error processing' /var/log/fai/dirinstall/$HOSTNAME/software.log >> $LOGFILE && ERROR=1
       grep 'E: Method http has died unexpectedly!' /var/log/fai/dirinstall/$HOSTNAME/software.log >> $LOGFILE && ERROR=2
       grep 'ERROR: chroot' /var/log/fai/dirinstall/$HOSTNAME/software.log >> $LOGFILE && ERROR=3