Skip to Content
Odoo Menu
  • Log ind
  • Prøv gratis
  • apps
    Økonomi
    • Bogføring
    • Fakturering
    • Udgifter
    • Regneark (BI)
    • Dokumenter
    • e-Signatur
    Salg
    • CRM
    • Salg
    • POS Butik
    • POS Restaurant
    • Abonnementer
    • Udlejning
    Hjemmeside
    • Hjemmesidebygger
    • e-Handel
    • Blog
    • Forum
    • LiveChat
    • e-Læring
    Forsyningskæde
    • Lagerbeholdning
    • Produktion
    • PLM
    • Indkøb
    • Vedligeholdelse
    • Kvalitet
    HR
    • Medarbejdere
    • Rekruttering
    • Fravær
    • Medarbejdersamtaler
    • Anbefalinger
    • Flåde
    Marketing
    • Markedsføring på sociale medier
    • E-mailmarketing
    • SMS-marketing
    • Arrangementer
    • Automatiseret marketing
    • Spørgeundersøgelser
    Tjenester
    • Projekt
    • Timesedler
    • Udkørende Service
    • Kundeservice
    • Planlægning
    • Aftaler
    Produktivitet
    • Dialog
    • Godkendelser
    • IoT
    • VoIP
    • Vidensdeling
    • WhatsApp
    Tredjepartsapps Odoo Studio Odoo Cloud-platform
  • Brancher
    Detailhandel
    • Boghandel
    • Tøjforretning
    • Møbelforretning
    • Dagligvarebutik
    • Byggemarked
    • Legetøjsforretning
    Mad og værtsskab
    • Bar og pub
    • Restaurant
    • Fastfood
    • Gæstehus
    • Drikkevareforhandler
    • Hotel
    Ejendom
    • Ejendomsmægler
    • Arkitektfirma
    • Byggeri
    • Ejendomsadministration
    • Havearbejde
    • Boligejerforening
    Rådgivning
    • Regnskabsfirma
    • Odoo-partner
    • Marketingbureau
    • Advokatfirma
    • Rekruttering
    • Audit & certificering
    Produktion
    • Tekstil
    • Metal
    • Møbler
    • Fødevareproduktion
    • Bryggeri
    • Firmagave
    Heldbred & Fitness
    • Sportsklub
    • Optiker
    • Fitnesscenter
    • Kosmetolog
    • Apotek
    • Frisør
    Håndværk
    • Handyman
    • IT-hardware og support
    • Solenergisystemer
    • Skomager
    • Rengøringsservicer
    • VVS- og ventilationsservice
    Andet
    • Nonprofitorganisation
    • Miljøagentur
    • Udlejning af billboards
    • Fotografi
    • Cykeludlejning
    • Softwareforhandler
    Gennemse alle brancher
  • Community
    Få mere at vide
    • Tutorials
    • Dokumentation
    • Certificeringer
    • Oplæring
    • Blog
    • Podcast
    Bliv klogere
    • Udannelselsesprogram
    • Scale Up!-virksomhedsspillet
    • Besøg Odoo
    Få softwaren
    • Download
    • Sammenlign versioner
    • Udgaver
    Samarbejde
    • Github
    • Forum
    • Arrangementer
    • Oversættelser
    • Bliv partner
    • Tjenester til partnere
    • Registrér dit regnskabsfirma
    Modtag tjenester
    • Find en partner
    • Find en bogholder
    • Kontakt en rådgiver
    • Implementeringstjenester
    • Kundereferencer
    • Support
    • Opgraderinger
    Github Youtube Twitter LinkedIn Instagram Facebook Spotify
    +1 (650) 691-3277
    Få en demo
  • Prissætning
  • Hjælp

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Bogføring
  • Lager
  • PoS
  • Projekt
  • MRP
All apps
Du skal være registreret for at interagere med fællesskabet.
All Posts People Emblemer
Tags (View all)
odoo accounting v14 pos v15
Om dette forum
Du skal være registreret for at interagere med fællesskabet.
All Posts People Emblemer
Tags (View all)
odoo accounting v14 pos v15
Om dette forum
Hjælp

ODOO Installation on mac osx

Tilmeld

Få besked, når der er aktivitet på dette indlæg

Dette spørgsmål er blevet anmeldt
macosxosxOdoo10
3 Besvarelser
24830 Visninger
Avatar
NMD

I have try of differents ways to install odoo 10 in my mac osx (10.11.6).

always receive the same error.

I did the instalation using a virtual env.

The installation ended fine, but I haven't be able to run it.

it seems a issue with db connection but where and how



    (odoo-env)Nelsons-MacBook-Air:odoo nelsondiaz$ ./odoo-bin

    2017-08-29 14:44:22,963 18435 INFO ? odoo: Odoo version 10.0

    2017-08-29 14:44:22,963 18435 INFO ? odoo: addons paths: ['/Users/nelsondiaz/Library/Application Support/Odoo/addons/10.0', u'/Users/nelsondiaz/Sites/odoo-env/odoo/odoo/addons', u'/Users/nelsondiaz/Sites/odoo-env/odoo/addons']

    2017-08-29 14:44:22,963 18435 INFO ? odoo: database: default@default:default

    2017-08-29 14:44:22,978 18435 INFO ? odoo.service.server: HTTP service (werkzeug) running on 0.0.0.0:8069


