Created
April 12, 2016 18:42
-
-
Save michaelrice/85e49a2d889b8e3f96d0f0a428d3846a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@mike-server1-temp:/usr/local/share/cobbler/web# service cobblerd start | |
Starting cobbler daemon: Traceback (most recent call last): | |
File "/usr/local/bin/cobblerd", line 77, in main | |
api = cobbler_api.BootAPI(is_cobblerd=True) | |
File "/usr/local/lib/python2.7/dist-packages/cobbler/api.py", line 135, in __init__ | |
self.deserialize() | |
File "/usr/local/lib/python2.7/dist-packages/cobbler/api.py", line 969, in deserialize | |
return self._config.deserialize() | |
File "/usr/local/lib/python2.7/dist-packages/cobbler/config.py", line 266, in deserialize | |
raise CX("serializer: error loading collection %s. Check /etc/cobbler/modules.conf" % item.collection_type()) | |
CX: 'serializer: error loading collection settings. Check /etc/cobbler/modules.conf' | |
OK | |
root@mike-server1-temp:/usr/local/share/cobbler/web# grep -v '^#' /etc/cobbler/modules.conf | |
[authentication] | |
module = authn_configfile | |
[authorization] | |
module = authz_allowall | |
[dns] | |
module = manage_bind | |
[dhcp] | |
module = manage_isc | |
[tftpd] | |
module = manage_in_tftpd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment