Hi James,
Many thanks!  That did the trick.  Will move to 2.2.3 as soon as possible. Why 
it is still not in EPEL yet?  

A couple of more observations, after 

[root@sl0 cobbler]# git clone  https://github.com/cobbler/cobbler.git

[root@sl0 cobbler]# grep -i rpm *

[...]
README:To build the RPM, run "make".   Developers, try "make webtest" to do a 
local "make install" that preserves your configuration.

The above is incorrect.  It should be make rpms. See below cat -n Makefile...
   127  rpms: clean sdist
   128          mkdir -p rpm-build
   129          cp dist/*.gz rpm-build/
   130          rpmbuild --define "_topdir %(pwd)/rpm-build" \
   131          --define "_builddir %{_topdir}" \
   132          --define "_rpmdir %{_topdir}" \
   133          --define "_srcrpmdir %{_topdir}" \
   134          --define "_specdir %{_topdir}" \
   135          --define '_rpmfilename 
%%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm' \
   136          --define "_sourcedir  %{_topdir}" \
   137          -ba cobbler.spec


Furthermore, at the end of a make rpms, I got:

RPM build errors:    File not found: 
/root/cobbler/rpm-build/BUILDROOT/cobbler-2.3.1-1.el6.x86_64/usr/share/augeas/lenses/cobblersettings.augmake:
 *** [rpms] Error 1

This is on a Scientific Linux 6.2 node.

> Not quite. Take a look at the configs for 2.2.3 to see how it's
> done.  The rewrite rules go in the configuration for the :80 server,
> while the :443 defines the wsgi endpoint. Also it's cobbler_web, 
> not cobbler/web.

The wiki still carries from the old fedora path.  I suspected it already.


> I'd really recommend you look at using 2.2.3, since https is now 
> the default in that version. 

Will do. Thanks again.

Regards,
Zack
_______________________________________________
cobbler mailing list
cobbler@lists.fedorahosted.org
https://fedorahosted.org/mailman/listinfo/cobbler

Reply via email to