توجه ! این یک نسخه آرشیو شده میباشد و در این حالت شما عکسی را مشاهده نمیکنید برای مشاهده کامل متن و عکسها بر روی لینک مقابل کلیک کنید : مشکل نصب ibsng روی centos 5.8 32bit
tizparvaz
April 10th, 2012, 14:27
سلام من یه مشکل وچیک دارم
تمامی مراحل نصب و رفتم موقع استارت کردن سرویس ibsng این ارورو میده میدونید چیکار باید کرد
IBSng: unrecognized service
میگه سرویس به رسمیت شناخته نشده باید چیکار کنم ؟؟؟؟
allbert
April 10th, 2012, 14:44
شما ibs رو درست نصب نکردید و این ارور یعنی این برنامه اصلا نصب نشده
tizparvaz
April 10th, 2012, 15:20
شما ibs رو درست نصب نکردید و این ارور یعنی این برنامه اصلا نصب نشده
من دقیقا مراحل زیرو رفتم نصب نشده باشه مگه میره تو بخش ستاپ آِ بی اس ؟؟
مراحل :
دانلود کردن IBSng
wget http://voxel.dl.sourceforge.net/project/ibs/IBSng/IBSng-A1.24/IBSng-A1.24.tar.bz2
extract کردن آن
tar -xvjf IBSng-A1.24.tar.bz2 -C /usr/local
ویرایش فایل pg_hba.conf
service postgresql start
nano /var/lib/pgsql/data/pg_hba.conf
اضافه کردن متن زیر در خط اول فایل
local IBSng ibs trust
Ctrl+x = save
service postgresql restart
ساخت یوزر و دیتا بیس
su - postgres
createuser ibs
createdb IBSng
createlang plpgsql IBSng
logout
نصب IBSng
service httpd start
/usr/local/IBSng/scripts/setup.py
1>2>2>1>enter pass admin>1>2>5>1>3>1>2>b>x
1 Install
2 Test DB Connection and Continue
2 Compile Configuration and Continue
1 Import Tables and Continue
Enter System password
1 Copy ibs.conf to '/etc/httpd/conf.d'
2 Chown apache directories to 'apache'
5 Countinue
1 Copy Redhat init file to /etc/init.d
3
1
2 Set IBSng to start on reboot
b Back to main menu
x Exit
service httpd reload
service IBSng start
میشه بگید کجای کار اشتباهه ؟
پس چطوری باید نصب بشه ؟
---------- Post added at 02:20 PM ---------- Previous post was at 01:49 PM ----------
یکی کمک میکنه
allbert
April 10th, 2012, 15:26
service httpd restart
service ibsng restart
این دستور رو بزنید و خروجی رو اینجا بزارید
tizparvaz
April 10th, 2012, 15:38
[root@ip134 ~]# service httpd restart
Stopping httpd: [ OK ]
Starting httpd: httpd: apr_sockaddr_info_get() failed for ip134.cocoonopened.com
httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
[ OK ]
[root@ip134 ~]# service ibsng restart
ibsng: unrecognized service
[root@ip134 ~]# service IBSng restart
IBSng: unrecognized service
[root@ip134 ~]#
allbert
April 10th, 2012, 15:49
کانفیگ هایی که گفته شد رو به درستی انجام دادید ؟
service postgresql start nano /var/lib/pgsql/data/pg_hba.conf اضافه کردن متن زیر در خط اول فایل local IBSng ibs trust
ارور unrecognized service برای زمانی هست که یک سرویس در centos به درستی نصب و کانفیگ نشه
tizparvaz
April 10th, 2012, 15:52
آره مثله این عکس انجام دادم فقط دیگه فاصله ننداختم
http://wiki.terahost.ir/wp-content/uploads/IBsng1.png
taghi.karimi
April 10th, 2012, 16:05
درود
در صورت تمایل مشخصات ورود را ارسال تا برسی نمایم!
tizparvaz
April 10th, 2012, 17:55
nano /var/lib/pgsql/data/pg_hba.conf
الان ریلود کردم دوباره نصب میکنم
داخل این فایل خالیه
---------- Post added at 04:55 PM ---------- Previous post was at 04:27 PM ----------
مورد حل شد نصب کردم الان میاد بالا فقط نمیدونم چرا یوزر پس میزنم این ارورو میده
Internal Error, Can't connect to IBS Core
tizparvaz
April 10th, 2012, 20:08
یعنی هیچکس بلد نیست
taghi.karimi
April 10th, 2012, 20:55
nano /var/lib/pgsql/data/pg_hba.conf
الان ریلود کردم دوباره نصب میکنم
داخل این فایل خالیه
---------- Post added at 04:55 PM ---------- Previous post was at 04:27 PM ----------
مورد حل شد نصب کردم الان میاد بالا فقط نمیدونم چرا یوزر پس میزنم این ارورو میده
Internal Error, Can't connect to IBS Core
درود
/./usr/local/IBSng/scripts/setup.py
را مجددا نصب کنید!
tizparvaz
April 10th, 2012, 22:49
درود
/./usr/local/IBSng/scripts/setup.py
را مجددا نصب کنید!
سلام خواستم اما میگه پرمیشن نداری با اینکه به یوزر روت رفتم داخل
---------- Post added at 08:58 PM ---------- Previous post was at 08:40 PM ----------
همرو از اول نصب کردم اما
[root@ip134 ~]# service IBSng start
Starting IBSng Core: importing required files ...
forking ...
IBSng started with pid=0
Calling Initializer routins
IBSng started with pid=26553
Shutting down on error
IBSng Failed to start!
[FAILED]
[root@ip134 ~]# 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))
File "/usr/local/IBSng/core/server/xmlrpcserver.py", line 156, in __init__
SocketServer.TCPServer.__init__(self, addr, requestHandler)
File "/usr/lib/python2.4/SocketServer.py", line 330, in __init__
self.server_bind()
File "/usr/lib/python2.4/SocketServer.py", line 341, in server_bind
self.socket.bind(self.server_address)
File "<string>", line 1, in bind
error: (98, 'Address already in use')
---------- Post added at 09:49 PM ---------- Previous post was at 08:58 PM ----------
:-<
هیچکس نیست یه کمکی کنه به من بابا بیاید هزینشو میدم نصبش کامل شده فقط استارت که میزنم این ارورو میده
[root@ip134 ~]# service IBSng restart
Stopping ibs.py: ... [ OK ]
Starting IBSng Core: importing required files ...
forking ...
IBSng started with pid=0
Calling Initializer routins
IBSng started with pid=27617
IBSng started successfully!
[ OK ]
[root@ip134 ~]# Successfully initialized, entering event loop ...
servie IBSng reload
-bash: servie: command not found
[root@ip134 ~]# service IBSng reload
Usage: /etc/init.d/IBSng {start|stop|restart|status}
[root@ip134 ~]# service IBSng start
Starting IBSng Core: importing required files ...
forking ...
IBSng started with pid=0
Calling Initializer routins
IBSng started with pid=27652
Shutting down on error
IBSng Failed to start!
taghi.karimi
April 11th, 2012, 09:20
سلام خواستم اما میگه پرمیشن نداری با اینکه به یوزر روت رفتم داخل
---------- Post added at 08:58 PM ---------- Previous post was at 08:40 PM ----------
همرو از اول نصب کردم اما
[root@ip134 ~]# service IBSng start
Starting IBSng Core: importing required files ...
forking ...
IBSng started with pid=0
Calling Initializer routins
IBSng started with pid=26553
Shutting down on error
IBSng Failed to start!
[FAILED]
[root@ip134 ~]# 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))
File "/usr/local/IBSng/core/server/xmlrpcserver.py", line 156, in __init__
SocketServer.TCPServer.__init__(self, addr, requestHandler)
File "/usr/lib/python2.4/SocketServer.py", line 330, in __init__
self.server_bind()
File "/usr/lib/python2.4/SocketServer.py", line 341, in server_bind
self.socket.bind(self.server_address)
File "<string>", line 1, in bind
error: (98, 'Address already in use')
---------- Post added at 09:49 PM ---------- Previous post was at 08:58 PM ----------
:-<
هیچکس نیست یه کمکی کنه به من بابا بیاید هزینشو میدم نصبش کامل شده فقط استارت که میزنم این ارورو میده
[root@ip134 ~]# service IBSng restart
Stopping ibs.py: ... [ OK ]
Starting IBSng Core: importing required files ...
forking ...
IBSng started with pid=0
Calling Initializer routins
IBSng started with pid=27617
IBSng started successfully!
[ OK ]
[root@ip134 ~]# Successfully initialized, entering event loop ...
servie IBSng reload
-bash: servie: command not found
[root@ip134 ~]# service IBSng reload
Usage: /etc/init.d/IBSng {start|stop|restart|status}
[root@ip134 ~]# service IBSng start
Starting IBSng Core: importing required files ...
forking ...
IBSng started with pid=0
Calling Initializer routins
IBSng started with pid=27652
Shutting down on error
IBSng Failed to start!
درود
مشخصات سرور را پ.خ کنید 5 دقیقه ای نصب کنم برایتان!:53:
jumpernh
May 5th, 2012, 01:29
منم این ارورو دریافت می کنم
service IBSng start
Starting IBSng Core: importing required files ...
forking ...
IBSng started with pid=1621
IBSng started with pid=0
Calling Initializer routins
Shutting down on error
IBSng Failed to start!
Traceback (most recent call last): [FAILED]
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 44, in init
core.admin.admin_main.init()
File "/usr/local/IBSng/core/admin/admin_main.py", line 18, in init
from core.admin.admin_actions import AdminActions
File "/usr/local/IBSng/core/admin/admin_actions.py", line 9, in <module>
from core.lib import iplib
File "/usr/local/IBSng/core/lib/iplib.py", line 5, in <module>
from core.lib import IPy
File "/usr/local/IBSng/core/lib/IPy.py", line 746
SyntaxError: Non-ASCII character '\xa0' in file /usr/local/IBSng/core/lib/IPy.py on line 747, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details (IPy.py, line 746)
irank1
February 15th, 2013, 20:42
من یه مشکل دیگه دارم!!!! همه چیز اوکی وقتی کاربر وصل میشه دیگه ارتباطش با اینترنت قطع میشه! یعنی به سرور با موفقیت وصل میشه! اما پینگ نمیده سایتها