Description of problem: There is no way to skip past the Red Hat Login creation due to tracebacks. Version-Release number of selected component (if applicable): firstboot-1.3.33-1 Actual results: Traceback (most recent call last): File "/usr/share/firstboot/firstbootWindow.py", line 292, in nextClicked result = module.apply(self.notebook) File "/usr/share/firstboot/modules/rhn_login_gui.py", line 182, in apply self.parent.setPage("rhn_optout_gui") File "/usr/share/firstboot/firstbootWindow.py", line 219, in setPage self.nextPage = self.moduleNameToNotebookIndex[modulename] KeyError: 'rhn_optout_gui' Traceback (most recent call last): File "/usr/share/firstboot/firstbootWindow.py", line 292, in nextClicked result = module.apply(self.notebook) File "/usr/share/firstboot/modules/rhn_optout_gui.py", line 127, in apply self.parent.setPage("create_user") File "/usr/share/firstboot/firstbootWindow.py", line 219, in setPage self.nextPage = self.moduleNameToNotebookIndex[modulename] KeyError: 'create_user'
Adrian -- have we disabled the rhn stuff for fc4?
It should get skipped with the default /etc/sysconfig/rhn/sources (aka, no "up2date default" line). If that exists, it will run the RHN stuff. These errors were fixed in 1.3.34
May 27th latest up2date /etc/sysconfig/rhn/sources contains "up2date default" line. Where is the built package that fixes this, or is Comment #2 backwards?
My mistake, /etc/sysconfig/rhn/sources is in fedora-release, which is not fixed in rawhide, but is fixed in CVS for the final fedora-release-4-1 build, so consider this done.