Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 314840 Details for
Bug 445007
sosreport plugin for s390 not included in Red Hat Enterprise Linux 5
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch to policyredhat.py which this plugin depends on. Added for completeness
sos-getarch-backport.patch (text/plain), 737 bytes, created by
Justin Payne
on 2008-08-22 21:07:54 UTC
(
hide
)
Description:
Patch to policyredhat.py which this plugin depends on. Added for completeness
Filename:
MIME Type:
Creator:
Justin Payne
Created:
2008-08-22 21:07:54 UTC
Size:
737 bytes
patch
obsolete
>--- sos/policyredhat.py.fix 2008-08-22 16:53:54.000000000 -0400 >+++ sos/policyredhat.py 2008-08-22 17:02:18.000000000 -0400 >@@ -115,6 +115,20 @@ > if self.kernelVersion()[-3:]=="smp": return True > else: return False > >+ def rhelVersion(self): >+ try: >+ pkgname = self.pkgByName("redhat-release")["version"] >+ if pkgname[0] == "4": >+ return 4 >+ elif pkgname in [ "5Server", "5Client" ]: >+ return 5 >+ except: >+ pass >+ return False >+ >+ def getArch(self): >+ return commands.getoutput("/bin/uname -m").strip() >+ > def pkgNVRA(self, pkg): > fields = pkg.split("-") > version, release, arch = fields[-3:]
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 445007
:
314838
| 314840