Welcome to Pandora FMS Community › Forums › Community support › problem with service restarting
-
problem with service restarting
Posted by yduma on October 23, 2008 at 03:13hi
I have something with restarting pandora_server and network. I getps -e | grep pandora
27830 ? 00:04:37 pandora_agent
20600 ? 06:13:25 pandora_network
20641 ? 00:04:05 pandora_server
server1:~ # /etc/init.d/pandora_network restart
/etc/init.d/pandora_network: line 54: [: too many arguments
Stopping Pandora FMS Network Server
/etc/init.d/pandora_network: line 28: 14372 Terminated $0 stop
/etc/init.d/pandora_network: line 32: [: too many argumentsPandora FMS Network Server 2.0Beta1 Build PS080822 Copyright (c) 2004-2008 ArticaST
This program is OpenSource, licensed under the terms of GPL License version 2.
You can download latest versions and documentation at http://pandora.sourceforge.net- Server basepath is /etc/pandora/pandora_server.conf
- Server logfile at /var/log/pandora/pandora_server.log
- Server errorlogfile at /var/log/pandora/pandora_server.error
- Server incoming directory at /var/spool/pandora/data_in
- Server keepalive 60
- Server threshold 10
- You are running Pandora FMS Network Server.
- This server is running in MASTER mode.
- Pandora FMS Server [server1_Net] is running and operative
- Starting up network threads
- Backgrounding Pandora FMS Network Server process.
Pandora Network Server is now running with PID 14384 14374 14371 20600
server1:~ # ps -e | grep pandora
27830 ? 00:04:37 pandora_agent
20600 ? 06:13:33 pandora_network
20641 ? 00:04:05 pandora_server
14384 ? 00:00:03 pandora_networkserver1~ # ps -e | grep pandora
27830 ? 00:04:37 pandora_agent
20641 ? 00:04:05 pandora_server
14384 ? 00:00:38 pandora_network
server1:~ # /etc/init.d/pandora_server restart
/etc/init.d/pandora_server: line 54: [: too many arguments
Stopping Pandora FMS Data Server
/etc/init.d/pandora_server: line 28: 15777 Terminated $0 stop
/etc/init.d/pandora_server: line 32: [: too many argumentsPandora FMS Data Server 2.0Beta1 Build PS080822 Copyright (c) 2004-2008 ArticaST
This program is OpenSource, licensed under the terms of GPL License version 2.
You can download latest versions and documentation at http://pandora.sourceforge.net- Server basepath is /etc/pandora/pandora_server.conf
- Server logfile at /var/log/pandora/pandora_server.log
- Server errorlogfile at /var/log/pandora/pandora_server.error
- Server incoming directory at /var/spool/pandora/data_in
- Server keepalive 60
- Server threshold 10
- You are running Pandora FMS Data Server.
- This server is running in MASTER mode.
- Pandora FMS Server [server1_Data] is running and operative
- Backgrounding Pandora FMS Data Server process.
Pandora Data Server is now running with PID 15789 15779 15776 20641
server1:~ # ps -e | grep pandora
27830 ? 00:04:37 pandora_agent
20641 ? 00:04:05 pandora_server
14384 ? 00:00:46 pandora_network
15789 ? 00:00:00 pandora_servermanu replied 16 years, 2 months ago 2 Members · 30 Replies -
30 Replies
-
-
-
-
-
-
-
::
download from https://pandora.svn.sourceforge.net/svnroot/pandora/branches/pandora_2.0/pandora_server/
same problem
-
-
-
-
-
-
-
::
That’s absolutely what’s happening then.
Use this start-up scripts instead of the ones you have:
http://pandora.svn.sourceforge.net/viewvc/pandora/branches/pandora_1.3.x/pandora_server/pandora_server?revision=693
(That’s the data server, you have the network server and the rest ones in that pandora_server/ directory) -
-
::
I told you, you have to download the other scripts from: http://pandora.svn.sourceforge.net/viewvc/pandora/branches/pandora_1.3.x/pandora_server/ (you have to read carefully, mate)
There you can see pandora_recon, pandora_network and pandora_snmpconsole.
-
::
I download this – http://pandora.svn.sourceforge.net/viewvc/pandora/branches/pandora_1.3.x/pandora_server/pandora_network?revision=745
and same error with network
other I don’t use -
-