Version-Release number of selected component: firstboot-18.4-1.fc18.x86_64 Additional info: libreport version: 2.0.15 cmdline: /usr/bin/python /usr/sbin/firstboot kernel: 3.6.0-1.fc18.x86_64 description: :Traceback from firstboot: :firstboot 18.4 exception report :Traceback (most recent call last): : File "/usr/lib/python2.7/site-packages/firstboot/interface.py", line 105, in _nextClicked : self.advance() : File "/usr/lib/python2.7/site-packages/firstboot/interface.py", line 148, in advance : result = module.apply(self, self.testing) : File "/usr/share/firstboot/modules/date.py", line 49, in apply : rc = self.scd.firstboot_apply() : File "/usr/share/system-config-date/scdMainWindow.py", line 213, in firstboot_apply : return self.apply () : File "/usr/share/system-config-date/scdMainWindow.py", line 154, in apply : time.sleep (2) :KeyboardInterrupt
Created attachment 622601 [details] File: environ
Created attachment 622602 [details] File: type
Created attachment 622603 [details] File: other involved packages
Created attachment 622604 [details] File: product
Created attachment 622605 [details] File: hashmarkername
Created attachment 622606 [details] File: firstboot-tb
Created attachment 622607 [details] File: version
Created attachment 622608 [details] File: release
This was the result of attempting to reproduce: Bug 862828 - cancelling network time service kills firstboot Clicked "Cancel" while the "Starting NTP Service" dialog is displayed. NB: I induced firstboot to run again by: 1. # systemctl enable firstboot-graphical.service 2. Editing /etc/sysconfig/firstboot: RUN_FIRSTBOOT=YES
Created attachment 622618 [details] /var/log/messages Oct 5 23:48:58 localhost abrtd: Directory 'libreport-2012-10-05-23:48:58-1080' creation detected Oct 5 23:48:58 localhost firstboot[502]: Unhandled exception in firstboot occured.
This was in an F18 VM installed with: anaconda-18.13-1.fc18 Fedora-18-Beta-TC2-x86_64-Live-Desktop.iso $ qemu-kvm -m 2048 -hda f18-test-3.img -cdrom ~/xfr/fedora/F18/F18-Beta/TC2/Fedora-18-Beta-TC2-x86_64-Live-Desktop.iso -usb -vga qxl -boot menu=on
Did you press Ctrl-C? That is what KeyboardInterrupt exception really represents.
(In reply to comment #12) > Did you press Ctrl-C? That is what KeyboardInterrupt exception really > represents. No. The reproducer was: Clicked "Cancel" while the "Starting NTP Service" dialog is displayed. (Comment 9) There is a snippet from /var/log/messages that might explain the KeyboardInterrupt here: Bug 862828 - cancelling network time service kills firstboot This bug could be a dupe of Bug 862828.
It probably is. *** This bug has been marked as a duplicate of bug 862828 ***