Advertisement
Guest User

Untitled

a guest
Jan 19th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. This is what I had to do on my EL5 box to get 2.2.1 working after updating
  2. from 2.0.11:
  3.  
  4. - Modify the /etc/cobbler/modules.conf.rpmnew file to have my modified
  5. settings and move into place. cobblerd would start without the new [tftpd]
  6. configuration settings
  7. - Move the /etc/httpd/conf.d/cobbler_web.conf.rpmnew file into place, and
  8. comment out the VirtualHost lines so that I could access via https.
  9. - Remove mod_python
  10. - Uncomment the LoadModule command in /etc/httpd/conf.d/wsgi.conf
  11. - Change $kickstart_start/_done to $SNIPPET('kickstart_start')/_done in my
  12. default kickstart template.
  13. - Had to move a section of one of my snippets into a #raw/#end raw block so
  14. some as yet undetermined reason - probably new cheetah commands
  15.  
  16. Also, koan 2.2.1 appears to need to talk to the cobbler xmlrpc port directly
  17. now rather than going through the web interface? But cobblerd is only
  18. listening on localhost so remote koan connections fail. Not sure what to do here.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement