From e42aa77ec96ef26557d470e9c6eca230a09e514c Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Wed, 24 Oct 2007 10:13:36 +0200 Subject: [PATCH] Add no space left error as comment to script --- grml-live | 1 + 1 file changed, 1 insertion(+) diff --git a/grml-live b/grml-live index 9ce2284..16551cf 100755 --- 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 -- 2.1.4