[et-mgmt-tools] [ANNOUNCE] Cobbler 1.0.1 (minor fixes)

Michael DeHaan mdehaan at redhat.com
Tue Jun 3 20:54:09 UTC 2008


Joseph Boyer Jr. wrote:
> FYI:
>
> Just built cobbler 1.0.1 on RHEL 5.1 with all the latest updates and cobbler 1.0.1 errors on install FYI: cobbler 1.0.0-2 built and works.....
>
> # rpm -ivh /usr/src/redhat/RPMS/noarch/cobbler-1.0.1-1.noarch.rpm
> Preparing...                ########################################### [100%]
>    1:cobbler                ########################################### [100%]
> Traceback (most recent call last):
>   File "/usr/bin/cobbler", line 17, in ?
>     import cobbler.cobbler as app
>   File "/usr/lib/python2.4/site-packages/cobbler/cobbler.py", line 18, in ?
>     import api
>   File "/usr/lib/python2.4/site-packages/cobbler/api.py", line 17, in ?
>     import config
>   File "/usr/lib/python2.4/site-packages/cobbler/config.py", line 23, in ?
>     import collection_distros as distros
>   File "/usr/lib/python2.4/site-packages/cobbler/collection_distros.py", line 17, in ?
>     import collection
>   File "/usr/lib/python2.4/site-packages/cobbler/collection.py", line 129
>     self.api.profiles().add(k, save=True, with_sync=with_sync, with_triggers=with_triggers,save=True)
> SyntaxError: duplicate keyword argument
> ny0ckss01:/var/www
>  # cobbler check
> Traceback (most recent call last):
>   File "/usr/bin/cobbler", line 17, in ?
>     import cobbler.cobbler as app
>   File "/usr/lib/python2.4/site-packages/cobbler/cobbler.py", line 18, in ?
>     import api
>   File "/usr/lib/python2.4/site-packages/cobbler/api.py", line 17, in ?
>     import config
>   File "/usr/lib/python2.4/site-packages/cobbler/config.py", line 23, in ?
>     import collection_distros as distros
>   File "/usr/lib/python2.4/site-packages/cobbler/collection_distros.py", line 17, in ?
>     import collection
>   File "/usr/lib/python2.4/site-packages/cobbler/collection.py", line 129
>     self.api.profiles().add(k, save=True, with_sync=with_sync, with_triggers=with_triggers,save=True)
> SyntaxError: duplicate keyword argument
>
> Joseph Boyer Jr
> Enterprise Technology Services
> Liquidnet Holdings, Inc.
> Joseph.Boyer at liquidnet.com
> T   +1 646.660.8352
> C   +1 646.284.8394
>
> -----Original Message-----
> From: et-mgmt-tools-bounces at redhat.com [mailto:et-mgmt-tools-bounces at redhat.com] On Behalf Of Michael DeHaan
> Sent: Tuesday, June 03, 2008 4:40 PM
> To: 'et-mgmt-tools at redhat.com'
> Subject: [et-mgmt-tools] [ANNOUNCE] Cobbler 1.0.1 (minor fixes)
>
> Since 1.0.1 was a big release, I decided to do a quick bugfix release to
> close some of the items found in the first week by all of you on the lists.
> There may be another bugfix release 1.0.2 depending on what gets
> reported.  Meanwhile work will continue on 1.1.X (devel branch) --
> items with easy workarounds that are in borderline bug/enhancement
> territory will probably be fixed there instead.
>
> - Tue Jun 03 2008 - 1.0.1
> - Fix misformatted warning in "check" (with inherited profiles)
> - Do not have RPM own tftpboot, just generate files in TFTP dir as detected
> - Default arches to 'i386' not 'x86' for consistency, esp. in import
> - When querying kickstart templates, do not return directories
> - Make triggers for add/delete work for renames and copies (same triggers)
> - Do not cache snippets so they can be tweaked w/o starting the service
> - Make manpage reference /etc/cobbler/settings, not /var/lib
> - Added manage_forward_zones/manage_reverse_zones to included config file
>
> There is a new source RPM for cobbler available at
>
> http://cobbler.et.redhat.com/download
>
> No update for koan is needed and this will all hit the mirrors eventually :)
>
> Thanks!
>
> --Michael
>
>
>
> _______________________________________________
> et-mgmt-tools mailing list
> et-mgmt-tools at redhat.com
> https://www.redhat.com/mailman/listinfo/et-mgmt-tools
>
>
>
> _______________________________________________
> et-mgmt-tools mailing list
> et-mgmt-tools at redhat.com
> https://www.redhat.com/mailman/listinfo/et-mgmt-tools
>   

Something that is apparently legal in Python 2.5.  Yikes.

I'll rebuild it ASAP.

--Michael




More information about the et-mgmt-tools mailing list