[Zope] Re: starting zope with su instead of -u
Dylan Reinhardt
zope@dylanreinhardt.com
31 May 2003 09:12:56 -0700
Thanks for the suggestion, Maik.
Poking at this a bit more, I think I may have a more basic problem, e.g:
# su zope
$ whoami
zope
$ exit
# su -c whoami zope
root
#
Looks like it's time to see if anyone on the Gentoo list knows anything
about this.
Thanks again,
Dylan
On Sat, 2003-05-31 at 07:04, Maik Jablonski wrote:
> > Dylan Reinhardt wrote:
> >
> >>This feels like a huge newbie question, but I'm starting to lose hair
> >>and I was surprised not to find anything helpful in the archives.
> >
> >>su - -c START_COMMAND zope
>
> Hi Dyland,
>
> maybe you should use the following syntax from the init-script (leave
> out the first dash):
>
> su -c "/home/zope/Zope/start" zope &
>
> Cheers, Maik
>
>
>
> _______________________________________________
> 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 )