Hi,
I am in the process of creating a custom redhat 7.2 cd, basically aiming
at trimming down lot of packages and adding some of my own. I followed
these steps:
1. Removed and added packages from the /cdrom/RedHat/RPMS/ folder
2. Edited the /cdrom/RedHat/base/comps file to reflect the changes
3. Ran the following commands:
a. export PYTHONPATH=/usr/lib/anaconda
b. export PATH="$PATH:/usr/lib/anaconda-runtime"
c. genhdlist /cdrom
d. pkgorder /cdrom i386 | tee /cdrom/pkorder.txt
This is where my problem starts. The output of the last command is as
follows:
================= START=============
/usr/lib/anaconda/isys.py:2: RuntimeWarning: Python C API version
mismatch for module _balkan: This Python has API version 1011, module
_balkan has version 1007.
import _balkan
/usr/lib/anaconda/isys.py:3: RuntimeWarning: Python C API version
mismatch for module _isys: This Python has API version 1011, module
_isys has version 1007.
import _isys
Traceback (most recent call last):
File "/usr/lib/anaconda-runtime/pkgorder", line 118, in ?
n.unselect ()
File "/usr/lib/anaconda/comps.py", line 292, in unselect
"included by component %s", name, self.name)
File "/usr/lib/anaconda/log.py", line 38, in __call__
raise RuntimeError, "log file not open yet"
RuntimeError: log file not open yet
===============END================
What log file is it talking about here. I am not much of a programmer,
but log.py tells something about /dev/tty3. Am I doing something wrong
or missing something?
Thanks,
Himanshu