helo,

I was in the process of activating some modules in here so i can access the web 
interface :

asic Setup

You must have installed the cobbler-web package
Your /etc/cobbler/modules.conf should look something like this:


[authentication]

module = authn_configfile


[authorization]

module = authz_allowall
Change the password for the 'cobbler' username:


   htdigest /etc/cobbler/users.digest "Cobbler" cobbler
If this is not a new install, your Apache configuration for Cobbler might not 
be current.


cp /etc/httpd/conf.d/cobbler.conf.rpmnew /etc/httpd/conf.d/cobbler.conf


then i got some errors that I cannot figure out the problem


[root@clobber cobbler]# service cobblerd restart
Stopping cobbler daemon:                                   [FAILED]
Starting cobbler daemon: Traceback (most recent call last):
  File "/usr/bin/cobblerd", line 20, in <module>
    import cobbler.cobblerd as app
  File "/usr/lib/python2.6/site-packages/cobbler/cobblerd.py", line 35, in 
<module>
    import api as cobbler_api
  File "/usr/lib/python2.6/site-packages/cobbler/api.py", line 27, in <module>
    import config
  File "/usr/lib/python2.6/site-packages/cobbler/config.py", line 39, in 
<module>
    import collection_distros as distros
  File "/usr/lib/python2.6/site-packages/cobbler/collection_distros.py", line 
25, in <module>
    import collection
  File "/usr/lib/python2.6/site-packages/cobbler/collection.py", line 32, in 
<module>
    import action_litesync
  File "/usr/lib/python2.6/site-packages/cobbler/action_litesync.py", line 32, 
in <module>
    import module_loader
  File "/usr/lib/python2.6/site-packages/cobbler/module_loader.py", line 43, in 
<module>
    cp.read("/etc/cobbler/modules.conf")
  File "/usr/lib64/python2.6/ConfigParser.py", line 286, in read
    self._read(fp, filename)
  File "/usr/lib64/python2.6/ConfigParser.py", line 482, in _read
    raise MissingSectionHeaderError(fpname, lineno, line)
ConfigParser.MissingSectionHeaderError: File contains no section headers.
file: /etc/cobbler/modules.conf, line: 4
' authentication: \n'
                                                           [FAILED]








                                                                                
  
_______________________________________________
cobbler mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/cobbler

Reply via email to