- Κώδικας: Επιλογή όλων
αδυναμια συνδεσης με τον εξυπηρετητη !
εχω αλλαξη το server.conf εκει που λεει για το interfaces,εβαλα την ip του μηχανηματος που εχει εγκατεστημενο τον openerp-server αλλα δεν λεει να συνδεθη...
εχω ανοιξη και πορτα στο router την 8069 και την 5432.
και στο iptable....
- Κώδικας: Επιλογή όλων
# /etc/openerp-server.conf(5) - configuration file for openerp-server(1)
[options]
# This is the password that allows database operations:
# admin_passwd = admin
# Enable the verbose mode (default False).
verbose = False
# The file where the server log will be stored (default False).
logfile = /var/log/openerp-server.log
# The TCP port on which the server will listen (default 8069).
port = 8069
# The IP address on which the server will bind.
# If empty, it will bind on all interfaces (default empty).
interface = 192.168.1.68
# Specify the database host (default localhost).
db_host = localhost
# Specify the database port (default None).
db_port = False
# Please uncomment the following line *after* you have created the
# database. It activates the auto module check on startup.
# db_name = terp
# Specify the database name.
db_user = openerp
# Specify the database password.
db_password = ***
# Uncomment these for xml-rpc over SSL
# secure = True
# secure_cert_file = /etc/openerp/server.cert
# secure_pkey_file = /etc/openerp/server.key
upgrade = False
without_demo = True
netrpc = True
xmlrpc = True
root_path = None
soap = False
translate_modules = ['all']
demo = {}
addons_path = None
reportgz = False
# Static http parameters
static_http_enable = False
static_http_document_root = /var/www/html
static_http_url_prefix = /!
πρεπει να αλλαξω και κατι αλλο???
ο openerp-server πως θα δω αν τρεχει πραγματικα??
-----------------------------------------------------------------------------------------
οταν κανω restart τον openerp-server περνω αυτο το μηνημα...
- Κώδικας: Επιλογή όλων
ganza@rapidserver:~$ sudo /etc/init.d/openerp-server restart
[sudo] password for ganza:
Restarting openerp-server: start-stop-daemon: warning: failed to kill 1724: No such process
openerp-server.
ganza@rapidserver:~$
τρεχει τελικα ο server η τσαμπα πεδευομαι???

