Hello, I to have upgraded from 2.0.11 -> 2.2.1:
On my first Import DVD via webui which was CentOS 5 update 7 I noticed that the directory within ks_mirror gets created correctly but the linking within the /var/www/cobbler/links is incorrect. It seems not to be appending the -x86_64 In the /var/www/cobbler/links/ directory I see the following lrwxrwxrwx 1 root root 37 Oct 12 12:47 centos5ud7-x86_64 -> /var/www/cobbler/ks_mirror/centos5ud7 lrwxrwxrwx 1 root root 37 Oct 12 12:47 centos5ud7-xen-x86_64 -> /var/www/cobbler/ks_mirror/centos5ud7 [root@cobblersrv ks_mirror]# ls -d centos5ud* centos5ud4-x86_64 centos5ud5-x86_64 centos5ud6-x86_64 centos5ud7-x86_64 Has anyone else seen the same?? John -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Orion Poplawski Sent: Wednesday, October 12, 2011 12:46 PM To: cobbler mailing list Subject: Re: [ANNOUNCE] Cobbler 2.2.0 released On 10/07/2011 05:56 AM, James Cammarata wrote: > Cobbler 2.2 has been tagged and released, with RPMS built and > available in EPEL-testing now. This is what I had to do on my EL5 box to get 2.2.1 working after updating from 2.0.11: - Modify the /etc/cobbler/modules.conf.rpmnew file to have my modified settings and move into place. cobblerd would start without the new [tftpd] configuration settings - Move the /etc/httpd/conf.d/cobbler_web.conf.rpmnew file into place, and comment out the VirtualHost lines so that I could access via https. - Remove mod_python - Uncomment the LoadModule command in /etc/httpd/conf.d/wsgi.conf - Change $kickstart_start/_done to $SNIPPET('kickstart_start')/_done in my default kickstart template. - Had to move a section of one of my snippets into a #raw/#end raw block so some as yet undetermined reason - probably new cheetah commands Also, koan 2.2.1 appears to need to talk to the cobbler xmlrpc port directly now rather than going through the web interface? But cobblerd is only listening on localhost so remote koan connections fail. Not sure what to do here. -- Orion Poplawski Technical Manager 303-415-9701 x222 NWRA/CoRA Division FAX: 303-415-9702 3380 Mitchell Lane [email protected] Boulder, CO 80301 http://www.cora.nwra.com _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler This message and any attached documents contain information from QLogic Corporation or its wholly-owned subsidiaries that may be confidential. If you are not the intended recipient, you may not read, copy, distribute, or use this information. If you have received this transmission in error, please notify the sender immediately by reply e-mail and then delete this message. _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
