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 159472 Details for
Bug 248628
teste
[?]
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.
The patch
patch.diff (text/plain), 1.26 KB, created by
IBM Mirproxy
on 2007-07-17 20:50:55 UTC
(
hide
)
Description:
The patch
Filename:
MIME Type:
Creator:
IBM Mirproxy
Created:
2007-07-17 20:50:55 UTC
Size:
1.26 KB
patch
obsolete
>--- anaconda-11.1.2.38/autopart.py.orig 2007-05-01 20:55:48.000000000 +0530 >+++ anaconda-11.1.2.38/autopart.py 2007-07-06 17:38:29.000000000 +0530 >@@ -946,17 +946,17 @@ def processPartitioning(diskset, request > try: > fitConstrained(diskset, requests, 1, newParts) > except PartitioningError, msg: >- raise PartitioningError, _("Could not allocate cylinder-based partitions as primary partitions.\n\n%s") % msg >+ raise PartitioningError, _("Could not allocate cylinder-based partitions as primary partitions.\n") + str(msg) > > try: > fitSized(diskset, requests, 1, newParts) > except PartitioningError, msg: >- raise PartitioningError, _("Could not allocate partitions as primary partitions.\n\n%s") % msg >+ raise PartitioningError, _("Could not allocate partitions as primary partitions.\n") + str(msg) > > try: > fitConstrained(diskset, requests, 0, newParts) > except PartitioningError, msg: >- raise PartitioningError, _("Could not allocate cylinder-based partitions.\n\n%s") % msg >+ raise PartitioningError, _("Could not allocate cylinder-based partitions.\n") + str(msg) > > # Don't need to handle the exception here since we leave the message alone. > fitSized(diskset, requests, 0, newParts)
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 Raw
Actions:
View
Attachments on
bug 248628
:
159469
|
159470
| 159472