From: Michael Prokop Date: Wed, 24 Oct 2007 08:13:36 +0000 (+0200) Subject: Add no space left error as comment to script X-Git-Tag: 0.0.7~48 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=e42aa77ec96ef26557d470e9c6eca230a09e514c Add no space left error as comment to script --- 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