I was trying to install hep on my debian sid. I have twisted 1.3. I installed yarn-0.2 and hep-0.6. But I have problems when starting up the hep application:
Here is the command line for creating tap file: mktap hep -d ~/hepdata -p xxxx --pop3-port 5110 --imap-port 5143 --smtp-port 5025
The twistd.log file contains the following error in the end: 2004/09/13 23:08 PDT [-] service.startService() 2004/09/13 23:08 PDT [-] File "/usr/lib/python2.3/site-packages/twisted/applic ation/service.py", line 210, in startService 2004/09/13 23:08 PDT [-] service.startService() 2004/09/13 23:08 PDT [-] File "/usr/lib/python2.3/site-packages/hep/services/s mtp.py", line 35, in startService 2004/09/13 23:08 PDT [-] portal = self.parent.getServiceNamed('Authenticator ').portal 2004/09/13 23:08 PDT [-] AttributeError: Service instance has no attribute 'port al'
The daemon is not running, the process in twistd.pid does not exist. I am still trying to figure this out, but can someone give me quick hints ?