Bug 1253469

Summary: FileNotFoundError: [Errno 2] Nie ma takiego pliku ani katalogu: '/tmp/dnf.pluginconf/langpacks.conf'
Product: [Fedora] Fedora Reporter: Łukasz Posadowski <mail>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 23CC: anaconda-maint-list, g.kaviyarasu, jonathan, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:36e8637c23bc2b5d051857ebb0b85f1cd06e31a192c43932200d45f5d3ec3956
Fixed In Version: anaconda-23.19.1-1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-09-08 18:05:43 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 Flags
File: anaconda-tb
none
File: anaconda.log
none
File: dnf.log
none
File: dnf.rpm.log
none
File: environ
none
File: journalctl
none
File: lsblk_output
none
File: nmcli_dev_list
none
File: os_info
none
File: storage.log
none
File: ifcfg.log
none
File: packaging.log
none
File: program.log none

Description Łukasz Posadowski 2015-08-13 18:30:16 UTC
Description of problem:
Anaconda hangs after creating partitions. It says something about missing file: /tmp/dnf.plugins.conf/langpacks.conf, but I'm not good with python, so I know nothing more.

I'm installing from workstation live alpha 2, from usb stick.

Version-Release number of selected component:
anaconda-core-23.17-1.fc23.x86_64

The following was filed automatically by anaconda:
anaconda 23.17-1 exception report
Traceback (most recent call first):
  File "/usr/lib64/python3.4/site-packages/pyanaconda/iutil.py", line 1284, in eintr_retry_call
    return func(*args, **kwargs)
  File "/usr/lib64/python3.4/site-packages/pyanaconda/iutil.py", line 1320, in open
    return eintr_retry_call(_open, *args, **kwargs)
  File "/usr/lib64/python3.4/site-packages/pyanaconda/simpleconfig.py", line 234, in simple_replace
    with open(fname, "r") as f:
  File "/usr/lib64/python3.4/site-packages/pyanaconda/packaging/dnfpayload.py", line 739, in preInstall
    simple_replace(_DNF_INSTALLER_LANGPACK_CONF, keys)
  File "/usr/lib64/python3.4/site-packages/pyanaconda/install.py", line 233, in doInstall
    payload.preInstall(packages=packages, groups=payload.languageGroups())
  File "/usr/lib64/python3.4/threading.py", line 868, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib64/python3.4/site-packages/pyanaconda/threads.py", line 253, in run
    threading.Thread.run(self, *args, **kwargs)
FileNotFoundError: [Errno 2] Nie ma takiego pliku ani katalogu: '/tmp/dnf.pluginconf/langpacks.conf'

Additional info:
cmdline:        /usr/bin/python3  /sbin/anaconda
cmdline_file:   initrd=/ubninit root=live:UUID=101F-884A rootfstype=auto ro rd.live.image quiet  rhgb rd.luks=0 rd.md=0 rd.dm=0 BOOT_IMAGE=/ubnkern 
executable:     /sbin/anaconda
hashmarkername: anaconda
kernel:         4.2.0-0.rc5.git0.2.fc23.x86_64
other involved packages: python3-libs-3.4.3-5.fc23.x86_64
product:        Fedora
release:        Fedora release 23 (Twenty Three)
type:           anaconda
version:        23

Comment 1 Łukasz Posadowski 2015-08-13 18:30:24 UTC
Created attachment 1062766 [details]
File: anaconda-tb

Comment 2 Łukasz Posadowski 2015-08-13 18:30:28 UTC
Created attachment 1062767 [details]
File: anaconda.log

Comment 3 Łukasz Posadowski 2015-08-13 18:30:30 UTC
Created attachment 1062768 [details]
File: dnf.log

Comment 4 Łukasz Posadowski 2015-08-13 18:30:33 UTC
Created attachment 1062769 [details]
File: dnf.rpm.log

Comment 5 Łukasz Posadowski 2015-08-13 18:30:35 UTC
Created attachment 1062770 [details]
File: environ

Comment 6 Łukasz Posadowski 2015-08-13 18:30:39 UTC
Created attachment 1062771 [details]
File: journalctl

Comment 7 Łukasz Posadowski 2015-08-13 18:30:40 UTC
Created attachment 1062772 [details]
File: lsblk_output

Comment 8 Łukasz Posadowski 2015-08-13 18:30:41 UTC
Created attachment 1062773 [details]
File: nmcli_dev_list

Comment 9 Łukasz Posadowski 2015-08-13 18:30:43 UTC
Created attachment 1062774 [details]
File: os_info

Comment 10 Łukasz Posadowski 2015-08-13 18:30:45 UTC
Created attachment 1062775 [details]
File: storage.log

Comment 11 Łukasz Posadowski 2015-08-13 18:30:48 UTC
Created attachment 1062776 [details]
File: ifcfg.log

Comment 12 Łukasz Posadowski 2015-08-13 18:30:49 UTC
Created attachment 1062777 [details]
File: packaging.log

Comment 13 Łukasz Posadowski 2015-08-13 18:30:51 UTC
Created attachment 1062778 [details]
File: program.log

Comment 14 Łukasz Posadowski 2015-08-14 10:05:37 UTC
Some progress. I found that I was online while installing and trying to install packages directrly from the mirror. I seems that it's not ready yet. Installing offline from usb stick is working. So it is sort of fixed.

And sorry about some polish language in erorr messages. I know they're useless to most of you. I'll install in english next time.