Koozali.org: home of the SME Server

Service-control-module problem on 5.1.2

DJ_Ramjet99

Service-control-module problem on 5.1.2
« on: March 01, 2002, 12:16:12 AM »
Just installed this module on a test box (e-smith-service-control-1.1.0-0.1.noarch.rpm) with a straight rpm -Uvh command. Only difference from a Vanilla box is that I have also put the port forwarding module on.

The problem is that attempting to activate/deactivate any service results in a 'page cannot be displayed error' in the right window. I do not lose the menu on the left and can continue other operations as normal. I can then also then jump back to the service control module, but the change I made has not happened.

Any ideas how to resolve this ?

DJ_Ramjet99

Re: Service-control-module problem on 5.1.2
« Reply #1 on: March 01, 2002, 12:23:15 AM »
No problem, found the updated module, all cool now.

Andre Courchesne - Consu

Re: Service-control-module problem on 5.1.2
« Reply #2 on: March 01, 2002, 01:00:34 AM »
Where sis you find an updated module I looked on the FTP site and all I see is e-smith-service-control-1.1.0-01.noarch.rpm

Andre Courchesne - Consultant
www.acc.dns2go.com


Michael

Re: Service-control-module problem on 5.1.2
« Reply #4 on: March 02, 2002, 01:19:36 PM »
Isn't that updated module (0.0.1) a little older than the original (1.1.0)?

BTW: I'm always having troubles with these modules as they often call themselves on localhost:910 (or whatever port httpd is running). I think this is due to my using transparent proxy?

If I change the line "-action => $q->url (-absolut => 1));" to " -action => $q->url (-relative => 1));" everything's fine.

Is this a known problem?