Can't get past the login screen...
I've installed Zope on a RH system, I get the password dialog (for 3 gerr... days) but nothing else, the system continues to ask for a correct username/password. I have run the zpasswd.py script with "access" and "inituser" in both the /usr/lib/zope2.7 and it's "bin" directory, used clear passwords, and the default, changed permissions (on everything) to "zope" (Zope runs as user zope on my system). Restarted after each password change, run it with Galeon, Mozilla, Konqueror... From a remote machine and a local, searched the mailing list (Yahoo lists SUCKS, btw), Google, and the Zope site and read the logs. The best message I have received from zope comes from Konqueror "Authentication Failed!" Can anyone suggest how I might get Zope working? Thank you. (This is SO FRUSTRATING!!!) -Ron Details: RH 7.2, Zope: 2.7.0-b2, Python2-2.2.3-1, Zope and Python compiled and installed from rpm's.
You can use "zopectl adduser" (this is explained on the QuickStart page if you've not already added a user). This does the same thing as "zpasswd" but you need to think less. On Wed, 2003-09-17 at 11:49, Ron wrote:
I've installed Zope on a RH system, I get the password dialog (for 3 gerr... days) but nothing else, the system continues to ask for a correct username/password.
I have run the zpasswd.py script with "access" and "inituser" in both the /usr/lib/zope2.7 and it's "bin" directory, used clear passwords, and the default, changed permissions (on everything) to "zope" (Zope runs as user zope on my system). Restarted after each password change, run it with Galeon, Mozilla, Konqueror... From a remote machine and a local, searched the mailing list (Yahoo lists SUCKS, btw), Google, and the Zope site and read the logs.
The best message I have received from zope comes from Konqueror "Authentication Failed!"
Can anyone suggest how I might get Zope working?
Thank you. (This is SO FRUSTRATING!!!)
-Ron
Details: RH 7.2, Zope: 2.7.0-b2, Python2-2.2.3-1, Zope and Python compiled and installed from rpm's.
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev ) -- Chris McDonough <chrism@zope.com> Zope Corporation
Chris McDonough wrote:
You can use "zopectl adduser" (this is explained on the QuickStart page if you've not already added a user). This does the same thing as "zpasswd" but you need to think less.
Thank you, thank you, thank you! Whew, what an end to a loooonnng process. Sure were a lot of gotcha's..., hopefully that was the last one :-) Thank you again, can't wait to start playing! -Ron
I think you need to do this in the zope instance, which is probably located in /var/lib/zope or some other place under /var. Unless you installed it elsewhere. On Wed, 2003-09-17 at 10:49, Ron wrote:
I've installed Zope on a RH system, I get the password dialog (for 3 gerr... days) but nothing else, the system continues to ask for a correct username/password.
I have run the zpasswd.py script with "access" and "inituser" in both the /usr/lib/zope2.7 and it's "bin" directory, used clear passwords, and the default, changed permissions (on everything) to "zope" (Zope runs as user zope on my system). Restarted after each password change, run it with Galeon, Mozilla, Konqueror... From a remote machine and a local, searched the mailing list (Yahoo lists SUCKS, btw), Google, and the Zope site and read the logs.
The best message I have received from zope comes from Konqueror "Authentication Failed!"
Can anyone suggest how I might get Zope working?
Thank you. (This is SO FRUSTRATING!!!)
-Ron
Details: RH 7.2, Zope: 2.7.0-b2, Python2-2.2.3-1, Zope and Python compiled and installed from rpm's.
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev ) -- Edward Muller - http://www.interlix.com - "Open Source Specialists" Dedicated Zope Hosting - Web Hosting - Open Source Consulting Network & PC Service & Support - Custom Programming Phone: 417-862-0573 - Cell: 417-844-2435 - Fax: 417-862-0572 Jabber: edwardam@jabber.interlix.com - AIM: edwardam453 - ICQ: 287033
Ron wrote at 2003-9-17 08:49 -0700:
I've installed Zope on a RH system, I get the password dialog (for 3 gerr... days) but nothing else, the system continues to ask for a correct username/password.
I have run the zpasswd.py script with "access" and "inituser" in both the /usr/lib/zope2.7 and it's "bin" directory, used clear passwords, and the default, changed permissions (on everything) to "zope" (Zope runs as user zope on my system). Restarted after each password change, run it with Galeon, Mozilla, Konqueror... From a remote machine and a local, searched the mailing list (Yahoo lists SUCKS, btw), Google, and the Zope site and read the logs.
The best message I have received from zope comes from Konqueror "Authentication Failed!"
Can anyone suggest how I might get Zope working?
Thank you. (This is SO FRUSTRATING!!!)
I can understand you. However, my only idea: you probably put "inituser/access" at a place where Zope does not look for them. Almost surely, there is documentation about your Zope installation. It should tell you what the initial user/password is and where the Zope "instance" is (that's where Zope looks for these files). If you do not find this documentation, fetch Zope's source distribution, untar, run "python wo_pcgi.py", note the initial user and password displayed at the end, "start". It's a matter of about 10-20 minutes...
... Details: RH 7.2, Zope: 2.7.0-b2, Python2-2.2.3-1, Zope and Python compiled and installed from rpm's.
Ups: what I said above was for Zope 2.6.x. Zope 2.7 is completely different... Dieter
participants (4)
-
Chris McDonough -
Dieter Maurer -
Edward Muller -
Ron