Dear: engineer I install zope on Linux was succeed . But when I start it the operating system cue : Traceback (innermost last): File /home/chrism/Zope-2.6.2-linux2-x86/z2.py, line 843, in ? SystemExit: A user was not specified to setuid to; fix this to start as root (see doc/SETUID.txt) What I will do? please help me ! Thanks a lot ! Love Zope :Link
Read the installation readme. You tried to start zope as superuser but did not include a user name for zope to run under. You might create a user 'zopeuser' and then restart (as superuser) including '-u zopeuser' as one of the flags passed to z2.py On Thu, 30 Oct 2003 lyx@email.netchina.com.cn wrote:
Dear: engineer
I install zope on Linux was succeed . But when I start it the operating system cue :
Traceback (innermost last):
File /home/chrism/Zope-2.6.2-linux2-x86/z2.py, line 843, in ?
SystemExit: A user was not specified to setuid to; fix this to start as root (see doc/SETUID.txt)
What I will do? please help me !
Thanks a lot !
Love Zope :Link
Hi,
Traceback (innermost last):
File /home/chrism/Zope-2.6.2-linux2-x86/z2.py, line 843, in ?
SystemExit: A user was not specified to setuid to; fix this to start as root (see doc/SETUID.txt)
I am runing zope as root . What you have to do .. After installing zope run following command with in unpacked zope directory. chmod 0+t var and then start zope as ./start -u root may be it will help you . cheers rajeev -- ======================================================= ---------------- "Linux drives you from creativity to innovation" ------------------------- ==================== Rajeev Sharma Netcore Solutions Pvt. Ltd 402,Peninsula chambers Morarjee Mills Comp Ganpatrao Kadam Marg Mumbai 400 013 India. Tel:+91(22)56628000 EXT-128 ---------------------------------------------------------------- NETCORE SOLUTIONS *** Ph: +91 22 5662 8000 Fax: +91 22 5662 8134 MailServ and FlexiMail: Messaging Solutions: http://netcore.co.in Pragatee: Integrated Server-Software Suite: http://www.pragatee.com Emergic Freedom: Server-centric Computing: http://www.emergic.com BlogStreet: Blog Profiles and RSS Ecosystem: http://blogstreet.com Deeshaa: Rural Development: http://www.deeshaa.com Rajesh Jain's Weblog on Technology: http://www.emergic.org ----------------------------------------------------------------
Read the README materials which come with the distribution. It explains the security problems and how to set things up to run. The materials distribed with recent releases (we use 2.6.2) are detailed and clear. On Fri, 31 Oct 2003, Sergey Volobuev wrote:
I am runing zope as root . What you have to do ..
Running zope as root is not recommended, AFAIK. I believe it is very-very bad for security reasons.
_______________________________________________ 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 )
Hello everybody, Previous thread of starting Zope as root is not secure , really helped me lot . Thanks to everybody for it . Now i have a problem. I added Zwiki product in the Products directory of zope and i can see it in the dropdown menu of ZMI. But whenever i added a wiki site it gives me following error.. It is the last traceback with in ZMI * Module ZPublisher.Publish, line 150, in publish_module * Module ZPublisher.Publish, line 114, in publish * Module Zope.App.startup, line 199, in zpublisher_exception_hook * Module ZPublisher.Publish, line 98, in publish * Module ZPublisher.mapply, line 88, in mapply * Module ZPublisher.Publish, line 39, in call_object * Module Products.ZWiki.ZWikiPage, line 284, in __call__ * Module Products.ZWiki.CMF, line 82, in __call__ * Module Products.CMFCore.utils, line 161, in _getViewFor What can be wrong. Rajeev -- ======================================================= ---------------- "Linux drives you from creativity to innovation" ------------------------- ==================== Rajeev Sharma Netcore Solutions Pvt. Ltd 402,Peninsula chambers Morarjee Mills Comp Ganpatrao Kadam Marg Mumbai 400 013 India. Tel:+91(22)56628000 EXT-128 ---------------------------------------------------------------- NETCORE SOLUTIONS *** Ph: +91 22 5662 8000 Fax: +91 22 5662 8134 MailServ and FlexiMail: Messaging Solutions: http://netcore.co.in Pragatee: Integrated Server-Software Suite: http://www.pragatee.com Emergic Freedom: Server-centric Computing: http://www.emergic.com BlogStreet: Blog Profiles and RSS Ecosystem: http://blogstreet.com Deeshaa: Rural Development: http://www.deeshaa.com Rajesh Jain's Weblog on Technology: http://www.emergic.org ----------------------------------------------------------------
Hello Same for me. The last version of zwiki is not fully working. I am still using the Wiki which came with my Plone 1.01, it's not packed with features, but it works well. Gilles ----- Original Message ----- From: "Rajeev Sharma" <rajeev@netcore.co.in> To: <zope@zope.org> Sent: Friday, October 31, 2003 10:56 AM Subject: [Zope] Zwiki error. Hello everybody, Previous thread of starting Zope as root is not secure , really helped me lot . Thanks to everybody for it . Now i have a problem. I added Zwiki product in the Products directory of zope and i can see it in the dropdown menu of ZMI. But whenever i added a wiki site it gives me following error.. It is the last traceback with in ZMI * Module ZPublisher.Publish, line 150, in publish_module * Module ZPublisher.Publish, line 114, in publish * Module Zope.App.startup, line 199, in zpublisher_exception_hook * Module ZPublisher.Publish, line 98, in publish * Module ZPublisher.mapply, line 88, in mapply * Module ZPublisher.Publish, line 39, in call_object * Module Products.ZWiki.ZWikiPage, line 284, in __call__ * Module Products.ZWiki.CMF, line 82, in __call__ * Module Products.CMFCore.utils, line 161, in _getViewFor What can be wrong. Rajeev -- ======================================================= ---------------- "Linux drives you from creativity to innovation" ------------------------- ==================== Rajeev Sharma Netcore Solutions Pvt. Ltd 402,Peninsula chambers Morarjee Mills Comp Ganpatrao Kadam Marg Mumbai 400 013 India. Tel:+91(22)56628000 EXT-128 ---------------------------------------------------------------- NETCORE SOLUTIONS *** Ph: +91 22 5662 8000 Fax: +91 22 5662 8134 MailServ and FlexiMail: Messaging Solutions: http://netcore.co.in Pragatee: Integrated Server-Software Suite: http://www.pragatee.com Emergic Freedom: Server-centric Computing: http://www.emergic.com BlogStreet: Blog Profiles and RSS Ecosystem: http://blogstreet.com Deeshaa: Rural Development: http://www.deeshaa.com Rajesh Jain's Weblog on Technology: http://www.emergic.org ---------------------------------------------------------------- _______________________________________________ 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 )
Rajeev Sharma wrote:
.... and then start zope as
./start -u root
may be it will help you .
Maybe this will help you give away root control of your server. Do not do this for anything other than a test configuration! This setting effectively gives anyone who manages or subverts the Zope install the keys to your server. Instead, create a minimally privileged user (e.g., "zope") and group. Make sure that user can update the Zope install's var directory. Then, use the "-u user" argument to set Zope to run as that user, e.g., "-u zope". Do not connect a server to the Internet unless you understand why this is important. -- ______________________________________________________ Steve McMahon Reid-McMahon, LLC
participants (6)
-
Dennis Allison -
Gilles Lavaux -
lyx@email.netchina.com.cn -
Rajeev Sharma -
Sergey Volobuev -
Steve McMahon