Mailinglist Archive: opensuse-bugs (15100 mails)
| < Previous | Next > |
[Bug 326324] autoyast segmentation fault while installing required packages
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Thu, 20 Sep 2007 02:56:42 -0600 (MDT)
- Message-id: <20070920085642.1930FCC7AC@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=326324#c3
Uwe Gansert <ug@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ug@xxxxxxxxxx
AssignedTo|ug@xxxxxxxxxx |kmachalkova@xxxxxxxxxx
--- Comment #3 from Uwe Gansert <ug@xxxxxxxxxx> 2007-09-20 02:56:41 MST ---
even though a segfault is not fine, your ntp section is not complete. Please
use it like this:
<ntp-client>
<configure_dhcp config:type="boolean">false</configure_dhcp>
<peers config:type="list">
<peer>
<address>ntp.suse.de</address>
<initial_sync config:type="boolean">true</initial_sync>
<options></options>
<type>server</type>
</peer>
</peers>
<start_at_boot config:type="boolean">true</start_at_boot>
<start_in_chroot config:type="boolean">true</start_in_chroot>
</ntp-client>
I was not able to reproduce the segfault on 10.3.
Bubli, if you want to fix that for 10.2 - feel free to do so.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Uwe Gansert <ug@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ug@xxxxxxxxxx
AssignedTo|ug@xxxxxxxxxx |kmachalkova@xxxxxxxxxx
--- Comment #3 from Uwe Gansert <ug@xxxxxxxxxx> 2007-09-20 02:56:41 MST ---
even though a segfault is not fine, your ntp section is not complete. Please
use it like this:
<ntp-client>
<configure_dhcp config:type="boolean">false</configure_dhcp>
<peers config:type="list">
<peer>
<address>ntp.suse.de</address>
<initial_sync config:type="boolean">true</initial_sync>
<options></options>
<type>server</type>
</peer>
</peers>
<start_at_boot config:type="boolean">true</start_at_boot>
<start_in_chroot config:type="boolean">true</start_in_chroot>
</ntp-client>
I was not able to reproduce the segfault on 10.3.
Bubli, if you want to fix that for 10.2 - feel free to do so.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |