[Piuparts-commits] [piuparts] 06/06: detect_piuparts_issues: detect more problems caused by full disks

Holger Levsen holger at layer-acht.org
Sun Sep 17 14:06:44 UTC 2017


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch develop
in repository piuparts.

commit 2e3c0aa7639874d02f1cf2fb36ff5de37eed56ed
Author: Andreas Beckmann <anbe at debian.org>
Date:   Sun Sep 17 01:01:07 2017 +0200

    detect_piuparts_issues: detect more problems caused by full disks
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 master-bin/detect_piuparts_issues.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/master-bin/detect_piuparts_issues.in b/master-bin/detect_piuparts_issues.in
index 0558710..15a5538 100644
--- a/master-bin/detect_piuparts_issues.in
+++ b/master-bin/detect_piuparts_issues.in
@@ -52,10 +52,12 @@ add_pattern "ERROR: Command failed \(status=-7\): .* 'apt-cache'"
 add_pattern 'update-binfmts: warning: unable to close /proc/sys/fs/binfmt_misc/register: Invalid argument'
 add_pattern 'userdel: user .* is currently logged in'
 # Disk space issues.
+add_pattern "NO SPACE LEFT ON DEVICE"
 add_pattern "No space left on device"
 add_pattern "E: You don't have enough free space in /var/cache/apt/archives/"
 add_pattern "E: Failed to write temporary StateFile /var/lib/apt/extended_states.tmp"
 add_pattern "tar: .*: Wrote only .* of .* bytes"
+add_pattern "sh: echo: I/O error"
 add_pattern "passwd: Authentication token manipulation error"
 add_pattern "(chfn|groupadd|useradd): (cannot lock|failure while writing changes to) /etc/(group|gshadow|passwd|shadow|subuid)"
 add_pattern "(groupadd|useradd): (unable to lock|cannot rewrite) (group|password) file"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/piuparts/piuparts.git



More information about the Piuparts-commits mailing list