+++ This bug was initially created as a clone of Bug #237736 +++ Description of problem: system-config-date crashes when there is not ntp server list Version-Release number of selected component (if applicable): system-config-date-1.8.8-1.fc6 How reproducible: I have only been able to try this on one machine so far Steps to Reproduce: 1. install Fedora 6 2. do not setup ntp servers 3. run system-config-date (from a console) Actual results: program crashes due to programming error Expected results: program starts up and allows me to configure ntp Additional info: * problem stems from getNtpServers() in dateBackend.py, it fails to return a tuple if self.ntpFile evaluates to False
fixed in system-config-date-1.8.96