02-01-07 12:11 AM
Hi Stefan, Hi Michael
I checked this deb:
http://www.apache.org/dist/director...3
86.deb
The init script in the deb differs from to the script installed by the
installer. Here is the diff, I removed my custom changes:
---------------------------------------------------------
$ diff apacheds /etc/init.d/apacheds
155,156c160,161
< [ "$RETVAL" -eq 0 ] && success $"apacheds server startup" || \
< failure $"apacheds server start"
---
> [ "$RETVAL" -eq 0 ] && echo successful apacheds server startup
|| \
> echo failure apacheds server start
186,187c191,192
< [ "$RETVAL" -eq 0 ] && success $"apacheds server shutdown" ||
\
< failure $"apacheds server shutdown"
---
> [ "$RETVAL" -eq 0 ] && echo successful apacheds server
shutdown || \
> echo failure apacheds server shutdown
---------------------------------------------------------
So a quick fix should be to add the missing "echo" commands in
/etc/init.d/apacheds
If it works we should patch the published deb.
Regards,
(another) Stefan
Stefan Zoerner schrieb:
> Hi all!
>
> Michael has problems if he tries to start ApacheDS on a Debian Linux.
> I only have Solaris boxes here. Any idea? seems to be something with
> the shell, see below ...
>
>
> Thanks in advance + Greetings from Hamburg,
> Stefan
>
> ---8<---
>
> Stefan Zoerner (szoerner-1oDqGaOF3Lkdnm+yROfE0A@public.gmane.org)
> Apache Directory Project
> Committer :: PMC Member
[ Post a follow-up to this message ]
|