Re: Update to Current-1.3.2-1
John Berninger <[email protected]>
| Newsgroups | gmane.network.up2date.current.devel |
|---|---|
| Message-ID | <[email protected]> |
The problem appears to be ridiculously simple - I unindented three lines where I shouldn't have, probably when I went through and tried to clean up debugging comments. On lines 429 - 431 of current.py, the indentation is such that these lines are outside the if/else block; they should be inside the else portion of the if/else, like the comments directly above those lines say. Sorry about that... Obviously, there already needs to be a bugfix release - I'll get a patch to Hunter when he gets back from vacation. On Fri, 02 Aug 2002, Juergen Knaack wrote: > Hi, > > as Hunter suggested, i updated the current-1.0.5 to current-1.3.2-1 > using the rpm package. When running cadmin -v <Channel> i get the > following error: > > Traceback (innermost last): > File "/usr/sbin/cadmin", line 234, in ? > main() > File "/usr/sbin/cadmin", line 99, in main > newchan.create(chan) > File "/usr/share/current/channel.py", line 186, in create > self.open(self.chanInfo['db_dir'], 'n') > File "/usr/share/current/channel.py", line 430, in open > self.chanInfo = pickle.load(chanfile) > File "/usr/lib/python1.5/pickle.py", line 826, in load > return Unpickler(file).load() > File "/usr/lib/python1.5/pickle.py", line 495, in load > dispatch[key](self) > File "/usr/lib/python1.5/pickle.py", line 509, in load_eof > raise EOFError > EOFError > > Version 1.0.5 is working fine... > > Does anybody has an idea, what's going wrong? > > Regards, > Juergen > > _______________________________________________ > Current-server mailing list > [email protected] > http://lists.dulug.duke.edu/mailman/listinfo/current-server -- Thank you, John Berninger Systems Administrator [email protected] Department of Mathematics Box 8205, Harrelson Hall NC State University Raleigh, NC 27695 Phone: (919)515-6315 Fax: (919)515-3798 GPG Key ID: A8C1D45C Fingerprint: B1BB 90CB 5314 3113 CF22 66AE 822D 42A8 A8C1 D45C --