Calling yum from within a kickstart file in fc6pre

Mogens Kjaer mk at crc.dk
Thu Oct 12 12:03:23 UTC 2006


Mogens Kjaer wrote:
...
> A bit strange; /dev/log exists at the time yum is called and
> is a socket.

But the syslogd process has gone away when the %post section is
executed.

Do a:

<kludge>
mv /dev/log /dev/log.old
yum install ...
mv /dev/log.old /dev/log
</kludge>

fixes the problem.

Mogens

-- 
Mogens Kjaer, Carlsberg A/S, Computer Department
Gamle Carlsberg Vej 10, DK-2500 Valby, Denmark
Phone: +45 33 27 53 25, Fax: +45 33 27 47 08
Email: mk at crc.dk Homepage: http://www.crc.dk




More information about the fedora-test-list mailing list