> Hi James, > > Thanks for advising me of this. I'm fairly new to git and GitHub. This means > I'm a bit ignorant at times. I now get the impression that I've been using > the development branch all along, since I cloned from github and installed > from it and continue to 'git pull' from it. It looks like your fix works for > me: > > Last login: Tue Oct 9 10:20:13 2012 from 192.168.1.6 > [bobbyc@cobbler1 ~]$ su - > Password: > [root@cobbler1 ~]# cobbler --version > Cobbler 2.3.1 > source: a7ce37f, Mon Oct 8 19:55:43 2012 -0700 > build time: Tue Oct 9 13:01:50 2012 > [root@cobbler1 ~]# cobbler system add --name=t2 --profile=fedora17-x86_64 > [root@cobbler1 ~]# cobbler system edit --name=t2 --gateway=192.168.1.1 > --hostname=kpf58.greenbeltcomputer.biz > [root@cobbler1 ~]#
No problem. I try and keep master pretty stable so for most people it will work fine, but occasionally a bug will creep in as you noticed above. The good thing is you don't have to wait long for a fix :) There are currently two release branches - release22 and release24. The 22 branch is currently the official version, 2.2.3-2. The 24 branch is alpha/early beta quality, as it has not gone through extensive testing. If you have too many issues with master and want something more stable, I'd recommend checking out one of those branches and using it. Note that since you've been using master, I would recommend if you do go to a release branch you should backup and uninstall cobbler completely first to make sure you don't run into any odd issues. _______________________________________________ cobbler mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/cobbler
