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 181761 Details for
Bug 268741
mkdumprd incorrectly reports remote filesystem space
[?]
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 make df output posix compliant in ssh case
mkdumprd.patch (text/plain), 1023 bytes, created by
Neil Horman
on 2007-08-30 20:03:04 UTC
(
hide
)
Description:
patch to make df output posix compliant in ssh case
Filename:
MIME Type:
Creator:
Neil Horman
Created:
2007-08-30 20:03:04 UTC
Size:
1023 bytes
patch
obsolete
>? kexec-tools-1.101 >Index: mkdumprd >=================================================================== >RCS file: /cvs/dist/rpms/kexec-tools/RHEL-5/mkdumprd,v >retrieving revision 1.65.2.2 >diff -u -r1.65.2.2 mkdumprd >--- mkdumprd 22 Aug 2007 15:19:45 -0000 1.65.2.2 >+++ mkdumprd 30 Aug 2007 20:01:41 -0000 >@@ -1640,8 +1640,8 @@ > echo "$KDUMP_CONFIG_FILE: Could not create temp directory in $config_val:$SAVE_PATH" > exit 1 > fi >- remote_df=`ssh -q $s_opts $rlocation df $tdir` >- available_size=$(echo $remote_df | tail -1 | tr -s ' ' '|' | cut -d\| -f10) >+ remote_df=`ssh -q $s_opts $rlocation df -P $tdir` >+ available_size=$(echo $remote_df | tail -1 | tr -s ' ' '|' | cut -d\| -f4) > > #check for available size is greater than $memtotal > if [ $available_size -lt $memtotal ]; then
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 268741
:
181721
| 181761 |
181921
|
181941
|
183161
|
183181