Re: [cobbler] yaml.parser.ParserError after upgrade to 2.4.7

2014-08-21 Thread Jörgen Maas
Also pushed to release24 branch, if you are willing to test this that would be great. On Fri, Aug 22, 2014 at 7:24 AM, Jörgen Maas wrote: > Of course, another error when backporting stuff. > This should fix that. > > diff --git a/cobbler.spec b/cobbler.spec > index 367dd05..03249bd 100644 > ---

Re: [cobbler] yaml.parser.ParserError after upgrade to 2.4.7

2014-08-21 Thread Jörgen Maas
Of course, another error when backporting stuff. This should fix that. diff --git a/cobbler.spec b/cobbler.spec index 367dd05..03249bd 100644 --- a/cobbler.spec +++ b/cobbler.spec @@ -17,7 +17,6 @@ Url: http://www.cobblerd.org/ BuildRequires: redhat-rpm-config BuildRequires: git -BuildRequires:

Re: [cobbler] yaml.parser.ParserError after upgrade to 2.4.7

2014-08-21 Thread Orion Poplawski
But the method of creation changed between 2.4.6 and 2.4.7 with: commit f78979a8463e5519c21ea40dfebc438ff3c07b99 Author: Jörgen Maas Date: Fri Jul 25 09:47:58 2014 +0200 Fix broken gitdate, gitstamp values in version file. diff --git a/setup.py b/setup.py index 970b4f9..dd5bd46 100644 --

Re: [cobbler] yaml.parser.ParserError after upgrade to 2.4.7

2014-08-18 Thread Jörgen Maas
Not very likely, the file is generated by setup.py when building/installing. On Mon, Aug 18, 2014 at 10:11 PM, Greg Chavez wrote: > I pulled down a backup of the version file from a few days ago and solved > the issue: > > root@io-ns-03:~> cat /etc/cobbler/version > builddate: Tue Apr 22 15:30

Re: [cobbler] yaml.parser.ParserError after upgrade to 2.4.7

2014-08-18 Thread Greg Chavez
I pulled down a backup of the version file from a few days ago and solved the issue: root@io-ns-03:~> cat /etc/cobbler/version builddate: Tue Apr 22 15:30:11 2014 gitdate: '?' gitstamp: '?' version: 2.4.4 version_tuple: [2, 4, 4] So like the 2.6 version file snuck into the 2.4.7 package? On Mon

Re: [cobbler] yaml.parser.ParserError after upgrade to 2.4.7

2014-08-18 Thread Jörgen Maas
The format of the version file changed in 2.6.x (it's now basically ini format using python ConfigParser) On Mon, Aug 18, 2014 at 5:14 PM, Greg Chavez wrote: > Thanks for your reply, Alan. > > I didn't do a find/xargs/grep for version_tuple! Drat, bad > troubleshooting. But in any case, even c

Re: [cobbler] yaml.parser.ParserError after upgrade to 2.4.7

2014-08-18 Thread Greg Chavez
Thanks for your reply, Alan. I didn't do a find/xargs/grep for version_tuple! Drat, bad troubleshooting. But in any case, even converting that file to YAML doesn't seem to help, I just get more errors. Another interesting thing, the format of /etc/cobbler/version in 2.6.3 is not in YAML either.

Re: [cobbler] yaml.parser.ParserError after upgrade to 2.4.7

2014-08-18 Thread Alan Evangelista
On 08/18/2014 11:27 AM, Greg Chavez wrote: So I upgraded the cobbler and cobbler-web yum packages from 2.4.4 to 2.4.7, in preparation for upgrading to 2.6 (this is a RedHat 5.6 system). Cobbler works fine from the command line, but I get an error when I attempt to login to the Web console. In

Re: [cobbler] yaml.parser.ParserError after upgrade to 2.4.7

2014-08-18 Thread Greg Chavez
I still have this problem. Nobody has a guess? I'm at the point now where I may have to stand up another cobbler server. Thanks in advance. --Greg On Fri, Aug 15, 2014 at 3:02 PM, Greg Chavez wrote: > > Hello List. > > So I upgraded the cobbler and cobbler-web yum packages from 2.4.4 to > 2.4

[cobbler] yaml.parser.ParserError after upgrade to 2.4.7

2014-08-15 Thread Greg Chavez
Hello List. So I upgraded the cobbler and cobbler-web yum packages from 2.4.4 to 2.4.7, in preparation for upgrading to 2.6 (this is a RedHat 5.6 system). Cobbler works fine from the command line, but I get an error when I attempt to login to the Web console. In /var/log/cobbler, I get this ever