Pablo Iranzo Gómez wrote: > > Look in /root/* on installed systems and make use of: > > %pre > ( > whatever commands > ) 2>&1 > /tmp/ks-pre.log > > %post > ( > whatever commands > ) 2>&1 > /mnt/sysimage/root/ks-port.log > cp /tmp/ks-pre.log /mnt/sysimage/root/ks-pre.log > > Regards > Pablo > > > > On Wed, 13 Aug 2008, drew einhorn wrote: > > > > >> Is there a way to capture the kickstart logs that appear under >> ctrl-alt-f3 >> ctrl-alt-f4 and ctrl-alt-f5? >> >> When debugging it would be nice to see the stuff that has already >> scrolled >> off the top of the console. >> >> > > > > ------------------------------------------------------------------------ > > _______________________________________________ > cobbler mailing list > [email protected] > https://fedorahosted.org/mailman/listinfo/cobbler >
Another useful tip is that cobbler is set up to send remote syslog data automatically to cobblerd on systems that support it -- this is just for the install, not post-install syslogging. This shows up in /var/log/cobbler/syslog/ and the files are named after the IP address of the system. This way you can get at that data remotely. This requires a FC-6/F-7 or later, or RHEL-5 and later for the installing OS. Not available on RHEL 4 if I recall correctly. --Michael _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
