Questo sito utilizza cookie per le proprie funzionalità e per inviarti pubblicità e servizi in linea con le tue preferenze. Chiudendo questo banner, scorrendo questa pagina o cliccando qualunque suo elemento acconsenti all’uso dei cookie.

Accedendo al link http://www.odoo-italia.org/index.php/home/cookie-policy puoi leggere in dettaglio le modalità di trattamento dei cookie da parte dell'Associazione Odoo Italia.

Benvenuto, Ospite
Nome utente: Password: Ricordami

ARGOMENTO: errore connessione server

Re:errore connessione server 8 Anni 9 Mesi fa #2144

  • pjlinux
  • Avatar di pjlinux
  • Offline
  • Senior Boarder
  • Messaggi: 53
  • Karma: 0
......mah ho fatto come hai detto.....

ho inserito la riga che mancava come hai detto prima e ho riavviato postgresql con il comando

sudo /etc/init.d/postgresql-8.4 restart

ti posto il file

# PostgreSQL Client Authentication Configuration File
# ===================================================
#
# Refer to the "Client Authentication" section in the
# PostgreSQL documentation for a complete description
# of this file. A short synopsis follows.
#
# This file controls: which hosts are allowed to connect, how clients
# are authenticated, which PostgreSQL user names they can use, which
# databases they can access. Records take one of these forms:
#
# local DATABASE USER METHOD [OPTIONS]
# host DATABASE USER CIDR-ADDRESS METHOD [OPTIONS]
# hostssl DATABASE USER CIDR-ADDRESS METHOD [OPTIONS]
# hostnossl DATABASE USER CIDR-ADDRESS METHOD [OPTIONS]
#
# (The uppercase items must be replaced by actual values.)
#
# The first field is the connection type: "local" is a Unix-domain socket,
# "host" is either a plain or SSL-encrypted TCP/IP socket, "hostssl" is an
# SSL-encrypted TCP/IP socket, and "hostnossl" is a plain TCP/IP socket.
#
# DATABASE can be "all", "sameuser", "samerole", a database name, or
# a comma-separated list thereof.
#
# USER can be "all", a user name, a group name prefixed with "+", or
# a comma-separated list thereof. In both the DATABASE and USER fields
# you can also write a file name prefixed with "@" to include names from
# a separate file.
#
# CIDR-ADDRESS specifies the set of hosts the record matches.
# It is made up of an IP address and a CIDR mask that is an integer
# (between 0 and 32 (IPv4) or 128 (IPv6) inclusive) that specifies
# the number of significant bits in the mask. Alternatively, you can write
# an IP address and netmask in separate columns to specify the set of hosts.
#
# METHOD can be "trust", "reject", "md5", "password", "gss", "sspi", "krb5",
# "ident", "pam", "ldap" or "cert". Note that "password" sends passwords
# in clear text; "md5" is preferred since it sends encrypted passwords.
#
# OPTIONS are a set of options for the authentication in the format
# NAME=VALUE. The available options depend on the different authentication
# methods - refer to the "Client Authentication" section in the documentation
# for a list of which options are available for which authentication methods.
#
# Database and user names containing spaces, commas, quotes and other special
# characters must be quoted. Quoting one of the keywords "all", "sameuser" or
# "samerole" makes the name lose its special character, and just match a
# database or username with that name.
#
# This file is read on server startup and when the postmaster receives
# a SIGHUP signal. If you edit the file on a running system, you have
# to SIGHUP the postmaster for the changes to take effect. You can use
# "pg_ctl reload" to do that.

# Put your actual configuration here
#
#
# If you want to allow non-local connections, you need to add more
# "host" records. In that case you will also need to make PostgreSQL listen
# on a non-local interface via the listen_addresses configuration parameter,
# or via the -i or -h command line switches.
#




# DO NOT DISABLE!
# If you change this first entry you will need to make sure that the
# database
# super user can access the database using some other method.
# Noninteractive
# access to all databases is required during automatic maintenance
# (custom daily cronjobs, replication, and similar tasks).
#
# Database administrative login by UNIX sockets
local all postgres ident

# TYPE DATABASE USER CIDR-ADDRESS METHOD
local all openerp md5
# "local" is for Unix domain socket connections only
local all all ident
# IPv4 local connections:
host all all 127.0.0.1/32 md5
# IPv6 local connections:
host all all ::1/128 md5
L\'Amministratore ha disattivato l\'accesso in scrittura al pubblico.

Re:errore connessione server 8 Anni 9 Mesi fa #2145

  • enlightx
  • Avatar di enlightx
  • Online
  • Platinum Boarder
  • Messaggi: 6064
  • Ringraziamenti ricevuti 638
  • Karma: 85
giusto
Davide Corio
Odoo Solution Architect
email: Questo indirizzo email è protetto dagli spambots. È necessario abilitare JavaScript per vederlo.
web: www.davidecorio.com
L\'Amministratore ha disattivato l\'accesso in scrittura al pubblico.

Re:errore connessione server 8 Anni 9 Mesi fa #2146

  • pjlinux
  • Avatar di pjlinux
  • Offline
  • Senior Boarder
  • Messaggi: 53
  • Karma: 0
.....giusto?.........ma non si connette nulla!

cosa vuol dire questo?

root@pjlinux-laptop:/home/pjlinux# /etc/init.d/postgresql-8.4 restart
* Restarting PostgreSQL 8.4 database server [ OK ]
root@pjlinux-laptop:/home/pjlinux# openerp-client

(openerp-client.py:3616): libglade-WARNING **: Error loading image: Apertura del file «/usr/share/openerp-client/pixmaps/openerp_logo.png» fallita: Nessun file o directory