This is the error after running http://127.0.0.1:8069/ or http://localhost:8069/


I try updating pg_hba.conf and odoo.conf nothing work, the same error



    2017-08-29 14:50:25,948 18435 INFO ? odoo.sql_db: Connection to the database failed

    2017-08-29 14:50:25,952 18435 INFO ? werkzeug: 127.0.0.1 - - [29/Aug/2017 14:50:25] "GET / HTTP/1.1" 500 -    

    2017-08-29 14:50:25,965 18435 ERROR ? werkzeug: Error on request:

        Traceback (most recent call last):

          File "/Library/Python/2.7/site-packages/werkzeug/serving.py", line 193, in run_wsgi

            execute(self.server.app)

          File "/Library/Python/2.7/site-packages/werkzeug/serving.py", line 181, in execute

            application_iter = app(environ, start_response)

          File "/Users/nelsondiaz/Sites/odoo-env/odoo/odoo/service/server.py", line 249, in app

            return self.app(e, s)

          File "/Users/nelsondiaz/Sites/odoo-env/odoo/odoo/service/wsgi_server.py", line 186, in application

            return application_unproxied(environ, start_response)

          File "/Users/nelsondiaz/Sites/odoo-env/odoo/odoo/service/wsgi_server.py", line 172, in application_unproxied

            result = handler(environ, start_response)

          File "/Users/nelsondiaz/Sites/odoo-env/odoo/odoo/http.py", line 1308, in __call__

            return self.dispatch(environ, start_response)

          File "/Users/nelsondiaz/Sites/odoo-env/odoo/odoo/http.py", line 1282, in __call__

            return self.app(environ, start_wrapped)

          File "/Library/Python/2.7/site-packages/werkzeug/wsgi.py", line 599, in __call__

            return self.app(environ, start_response)

          File "/Users/nelsondiaz/Sites/odoo-env/odoo/odoo/http.py", line 1446, in dispatch

            self.setup_db(httprequest)

          File "/Users/nelsondiaz/Sites/odoo-env/odoo/odoo/http.py", line 1368, in setup_db

            httprequest.session.db = db_monodb(httprequest)

          File "/Users/nelsondiaz/Sites/odoo-env/odoo/odoo/http.py", line 1524, in db_monodb

            dbs = db_list(True, httprequest)

          File "/Users/nelsondiaz/Sites/odoo-env/odoo/odoo/http.py", line 1498, in db_list

            dbs = odoo.service.db.list_dbs(force)

          File "/Users/nelsondiaz/Sites/odoo-env/odoo/odoo/service/db.py", line 325, in list_dbs

            with closing(db.cursor()) as cr:

          File "/Users/nelsondiaz/Sites/odoo-env/odoo/odoo/sql_db.py", line 635, in cursor

            return Cursor(self.__pool, self.dbname, self.dsn, serialized=serialized)

          File "/Users/nelsondiaz/Sites/odoo-env/odoo/odoo/sql_db.py", line 177, in __init__

            self._cnx = pool.borrow(dsn)

          File "/Users/nelsondiaz/Sites/odoo-env/odoo/odoo/sql_db.py", line 518, in _locked

            return fun(self, *args, **kwargs)

          File "/Users/nelsondiaz/Sites/odoo-env/odoo/odoo/sql_db.py", line 586, in borrow

            **connection_info)

          File "/Library/Python/2.7/site-packages/psycopg2/__init__.py", line 130, in connect

            conn = _connect(dsn, connection_factory=connection_factory, **kwasync)

        OperationalError: fe_sendauth: no password supplied

        2017-08-29 14:50:26,238 18435 INFO ? odoo.sql_db: Connection to the database failed

        2017-08-29 14:50:26,242 18435 INFO ? werkzeug: 127.0.0.1 - - [29/Aug/2017 14:50:26] "GET /favicon.ico HTTP/1.1" 500 -

        2017-08-29 14:50:26,249 18435 ERROR ? werkzeug: Error on request:

        Traceback (most recent call last):

          File "/Library/Python/2.7/site-packages/werkzeug/serving.py", line 193, in run_wsgi

            execute(self.server.app)

          File "/Library/Python/2.7/site-packages/werkzeug/serving.py", line 181, in execute

            application_iter = app(environ, start_response)

          File "/Users/nelsondiaz/Sites/odoo-env/odoo/odoo/service/server.py", line 249, in app

            return self.app(e, s)

          File "/Users/nelsondiaz/Sites/odoo-env/odoo/odoo/service/wsgi_server.py", line 186, in application

            return application_unproxied(environ, start_response)

          File "/Users/nelsondiaz/Sites/odoo-env/odoo/odoo/service/wsgi_server.py", line 172, in application_unproxied

            result = handler(environ, start_response)

          File "/Users/nelsondiaz/Sites/odoo-env/odoo/odoo/http.py", line 1308, in __call__

            return self.dispatch(environ, start_response)

          File "/Users/nelsondiaz/Sites/odoo-env/odoo/odoo/http.py", line 1282, in __call__

            return self.app(environ, start_wrapped)

          File "/Library/Python/2.7/site-packages/werkzeug/wsgi.py", line 599, in __call__

            return self.app(environ, start_response)

          File "/Users/nelsondiaz/Sites/odoo-env/odoo/odoo/http.py", line 1446, in dispatch

            self.setup_db(httprequest)

          File "/Users/nelsondiaz/Sites/odoo-env/odoo/odoo/http.py", line 1368, in setup_db

            httprequest.session.db = db_monodb(httprequest)

          File "/Users/nelsondiaz/Sites/odoo-env/odoo/odoo/http.py", line 1524, in db_monodb

            dbs = db_list(True, httprequest)

          File "/Users/nelsondiaz/Sites/odoo-env/odoo/odoo/http.py", line 1498, in db_list

            dbs = odoo.service.db.list_dbs(force)

          File "/Users/nelsondiaz/Sites/odoo-env/odoo/odoo/service/db.py", line 325, in list_dbs

            with closing(db.cursor()) as cr:

          File "/Users/nelsondiaz/Sites/odoo-env/odoo/odoo/sql_db.py", line 635, in cursor

            return Cursor(self.__pool, self.dbname, self.dsn, serialized=serialized)

          File "/Users/nelsondiaz/Sites/odoo-env/odoo/odoo/sql_db.py", line 177, in __init__

            self._cnx = pool.borrow(dsn)

          File "/Users/nelsondiaz/Sites/odoo-env/odoo/odoo/sql_db.py", line 518, in _locked

            return fun(self, *args, **kwargs)

          File "/Users/nelsondiaz/Sites/odoo-env/odoo/odoo/sql_db.py", line 586, in borrow

            **connection_info)

          File "/Library/Python/2.7/site-packages/psycopg2/__init__.py", line 130, in connect

            conn = _connect(dsn, connection_factory=connection_factory, **kwasync)

        OperationalError: fe_sendauth: no password supplied

