|
Bugzilla – Full Text Bug Listing |
| Summary: | NTP Client - inst_finish | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 10.3 | Reporter: | Lukas Ocilka <locilka> |
| Component: | Installation | Assignee: | Katarina Machalkova <kmachalkova> |
| Status: | RESOLVED FIXED | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Critical | ||
| Priority: | P3 - Medium | CC: | coolo |
| Version: | Beta 3 | Flags: | coolo:
SHIP_STOPPER-
|
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | YaST logs... | ||
|
Description
Lukas Ocilka
2007-09-19 11:53:15 UTC
Coolo: this is important and easy to fix, what do you think of that? NTP client was not either selected (in timezone) nor configured, nor installed, but it still returned that it wants to Write its configuration. NtpClient module should evaluate its "modified/configured" status, I guess. Created attachment 173341 [details]
YaST logs...
Bubli, could you, please, try to fix it to see how much code is affected by the needed changes?
I guess only
if (NtpClient::modified) {
do something ...
} otherwise {
y2log ("Skipping NTP whatever...");
}
maybe in that inst_finish "Info" function?
I see it as less important as the others I saw so far. I guess this is just informational error, it doesn't prevent you from installing *** This bug has been marked as a duplicate of bug 326781 *** * Fixed in yast2-ntp-client 2.15.11 |