Bug 302389 - Expert configuration of NTP during install should have 'During boot' preselected
Summary: Expert configuration of NTP during install should have 'During boot' preselected
Status: RESOLVED FIXED
Alias: None
Product: openSUSE 10.3
Classification: openSUSE
Component: Installation (show other bugs)
Version: Beta 2
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Katarina Machalkova
QA Contact: Jiri Srain
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-22 07:56 UTC by Stanislav Visnovsky
Modified: 2007-09-03 11:32 UTC (History)
1 user (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
y2logs (40.64 KB, application/x-bzip2)
2007-08-22 07:56 UTC, Stanislav Visnovsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stanislav Visnovsky 2007-08-22 07:56:46 UTC
Created attachment 158902 [details]
y2logs

I've entered the 'Configure' dialog for the NTP server during installation and the preselected value for the service is IMO wrong. It should be automatically enabled, as I've already chosen 'Synchronize with NTP server' in the 'Change Date and Time" dialog.
Comment 1 Katarina Machalkova 2007-08-28 08:46:40 UTC
Yes, it is because timezone client calls autoyast Change() function. Wrong usage of my source code rather than directly my fault.

Actually, I'm thinking more about disabling 'Start service' frame during installation completely. Reason: at the end, 'insserv' is called for ntp service, but at this time, we even don't know what runlevel we have
Comment 2 Lukas Ocilka 2007-08-28 09:19:16 UTC
'insserv' doesn't work in inst-sys -- it doesn't make sense to adjust ntp service to start after reboot then the 'current system' is inst-sys, not the installed system.
Comment 3 Katarina Machalkova 2007-09-03 11:32:25 UTC
Now fixed (y2-ntp-client 2.15.7)