From builds at travis-ci.org Sun Dec 8 00:19:32 2019 From: builds at travis-ci.org (Travis CI) Date: Sun, 08 Dec 2019 00:19:32 +0000 Subject: [sos-devel] Broken: sosreport/sos#4089 (master - a0e0a52) In-Reply-To: Message-ID: <5dec419474ee2_43f9eb47e975c1709e6@badf0142-e7b1-4978-a370-246bffb6ad4a.mail> Build Update for sosreport/sos ------------------------------------- Build: #4089 Status: Broken Duration: 1 min and 57 secs Commit: a0e0a52 (master) Author: Bryan Quigley Message: [sosreport] Change text format, add username, filesize and chksum This changes the format of the end text making the output information more consistent. We now mention the username that owns the archive the filesize in a human readable format, and the checksum. New format: Your sosreport has been generated and saved in: /tmp/sosreport-desktop-20180313115538.tar.xz Size 63.55KB Owner root sha256 d0ae51b7e57a6f6f8b336cc0d5a9b5bcc3fd1f6796cfc0df2e74bb98590b82dc We remove the tmpdir from the pretext. We also enable saying if configuration changes should be expected or not, given options selected. Closes: #631 Resolves: #887 Signed-off-by: Bryan Quigley View the changeset: https://github.com/sosreport/sos/compare/19b75c52ea7c...a0e0a522a84e View the full build log and details: https://travis-ci.org/sosreport/sos/builds/622140876?utm_medium=notification&utm_source=email -- You can unsubscribe from build emails from the sosreport/sos repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=819743&utm_medium=notification&utm_source=email. Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email. Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications. -------------- next part -------------- An HTML attachment was scrubbed... URL: From builds at travis-ci.org Sun Dec 8 00:28:53 2019 From: builds at travis-ci.org (Travis CI) Date: Sun, 08 Dec 2019 00:28:53 +0000 Subject: [sos-devel] Fixed: sosreport/sos#4090 (master - 72562ef) In-Reply-To: Message-ID: <5dec43c52796f_43f8a060e1a80251e1@55d43f34-a9f1-48b0-a058-5b42a85b8707.mail> Build Update for sosreport/sos ------------------------------------- Build: #4090 Status: Fixed Duration: 2 mins and 19 secs Commit: 72562ef (master) Author: Jorge Niedbalski Message: [numa] Add node hugepages information Add the sysfs hugepages information for each numa node. Resolves: #1868 Signed-off-by: Jorge Niedbalski Signed-off-by: Bryan Quigley View the changeset: https://github.com/sosreport/sos/compare/a0e0a522a84e...72562ef48281 View the full build log and details: https://travis-ci.org/sosreport/sos/builds/622142706?utm_medium=notification&utm_source=email -- You can unsubscribe from build emails from the sosreport/sos repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=819743&utm_medium=notification&utm_source=email. Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email. Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications. -------------- next part -------------- An HTML attachment was scrubbed... URL: From builds at travis-ci.org Mon Dec 9 18:20:10 2019 From: builds at travis-ci.org (Travis CI) Date: Mon, 09 Dec 2019 18:20:10 +0000 Subject: [sos-devel] Passed: BryanQuigley/sos#184 (fix_MB - 92d9049) In-Reply-To: Message-ID: <5dee9059d03d0_43f8cae2949901421ac@4ab217c8-37b1-4582-a8de-d942a07b1ceb.mail> Build Update for BryanQuigley/sos ------------------------------------- Build: #184 Status: Passed Duration: 2 mins and 46 secs Commit: 92d9049 (fix_MB) Author: Bryan Quigley Message: [policies] Fix human readable filesizes function We should have been using MiB instead of MB. And as MiB is what ls -alh uses I think that makes sense. Also got rid of CapitalNaming. Discussed in #887 Signed-off-by: Bryan Quigley View the changeset: https://github.com/BryanQuigley/sos/compare/e4ece6569221^...92d904967c5e View the full build log and details: https://travis-ci.org/BryanQuigley/sos/builds/622798119?utm_medium=notification&utm_source=email -- You can unsubscribe from build emails from the BryanQuigley/sos repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=12244263&utm_medium=notification&utm_source=email. Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email. Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications. -------------- next part -------------- An HTML attachment was scrubbed... URL: From builds at travis-ci.org Tue Dec 10 00:38:03 2019 From: builds at travis-ci.org (Travis CI) Date: Tue, 10 Dec 2019 00:38:03 +0000 Subject: [sos-devel] Passed: BryanQuigley/sos#185 (java_onlywheneeded - a3f663b) In-Reply-To: Message-ID: <5deee8e9d5c8b_43fdc23fe4ff41326d2@2a821e26-7747-47cf-946c-32af62736c05.mail> Build Update for BryanQuigley/sos ------------------------------------- Build: #185 Status: Passed Duration: 2 mins and 25 secs Commit: a3f663b (java_onlywheneeded) Author: Bryan Quigley Message: [java] Only run java conditionally and collect more As this has been run unconditionaly to this point I choose to do both commands = java, files=/usr/bin/java and packages. There are many times Java is installed to /opt/ for say IBM's java or Oracle's Java, or someone else's java. To the same extent there are many different packages that include java so do /usr/bin/java in case we miss some. Add * to /etc/java*/ as some of the names can be different like /etc/java-13-openjdk/ Remove alternatives from root symlink - I couldn't find a reason for it to be in root, but happy to revisit. (doesn't work on Ubuntu) Add java --version. If it's in path we should at least be able to get this. Signed-off-by: Bryan Quigley View the changeset: https://github.com/BryanQuigley/sos/compare/e4ece6569221^...a3f663b44d40 View the full build log and details: https://travis-ci.org/BryanQuigley/sos/builds/622959547?utm_medium=notification&utm_source=email -- You can unsubscribe from build emails from the BryanQuigley/sos repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=12244263&utm_medium=notification&utm_source=email. Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email. Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications. -------------- next part -------------- An HTML attachment was scrubbed... URL: From egorenko.den at gmail.com Wed Dec 11 09:15:55 2019 From: egorenko.den at gmail.com (Denis Egorenko) Date: Wed, 11 Dec 2019 09:15:55 -0000 Subject: [sos-devel] [sosreport] Wrong exit code on fail Message-ID: Hello team, I'm trying to use sosreport 3.8 (https://github.com/sosreport/sos/tree/3.8) and faced with an issue related to wrong command exit code, when no free space in temp dir: :~# sosreport -o haproxy sosreport (version 3.8) This command will collect system configuration and diagnostic information from this Ubuntu system. An archive containing the collected information will be generated in /tmp/sos.neaj075h. For more information on Ubuntu visit: http://www.ubuntu.com/ The generated archive may contain data considered sensitive and its content should be reviewed by the originating organization before being passed to any third party. No changes will be made to system configuration. Setting up archive ... No space left on device while setting up archive :~# echo $? 0 There is no free space indeed: :~# df -h /tmp Filesystem Size Used Avail Use% Mounted on /dev/mapper/vg0-tmp 481M 477M 0 100% /tmp Here is config file: :~# cat /etc/sos.conf [general] #verbose = 3 #verify = yes batch = yes all-logs = yes #log-size = 15 [plugins] #disable = rpm, selinux, dovecot [tunables] #rpm.rpmva = off If i'll try to run with '-q' option it will just use automatically */var/tmp* dir, but i need to get error code even with default parameters. Any ideas how to force sosreport fail in such situations? Thanks in advance. Denis. -------------- next part -------------- An HTML attachment was scrubbed... URL: