Logging to a Remote System During the Installation

Ashkan Shirpour akn.shp at gmail.com
Mon Jun 6 11:14:35 UTC 2011


Hello

I am setting up a pxe installation server on Fedora 14. Using it I can
install Fedora releases(12,13,14,15). I know that Anaconda can sends log
messages during the installation to a remote server, but this works only
during the installation of Fedora 12. When I want to install other
above-mentioned releases, the server receives no log messages.

I use similar configuration files for installation of all the releases. The
only differences are the paths to installation repo and kickstart file.

One of my kickstart files:

install
url --url="ftp://192.168.31.1/Fedora/12/i386"
lang en_US.UTF-8
keyboard us
network  --bootproto=dhcp --device=eth0 --onboot=on
authconfig --enableshadow --passalgo=sha512 --enablefingerprint
firewall --service=ssh
logging --host=192.168.31.1 --port=514
bootloader --location=mbr --driveorder=sda --append="rhgb quiet"

And one of the boot options:

/linux/fedora/12/i386/vmlinuz initrd=/linux/fedora/12/i386/initrd ks=
ftp://192.168.31.1/ks12


What is wrong?


Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/kickstart-list/attachments/20110606/e8a6c042/attachment.htm>


More information about the Kickstart-list mailing list