Bug 302389

Summary: Expert configuration of NTP during install should have 'During boot' preselected
Product: [openSUSE] openSUSE 10.3 Reporter: Stanislav Visnovsky <visnov>
Component: InstallationAssignee: Katarina Machalkova <kmachalkova>
Status: RESOLVED FIXED QA Contact: Jiri Srain <jsrain>
Severity: Normal    
Priority: P5 - None CC: locilka
Version: Beta 2   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: y2logs

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)