X-Git-Url: https://iankelling.org/git/?p=automated-distro-installer;a=blobdiff_plain;f=fai%2Fconfig%2Fhooks%2Fsavelog.LAST.sh;h=20d41b42aee52a858abc4b6a1af9e70101440a3a;hp=74aa116a609d5253924218f4f34133a3d252b52d;hb=056eb4e90e13b2d8f7cbb8c3b875f35bf0fa207e;hpb=a6f3eaed0a1eebb5c58853fb9faa8bfbec404de3 diff --git a/fai/config/hooks/savelog.LAST.sh b/fai/config/hooks/savelog.LAST.sh index 74aa116..20d41b4 100755 --- a/fai/config/hooks/savelog.LAST.sh +++ b/fai/config/hooks/savelog.LAST.sh @@ -24,6 +24,7 @@ not found couldn't can't E: Sorry, broken packages +^E: operator expected ambiguous redirect No previous regular expression @@ -53,6 +54,7 @@ kolab-webadmin kolabadmin gstreamer0.10-plugins-really-bad liberrors.so +liberrors-samba gsambad libad libtest-nowarnings-perl @@ -63,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 = ( ) @@ -148,7 +149,11 @@ fail to add MMCONFIG information can't initialize iptables table can't initialize ip6tables table Authentication warning overridden +41-warning.sh 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 @@ -176,7 +181,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