[root@static ~]# service iptables status
Firewall is stopped.
[root@static ~]# service httpd statusservice httpd status
Usage: httpd {start|stop|restart|condrestart|try-restart|force-reload|reload|status|fullstatus|graceful|help|conf  igtest}
[root@static ~]# service httpd status
httpd is stopped
[root@static ~]# service postgresql status
postmaster is stopped
[root@static ~]# service IBSng status
ibs.py is stopped
[root@static ~]# service pptpd status
pptpd: unrecognized service
[root@static ~]# service iptables start
[root@static ~]# service iptables start
[root@static ~]# service postgresql start
Starting postgresql service:                               [  OK  ]
[root@static ~]# service httpd start
Starting httpd:                                            [  OK  ]
[root@static ~]# service pptpd start
pptpd: unrecognized service
[root@static ~]# service IBSng start
Starting IBSng Core: importing required files ...
forking ...
IBSng started with pid=0
Calling Initializer routins
IBSng started with pid=3565
Shutting down on error
Traceback (most recent call last):
  File "/usr/local/IBSng/ibs.py", line 65, in start
    mainThreadInitialize()
  File "/usr/local/IBSng/ibs.py", line 40, in mainThreadInitialize
    core.main.init()
  File "/usr/local/IBSng/core/main.py", line 41, in init
    server.init()
  File "/usr/local/IBSng/core/server/server.py", line 11, in init
    server=xmlrpcserver.XMLRPCServer((defs.IBS_SERVER_  IP,defs.IBS_SERVER_PORT))
AttributeError: 'module' object has no attribute 'IBS_SERVER_IP'
IBSng Failed to start!
                                                           [FAILED]
[root@static ~]# service IBSng restart
Stopping ibs.py:                                           [FAILED]
Starting IBSng Core: importing required files ...
forking ...
IBSng started with pid=0
Calling Initializer routins
IBSng started with pid=3591
Shutting down on error
Traceback (most recent call last):
  File "/usr/local/IBSng/ibs.py", line 65, in start
    mainThreadInitialize()
  File "/usr/local/IBSng/ibs.py", line 40, in mainThreadInitialize
    core.main.init()
  File "/usr/local/IBSng/core/main.py", line 41, in init
    server.init()
  File "/usr/local/IBSng/core/server/server.py", line 11, in init
    server=xmlrpcserver.XMLRPCServer((defs.IBS_SERVER_  IP,defs.IBS_SERVER_PORT))
AttributeError: 'module' object has no attribute 'IBS_SERVER_IP'
IBSng Failed to start!
                                                           [FAILED]