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 831206 Details for
Bug 1036356
sysusagegraph and sysusagejpgraph fail if remote job fails
[?]
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 fix update failure.
sysusagegraph.patch (text/plain), 1.32 KB, created by
Frank Crawford
on 2013-12-01 11:39:20 UTC
(
hide
)
Description:
Patch to fix update failure.
Filename:
MIME Type:
Creator:
Frank Crawford
Created:
2013-12-01 11:39:20 UTC
Size:
1.32 KB
patch
obsolete
>diff -ur sysusage.dist/sysusagegraph sysusage/sysusagegraph >--- sysusage.dist/sysusagegraph 2013-11-12 21:53:13.000000000 +1100 >+++ sysusage/sysusagegraph 2013-12-01 22:12:37.108375034 +1100 >@@ -132,7 +132,7 @@ > unlink("$Config{'GENERAL'}{'PID_DIR'}/sysusagegraph.pid"); > die "Error: can't opendir $Config{'GENERAL'}{'DATA_DIR'}$dir: $!"; > } >- my @bases = grep { !/^\./ && !/kernel.txt/ && !/.*\.cnt$/ && -f "$Config{'GENERAL'}{'DATA_DIR'}$dir/$_" } readdir(DIR); >+ my @bases = grep { !/^\./ && !/kernel.txt/ && !/ssh.log/ && !/.*\.cnt$/ && -f "$Config{'GENERAL'}{'DATA_DIR'}$dir/$_" } readdir(DIR); > closedir DIR; > > if (!-d "$Config{'GENERAL'}{'DEST_DIR'}$dir") { >diff -ur sysusage.dist/sysusagejqgraph sysusage/sysusagejqgraph >--- sysusage.dist/sysusagejqgraph 2013-11-12 21:53:13.000000000 +1100 >+++ sysusage/sysusagejqgraph 2013-12-01 22:12:02.617346879 +1100 >@@ -109,7 +109,7 @@ > unlink("$Config{'GENERAL'}{'PID_DIR'}/sysusagegraph.pid"); > die "Error: can't opendir $Config{'GENERAL'}{'DATA_DIR'}$dir: $!"; > } >- my @bases = grep { !/^\./ && !/kernel.txt/ && !/.*\.cnt$/ && -f "$Config{'GENERAL'}{'DATA_DIR'}$dir/$_" } readdir(DIR); >+ my @bases = grep { !/^\./ && !/kernel.txt/ && !/ssh.log/ && !/.*\.cnt$/ && -f "$Config{'GENERAL'}{'DATA_DIR'}$dir/$_" } readdir(DIR); > closedir DIR; > > if (!-d "$Config{'GENERAL'}{'DEST_DIR'}$dir") {
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 1036356
: 831206