Your message dated Thu, 07 Sep 2006 22:30:28 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#386464: Openser on Etch
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: openser
Version: 1.1.0-2
Upgraded from Sarge with aptitude dist-upgrade to Etch. On Sarge Openser
(with the same config) was working fine.
When I install the package Openser on Etch and configure it, it is saying:
$ /etc/init.d/openser start
Not starting openser: fork=no specified in config file;
run /etc/init.d/openser debug instead
Relevant part of /etc/openser/openser.cfg:
#
# $Id: openser.cfg,v 1.6 2006/02/15 18:23:46 bogdan_iancu Exp $
#
fork=yes
log_stderror=no # (cmd line: -E)
/* Uncomment these lines to enter debugging mode
fork=no
log_stderror=yes
*/
Working version of /etc/openser/openser.cfg:
#
# $Id: openser.cfg,v 1.6 2006/02/15 18:23:46 bogdan_iancu Exp $
#
fork=yes
log_stderror=no # (cmd line: -E)
/* Uncomment these lines to enter debugging mode
#fork=no
#log_stderror=yes
*/
--
--- End Message ---
--- Begin Message ---
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
Hi,
> $ /etc/init.d/openser start
> Not starting openser: fork=no specified in config file;
> run /etc/init.d/openser debug instead
>
> Relevant part of /etc/openser/openser.cfg:
>
> #
> # $Id: openser.cfg,v 1.6 2006/02/15 18:23:46 bogdan_iancu Exp $
> #
> fork=yes
> log_stderror=no # (cmd line: -E)
> /* Uncomment these lines to enter debugging mode
> fork=no
> log_stderror=yes
> */
The init script doesn't take /* */ comments into account. You'll have
to get used to it, I'm sorry.
JB.
--
Julien BLACHE - Debian & GNU/Linux Developer - <[EMAIL PROTECTED]>
Public key available on <http://www.jblache.org> - KeyID: F5D6 5169
GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169
--- End Message ---