forked from cockpit-project/bots
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
naughty: Add pattern for podman coredumps
See known issue cockpit-project#805 In one case we get the actual traceback from `exe` where word `rootlessport` seems to be the most important one. In the other case there is not really much we can match to. The varlink dies, thus disconnects us. Also we save coredump and it always fails waiting for 'No Containers' string.
- Loading branch information
Showing
4 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Process * (exe) of user 1000 dumped core. | ||
* | ||
*rootlessport* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
*Failed to do * ConnectionClosed* | ||
* | ||
Core dumps downloaded to * | ||
* | ||
wait_js_cond(ph_is_present*\"No containers\"* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Process * (exe) of user 1000 dumped core. | ||
* | ||
*rootlessport* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
*Failed to do * ConnectionClosed* | ||
* | ||
Core dumps downloaded to * | ||
* | ||
wait_js_cond(ph_is_present*\"No containers\"* |