Hide Forgot
Description of problem: As per the Anaconda developers, there are GTK changes going on in rawhide which currently prevent Anaconda from starting properly. Version-Release number of selected component: anaconda-20.4-1 The following was filed automatically by anaconda: anaconda 20.4-1 exception report Traceback (most recent call first): File "/usr/lib64/python2.7/site-packages/gi/types.py", line 113, in function return info.invoke(*args, **kwargs) File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/welcome.py", line 177, in initialize itr = store.convert_iter_to_child_iter(itr) File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py", line 367, in run self._currentAction.initialize() File "/sbin/anaconda", line 1073, in <module> anaconda._intf.run() TypeError: Argument 2 does not allow None as a value Additional info: cmdline: /usr/bin/python /sbin/anaconda cmdline_file: initrd=initrd.img inst.stage2=hd:LABEL=Fedora\x20rawhide\x20x86_64 quiet BOOT_IMAGE=vmlinuz executable: /sbin/anaconda hashmarkername: anaconda kernel: 3.11.0-0.rc4.git2.1.fc20.x86_64 product: Fedora release: Cannot get release name. type: anaconda version: rawhide
Created attachment 784627 [details] File: anaconda-tb
Created attachment 784628 [details] File: anaconda.log
Created attachment 784629 [details] File: environ
Created attachment 784630 [details] File: lsblk_output
Created attachment 784631 [details] File: nmcli_dev_list
Created attachment 784632 [details] File: os_info
Created attachment 784633 [details] File: program.log
Created attachment 784634 [details] File: storage.log
Created attachment 784635 [details] File: syslog
Created attachment 784636 [details] File: ifcfg.log
Created attachment 784637 [details] File: packaging.log
Used boot.iso with TC1 Fedora 20, fails to start Anaconda graphical installer part. cmdline: /usr/bin/python /sbin/anaconda cmdline_file: initrd=initrd.img inst.stage2=hd:LABEL=Fedora\x2020-Alpha-TC1\x20x86_64 quiet BOOT_IMAGE=vmlinuz hashmarkername: anaconda kernel: 3.11.0-0.rc6.git4.1.fc20.x86_64 package: anaconda-20.8-1 product: Fedora reason: TypeError: Argument 2 does not allow None as a value release: Cannot get release name. version: 20-Alpha-TC1 Duplicate of 1000715?
<handsome_pirate> spstarr: Check /etc/hostname <handsome_pirate> spstarr: There's a bug floating around where it's totally missing <spstarr> I set dnsmasq dhcp to use DNS from my dns server it got hostname <spstarr> no failure <spstarr> handsome_pirate: you are right on
closed duplicate of 1000715 *** This bug has been marked as a duplicate of bug 1000715 ***
This avc is in the attached syslog: 22:08:57,983 NOTICE kernel:[ 36.876163] type=1400 audit(1375999737.981:17): avc: denied { read write } for pid=684 comm="hostname" path="/dev/pts/1" dev="devpts" ino=4 scontext=system_u:system_r:hostname_t:s0 tcontext=system_u:object_r:devpts_t:s0 tclass=chr_file
(In reply to Shawn Starr from comment #12) > Used boot.iso with TC1 Fedora 20, fails to start Anaconda graphical > installer part. ... If you can reproduce this, could you attach /tmp/anaconda-tb?
(In reply to Shawn Starr from comment #12) > Used boot.iso with TC1 Fedora 20, fails to start Anaconda graphical > installer part. > > cmdline: /usr/bin/python /sbin/anaconda > cmdline_file: initrd=initrd.img > inst.stage2=hd:LABEL=Fedora\x2020-Alpha-TC1\x20x86_64 quiet > BOOT_IMAGE=vmlinuz > hashmarkername: anaconda > kernel: 3.11.0-0.rc6.git4.1.fc20.x86_64 > package: anaconda-20.8-1 > product: Fedora > reason: TypeError: Argument 2 does not allow None as a value > release: Cannot get release name. > version: 20-Alpha-TC1 > > Duplicate of 1000715? Did you copy this from somewhere? It looks like a libreport-generated comment, but the question at the end would not be present.
Discussed at 2013-08-28 blocker review meeting [1]. This is accepted as an Alpha blocker, because it violates the following F20 alpha release criteria for non-en-us locales or improperly detected locales: "Release-blocking dedicated installer images must boot to the expected boot menu, and then after a reasonable timeout to the installer." [2] [1] http://meetbot.fedoraproject.org/fedora-blocker-review/2013-08-28/ [2] https://fedoraproject.org/wiki/Fedora_20_Alpha_Release_Criteria#Expected_image_boot_behavior
This is geoIP related, locale doesn't appear to be set. If using ks.cfg setting lang en_US.UTF-8 or en_CA.UTF-8 (in my case) it does not fail and I see the main Installation spoke. The default locale detection doesn't seem to be setting the locale causing Anaconda to crash on start.
Close this, there's confusion on MY part, this was GTK+ merge issues before, a new bug will be logged for the locale errors even though libreport shows the same subject line..
You might need to clear the abrt_hash on this one then, because otherwise dupes will still go to this one ...
Shawn, if you are really sure this is a different bug from what be debated yesterday (and accepted as a blocker), than please report the correct bug (clear the abrt hash here if necessary) and then transfer the blocker nomination to it. Also mention the new bug here. Thanks.
Shawn says the new bug is bug 1000715, already accepted as a blocker.
See the original stack: Local variables in innermost frame: info: <gi.FunctionInfo object (convert_iter_to_child_iter) at 0x0x7f76a557e3f0> args: (<TreeModelFilter object at 0x7f769af94050 (GtkTreeModelFilter at 0x3978960)>, None) kwargs: {} This was GTK related even though the subject of the crash was 'TypeError: Argument 2 does not allow None as a value' The locale issue is: Local variables in innermost frame: locale: zu_ZA.UTF-8 self: <pyanaconda.ui.gui.spokes.welcome.WelcomeLanguageSpoke object at 0x7f64c31f8bd0> locales: ['en_CA.UTF-8', 'fr_CA.UTF-8', 'iu_CA.UTF-8', 'ik_CA.UTF-8', 'shs_CA.UTF-8'] territory: CA itr: None store: <TreeModelFilter object at 0x7f64c0920410 (GtkTreeModelFilter at 0x2229a20)> They aren't exactly the same given the stack trace