Your message dated Sat, 26 Jul 2014 13:06:48 -0700
with message-id <[email protected]>
and subject line Re: [Pkg-sysvinit-devel] Bug#756114: invoke-rc.d gets stuck
when run from postinst for gnukhata-core-engine
has caused the Debian Bug report #756114,
regarding invoke-rc.d gets stuck when run from postinst for gnukhata-core-engine
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
756114: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756114
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
package: sysv-rc
version: 2.88dsf-41+deb7u1
severity: critical
reason: breaks upgrades
Installation never completes when 'invoke-rc.d gnukhata-core-engine
start' is run from the terminal. It works fine on sid with systemd. Same
issue was reported on Ubuntu https://bugs.launchpad.net/bugs/1348757 but
Steve don't think it is a sysvinit bug. It is likely a bug in packaging
(in that case consider this as RFH), can you help me fix it?
Currently I work around this by starting gnukhata-core-engine when
gnukhata is installed, but that doesn't work when gnukhata-core-engine
is upgraded. Users already reported this issue
https://gitlab.com/gnukhata/deskapp/issues/31
--- End Message ---
--- Begin Message ---
On Sat, Jul 26, 2014 at 05:34:18PM +0530, Praveen Arimbrathodiyil wrote:
> package: sysv-rc
> version: 2.88dsf-41+deb7u1
> severity: critical
> reason: breaks upgrades
> Installation never completes when 'invoke-rc.d gnukhata-core-engine start'
> is run from the terminal. It works fine on sid with systemd. Same issue was
> reported on Ubuntu https://bugs.launchpad.net/bugs/1348757 but Steve don't
> think it is a sysvinit bug. It is likely a bug in packaging (in that case
> consider this as RFH), can you help me fix it?
This is not the way to send an RFH. If you need help with your package,
please use an appropriate forum such as debian-mentors or debian-devel - not
by filing bug reports against packages that you are invoking incorrectly.
The problem you are experiencing is almost certainly because
start-stop-daemon expects to be launching a *daemon* by default and your
program is running in the foreground rather than detaching. This is not the
best way to run programs with start-stop-daemon; however, if your program
doesn't have an option to be run in the background, you can run
start-stop-daemon with the --background option. If you do this, make sure
to read the caveat in the start-stop-daemon(8) manpage.
--
Steve Langasek Give me a lever long enough and a Free OS
Debian Developer to set it on, and I can move the world.
Ubuntu Developer http://www.debian.org/
[email protected] [email protected]
signature.asc
Description: Digital signature
--- End Message ---
_______________________________________________
Pkg-sysvinit-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-sysvinit-devel