Hello,
 
I want to add systems with cobbler via the webgui. I have follow this
link :https://fedorahosted.org/cobbler/wiki/CobblerWebInterface.
When i add a system and will install RHEL, i have this error:
 
Unable to retrieve
http://satellite server//ks/dist/ks distribution/images/stage2.img
 
When i remove the cobbler-web package and add a system with cobbler
command line it is working.
 
The following conf file is added after install cobbler-web and i think
there is a problem
# cat cobbler_web.conf.rpmsave 
# This configuration file enables the cobbler web
# interface (django version)
 
# Do not log the requests generated from the event notification system
SetEnvIf Request_URI ".*/op/events/user/.*" dontlog
# Log only what remains
CustomLog logs/access_log combined env=!dontlog
 
<Location "/cobbler_web">
    SetHandler python-program
    PythonHandler django.core.handlers.modpython
    SetEnv DJANGO_SETTINGS_MODULE settings
    # PythonOption django.root /cobbler_web
    PythonDebug On
    PythonPath "['/usr/share/cobbler/web/'] + sys.path"
    AuthBasicAuthoritative Off
    AuthType basic
    AuthName "Cobbler"
    Require valid-user
    PythonAuthenHandler cobbler_web.views
</Location>

 

Met vriendelijke groet, 

Arno Bruijnes.


-------------------------Disclaimer-------------------------------
De informatie verzonden met dit e-mailbericht (en bijlagen) is uitsluitend 
bestemd voor de geadresseerde(n) en zij die van de geadresseerde(n) toestemming 
kregen dit bericht te lezen. Gebruik door anderen dan geadresseerde(n) is 
verboden. De informatie in dit e-mailbericht (en bijlagen) kan vertrouwelijk 
van aard zijn en kan binnen het bereik vallen van een geheimhoudingsplicht en 
een verschoningsrecht.
-------------------------------------------------------------------
_______________________________________________
cobbler mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/cobbler

Reply via email to