-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Ok. I finally got tmda to compile the cgi scripts properly, and heres
what happens next. It gives me a login page, so I login with my username
and password. Next screen that appears is this:
A problem occurred in a Python script. Here is the sequence of function
calls leading up to the error, in the order they occurred.
~ /var/tmda/contrib/cgi/tmda-cgi.py
<file:///var/tmda/contrib/cgi/tmda-cgi.py>
~ 119 #cgi.print_form(PVars)
~ 120
~ 121 # This is the end my friend.
~ 122 if __name__ == '__main__':
~ 123 main()
*main* = <function main>
~ /var/tmda/contrib/cgi/tmda-cgi.py
<file:///var/tmda/contrib/cgi/tmda-cgi.py> in *main*()
~ 88 PVars["Headers"] = "short"
~ 89 PVars["InProcess"] = {}
~ 90 PVars.Save()
~ 91
~ 92 import CgiUtil
/global/ *PVars* = <Session.Session instance>, PVars.*Save* = <bound
method Session.Save of <Session.Session instance>>
~ /var/tmda/contrib/cgi/Session.py
<file:///var/tmda/contrib/cgi/Session.py> in
*Save*(self=<Session.Session instance>)
~ 154 except OSError:
~ 155 pass
~ 156 F = open(CGI_SESSION_PREFIX + self.SID, "w")
~ 157 pickle.dump(self.Vars, F)
~ 158 F.close()
F /undefined/, open /undefined/, /global/ *CGI_SESSION_PREFIX* =
'/tmp/TMDASess.', *self* = <Session.Session instance>, self.*SID* =
'wIHl5wJK'
*IOError*: [Errno 13] Permission denied: '/tmp/TMDASess.wIHl5wJK'
~ __doc__ = 'I/O operation failed.'
~ __getitem__ = <bound method IOError.__getitem__ of
<exceptions.IOError instance>>
~ __init__ = <bound method IOError.__init__ of <exceptions.IOError
instance>>
~ __module__ = 'exceptions'
~ __str__ = <bound method IOError.__str__ of <exceptions.IOError
instance>>
~ args = (13, 'Permission denied')
~ errno = 13
~ filename = '/tmp/TMDASess.wIHl5wJK'
~ strerror = 'Permission denied'
Whats this one? I looked up the file. Here is what it says:
- -rw-r--r-- 1 nobody apache 177 Jan 26 11:52 TMDASess.wIHl5wJK
I'm a bit lost now.
Any help is greastly appreciated!
- --- Dan
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQE+NDONxQEzeXtVwzoRAt3WAJ0XikL4SocoY1GRBsfk8mAIimXiEwCgziT7
bV9fY1OcM6ZwK2YIYN/BeO4=
=5wk4
-----END PGP SIGNATURE-----
_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users
- Re: TMDA-CGI errors Dan Egli
- Re: TMDA-CGI errors Richard Smith
- Re: TMDA-CGI errors Dan Egli
- Re: TMDA-CGI errors Richard Smith
- Re: TMDA-CGI errors Dan Egli
- Re: TMDA-CGI errors Jason R. Mastaler
