• Deutsch
  • English
  • Anmeldung OTOBO Community
+49 (0)9427 68 39 000
OTOBO
  • SOFTWARE
    • Software | Überblick
    • IT Service Management
    • Customer Service Management
    • Enterprise Service Management
    • Demo
    • Download
    • Dokumentation
  • SERVICES
    • Überblick Services
    • Beratung
    • Training
    • Entwicklung
    • OTRS Migration zu OTOBO
    • Support
    • Managed Service
    • Support-Portal
  • UNTERNEHMEN
    • Über uns
    • Karriere
    • Partner
    • Kontakt
    • Newsletter
  • RESSOURCEN
  • COMMUNITY
    • Open Source
    • Community Forum
    • Download
    • Dokumentation
    • OTOBO übersetzen
  • Click to open the search input field Click to open the search input field Suche
  • Menü Menü

Schlagwörter: Docker Daemon

Ansicht von 9 Antwort-Threads
  • Autor
    Beiträge
    • 28. Februar 2023 um 18:14 Uhr - Views: 2577 #14775
      Gonçalo Faria
      Teilnehmer

        Hi,

        I have been trying to do fresh install of otobo latest-10_1 with docker but the deamon_1 image doesn’t start correctly and stays unhealthy, last week i can’t remember the day i could do it, but now i am having troubles to start it in the end.
        I have tried to install and deamon stays unhealthy, tried afterwards prune everything and start again and in the end unhealthy
        Tried with fresh system installation of ubuntu 22.04 and unhealthy, even tried with a fresh installation of ubuntu 20.04 and same output.

        I don’t know but this seem to be something on your side, can you please check it?

        Best,

        Gf

      • 1. März 2023 um 8:32 Uhr #14778
        marcel-graf
        Teilnehmer

          Hello Gf,

          did you install the docker directly in the Ubuntu Setup or after the this with the following commands?

          —- Install Docker —

          sudo apt-get install git docker docker-compose curl
          sudo systemctl enable docker

          KR,

          Marcel

        • 1. März 2023 um 10:48 Uhr #14781
          Gonçalo Faria
          Teilnehmer

            Hi Marcel,

            I did follow this installation guide where that step is prerequisite of the installation, if didn’t do that step i practically couldn’t do anything else.

            Best,

            Gf

          • 1. März 2023 um 11:13 Uhr #14782
            marcel-graf
            Teilnehmer

              the following docu works for me -> only http testet

              — Install Ubuntu Server VM —> Ubuntu Server 20.04.5

              [X] use new Ubuntu installer
              [X] install open SSH Server
              —————————————–
              sudo apt update
              sudo apt upgrade

              sudo apt install net-tools

              — Set Timezone  —

              timedatectl list-timezones
              sudo timedatectl set-timezone Europe/Berlin   ->set your time zone, i use Europe/Berlin
              check with „date“ or „timedatectl“

              —- Install Docker —

              sudo apt-get install git docker docker-compose curl
              sudo systemctl enable docker

              sudo apt update
              sudo apt upgrade

              — otobo install —
              cd /opt

              sudo git clone https://github.com/RotherOSS/otobo-docker.git –branch rel-10_1 –single-branch

              ls otobo-docker # just a sanity check, README.md should exist

              cd /opt/otobo-docker

              sudo cp -p .docker_compose_env_http .env

              sudo nano .env (file edit -> OTOBO_DB_ROOT_PASSWORD=<your_secret_password>) -> press ctrl + x = close file / press y = save file

              sudo docker-compose up –detach

              sudo docker-compose ps
              sudo docker volume ls

              Run the OTOBO installer at http://yourIPorFQDN/otobo/installer.pl

            • 1. März 2023 um 11:28 Uhr #14784
              Gonçalo Faria
              Teilnehmer

                I am using https but i will try again with slight differences you are suggesting, i’ll let you know how it goes.

              • 1. März 2023 um 16:12 Uhr #14793
                Gonçalo Faria
                Teilnehmer

                  Well Marcel,

                  I didn’t work for me, i have tried with a snapshot of a VM in the moment it was configured with network and hostnames and so on, did run then your script and otobo_daemon_1 still unhealthy

                  To discard the virtualization environment i did install it on a different virtualization platform with a fresh installed ubuntu on the version 20.04, again with your script and otobo_daemon_1 still unhealthy.

                  I know it works on this virtualization platform because i have a otobo working there, it was installed on version 10_0 though and upgraded to 10_1

                  To discard 2 otobos working on the same network i did shutdown the production one and tried to start the fresh installed alone and still otobo_daemon_1 unhealthy

                  My next step is install otobo with docker but on version 10_0 and then upgrade it, do you know if there is a guide on how to install an older version?

                  Thank you,

                  Gf

                • 1. März 2023 um 20:44 Uhr #14794
                  bes
                  Teilnehmer

                    Hi Gonçalo,

                    If I understand correctly the container otobo_daemon_1 is running but is reported as unhealthy. The health check for the daemon contain is defined in the file docker-compose/otobo-base.yml . It is defined as ./bin/otobo.Daemon.pl status | grep 'Daemon running'. You could log into the running container with docker-compose exec daemon bash and check what ./bin/otobo.Daemon.pl status prints to STDOUT and STDERR.

                    Best regards,

                    Bernhard

                     

                     

                     

                     

                    • 2. März 2023 um 11:49 Uhr #14802
                      Gonçalo Faria
                      Teilnehmer

                        Hi Bernhard,

                        The status said it was not started, so i started it and this is the output

                        otobo@256b18f860f5:~$ ./bin/otobo.Daemon.pl start

                        Manage the OTOBO daemon process.

                        Daemon started
                        Stopping the OTOBO Daemon as SecureMode is not activated.

                        Thank you,
                        Best,
                        Gf

                    • 2. März 2023 um 7:55 Uhr #14796
                      marcel-graf
                      Teilnehmer

                        Hello Gf,

                        you must clone the older repo „rel-10_0“

                        https://doc.otobo.de/manual/installation/10.0/en/content/installation-docker.html

                        sudo git clone https://github.com/RotherOSS/otobo-docker.git –branch rel-10_0 –single-branch

                        Marcel

                         

                        • 2. März 2023 um 11:49 Uhr #14803
                          Gonçalo Faria
                          Teilnehmer

                            Thank you Marcel,

                            will try it.

                            Best,

                            Gf

                        • 2. März 2023 um 12:21 Uhr #14804
                          bes
                          Teilnehmer

                            Hi Gonçalo,

                            the SecureMode is a safety guard to prevent conflicts when OTOBO is being installed or maintained. SecureMode = 1 indicates that it is safe to continue with normal operation Therefore it is normal that the Daemon refuses to start when OTOBO hasn’t been completely installed yet. Thus the unhealthy status does not indicate that there is a problem, just that the Daemon is currently not running. There is also an automatic start of the Daemon once the SecureMode has been activated.

                            So I propose that you continue with installation and wait two minutes after installation has been completed. For idetails see the file /opt/otobo_install/entrypoint.sh in the web or daemon container.

                            Best regards,

                            Bernhard Schmalhofer

                             

                          • 2. März 2023 um 12:45 Uhr #14805
                            Gonçalo Faria
                            Teilnehmer

                              Hi again Bernhard,

                              I got it right now, i was just entering on the web page this http://yourIPorFQDN/otobo/ instead of this http://yourIPorFQDN/otobo/installer.pl and my sys admin knowledge started to look for the problem and found the unhealthy deamon so i thought it was the problem.

                              Thank you very much,

                              Gf

                          • Autor
                            Beiträge
                          Ansicht von 9 Antwort-Threads
                          • Du musst angemeldet sein, um auf dieses Thema antworten zu können.

                          Foren durchsuchen

                          Anmeldung

                          Anmeldung

                          Konto erstellen
                          Passwort vergessen?

                          Login via Social

                          Profil

                          Bitte vervollständigen Sie nach der Registrierung Ihr Profil, das vereinfacht die spätere Kommunikation enorm. Ihre Profileinstellung finden Sie, wenn Sie auf Ihr Avatarbild klicken.

                          Sie können Ihren Avatar ändern, indem Sie sich mit Ihrer E-Mail-Adresse unter gravatar.com registrieren.

                          Letzte Aktivitäten

                          • Mandantenfähigkeit
                          • Dynamische Felder in AgentTicketNote mit ACL verstecken
                          • FAQ: kaputtes Copy & Paste von Bildern zwischen Artikeln
                          • Benachrichtigung „Ticket wurde mir entzogen“ möglich?
                          • Statistik Anzahl Tickets pro Agent

                          Unternehmen

                          Über uns
                          Karriere
                          Stellenbörse
                          Partner werden
                          Kontakt
                          Newsletter

                          OTOBO | Simplify work and create exceptional service experiences.

                          Die Source Code Owner und Maintainer hinter OTOBO.

                          Software

                          Service Management-Plattform
                          OTOBO Demo
                          OTOBO Download
                          OTOBO Dokumentation

                          Security-Problem melden:
                          security@otobo.org

                          Services

                          Support-Portal
                          Beratung
                          Training
                          Support
                          Managed Services
                          Erweiterung
                          OTRS Migration
                          Partner finden

                          Community

                          Open Source
                          Community Forum
                          Mitmachen
                          OTOBO Developer
                          OTOBO@GitHub

                          © 2026 Rother OSS GmbH | All rights reserved.
                          • Cookie-Einstellungen
                          • Impressum
                          • Datenschutz
                          • Haftungsausschluss
                          Nach oben scrollen Nach oben scrollen Nach oben scrollen