From builds at travis-ci.org Wed Jun 1 18:34:40 2016 From: builds at travis-ci.org (Travis CI) Date: Wed, 01 Jun 2016 18:34:40 +0000 Subject: [sos-devel] Passed: sosreport/sos#1437 (bmr-add-journal-interface - 6afdf5a) In-Reply-To: Message-ID: <574f2ac656c85_33ffc190b714c64602c@0016f159-b076-41e6-bb5f-7c6944ba9031.mail> Build Update for sosreport/sos ------------------------------------- Build: #1437 Status: Passed Duration: 1 minute and 14 seconds Commit: 6afdf5a (bmr-add-journal-interface) Author: Bryn M. Reeves Message: [targetcli] convert to add_journal interface Signed-off-by: Bryn M. Reeves View the changeset: https://github.com/sosreport/sos/compare/39d4aa2ddb1e^...6afdf5a8dc18 View the full build log and details: https://travis-ci.org/sosreport/sos/builds/134539376 -- You can configure 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 Thu Jun 2 14:52:16 2016 From: builds at travis-ci.org (Travis CI) Date: Thu, 02 Jun 2016 14:52:16 +0000 Subject: [sos-devel] Errored: sosreport/sos#1439 (bmr-add-journal-interface - 3105cda) In-Reply-To: Message-ID: <575048245254f_33fa082ed7bd44711d@7351c29a-61b9-4e49-b283-bb0b40c78ce7.mail> Build Update for sosreport/sos ------------------------------------- Build: #1439 Status: Errored Duration: 32 seconds Commit: 3105cda (bmr-add-journal-interface) Author: Bryn M. Reeves Message: [targetcli] convert to add_journal interface Signed-off-by: Bryn M. Reeves View the changeset: https://github.com/sosreport/sos/compare/6afdf5a8dc18...3105cda37210 View the full build log and details: https://travis-ci.org/sosreport/sos/builds/134765595 -- You can configure 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 Thu Jun 2 14:55:58 2016 From: builds at travis-ci.org (Travis CI) Date: Thu, 02 Jun 2016 14:55:58 +0000 Subject: [sos-devel] Errored: sosreport/sos#1439 (bmr-add-journal-interface - 3105cda) In-Reply-To: Message-ID: <575048fe599ab_33f9610269c9815538f@ba057d94-f1bd-4177-b483-acc48ab43ba5.mail> Build Update for sosreport/sos ------------------------------------- Build: #1439 Status: Errored Duration: 47 seconds Commit: 3105cda (bmr-add-journal-interface) Author: Bryn M. Reeves Message: [targetcli] convert to add_journal interface Signed-off-by: Bryn M. Reeves View the changeset: https://github.com/sosreport/sos/compare/6afdf5a8dc18...3105cda37210 View the full build log and details: https://travis-ci.org/sosreport/sos/builds/134765595 -- You can configure 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 hegdevasant at linux.vnet.ibm.com Fri Jun 3 11:24:22 2016 From: hegdevasant at linux.vnet.ibm.com (Vasant Hegde) Date: Fri, 3 Jun 2016 16:54:22 +0530 Subject: [sos-devel] [PATCH] [ipmi] Fix ipmitool options In-Reply-To: <20160414104922.6675.49798.stgit@hegdevasant.in.ibm.com> References: <20160414104922.6675.49798.stgit@hegdevasant.in.ibm.com> Message-ID: <201606031124.u53BKobm029869@mx0a-001b2d01.pphosted.com> On 04/14/2016 04:19 PM, Vasant Hegde wrote: > As per ipmitool man page 'bmc' option is deprecreated. Instead use 'mc' > option to get BMC information. > Hello Bryn, Any thoughts on this patch? -Vasant > Also we don't have 'sel log' option. Use 'sel list' option to get SEL log > information. > > sample output: > > #ipmitool mc info: > Device ID : 32 > Device Revision : 1 > Firmware Revision : 2.13 > IPMI Version : 2.0 > Manufacturer ID : 0 > Manufacturer Name : Unknown > Product ID : 43707 (0xaabb) > Product Name : Unknown (0xAABB) > Device Available : yes > Provides Device SDRs : no > ... > ... > > #ipmitool sel list > 1 | 03/28/2016 | 11:22:10 | System Firmware Progress #0x05 | Motherboard initialization | Asserted > 2 | 03/28/2016 | 11:22:38 | System Firmware Progress #0x05 | Memory initialization | Asserted > 3 | 03/28/2016 | 11:22:55 | System Firmware Progress #0x05 | Secondary CPU Initialization | Asserted > 4 | 03/28/2016 | 11:22:56 | System Firmware Progress #0x05 | System boot initiated | Asserted > 5 | 03/28/2016 | 11:47:02 | System Firmware Progress #0x05 | Motherboard initialization | Asserteed > .... > ... > > Signed-off-by: Vasant Hegde > --- > sos/plugins/ipmitool.py | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/sos/plugins/ipmitool.py b/sos/plugins/ipmitool.py > index 41eaebc..6c9c531 100644 > --- a/sos/plugins/ipmitool.py > +++ b/sos/plugins/ipmitool.py > @@ -28,11 +28,11 @@ class IpmiTool(Plugin, RedHatPlugin, DebianPlugin): > def setup(self): > self.add_cmd_output([ > "ipmitool sel info", > - "ipmitool sel log", > + "ipmitool sel list", > "ipmitool sensor list", > "ipmitool chassis status", > "ipmitool fru print", > - "ipmitool bmc info", > + "ipmitool mc info", > "ipmitool sdr info" > ]) > > > _______________________________________________ > sos-devel mailing list > sos-devel at redhat.com > https://www.redhat.com/mailman/listinfo/sos-devel > From bmr at redhat.com Fri Jun 3 12:50:19 2016 From: bmr at redhat.com (Bryn M. Reeves) Date: Fri, 3 Jun 2016 13:50:19 +0100 Subject: [sos-devel] [PATCH] [ipmi] Fix ipmitool options In-Reply-To: <201606031124.u53BKobm029869@mx0a-001b2d01.pphosted.com> References: <20160414104922.6675.49798.stgit@hegdevasant.in.ibm.com> <201606031124.u53BKobm029869@mx0a-001b2d01.pphosted.com> Message-ID: <20160603125018.GA13350@hex> On Fri, Jun 03, 2016 at 04:54:22PM +0530, Vasant Hegde wrote: > On 04/14/2016 04:19 PM, Vasant Hegde wrote: > > As per ipmitool man page 'bmc' option is deprecreated. Instead use 'mc' > > option to get BMC information. > > > > > Hello Bryn, > > Any thoughts on this patch? Simple/correct fix - we're trying to get 3.3 out next week so this will be merged before then. Regards, Bryn. From hegdevasant at linux.vnet.ibm.com Fri Jun 3 13:45:50 2016 From: hegdevasant at linux.vnet.ibm.com (Vasant Hegde) Date: Fri, 3 Jun 2016 19:15:50 +0530 Subject: [sos-devel] [PATCH] [ipmi] Fix ipmitool options In-Reply-To: <20160603125018.GA13350@hex> References: <20160414104922.6675.49798.stgit@hegdevasant.in.ibm.com> <201606031124.u53BKobm029869@mx0a-001b2d01.pphosted.com> <20160603125018.GA13350@hex> Message-ID: <201606031346.u53DepPW005115@mx0a-001b2d01.pphosted.com> On 06/03/2016 06:20 PM, Bryn M. Reeves wrote: > On Fri, Jun 03, 2016 at 04:54:22PM +0530, Vasant Hegde wrote: >> On 04/14/2016 04:19 PM, Vasant Hegde wrote: >>> As per ipmitool man page 'bmc' option is deprecreated. Instead use 'mc' >>> option to get BMC information. >>> >> >> >> Hello Bryn, >> >> Any thoughts on this patch? > > Simple/correct fix - we're trying to get 3.3 out next week so this will > be merged before then. > Thanks -Vasant From builds at travis-ci.org Mon Jun 6 15:19:32 2016 From: builds at travis-ci.org (Travis CI) Date: Mon, 06 Jun 2016 15:19:32 +0000 Subject: [sos-devel] Passed: sosreport/sos#1449 (sbradley-log_limits - e49b780) In-Reply-To: Message-ID: <575594838dabd_33f816742d2cc54455d@5b409977-6572-4dfb-86a3-af4ab28ef103.mail> Build Update for sosreport/sos ------------------------------------- Build: #1449 Status: Passed Duration: 52 seconds Commit: e49b780 (sbradley-log_limits) Author: Shane Bradley Message: [pacemaker] Add log limit to all log files collected. Signed-off-by: Shane Bradley View the changeset: https://github.com/sosreport/sos/commit/e49b78075d78 View the full build log and details: https://travis-ci.org/sosreport/sos/builds/135621232 -- You can configure 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 louis.bouchard at canonical.com Tue Jun 28 13:07:05 2016 From: louis.bouchard at canonical.com (Louis Bouchard) Date: Tue, 28 Jun 2016 15:07:05 +0200 Subject: [sos-devel] lxd plugin MR Message-ID: <57727679.8080108@canonical.com> Hi, Any chance of merging https://github.com/sosreport/sos/pull/844 before 3.3 comes out (lxd plugin uses add_copy_spec incorrectly) ? Kind regards, ...Louis -- Louis Bouchard Software engineer, Cloud & Sustaining eng. Canonical Ltd Ubuntu developer Debian Maintainer GPG : 429D 7A3B DD05 B6F8 AF63 B9C4 8B3D 867C 823E 7A61 From builds at travis-ci.org Thu Jun 30 07:43:11 2016 From: builds at travis-ci.org (Travis CI) Date: Thu, 30 Jun 2016 07:43:11 +0000 Subject: [sos-devel] Passed: sosreport/sos#1490 (3.3 - ecdb6e4) In-Reply-To: Message-ID: <5774cd8f25bc2_33ff40ed48d60894529@bcef7639-687b-4463-a03b-538bf650a8ed.mail> Build Update for sosreport/sos ------------------------------------- Build: #1490 Status: Passed Duration: 1 minute and 1 second Commit: ecdb6e4 (3.3) Author: Bryn M. Reeves Message: [sos] bump version to 3.3 Signed-off-by: Bryn M. Reeves View the changeset: https://github.com/sosreport/sos/compare/3.3 View the full build log and details: https://travis-ci.org/sosreport/sos/builds/141271992 -- You can configure 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: