X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=fai%2Fconfig%2Fhooks%2Fsavelog.LAST.sh;h=65468144c6cb4168d5fb5fa32a23026f4c2bdcc3;hb=490334746631a6c956eee47947f3ab8f8a451666;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..6546814 100755 --- a/fai/config/hooks/savelog.LAST.sh +++ b/fai/config/hooks/savelog.LAST.sh @@ -10,9 +10,9 @@ errfile=$LOGDIR/error.log globalerrorpatterns="error fail warn + bad bad no space -syntax Couldn't stat Cannot access conflict @@ -23,6 +23,7 @@ not found couldn't can't E: Sorry, broken packages +^E: operator expected ambiguous redirect No previous regular expression @@ -50,8 +51,10 @@ ibwebadmin kernel-patch-badram kolab-webadmin kolabadmin -gstreamer0.10-plugins-really-bad +gstreamer.\+-plugins-really-bad liberrors.so +liberrors-samba +libsamba-errors gsambad libad libtest-nowarnings-perl @@ -60,10 +63,10 @@ libclass-errorhandler-perl zope-ploneerrorreporting libroxen-errormessage liberror-perl +perl-Error libgpg-error-dev libgpg-error0 -^fstab.\+errors=remount -Opts: errors=remount-ro +Opts:.\+errors=remount [RT]X packets: WARNING: unexpected IO-APIC warned about = ( ) @@ -78,7 +81,7 @@ deverror.out (floppy), sector 0 mount version older than kernel Can't locate module -Warning only 896MB will be used. +Warning only .\+MB will be used. hostname: Host name lookup failure I can't tell the difference. warning, not much extra random data, consider using the -rand option @@ -116,6 +119,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 +151,44 @@ fail to add MMCONFIG information can't initialize iptables table can't initialize ip6tables table Authentication warning overridden +41-warning.sh +PCCT header not found +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 +Warning: The home dir /var/lib/usbmux you specified +diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory +error reporting disabled +Enabling Firmware First mode for corrected errors +errors: 0 + 0 errors +Memory Error Correction: +Memory Controller 0 - Channel . Error +IIO RAS/Control Status/Global Errors +RAS: Correctable Errors collector initialized +__stack_chk_fail +grub.cfg.new: Directory nonexistent +can't derive routing for PCI INT A +failed to load isci/isci_firmware.bin +Direct firmware load for isci/isci_firmware.bin failed with error +Loading user firmware failed, using default values +stunnel4 you specified can't be accessed: No such file or directory +install-docs --verbose --check file_name' may give more details about the above errors +cannot open '/etc/ssl/certs/java/cacerts' for reading: No such file or directory +can't claim BAR +disabling ASPM +data block query control method not found +subprocess.py.\+RuntimeWarning: line buffering +Resource conflict.\+ found 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 +210,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