Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
DescriptionMichal Privoznik
2014-01-28 12:53:09 UTC
Version-Release number of selected component:
anaconda-19.31.51-1
The following was filed automatically by anaconda:
anaconda 19.31.51-1 exception report
Traceback (most recent call first):
File "/usr/lib64/python2.7/subprocess.py", line 1308, in _execute_child
raise child_exception
File "/usr/lib64/python2.7/subprocess.py", line 711, in __init__
errread, errwrite)
File "/usr/lib64/python2.7/site-packages/pyanaconda/iutil.py", line 82, in _run_program
preexec_fn=chroot, cwd=root, env=env)
File "/usr/lib64/python2.7/site-packages/pyanaconda/iutil.py", line 129, in execWithRedirect
log_output=log_output, binary_output=binary_output)[0]
File "/usr/lib64/python2.7/site-packages/pyanaconda/kickstart.py", line 1331, in execute
root=ROOT_PATH)
File "/usr/lib64/python2.7/site-packages/pyanaconda/install.py", line 69, in doConfiguration
ksdata.services.execute(storage, ksdata, instClass)
File "/usr/lib64/python2.7/threading.py", line 764, in run
self.__target(*self.__args, **self.__kwargs)
File "/usr/lib64/python2.7/site-packages/pyanaconda/threads.py", line 192, in run
threading.Thread.run(self, *args, **kwargs)
OSError: [Errno 2] No such file or directory
Additional info:
cmdline: /usr/bin/python /sbin/anaconda
cmdline_file: initrd=/distrotrees/65714/initrd method=http://download-01.eng.brq.redhat.com/pub/rhel/rel-eng/RHEL-7.0-20140127.0/compose/Server/x86_64/os/ repo=http://download-01.eng.brq.redhat.com/pub/rhel/rel-eng/RHEL-7.0-20140127.0/compose/Server/x86_64/os/ BOOT_IMAGE=/distrotrees/65714/kernel
executable: /sbin/anaconda
hashmarkername: anaconda
kernel: 3.10.0-78.el7.x86_64
product: Red Hat Enterprise Linux
release: Red Hat Enterprise Linux Client release 7.0 Beta (Maipo)
type: anaconda
version: 7.0
Comment 13Samantha N. Bueno
2014-02-04 04:25:43 UTC
Please provide steps to reproduce this.
Comment 14Michal Privoznik
2014-02-04 10:30:13 UTC
(In reply to Samantha N. Bueno from comment #13)
> Please provide steps to reproduce this.
1. Create a new VM under virt-manager: Select PXE install, Chose RHEL-7 as guest OS, leave default RAM (1024MB) and CPU (1), Create a disk image on the computer's HDD, and customize configuration before install (make sure to create macvtap device over eth0)
2. Choose Latest RHEL and Fedora in globalsync, and then select RHEL-7.0-20140130-Server
3. In anaconda, add time.englab.brq.redhat.com to NTP server pool, set Europe/Prague TZ, Choose custom partitioning and make just one partition / for everything (no LVM, no separate partitions for /boot or something, no swap either). Select 'Minimal install'. and start instalation.
4. Enter root password and create a user.
5. After the installation is finisher, click the 'configure' button in the right lower corner.
6. Observe error.
anaconda is getting OOM killed:
12:50:26,113 ERR kernel:[ 5494.154327] Out of memory: Kill process 1199 (anaconda) score 100 or sacrifice child
12:50:26,113 ERR kernel:[ 5494.154335] Killed process 1552 (anaconda-yum) total-vm:299044kB, anon-rss:59092kB, file-rss:1300kB
Also note in your syslog that polkitd is taking up 129 MB of memory. That seems excessive. For now you should be able to work around it by adding more memory to your VM.
Nothing here seems to be an anaconda issue that can be resolved. We are unable to reliably reproduce this problem and have not had it come up since winter. NAK'ing for now and setting as CANTFIX since it's not really clear what the problem is (if there is a problem).
Version-Release number of selected component: anaconda-19.31.51-1 The following was filed automatically by anaconda: anaconda 19.31.51-1 exception report Traceback (most recent call first): File "/usr/lib64/python2.7/subprocess.py", line 1308, in _execute_child raise child_exception File "/usr/lib64/python2.7/subprocess.py", line 711, in __init__ errread, errwrite) File "/usr/lib64/python2.7/site-packages/pyanaconda/iutil.py", line 82, in _run_program preexec_fn=chroot, cwd=root, env=env) File "/usr/lib64/python2.7/site-packages/pyanaconda/iutil.py", line 129, in execWithRedirect log_output=log_output, binary_output=binary_output)[0] File "/usr/lib64/python2.7/site-packages/pyanaconda/kickstart.py", line 1331, in execute root=ROOT_PATH) File "/usr/lib64/python2.7/site-packages/pyanaconda/install.py", line 69, in doConfiguration ksdata.services.execute(storage, ksdata, instClass) File "/usr/lib64/python2.7/threading.py", line 764, in run self.__target(*self.__args, **self.__kwargs) File "/usr/lib64/python2.7/site-packages/pyanaconda/threads.py", line 192, in run threading.Thread.run(self, *args, **kwargs) OSError: [Errno 2] No such file or directory Additional info: cmdline: /usr/bin/python /sbin/anaconda cmdline_file: initrd=/distrotrees/65714/initrd method=http://download-01.eng.brq.redhat.com/pub/rhel/rel-eng/RHEL-7.0-20140127.0/compose/Server/x86_64/os/ repo=http://download-01.eng.brq.redhat.com/pub/rhel/rel-eng/RHEL-7.0-20140127.0/compose/Server/x86_64/os/ BOOT_IMAGE=/distrotrees/65714/kernel executable: /sbin/anaconda hashmarkername: anaconda kernel: 3.10.0-78.el7.x86_64 product: Red Hat Enterprise Linux release: Red Hat Enterprise Linux Client release 7.0 Beta (Maipo) type: anaconda version: 7.0