ispCP - Board - Support
[SOLVED] Can`t start ispcp_network. - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: [SOLVED] Can`t start ispcp_network. (/thread-9896.html)



[SOLVED] Can`t start ispcp_network. - freed1985 - 03-07-2010 09:02 PM

My System:CentOS 5.4
ispCP version:ispCP 1.0.4

When I install ispCP,there was no error.

but,I can`t start ispcp_network.
When i run service ispcp_network start.

it report errors like this:
Code:
[root@localhost~]#service ispcp_network start
/etc/init.d/ispcp_network: line 169:unexpected EOF while looking for matching'"'
/etc/init.d/ispcp_network: line 175:syntax error: unexpected end of file



RE: Can`t start ispcp_network. - kilburn - 03-07-2010 10:23 PM

I can't see any flaw on our version of the init file. Could you post the contents of your /etc/init.d/ispcp_network file please? Thanks.


RE: Can`t start ispcp_network. - joximu - 03-07-2010 10:38 PM

line 66:
SERVICES_OUT="25 465 587

here a " might be lost...

at least there is one in the other OS files...

/J


RE: Can`t start ispcp_network. - kilburn - 03-07-2010 10:45 PM

*owned* Wink


RE: Can`t start ispcp_network. - joximu - 03-07-2010 10:47 PM

corrected in trunk - r2663


RE: Can`t start ispcp_network. - freed1985 - 03-07-2010 11:48 PM

Thanks to joximu and all person upstairs.

I edited ispcp_network line 66:SERVICES_OUT="25 465 587

Just as joximu said,there lost a ".

It`s running now.

Thank you!!


RE: [SOLVED] Can`t start ispcp_network. - foxb - 03-08-2010 03:37 AM

Just to add to same problem...

the service does not start automatically
Code:
chkconfig --level 345 ispcp_network on
service ispcp_network does not support chkconfig

I suspect that:
Code:
# chkconfig: - ???????
is missing


RE: [SOLVED] Can`t start ispcp_network. - digiwalker - 03-26-2010 11:11 AM

(03-08-2010 03:37 AM)foxb Wrote:  Just to add to same problem...

the service does not start automatically
Code:
chkconfig --level 345 ispcp_network on
service ispcp_network does not support chkconfig

I suspect that:
Code:
# chkconfig: - ???????
is missing


I am getting same exact error...can run it manually but cant run chkconfig on it....


RE: [SOLVED] Can`t start ispcp_network. - kafuse - 03-26-2010 02:56 PM

(03-26-2010 11:11 AM)digiwalker Wrote:  
(03-08-2010 03:37 AM)foxb Wrote:  Just to add to same problem...

the service does not start automatically
Code:
chkconfig --level 345 ispcp_network on
service ispcp_network does not support chkconfig

I suspect that:
Code:
# chkconfig: - ???????
is missing


I am getting same exact error...can run it manually but cant run chkconfig on it....

refer to:
http://isp-control.net/forum/thread-10090.html