@xxedgexx: The best place is either
/var/log/cobbler/cobbler.log
or as an alternative you can watch the DHCP log to see what happens.
Yep. I've checked logs. Nothing interesting that I can see. Is there a debug mode for the %post section in a kickstart config? I'd like to see why it fails on that post snippet specifically.
filename
is identical to upstream.
cobbler profile list
undreadable
cobbler profile find --parent foobar-os
profile list
afaik. But you can of course use: cobbler <item> find
or as an alternative:@heroin-moose: So currently there is no functionallity to filter in
profile list
afaik. But you can of course use:cobbler <item> find
or as an alternative:
XMLRPC (can be called from anywhere if it is exposed): https://github.com/cobbler/cobbler/blob/master/cobbler/remote.py#L924
Python API (only on the Cobbler Host): https://github.com/cobbler/cobbler/blob/master/cobbler/api.py#L843
Then this is maybe an option?