IGMP Proxy stops working on PPPoE reset every day on embedded
-
I would put them each in separate exec() commands to be safer.
-
Okay. I'll try that…
-
Hmmm. It doesn't work that way. That beast doesn't get started! :(
-
Well, today it worked. But I had to put the exec statements before the 'return 0;' in that file. I'll check one more time and tell you if it still persists and all is well ;)
Thanks
-
Ok. This way it works. It needs to be above the last 'return 0;' statement…
-
So did it work with just the start above the return, or did it also require the kill?
-
I just tried it with the killall command. Will try tonight just with the start command…
-
Okay. Did not work without the killall. So I'll put it back in ;)
-
Okay. With the kill in place again it works as expected. Thanks jimp for the workaround, would be great to know if somebody could fix the package…
-
The package's resync command already kills and then re-runs the proxy, so it's not really clear why it isn't "just working"
You could try to experiment with adding a sleep(10); call in /usr/local/pkg/igmpproxy.inc inside of the igmpproxy_resync(), under the killbyname command.
-
Ok jimp. I will try that tonight. I used five seconds cause I also used that value in the other file. Can tell you tomorrow if that worked, too…
-
Hi jimp,
that didn't work either….
Weird. So I'll stay with the fix in rc.newwanip ;)