Is the Cron Package Broken ?
-
Is the Cron Package Broken ?
Tried to install it today and it gets stuck in "Loading package instructions…".
1.2.3-RC2
built on Tue Jun 16 00:34:36 EDT 2009 -
Scroll down to the bottom of the page, is there a PHP error obscured behind the bottom part of the package installer window?
I saw that earlier when I was working on the rate package. You may have to view the source of the page to see the error.
-
Scroll down to the bottom of the page, is there a PHP error obscured behind the bottom part of the package installer window?
I saw that earlier when I was working on the rate package. You may have to view the source of the page to see the error.
will do..
This is the error I get.
Fatal error: Cannot redeclare load_balancer_use_sticky() (previously declared in /etc/inc/services.inc:36) in /etc/inc/services.inc on line 35
-
I think mcrane is the one who made that package, I'd report that to him (or perhaps he'll see this thread?)
Looks like he should have used require_once("services.inc") instead of require("services.inc");
-
I think mcrane is the one who made that package, I'd report that to him (or perhaps he'll see this thread?)
Looks like he should have used require_once("services.inc") instead of require("services.inc");
cool tha jimp
Also ask mcrane to eamil me, he needs to tell me what SIP PROXY PORTS the freeswitch package uses. Snort uses 5060 for voip.
Its for the custom pfsesne voip rules.Thanx
-
As suggested by jimp I have modified the require to use require_once and committed the changes. I hope that helps.
Also ask mcrane to email me, he needs to tell me what SIP PROXY PORTS the freeswitch package uses. Snort uses 5060 for voip.
Its for the custom pfsense voip rules.FreeSWITCH SIP ports typically uses 5060 - 5090 tcp or udp.
RTP uses UDP ports 16384 - 32768