Bug#759432: gogoc exits after establishing tunnel when called by init.d script

2015-01-04 Thread Uli Luckas
Inspired by the first replay to a post on openwrt [1] I renamed the init script to gogoclient and it now works. It looks like the init script is killed in the process, because it has the same name as the daemon. The real fix would probably be to use a pid file? regards, Uli 1) https://dev.openwrt

Bug#759432: gogoc exits after establishing tunnel when called by init.d script

2015-01-02 Thread Craig Small
On Fri, Jan 02, 2015 at 06:28:10PM +0800, Ying-Chun Liu (PaulLiu) wrote: > I think something wrong with init system. Maybe systemd? Yeah, if systemd is involved, its usually systemd. Unfortunately, they'll blame the process rather than systemd. The fact it worked on a standard init but not systemd

Bug#759432: gogoc exits after establishing tunnel when called by init.d script

2015-01-02 Thread Craig Small
On Fri, Jan 02, 2015 at 09:36:32PM +0100, Uli Luckas wrote: > Same here. > Is anyone looking into the issue? Anything I can do? I'm not looking into it. I haven't used gogoc for a while since my ISP uses native IPv6. I probably should orphan the package. Anyhow, working out why the system fails,

Bug#759432: gogoc exits after establishing tunnel when called by init.d script

2015-01-02 Thread Uli Luckas
Same here. Is anyone looking into the issue? Anything I can do? regards, Uli -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#759432: gogoc exits after establishing tunnel when called by init.d script

2015-01-02 Thread Ying-Chun Liu (PaulLiu)
I think something wrong with init system. Maybe systemd? The following works: $ sudo /etc/init.d/gogoc stop $ sleep 60 $ sudo start-stop-daemon --start --exec /usr/sbin/gogoc -- Then gogoc runs perfect. You can use $ sudo start-stop-daemon --stop --signal HUP --exec /usr/sbin/gogoc to stop the d

Bug#759432: gogoc exits after establishing tunnel when called by init.d script

2014-08-27 Thread أحمد المحمودي
Package: gogoc Version: 1:1.2-5 Severity: normal Dear Maintainer, When gogoc is called from init.d script (ie. invoke-rc.d gogoc start), it exits after establishing the tunnel. Yet if I call gogoc from command line (ie. I just run 'gogoc'), gogoc remains running after the tunnel is est