Hello all!

Finally have cobbler setup and running :) Set off to-do several koan (xenpv) installs today and noticed that the 'kernel Options' listed in one of my profiles did not make its way into grub.conf.

Here is the cobbler profile in question

profile              : f9-xen-i386
distro               : f9-xen-i386
dhcp tag             : default
kernel options       : {'console': ['ttyS1,57600', 'tty1']}
post kernel options  : {}
kickstart            : /etc/cobbler/fc9.ks
ks metadata          : {}
owners               : ['admin']
repos                : []
server               : <<inherit>>
virt bridge          : eth0
virt cpus            : 1
virt file size       : 30
virt path            :
virt ram             : 1024
virt type            : xenpv


Here is what my grub.conf looks like after koan / kickstart:

default=0
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.25.3-2.fc9.i686.xen)
    root (hd0,0)
    kernel /vmlinuz-2.6.25.3-2.fc9.i686.xen ro root=/dev/VolGroup00/LogVol00 rhgb quiet
    initrd /initrd-2.6.25.3-2.fc9.i686.xen.img
title Fedora (2.6.25-2.fc9.i686.xen)
    root (hd0,0)
    kernel /vmlinuz-2.6.25-2.fc9.i686.xen ro root=UUID=024248f7-4042-4a54-874e-512ecbf871d5 rhgb quiet
    initrd /initrd-2.6.25-2.fc9.i686.xen.img


Also,
has anyone ran into the following error when setting up the cobbler server to be on 3 VLAN's and restricting apache to Listen to a specific IP?

[Wed Oct 08 10:52:48 2008] [error] field op
[Wed Oct 08 10:52:48 2008] [error] adding op to ks
[Wed Oct 08 10:52:48 2008] [error] field profile
[Wed Oct 08 10:52:48 2008] [error] adding profile to f9-i386
[Wed Oct 08 10:52:48 2008] [error] [client 137.143.212.33] mod_python (pid=29995, interpreter='eden.potsdam.edu', phase='PythonHandler', handler='services'): Application error
[Wed Oct 08 10:52:48 2008] [error] [client 137.143.212.33] ServerName: 'eden.potsdam.edu'
[Wed Oct 08 10:52:48 2008] [error] [client 137.143.212.33] DocumentRoot: '/var/www/html'
[Wed Oct 08 10:52:48 2008] [error] [client 137.143.212.33] URI: '/cblr/svc/op/ks/profile/f9-i386'
[Wed Oct 08 10:52:48 2008] [error] [client 137.143.212.33] Location: None
[Wed Oct 08 10:52:48 2008] [error] [client 137.143.212.33] Directory: '/var/www/cobbler/svc/'
[Wed Oct 08 10:52:48 2008] [error] [client 137.143.212.33] Filename: '/var/www/cobbler/svc/op'
[Wed Oct 08 10:52:48 2008] [error] [client 137.143.212.33] PathInfo: '/ks/profile/f9-i386'
[Wed Oct 08 10:52:48 2008] [error] [client 137.143.212.33] Traceback (most recent call last):
[Wed Oct 08 10:52:48 2008] [error] [client 137.143.212.33]   File "/usr/lib/python2.5/site-packages/mod_python/importer.py", line 1537, in HandlerDispatch\n    default=default_handler, arg=req, silent=hlist.silent)
[Wed Oct 08 10:52:48 2008] [error] [client 137.143.212.33]   File "/usr/lib/python2.5/site-packages/mod_python/importer.py", line 1229, in _process_target\n    result = _execute_target(config, req, object, arg)
[Wed Oct 08 10:52:48 2008] [error] [client 137.143.212.33]   File "/usr/lib/python2.5/site-packages/mod_python/importer.py", line 1128, in _execute_target\n    result = object(arg)
[Wed Oct 08 10:52:48 2008] [error] [client 137.143.212.33]   File "/var/www/cobbler/svc/services.py", line 86, in handler\n    content = func( **form )
[Wed Oct 08 10:52:48 2008] [error] [client 137.143.212.33]   File "/usr/lib/python2.5/site-packages/cobbler/services.py", line 76, in ks\n    self.__xmlrpc_setup()
[Wed Oct 08 10:52:48 2008] [error] [client 137.143.212.33]   File "/usr/lib/python2.5/site-packages/cobbler/services.py", line 61, in __xmlrpc_setup\n    self.remote.update()
[Wed Oct 08 10:52:48 2008] [error] [client 137.143.212.33]   File "/usr/lib/python2.5/xmlrpclib.py", line 1150, in __call__\n    return self.__send(self.__name, args)
[Wed Oct 08 10:52:48 2008] [error] [client 137.143.212.33]   File "/usr/lib/python2.5/xmlrpclib.py", line 1440, in __request\n    verbose=self.__verbose
[Wed Oct 08 10:52:48 2008] [error] [client 137.143.212.33]   File "/usr/lib/python2.5/xmlrpclib.py", line 1186, in request\n    self.send_content(h, request_body)
[Wed Oct 08 10:52:48 2008] [error] [client 137.143.212.33]   File "/usr/lib/python2.5/xmlrpclib.py", line 1300, in send_content\n    connection.endheaders()
[Wed Oct 08 10:52:48 2008] [error] [client 137.143.212.33]   File "/usr/lib/python2.5/httplib.py", line 856, in endheaders\n    self._send_output()
[Wed Oct 08 10:52:48 2008] [error] [client 137.143.212.33]   File "/usr/lib/python2.5/httplib.py", line 728, in _send_output\n    self.send(msg)
[Wed Oct 08 10:52:48 2008] [error] [client 137.143.212.33]   File "/usr/lib/python2.5/httplib.py", line 695, in send\n    self.connect()
[Wed Oct 08 10:52:48 2008] [error] [client 137.143.212.33]   File "/usr/lib/python2.5/httplib.py", line 679, in connect\n    raise socket.error, msg
[Wed Oct 08 10:52:48 2008] [error] [client 137.143.212.33] error: (111, 'Connection refused')

-Ron