X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=fai%2Fconfig%2Fhooks%2Fsavelog.LAST.sh;h=0867631790f5fe387c4a0a02f915857a45a86077;hb=2773c14668a490a1254a63541e1ef9fd3377104b;hp=994a947b7e045f1bff65ccaf73f8ca9798e52afe;hpb=3bd65f0ca635f1349626c2393a4dd8a50df64f54;p=automated-distro-installer diff --git a/fai/config/hooks/savelog.LAST.sh b/fai/config/hooks/savelog.LAST.sh index 994a947..0867631 100755 --- a/fai/config/hooks/savelog.LAST.sh +++ b/fai/config/hooks/savelog.LAST.sh @@ -10,6 +10,7 @@ errfile=$LOGDIR/error.log globalerrorpatterns="error fail warn + bad bad no space syntax @@ -23,6 +24,7 @@ not found couldn't can't E: Sorry, broken packages +^E: operator expected ambiguous redirect No previous regular expression @@ -52,6 +54,7 @@ kolab-webadmin kolabadmin gstreamer0.10-plugins-really-bad liberrors.so +liberrors-samba gsambad libad libtest-nowarnings-perl @@ -62,8 +65,7 @@ libroxen-errormessage liberror-perl libgpg-error-dev libgpg-error0 -^fstab.\+errors=remount -Opts: errors=remount-ro +Opts:.\+errors=remount [RT]X packets: WARNING: unexpected IO-APIC warned about = ( ) @@ -116,6 +118,7 @@ asking for cache data failed However, I can not read the target: Warning: The partition table looks like it was made task_error=0 +task_local_error=0 ^info: Trying to set warning: /usr/lib/X11/fonts can't read /etc/udev/rules.d/z25_persistent-net.rules @@ -147,13 +150,19 @@ fail to add MMCONFIG information can't initialize iptables table can't initialize ip6tables table Authentication warning overridden +41-warning.sh +Download is performed unsandboxed as root as file update-alternatives: warning: skip creation of +loop: module verification failed: signature +Warning: apt-key output should not be parsed +WARNING: Failed to connect to lvmetad. Falling back to device scanning update-rc.d: warning: start and stop actions are no longer supported" # add pattern on some conditions if [ -n $FAI_ALLOW_UNSIGNED ] ; then globalignorepatterns="$globalignorepatterns WARNING: untrusted versions +WARNING: The following packages cannot be authenticated Ignoring these trust violations" fi # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -175,7 +184,7 @@ if [ -s $errfile ]; then fi grep -i "$errorpatterns" *.log | grep -vi "$ignorepatterns" > $errfile -if [ "$verbose" ]; then +if [ X$verbose = X1 ]; then egrep -v '^software.log:' $errfile > $LOGDIR/tempfile mv $LOGDIR/tempfile $errfile fi