Mailinglist Archive: opensuse-bugs (15049 mails)
| < Previous | Next > |
[Bug 326478] yast2 reboots the machine at the end of stage1 but doesn' t unmount /mnt/ before
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Thu, 20 Sep 2007 13:06:40 -0600 (MDT)
- Message-id: <20070920190640.3F658CC7AC@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=326478#c18
--- Comment #18 from Lukas Ocilka <locilka@xxxxxxxxxx> 2007-09-20 13:06:39 MST ---
Because it's in /mnt (on the target) during the inst_finish (finalizing
installation). NtpClient needs to write its data (configuration) after RPM of
xntp is installed.
I have a prepared fix for inst_finish / inst_umount to try
* mount -o remount,ro /...
* umount --force /...
when normal umount fails
This will help with other running processes that will definitely appear later
in GM :) (it's just an extension of the current solution)
Needs to be tested tomorrow morning
(affected package yast2-installation.rpm)
--
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.
--- Comment #18 from Lukas Ocilka <locilka@xxxxxxxxxx> 2007-09-20 13:06:39 MST ---
Because it's in /mnt (on the target) during the inst_finish (finalizing
installation). NtpClient needs to write its data (configuration) after RPM of
xntp is installed.
I have a prepared fix for inst_finish / inst_umount to try
* mount -o remount,ro /...
* umount --force /...
when normal umount fails
This will help with other running processes that will definitely appear later
in GM :) (it's just an extension of the current solution)
Needs to be tested tomorrow morning
(affected package yast2-installation.rpm)
--
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 > |