(openerp-client.py:3616): libglade-WARNING **: could not convert string to type `GdkPixbuf' for property `pixbuf'
root@pjlinux-laptop:/home/pjlinux# openerp-client

(openerp-client.py:3710): libglade-WARNING **: Error loading image: Apertura del file «/usr/share/openerp-client/pixmaps/openerp_logo.png» fallita: Nessun file o directory

(openerp-client.py:3710): libglade-WARNING **: could not convert string to type `GdkPixbuf' for property `pixbuf'
root@pjlinux-laptop:/home/pjlinux#
L\'Amministratore ha disattivato l\'accesso in scrittura al pubblico.

Re:errore connessione server 8 Anni 9 Mesi fa #2147

  • enlightx
  • Avatar di enlightx
  • Online
  • Platinum Boarder
  • Messaggi: 6064
  • Ringraziamenti ricevuti 638
  • Karma: 85
che non esiste il file: /usr/share/openerp-client/pixmaps/openerp_logo.png

nel famoso file .openerprc devi cambiare /usr/share con /usr/local/share.

ora ubuntu cerca tutto ciò che non è installato dal sistema in /usr/local e non /usr
Davide Corio
Odoo Solution Architect
email: Questo indirizzo email è protetto dagli spambots. È necessario abilitare JavaScript per vederlo.
web: www.davidecorio.com
L\'Amministratore ha disattivato l\'accesso in scrittura al pubblico.

Re:errore connessione server 8 Anni 9 Mesi fa #2150

  • enlightx
  • Avatar di enlightx
  • Online
  • Platinum Boarder
  • Messaggi: 6064
  • Ringraziamenti ricevuti 638
  • Karma: 85
pjlinux ha scritto:
.....giusto?.........ma non si connette nulla!

cosa vuol dire questo?


hai sicuramente dimenticato alcuni dei passi visti qui, o sbagliato qualche settaggio.

ora il server openerp come lo stai avviando?
Davide Corio
Odoo Solution Architect
email: Questo indirizzo email è protetto dagli spambots. È necessario abilitare JavaScript per vederlo.
web: www.davidecorio.com
L\'Amministratore ha disattivato l\'accesso in scrittura al pubblico.

Re:errore connessione server 8 Anni 9 Mesi fa #2156

  • pjlinux
  • Avatar di pjlinux
  • Offline
  • Senior Boarder
  • Messaggi: 53
  • Karma: 0
......cerco di mantenere la calma......
1) allora il file che non esiste .openerprc non riesco proprio a trovarlo!! dovrebbe essre una roba del tipo "/home/pjlinux/.aMule/" cioè "nascosto"?

2)il server lo avvio cosi pjlinux@pjlinux-laptop:~$ openerp-server....ma adesso mi da sta dando sto

risultato:
pjlinux@pjlinux-laptop:~$ openerp-server
[2010-04-22 16:15:13,939] INFO:server:version - 5.0.9
[2010-04-22 16:15:13,939] INFO:server:addons_path - /usr/lib/python2.6/site-packages/openerp-server/addons
[2010-04-22 16:15:13,939] INFO:server:database hostname - localhost
[2010-04-22 16:15:13,939] INFO:server:database port - 5432
[2010-04-22 16:15:13,939] INFO:server:database user - pjlinux
[2010-04-22 16:15:13,939] INFO:objects:initialising distributed objects services
sh: bzr: not found
No LSB modules are available.
[2010-04-22 16:15:14,443] CRITICAL:xml-rpc:[01]:
[2010-04-22 16:15:14,443] CRITICAL:xml-rpc:[02]: Environment Information :
[2010-04-22 16:15:14,444] CRITICAL:xml-rpc:[03]: System : Linux-2.6.31-20-generic-i686-with-Ubuntu-9.10-karmic
[2010-04-22 16:15:14,444] CRITICAL:xml-rpc:[04]: OS Name : posix
[2010-04-22 16:15:14,444] CRITICAL:xml-rpc:[05]: Distributor ID: Ubuntu
[2010-04-22 16:15:14,445] CRITICAL:xml-rpc:[06]: Description: Ubuntu 9.10
[2010-04-22 16:15:14,445] CRITICAL:xml-rpc:[07]: Release: 9.10
[2010-04-22 16:15:14,445] CRITICAL:xml-rpc:[08]: Codename: karmic
[2010-04-22 16:15:14,446] CRITICAL:xml-rpc:[09]: Operating System Release : 2.6.31-20-generic
[2010-04-22 16:15:14,446] CRITICAL:xml-rpc:[10]: Operating System Version : #58-Ubuntu SMP Fri Mar 12 05:23:09 UTC 2010
[2010-04-22 16:15:14,446] CRITICAL:xml-rpc:[11]: Operating System Architecture : 32bit
[2010-04-22 16:15:14,446] CRITICAL:xml-rpc:[12]: Operating System Locale : it_IT.UTF8
[2010-04-22 16:15:14,447] CRITICAL:xml-rpc:[13]: Python Version : 2.6.4
[2010-04-22 16:15:14,447] CRITICAL:xml-rpc:[14]: OpenERP-Server Version : 5.0.9
[2010-04-22 16:15:14,447] CRITICAL:xml-rpc:[15]: Last revision No. & ID :
[2010-04-22 16:15:14,447] CRITICAL:xml-rpc:[16]: Error occur when starting the server daemon: [Errno 98] Indirizzo già in uso
pjlinux@pjlinux-laptop:~$



Grazie per la vostra pazienza
L\'Amministratore ha disattivato l\'accesso in scrittura al pubblico.
Tempo creazione pagina: 0.143 secondi

Odoo Italia Associazione - C.F: 94200470485 - Sede: Viale dei Cadorna, 83 - Firenze - Italy

Protected by R Antispam