Hi Fred and Tom, It was a backport from SVN of the following: https://www.ci.uchicago.edu/trac/accessgrid/changeset/6595
It was to do with V4L2 devices not being listed with 64bit Python 2.4 (and I only applied it to the RHEL/CentOS 5 RPMs I released last week). Unfortunately I had to manually apply parts of the patch, which is where I introduced the typo. When I built and ran a local copy, I must have lost track and forgotten to upload the latest typo free patch to the new RPM build service I'm now using. Sorry about that, I'll push out a new RPM today. Thanks, Doug > -----Original Message----- > From: Thomas D. Uram [mailto:tu...@mcs.anl.gov] > Sent: Tuesday, 3 March 2009 3:17 AM > To: Fred Dech; Douglas Kosovic > Cc: AG-Tech > Subject: Re: [AG-TECH] RHEL5 3.1 install problems > > > The problem here was in > > AccessGrid/Platform/unix/Config.py > > Line 538 is this: > > v4l2ortList = [] > > but should be this > > v4l2PortList = [] > > Note the missing 'P'. > > Doug: Strangely, this typo is not in SVN, so maybe it's an artifact of > packaging? > > > Tom > > > > On 3/2/09 10:11 AM, Fred Dech wrote: > > hi, > > > > we just built a RHEL5 system and installed AG3.1 for RHEL5 on it. > > we have epel-release-5.3 and accessgrid > > > > when we start a servicemanager we can add various services > > successfully from our WinXP ag client system, > > except for VideoProducerServer and h264VidProducerService. > > > > not sure how to proceed. below is the error message from our > > ServiceManager.log file: > > ------------------------------------------------- > > 03/02/09 09:57:32 -1226761328 ServiceManager > AGServiceManager.py:378 DEBUG Executing service VideoProducerService > > 03/02/09 09:57:32 -1226761328 ServiceManager > AGServiceManager.py:410 INFO Running Service; options: > ['/root/.AccessGrid3/local_services/VideoProducerSe > > rvice/VideoProducerService.py', '--port', 50583, '-- > serviceManagerUri', > 'http://video.ci.uchicago.edu:11000/ServiceManager', '--token', > '80877d8f0fa64730c07 > > 8547941f62a72'] > > 03/02/09 09:57:42 -1226761328 ServiceManager > AGServiceManager.py:424 INFO Service failed to register: > 80877d8f0fa64730c078547941f62a72 > > 03/02/09 09:57:42 -1226761328 Hosting ServiceContainer.py:17 > ERROR Processing Failure > > exceptions:Exception > > Service failed to become reachable > > [trace: /usr/lib/python2.4/site- > packages/ZSI/ServiceContainer.py:108:_Dispatch > > /usr/lib/python2.4/site- > packages/AccessGrid3/AccessGrid/interfaces/AGServiceManager_interface.p > y:943:soap_AddService > > /usr/lib/python2.4/site- > packages/AccessGrid3/AccessGrid/AGServiceManager.py:147:AddService > > /usr/lib/python2.4/site- > packages/AccessGrid3/AccessGrid/AGServiceManager.py:425:__ExecuteServic > e] > > -------------------------------------------- > > > > any advice would be greatly appreciated!! > > > > thanks, > > > > --fred > > > > > >