دستورات رو زدم.همه ی دستورات بدون خطا اجرا شدن.و ok بودن.فقط وقتی دستور "service IBSng status" رو اجرا میکنم با عبارت "ibs.py is stopped" مواجه میشم.
کد:
[root@VPiraN ~]# service httpd stop
Stopping httpd:                                            [  OK  ]
[root@VPiraN ~]# service postgresql stop
Stopping postgresql service:                               [  OK  ]
[root@VPiraN ~]# service IBSng stop
Stopping ibs.py: ...                                       [  OK  ]
[root@VPiraN ~]# service httpd start
Starting httpd:                                            [  OK  ]
[root@VPiraN ~]# service postgresql start
Starting postgresql service:                               [  OK  ]
[root@VPiraN ~]# service IBSng start
Starting IBSng Core: importing required files ...
forking ...
IBSng started with pid=0
Calling Initializer routins
IBSng started with pid=10968
IBSng started successfully!
                                                           [  OK  ]
[root@VPiraN ~]# Successfully initialized, entering event loop ...


[root@VPiraN ~]# service IBSng status
ibs.py is stopped
[root@VPiraN ~]#