• 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: OTOBO install and migration

Ansicht von 10 Antwort-Threads
  • Autor
    Beiträge
    • 31. März 2021 um 12:29 Uhr - Views: 1367 #11282
      Eldaras Sad
      Teilnehmer

        Hello,

        I first run http://192.168.1.96/otobo/installer.pl

        I get an error 500 Internal Server Error

        Check log file /var/log/httpd/error_log

        I view two errors:

        Use of uninitialized value in concatenation (.) or string at /opt/otobo/Kernel/Output/HTML/Layout.pm line 1602.

        Message: mkdir /opt/otobo/var/tmp/CacheFileStorable/TemplateProvider: Permission denied at /opt/otobo/Kernel/System/Cache/FileStorable.pm line 99.

        FileStorable.pm permission is chmod 777

        I don’t understand what file permission should be?

         

      • 31. März 2021 um 16:06 Uhr #11283
        Jeffrey nvt
        Teilnehmer

          Message: mkdir /opt/otobo/var/tmp/CacheFileStorable/TemplateProvider: Permission denied at /opt/otobo/Kernel/System/Cache/FileStorable.pm line 99.

          The problem is „/opt/otobo/var/tmp/CacheFileStorable/TemplateProvider“. Make sure you set the correct user/group on /opt/otobo and all subdirectories/files.

          In case you’re using Debian/Ubuntu with Apache2, the correct user/group is chown -R otobo:www-data /opt/otobo

          FileStorable.pm permission is chmod 777

          Chmod 777 is not recommended, never trust everybody ;)

        • 31. März 2021 um 20:46 Uhr #11285
          Eldaras Sad
          Teilnehmer

            I installed OTOBO on CentOS 8

            My actions:

            root>useradd -r -U -d /opt/otobo -c ‚OTOBO user‘ otobo -s /bin/bash
            root>usermod -G apache otobo
            root>cp /opt/otobo/scripts/apache2-httpd.include.conf /etc/httpd/conf.d/zzz_otobo.conf
            root>chown -R otobo:apache /opt/otobo

            root>/opt/otobo/bin/otobo.SetPermissions.pl
            Skipping /.github (maybe here problem?)

            root>systemctl start httpd.service

            The problem remains:

            Can’t create directory ‚/opt/otobo/var/tmp‘:
            Can’t create directory ‚/opt/otobo/var/tmp/CacheFileStorable‘: No such file or directory
            mkdir /opt/otobo/var/tmp: Permission denied at /opt/otobo/Kernel/System/Cache/FileStorable.pm line 99.

            CheckModules.pl all OK.

            I uninstalled otobo and reinstalled it, but I still get the same error.

             

          • 1. April 2021 um 9:06 Uhr #11286
            Renée Bäcker
            Teilnehmer

              Is SELinux active?

            • 2. April 2021 um 15:44 Uhr #11290
              Eldaras Sad
              Teilnehmer

                SELinux status: enabled
                SELinuxfs mount: /sys/fs/selinux
                SELinux root directory: /etc/selinux
                Loaded policy name: targeted
                Current mode: enforcing
                Mode from config file: enforcing
                Policy MLS status: enabled
                Policy deny_unknown status: allowed
                Memory protection checking: actual (secure)
                Max kernel policy version: 33

                I installed:
                CentOS 8
                Otobo 10.0.9
                perl
                epel-release
                /opt/otobo/bin/otobo.CheckModules.pl -all program installed
                MySQL
                mysqltuner
                java-1.8.0-openjdk-devel
                elasticsearch

                Out of despair, I installed everything to new, but I still get the same error.

                 

              • 3. April 2021 um 2:23 Uhr #11292
                hilocz
                Teilnehmer

                  Have you tried Otobo in Docker ? Works fine, hassle free.

                • 4. April 2021 um 10:25 Uhr #11293
                  Eldaras Sad
                  Teilnehmer

                    I will try to install OTOBO with the Docker. I hope everything works out.

                  • 6. April 2021 um 20:21 Uhr #11304
                    Eldaras Sad
                    Teilnehmer

                      Finally succeeded :-) ,
                      after installing Docker launched the link: http://myip/otobo/installer.pl
                      Many thanks to everyone for the help.

                    • 7. April 2021 um 12:35 Uhr #11316
                      Eldaras Sad
                      Teilnehmer

                        intsaller.pl
                        I have problem in  step (2/4)

                        User: root
                        Password: MySQLrootpassword
                        Host: db

                        Can’t connect to MySQL server on ‚db‘ (115)

                        systemctl status mysqld.service (active)
                        I checked mysql -u root -p. It’s ok.

                         

                      • 12. April 2021 um 20:44 Uhr #11340
                        Eldaras Sad
                        Teilnehmer

                          systemctl stop firewalld.service
                          http://myserverip/otobo/installer.pl (2/4)
                          Database check successful.

                          systemctl start firewalld.service
                          Can’t connect to MySQL server on ‚db‘ (115)

                          firewall-cmd –zone=public –add-service=mysql –permanent
                          firewall-cmd –zone=public –add-port=3306/tcp –permanent
                          firewall-cmd –zone=public –add-source=myip
                          firewall-cmd –reload

                          my.cnf
                          #bind-address=0.0.0.0

                          I still get a mysql error 115

                          Maybe someone knows how to configure the firewall correctly to connect to mysql?

                        • 23. April 2021 um 15:42 Uhr #11416
                          Eldaras Sad
                          Teilnehmer

                            I talked to myself :-)
                            Solution found:
                            firewall-cmd –zone = public –add-masquerade –permanent

                        • Autor
                          Beiträge
                        Ansicht von 10 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