I didn't have to include a configfile parameter and didn't get the errors that you saw. I ran VenueServer.py as 'ag' which is a normal user - and ran it in /home/ag. I had deleted all the previous .cfg and .dat files from earlier iterations.
-randy At 03:21 PM 8/9/2004, Fred Dech wrote: >i jumped the gun. i guess that the [--configfile=CONFIGFILE] arguement is >now required. when i add that, to the command line everything's fine. > >--fred > >On Mon, Aug 09, 2004 at 05:04PM, Fred Dech said: > > hi Doug. > > > > i just noticed this when i started up the venue server: > > sucag1(fdech)13% /usr/bin/python2 /usr/bin/VenueServer.py > > bound to port 8000 > > bound to port 8006 > > Traceback (most recent call last): > > File "/usr/bin/VenueServer.py", line 127, in ? > > main() > > File "/usr/bin/VenueServer.py", line 89, in main > > venueServer = VenueServer(server, app.GetOption('configfilename')) > > File "/usr/bin/VenueServer.py", line 273, in __init__ > > > > File "/usr/bin/VenueServer.py", line 461, in LoadPersistentVenues > > > > File "/usr/bin/VenueServer.py", line 729, in AddVenue > > > > File > "/sandbox/agtk/dist-20040809_102253/lib/python2.3/site-packages/AccessGrid/Venue.py", > > line 379, in __init__ > > File > "/sandbox/agtk/dist-20040809_102253/lib/python2.3/site-packages/AccessGrid/Security/Role.py", > > line 195, in AddSubject > > AccessGrid.Security.Subject.InvalidSubject > > > > i thought it might be an imcompatibility with earlier .cfg and .dat files, > > but i removed them and still got the same messages. > > > > --fred > > > > On Mon, Aug 09, 2004 at 05:55PM, Douglas Kosovic said: > > > The Fedora Core 1 & 2 AGTk 2.3 beta1 RPMs can be found at: > > > http://www.itee.uq.edu.au/~agn/ag_fedora/ > > > > > > If you were previous using yum with the AGTk CVS snaphots, then you will > > > need to modify: > > > /etc/yum.conf > > > > > > Similarily for rhn-applet and up2date, the following file will need to be > > > modifed: > > > /etc/sysconfig/rhn/sources > > > > > > The modifications involve changing instance of 'unstable' to 'stable'. > > > > > > The unstable folders will continue to contain AGTk CVS snapshots. > > > > > > > > > Doug > > > > > > > > >