ALT Linux Bugzilla
– Attachment 8663 Details for
Bug 38146
Ошибка при установке slinux-8.990_rc1-x86_64.iso
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
патч для исправления ошибки
evms-2.5.5.diff (text/plain), 1.10 KB, created by
keremet
on 2020-03-15 10:57:09 MSK
(
hide
)
Description:
патч для исправления ошибки
Filename:
MIME Type:
Creator:
keremet
Created:
2020-03-15 10:57:09 MSK
Size:
1.10 KB
patch
obsolete
>--- /home/keremet/evms-2.5.5/plugins/dos/bsd.c 2020-01-20 16:31:29.000000000 +0300 >+++ /home/keremet/evms-2.5.5_new/plugins/dos/bsd.c 2020-03-15 10:48:10.378420208 +0300 >@@ -205,17 +205,22 @@ > } > > if (rc) break; > > ++ptable_index; > } > > if (rc) { >- LOG_ERROR("error, problems adding solaris partitions for disk %s.", ld->name ); >+ LOG_ERROR("error, problems adding bsd partitions for disk %s.", ld->name ); >+ DISKSEG *rm_seg; >+ list_element_t iter; >+ LIST_FOR_EACH( recovery_list, iter, rm_seg ) { >+ remove_diskseg_from_list( ld->parent_objects, rm_seg ); >+ } > remove_embedded_partitions_from_disk( recovery_list ); > insert_diskseg_into_list( ld->parent_objects, seg); > MESSAGE(_("Abandoning effort with embedded bsd partitions found in %s\n"), seg->name); > rc = 0; > } > else { > > // if we produced -ANY- bsd segments ... then consume the container segment
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 38146
: 8663 |
8664
|
8665