Randy Bush writes:
- ok.  i have it logging
- 
- Traceback (most recent call last):
-   File "/usr/local/lib/jabber/pyaim/PyAIMt.py", line 16, in <module>
-     main.main()
-   File "/usr/local/lib/jabber/pyaim/src/main.py", line 473, in main
-     app = App()
-   File "/usr/local/lib/jabber/pyaim/src/main.py", line 410, in __init__
-     pid = int(str(pf.readline().strip()))
- ValueError: invalid literal for int() with base 10: ''

        Hmm, looking at the sources for 0.7c (which is what the
FreeBSD port seems to be), that line is trying to slurp in the
contents of the existing pidfile, and verify that nothing is
using it..

        I'd say to stop the daemon (yea, it's not running, I
know.. :), remove the pidfile, and start it running agin..  The
pidfile should be something like /var/jabberd/pid/PyAIMt.pid (if
I'm reading the Makefile correctly for the port via cvsweb..)

        Sure you don't want to use the package I've built via
pkgsrc?  pkgsrc works very well on FreeBSD.. :-)

--
Eric Schnoebelen                [EMAIL PROTECTED]               
http://www.cirr.com
  "The IETF already has more than enough RFCs that codify the obvious, make
   stupidity illegal, support truth, justice, and the IETF way, and generally
   demonstrate the author is a brilliant and valuable Contributor to The 
   Standards Process"?  -- Vernon Schryver
_______________________________________________
py-transports mailing list
[email protected]
http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports

Reply via email to