Bug 483094
| Summary: | asking for GMT timezone in kickstart fails | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jeff Bastian <jbastian> | ||||||
| Component: | anaconda | Assignee: | Radek Vykydal <rvykydal> | ||||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | medium | ||||||||
| Version: | 10 | CC: | jbastian | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | All | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | 481617 | Environment: | |||||||
| Last Closed: | 2009-02-16 21:25:17 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
|
Description
Jeff Bastian
2009-01-29 17:23:07 UTC
This is with anaconda-11.4.1.62-1 on Fedora 10. I have not tried rawhide yet. Created attachment 330384 [details]
Fedora 10 kickstart file
Created attachment 330385 [details]
anaconda.log from kickstart
If I switch my kickstart file to use something that's actually listed in zone.tab, for example, Europe/Paris, then the system is correctly in CET when the installation finishes, however, I see this error in anaconda.log 17:35:24 ERROR : unable to set timezone Note: I was testing the new text mode in comment 0 which is why it defaulted to America/New_York instead of asking me for a different timezone https://fedoraproject.org/wiki/QA/Test_Days/2009-01-29 I removed the 'updates=http://clumens.fedorapeople.org/notext.img' parameter and tried again and it did ask me, and one of the entries in the list was Etc/GMT. I picked it and it happily proceeded with the rest of the kickstart. When it finished, the system was indeed in GMT: $ date Thu Jan 29 18:09:21 GMT 2009 anaconda-ks.cfg included the offending line: # grep timezone anaconda-ks.cfg timezone Etc/GMT And anaconda.log shows 17:51:34 WARNING : Timezone GMT set in kickstart is not valid, will ask ... 17:54:50 ERROR : unable to set timezone In documentation we limit allowed specifiers to that offered by timeconfig tool (which means zone.tab file plus Etc/... specs), so Etc/GMT is valid for ks indeed (GMT is not). This will be fixed in next build of anaconda (11.5.0.13). For the 17:35:24 ERROR : unable to set timezone we have bug https://bugzilla.redhat.com/show_bug.cgi?id=461526. It is caused by zoneinfo files missing in stage 2 and we are going to address it. |