Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Hey there, there are a few threads concerning IBSng but they are all vague, none of them even listing the software. (Seems IBSng could be a few things) Well, I'm talking about the software (NOT the ISO - well at least I don't think unless they just compressed it in ISO form)
[root@server1 sc]# service ibs start
Starting IBS Core: nice: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
[FAILED]
Starting IBS Checker process:
/bin/bash: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory
[FAILED]
I do have both of these files. Where do I need to copy them for them to be recognized by IBS?
So any ideas?
-RageD
Last edited by RageD; 05-31-2008 at 11:50 AM.
Reason: NEW ERROR
Distribution: PCLinuxOS2023 CentOS7.9 + 50+ other Linux OS, for test only.
Posts: 17,486
Rep:
"IBSng :
Accounting and Billing program for ISPs with PrePaid VoIP/Dialup/Lan services."
How about reading all the files in folder 'docs' ?? e.g. 'INSTALL' for a start.
**The 'module' mentioned is a Python module, not at all to be loaded with modprobe,
and never to show up in 'dmesg'
ok, thanks I'm not sure how I kept overlooking that "docs" directory. I'm still having the python issue though :S
Code:
[root@server1 sc]# sh setup.sh
YOU MUST BE ROOT TO RUN THIS SCRIPT
Enter system (default admin) password:
********
/usr/local/ibs/lib.py:3: DeprecationWarning: Non-ASCII character '\xa0' in file /usr/local/ibs/IPy.py on line 745, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details
import IPy
Traceback (most recent call last):
File "/usr/local/ibs/sc/md5crypt.py", line 4, in ?
import ibs_crypt
File "/usr/local/ibs/ibs_crypt.py", line 3, in ?
from lib import *
File "/usr/local/ibs/lib.py", line 4, in ?
from ibs_exceptions import *
File "/usr/local/ibs/ibs_exceptions.py", line 3, in ?
import defs
File "/usr/local/ibs/defs.py", line 2, in ?
import db_pg
File "/usr/local/ibs/db_pg.py", line 2, in ?
import pg
ImportError: No module named pg
Ok, I've gotten passed the minor speed bump by commenting out a line in the init.d script.
Now I have an interface issue:
Code:
108/4/31 12:56 errno: 8 str: Undefined index: key on file: /usr/local/ibs/interface/ibs/inc/login.php line :12 localtime() [<a href='function.localtime'>function.localtime</a>]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead
108/4/31 12:56 errno: 8 str: Undefined index: value on file: /usr/local/ibs/interface/ibs/inc/login.php line :23 localtime() [<a href='function.localtime'>function.localtime</a>]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead
108/4/31 12:58 errno: 8 str: Undefined index: key on file: /usr/local/ibs/interface/ibs/inc/login.php line :12 localtime() [<a href='function.localtime'>function.localtime</a>]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead
108/4/31 12:58 errno: 8 str: Undefined index: value on file: /usr/local/ibs/interface/ibs/inc/login.php line :23 localtime() [<a href='function.localtime'>function.localtime</a>]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead
No idea how to fix this. It's a PHP error.
Here is the PHP code: (Consists of the whole function)
Hello Dear RageD
I've got all of the errors possible during the IBSng installation,
so i know about them
first of all befor you install the postgresql and pygresql, downgrade your python to 2.3.7
IBSng has some codes that are not compatible with the newer versions of the python, in the other hand the newer versions of python has some bugs in xmlrpc server.
after you downgrade the python to 2.3.7 install the postgresql and pygresql from the source with new python.
then install the IBSng again.
it should work.
for any problems during the installation contact me (mail) and tell whats your platform.
Best regards
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.