X-Git-Url: http://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=grml-live;h=16551cf376ba1dbe46c292bb1f64f7ae53f58dad;hp=9ce228499c3fe477aa0d57ad86e18b64f72f9b00;hb=e42aa77ec96ef26557d470e9c6eca230a09e514c;hpb=39b0f86f3c8f5b5de57a365efce4541bb5c96fd9 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