0
Avatar
Kassér
Dan Čermák

Did you add a database user & password to your odoo config? If not, odoo will try to connect with defaults that will probably not work, as the user will have insufficient access rights. Check out this for some command line parameters (and the links within): https://www.odoo.com/documentation/10.0/setup/install.html#running-odoo and this for postgres: https://wiki.postgresql.org/wiki/Detailed_installation_guides

Avatar
NMD
Forfatter Bedste svar

I couldn't run the server without error only with the command ./odoo-bin For any reason that I don't know it does not find the conf file. That I did it was put the conf file in the parameter and it works:


option 1:


./odoo-bin --addons-path=/Users/myuser/Sites/odoo-env/odoo/addons -c debian/odoo.conf 


Option 2


 ./odoo-bin -d odoo --db_user odoo --db_password odoo
1
Avatar
Kassér
Aqeeb Imtiaz Harun

Thank you so much! Option 2 worked for me on Mojave for Odoo 13

Avatar
Ermin Trevisan
Bedste svar

You get no connection to the database. Please check your installation procedure and provide a proper database user with corresponding access rights.

0
Avatar
Kassér
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Tilmeld dig
Related Posts Besvarelser Visninger Aktivitet
KeyError: u'[module_name]' [Odoo 10]
Odoo10
Avatar
0
feb. 19
3667
Consultoría para implantación en micro-pymes con sistemas Apple
macosx
Avatar
0
mar. 15
4360
OSX - OperationalError: FATAL: password authentication failed for user Løst
osx
Avatar
Avatar
1
maj 25
11021
How to continue cron job process even in a server timeout or 500 INTERNAL SERVER ERROR in odoo 10?
python2.7 Odoo10
Avatar
Avatar
1
apr. 23
6525
QWebTemplateNotFound: External ID not found in the system: web.login? Løst
installation osx
Avatar
Avatar
Avatar
Avatar
Avatar
17
jul. 24
64733
Community
  • Tutorials
  • Dokumentation
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Oversættelser
Tjenester
  • Odoo.sh-hosting
  • Support
  • Opgradere
  • Individuelt tilpasset udvikling
  • Uddannelse
  • Find en bogholder
  • Find en partner
  • Bliv partner
Om os
  • Vores virksomhed
  • Brandaktiver
  • Kontakt os
  • Stillinger
  • Arrangementer
  • Podcast
  • Blog
  • Kunder
  • Juridiske dokumenter • Privatlivspolitik
  • Sikkerhedspolitik
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo er en samling open source-forretningsapps, der dækker alle dine virksomhedsbehov – lige fra CRM, e-handel og bogføring til lagerstyring, POS, projektledelse og meget mere.

Det unikke ved Odoo er, at systemet både er brugervenligt og fuldt integreret.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now