Beiträge von dicker

    Die Festplatte ist nicht voll.
    root@:~# df -h
    Filesystem Size Used Avail Use% Mounted on
    /dev/simfs 1.5T 778G 720G 52% /
    none 9.0G 4.0K 9.0G 1% /dev
    none 4.0K 0 4.0K 0% /sys/fs/cgroup
    none 1.9G 1.4M 1.8G 1% /run
    none 5.0M 0 5.0M 0% /run/lock
    none 4.2G 0 4.2G 0% /run/shm
    none 100M 0 100M 0% /run/user
    cgmfs 100K 0 100K 0% /run/cgmanager/fs
    tmpfs 1.9G 0 1.9G 0% /run/user/1299
    tmpfs 1.9G 0 1.9G 0% /run/user/1120
    tmpfs 1.9G 0 1.9G 0% /run/user/0

    Hallo,
    Ich kann Liveconfig neu starten und 1 Sekunde später stoppt es wieder. Es scheint als ob die LiveConfig Datenbank Fehler hat.


    Nach einem Start läuft der Dienst kurz:


    root@:/# /etc/init.d/liveconfig start


    [ ok ] Starting LiveConfig Server: liveconfig.


    root@:/# /etc/init.d/liveconfig status


    [ ok ] liveconfig is running.


    root@:/# /etc/init.d/liveconfig status


    [FAIL] liveconfig is not running ... failed!


    root@:/#


    Hier der Auszug aus dem Liveconfig Log:


    [2021/11/18 11:12:16.674524] [4321|4321] ERROR: Releasing db connection, but still have open statements


    [2021/11/18 11:12:16.674542] [4321|4321] aborting SQL: 'UPDATE SERVERS SET SRV_CONNECTTS= NULL'


    [2021/11/18 11:12:16.674585] [4321|4321] UNCAUGHT DATABASE EXCEPTION: 'Got error -1 from storage engine'


    [2021/11/18 11:12:16.674599] [4321|4321] euid=114, egid=117


    [2021/11/18 11:12:16.674926] [4322|4322] Client child started...


    [2021/11/18 11:12:16.675406] [4320|4320] Server child process 4321 terminated; return code: 77



    Der MySQL Check zeigt jedoch bei allen Tabellen der Datenbank ein "Ok"

    Ja ich habe noch eine gefunden.
    Aber da ist FollowSymLinks auskommentiert.


    Wenn ich die zweite .htaccess Datei umbenenne wird die Seite aufgerufen. aber mit der .htaccess Datei geht es nicht.


    Inhalt der zweiten .htaccess Datei:


    Options All -Indexes
    #Put the line here to enable PHP5


    #You may need to un-comment the following line
    #Options +FollowSymlinks


    # REMEBER YOU ONLY NEED TO STARD MOD REWRITE ONCE
    RewriteEngine On


    #REWRITE BASE
    #RewriteBase /


    # HERE IS A GOOD PLACE TO ADD THE WWW PREFIXE REDIRECTION


    # HERE IS A GOOD PLACE TO ADD THE OLD SCRIPT REDIRECTION
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.+)$ index.php


    Options +FollowSymlinks ist also nun bei beiden .htaccess Dateien auskommentiert. Aber nur wenn ich die zweite .htacess Datei umbenenne wird die Seite aufgerufen.

    Hallo,


    ein Kunde versucht arfooo zu installieren und bekommt immer einen error.


    In der error.log finde ich


    .htaccess: Option All not allowed here


    Wenn ich die .htaccess Datei umbenenne, kommt derselbe Fehler.


    Inhalt der .htaccess Datei


    allow from all
    Options +FollowSymlinks
    RewriteEngine on


    # PHP INFO
    RewriteRule info.html info.php [nc]


    Wenn ich eine # vor Options +FollowSymlinks mache kommt auch der Fehler.


    PHP Version 7.3

    Also bei mir war es ein simples Problem.
    Die Kunden wo ich geschaut habe, hatten im Suchfilter etwas stehen. So das nur die Domain angezeigt wurde die laut Suchfilter auch gefunden werden sollte. Hatte ich leider nicht gesehen.
    Suchfilter gelöscht und nun geht es wieder.

    Hallo,
    es ist jetzt einem Kunden aufgefallen, dass bis auf eine Domain alle anderen Domains nicht mehr unter Domains angezeigt werden.


    Das ist bei anderen Kunden auch so.


    Lediglich bei mir sind sie alle da.


    Neueintragung schlägt fehl, weil das System sagt, dass die Domains schon vorhanden sind.


    Angelegte E-Mail Adressen scheinen alle vorhanden zu sein.


    Kann bitte jemand helfen?

    Ich musste jetzt statt meinem Benutzernamenfür die Liveconfig Datenbank root eingeben.


    Allerdings kommt dann ein anderer Fehler.


    /etc/init.d/liveconfig restart
    [....] Restarting liveconfig (via systemctl): liveconfig.serviceJob for liveconfig.service failed. See 'systemctl status liveconfig.service' and 'journalctl -xn' for details.
    failed!
    root@lc1:~# systemctl status liveconfig.service
    ● liveconfig.service - LiveConfig Control Panel
    Loaded: loaded (/lib/systemd/system/liveconfig.service; enabled)
    Active: failed (Result: exit-code) since Thu 2019-12-05 19:48:37 MET; 9s ago
    Process: 4238 ExecStop=/usr/sbin/liveconfig -k stop (code=exited, status=0/SUCCESS)
    Process: 4902 ExecStart=/usr/sbin/liveconfig -k start (code=exited, status=1/FAILURE)
    Main PID: 4087 (code=exited, status=0/SUCCESS)


    Dec 05 19:48:37 lc1 systemd[1]: Starting LiveConfig Control Panel...
    Dec 05 19:48:37 lc1 liveconfig[4902]: - /usr/sbin/liveconfig: LiveConfig 2.8.4-5653 starting...
    Dec 05 19:48:37 lc1 liveconfig[4902]: - /usr/sbin/liveconfig: Database driver loaded: MySQL (10.4.3)
    Dec 05 19:48:37 lc1 liveconfig[4902]: - /usr/sbin/liveconfig: Database connection failed: Table 'joservdelive.LIVECONFIG' doesn't exist
    Dec 05 19:48:37 lc1 liveconfig[4902]: - /usr/sbin/liveconfig: Closing log file
    Dec 05 19:48:37 lc1 systemd[1]: liveconfig.service: control process exited, code=exited status=1
    Dec 05 19:48:37 lc1 systemd[1]: Failed to start LiveConfig Control Panel.
    Dec 05 19:48:37 lc1 systemd[1]: Unit liveconfig.service entered failed state.



    joservdelive ist der Name der Datenbank
    joservdelive.LIVECONFIG nicht existent.
    Es gibt in der Datenbank eine LIVECONFIG.frm


    Ich denke die ist damit gemeint.
    Die ist vorhanden wird aber nicht gefunden.


    Ich habe mal noch einen VServer getestet.
    Dort habe ich die liveconfig Datenbank laut der Anleitung in eine mysql Datenbank migriert. Auch da funktioniert nicht mein Benutzername.
    Es geht nur wenn ich dann root eintrage.
    Allerdings kommt dann eine Seite vom Liveconfig


    Willkommen!
    Um fortzufahren, geben Sie bitte das Startpasswort ein. Sie finden es in der Datei /root/LiveConfig.txt.
    Wenn ich dann das Passwort aus der /root/LiveConfig.txt eingebe kommt Passwort falsch.

    Hallo,


    ich habe einen Liveconfig Server umgezogen.
    Immer wenn ich die mysql Datenbank für das Liveconfig in der liveconfig.conf aktiviere, startet liveconfig nicht mehr.


    journalctl -xe
    -- Subject: A new session 5 has been created for user root
    -- Defined-By: systemd
    -- Support: https://www.debian.org/support
    -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat
    --
    -- A new session with the ID 5 has been created for the user root.
    --
    -- The leading process of the session is 1223.
    Nov 30 11:22:02 <servername> systemd[1]: Starting LiveConfig Control Panel...
    -- Subject: A start job for unit liveconfig.service has begun execution
    -- Defined-By: systemd
    -- Support: https://www.debian.org/support
    --
    -- A start job for unit liveconfig.service has begun execution.
    --
    -- The job identifier is 272.
    Nov 30 11:22:02 <servername> liveconfig[1244]: - /usr/sbin/liveconfig: LiveConfig 2.8.4-5653 starting...
    Nov 30 11:22:02 <servername> liveconfig[1244]: - /usr/sbin/liveconfig: Database driver loaded: MySQL (10.4.3)
    Nov 30 11:22:02 <servername> liveconfig[1244]: - /usr/sbin/liveconfig: Database connection failed: Access denied for user 'benutzername'@'localhost'
    Nov 30 11:22:02 <servername> liveconfig[1244]: - /usr/sbin/liveconfig: Closing log file
    Nov 30 11:22:02 <servername> systemd[1]: liveconfig.service: Control process exited, code=exited, status=1/FAILURE
    -- Subject: Unit process exited
    -- Defined-By: systemd
    -- Support: https://www.debian.org/support
    --
    -- An ExecStart= process belonging to unit liveconfig.service has exited.
    --
    -- The process' exit code is 'exited' and its exit status is 1.
    Nov 30 11:22:02 <servername> systemd[1]: liveconfig.service: Failed with result 'exit-code'.
    -- Subject: Unit failed
    -- Defined-By: systemd
    -- Support: https://www.debian.org/support
    --
    -- The unit liveconfig.service has entered the 'failed' state with result 'exit-code'.
    Nov 30 11:22:02 <servername> systemd[1]: Failed to start LiveConfig Control Panel.
    -- Subject: A start job for unit liveconfig.service has failed
    -- Defined-By: systemd
    -- Support: https://www.debian.org/support
    --
    -- A start job for unit liveconfig.service has finished with a failure.
    --
    -- The job identifier is 272 and the job result is failed.
    Nov 30 11:22:04 <servername> sshd[1232]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=112.85.42.94 user=root
    Nov 30 11:22:05 <servername> sshd[1232]: Failed password for root from 112.85.42.94 port 47594 ssh2
    Nov 30 11:22:08 <servername> sshd[1232]: Failed password for root from 112.85.42.94 port 47594 ssh2
    Nov 30 11:22:12 <servername> sshd[1232]: Failed password for root from 112.85.42.94 port 47594 ssh2
    Nov 30 11:22:15 <servername> sshd[1232]: Received disconnect from 112.85.42.94 port 47594:11: [preauth]
    Nov 30 11:22:15 <servername> sshd[1232]: Disconnected from authenticating user root 112.85.42.94 port 47594 [preauth]
    Nov 30 11:22:15 <servername> sshd[1232]: PAM 2 more authentication failures; logname= uid=0 euid=0 tty=ssh ruser= rhost=112.85.42.94 user=root
    lines 1682-1730/1730 (END)



    Ich nutze nicht MySQL10.4 sondern 10.3


    Weiß jemand Rat?

    Hallo,


    ich habe einen Liveconfig Server umgezogen.
    Immer wenn ich die mysql Datenbank für das Liveconfig in der liveconfig.conf aktiviere, startet liveconfig nicht mehr.
    Die angezeigte IP ist aus China.
    journalctl -xe
    -- Subject: A new session 5 has been created for user root
    -- Defined-By: systemd
    -- Support: https://www.debian.org/support
    -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat
    --
    -- A new session with the ID 5 has been created for the user root.
    --
    -- The leading process of the session is 1223.
    Nov 30 11:22:02 <servername> systemd[1]: Starting LiveConfig Control Panel...
    -- Subject: A start job for unit liveconfig.service has begun execution
    -- Defined-By: systemd
    -- Support: https://www.debian.org/support
    --
    -- A start job for unit liveconfig.service has begun execution.
    --
    -- The job identifier is 272.
    Nov 30 11:22:02 <servername> liveconfig[1244]: - /usr/sbin/liveconfig: LiveConfig 2.8.4-5653 starting...
    Nov 30 11:22:02 <servername> liveconfig[1244]: - /usr/sbin/liveconfig: Database driver loaded: MySQL (10.4.3)
    Nov 30 11:22:02 <servername> liveconfig[1244]: - /usr/sbin/liveconfig: Database connection failed: Access denied for user 'joserv'@'localhost'
    Nov 30 11:22:02 <servername> liveconfig[1244]: - /usr/sbin/liveconfig: Closing log file
    Nov 30 11:22:02 <servername> systemd[1]: liveconfig.service: Control process exited, code=exited, status=1/FAILURE
    -- Subject: Unit process exited
    -- Defined-By: systemd
    -- Support: https://www.debian.org/support
    --
    -- An ExecStart= process belonging to unit liveconfig.service has exited.
    --
    -- The process' exit code is 'exited' and its exit status is 1.
    Nov 30 11:22:02 <servername> systemd[1]: liveconfig.service: Failed with result 'exit-code'.
    -- Subject: Unit failed
    -- Defined-By: systemd
    -- Support: https://www.debian.org/support
    --
    -- The unit liveconfig.service has entered the 'failed' state with result 'exit-code'.
    Nov 30 11:22:02 <servername> systemd[1]: Failed to start LiveConfig Control Panel.
    -- Subject: A start job for unit liveconfig.service has failed
    -- Defined-By: systemd
    -- Support: https://www.debian.org/support
    --
    -- A start job for unit liveconfig.service has finished with a failure.
    --
    -- The job identifier is 272 and the job result is failed.
    Nov 30 11:22:04 <servername> sshd[1232]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=112.85.42.94 user=root
    Nov 30 11:22:05 <servername> sshd[1232]: Failed password for root from 112.85.42.94 port 47594 ssh2
    Nov 30 11:22:08 <servername> sshd[1232]: Failed password for root from 112.85.42.94 port 47594 ssh2
    Nov 30 11:22:12 <servername> sshd[1232]: Failed password for root from 112.85.42.94 port 47594 ssh2
    Nov 30 11:22:15 <servername> sshd[1232]: Received disconnect from 112.85.42.94 port 47594:11: [preauth]
    Nov 30 11:22:15 <servername> sshd[1232]: Disconnected from authenticating user root 112.85.42.94 port 47594 [preauth]
    Nov 30 11:22:15 <servername> sshd[1232]: PAM 2 more authentication failures; logname= uid=0 euid=0 tty=ssh ruser= rhost=112.85.42.94 user=root
    lines 1682-1730/1730 (END)



    Ich nutze nicht MySQL10.4 sondern 10.3


    Weiß jemand Rat?

    Hallo,
    ich habe testweise laut der Anleitung die Daten auf einen neuen Server kopiert und es scheint auch soweit alles zu funktionieren. Allerdings können die Domains nicht aufgerufen werden. Fehlermeldung...Die Domain ist nicht verfügbar.
    Dann habe ich auf dem neuen Server erst mal eine Testlizenz installiert.
    Wenn ich dann im Liveconfig eine Domain aufrufe und nochmal speichere, funktioniert die Domain.
    Es wäre sehr mühsam alle Kunden Domains erst nochmal anzuklicken und neu zu speichern, damit sie funktionieren.


    Was kann ich tun damit die Domains gleich funktionieren?

    In der liveconfig.log steht folgendes.


    [2019/10/31 09:06:06.222963] [26299|26302] [LUA] addPHP: incomplete FPM configuration for '/opt/php-7.2/sbin/php-fpm' - skipping...
    [2019/10/31 09:06:06.333057] [26299|26301] [LUA] addPHP: incomplete FPM configuration for '/opt/php-7.2/sbin/php-fpm' - skipping...
    [2019/10/31 09:06:06.538174] [26299|26300] [LUA] addPHP: incomplete FPM configuration for '/opt/php-7.2/sbin/php-fpm' - skipping...
    [2019/10/31 09:06:10.132933] [26299|26299] Connected to LiveConfig 2.8.4
    [2019/10/31 09:06:13.341173] [26299|26302] [LUA] PHP version 'php72' already registered
    [2019/10/31 09:06:13.341286] [26299|26301] [LUA] PHP version 'php72' already registered
    [2019/10/31 09:06:13.625124] [26299|26300] [LUA] PHP version 'php72' already registered
    [2019/10/31 09:06:15.325052] [26299|26301] [LUA] Loading custom Lua settings from '/usr/lib/liveconfig/lua/custom.lua'
    [2019/10/31 09:06:15.325193] [26299|26302] [LUA] Loading custom Lua settings from '/usr/lib/liveconfig/lua/custom.lua'
    [2019/10/31 09:06:15.447046] [26299|26300] [LUA] Loading custom Lua settings from '/usr/lib/liveconfig/lua/custom.lua'
    [2019/10/31 09:06:16.382622] [26299|26301] [LUA] Detected 'Debian GNU/Linux 10 (buster)'
    [2019/10/31 09:06:17.226511] [26299|26301] [LUA] setting PHP default version to 'php73'
    [2019/10/31 09:06:18.050899] [26299|26301] Can't get system informations: open(/dev/mem) failed: No such file or directory
    [2019/10/31 09:06:20.122408] [26298|26822] Updating AppInstaller repository (https://update.liveconfig.com/repo-v3.json)...

    Hallo,
    ich habe heute auf die neuen PHP Versionen aktualisieren wollen.
    Leider aktualisiert bei mir nur php7.1.
    Alles andere ist noch beim alten. Anscheinend aber auch nicht erst seit jetzt.
    liveconfig--diag sagt
    Running Lua diagnostics...
    [WARNING] addPHP: incomplete FPM configuration for '/opt/php-7.2/sbin/php-fpm' - skipping...
    [WARNING] PHP version 'php72' already registered
    [INFO] Loading custom Lua settings from '/usr/lib/liveconfig/lua/custom.lua'
    [INFO] Detected 'Debian GNU/Linux 10 (buster)'
    [INFO] setting PHP default version to 'php73'
    Distribution name: 'Debian'
    Distribution codename: 'buster'
    Distribution family: 'Debian'
    Distribution version: '10'
    Distribution description: 'Debian GNU/Linux 10 (buster)'
    Checking for web server software:
    - Found 'apache' web server
    Version: '2.4.25'
    Package version: '2.4.25-3+deb9u8'
    Modules: core so watchdog http log_config logio version unixd access_compat actions alias auth_basic authn_core authn_file authz_core authz_host authz_user autoindex cgid dav dav_fs deflate dir env expires fcgid filter headers http2 include mime mpm_event negotiation proxy proxy_fcgi proxy_http reqtimeout rewrite setenvif socache_shmcb ssl suexec
    - PHP 7.2.18 (code='php72')
    CGI/FastCGI: /opt/php-7.2/bin/php-cgi
    default php.ini: '/opt/php-7.2/etc/php.ini'
    - PHP 5.6.40 (code='php56')
    CGI/FastCGI: /opt/php-5.6/bin/php-cgi
    FPM: /opt/php-5.6/sbin/php-fpm
    pool config: /etc/php-fpm/php56-fpm.d
    default php.ini: '/opt/php-5.6/etc/php.ini'
    - PHP 7.0.33 (code='php70')
    CGI/FastCGI: /opt/php-7.0/bin/php-cgi
    FPM: /opt/php-7.0/sbin/php-fpm
    pool config: /etc/php-fpm/php70-fpm.d
    default php.ini: '/opt/php-7.0/etc/php.ini'
    - PHP 7.1.33 (code='php71')
    CGI/FastCGI: /opt/php-7.1/bin/php-cgi
    FPM: /opt/php-7.1/sbin/php-fpm
    pool config: /etc/php-fpm/php71-fpm.d
    default php.ini: '/opt/php-7.1/etc/php.ini'
    - PHP 7.3.8 [DEFAULT] (code='php73')
    CGI/FastCGI: /opt/php-7.3/bin/php-cgi
    FPM: /opt/php-7.3/sbin/php-fpm
    pool config: /etc/php-fpm/php73-fpm.d
    default php.ini: '/opt/php-7.3/etc/php.ini'
    - PHP 5.6.33 (code='php5')
    CGI/FastCGI: /usr/bin/php-cgi
    default php.ini: '/etc/php5/cgi/php.ini'
    Checking for ftp server software:
    - Found 'proftpd' FTP server
    Version: '1.3.5b'
    Package version: '1.3.5b-4+deb9u1'
    Checking for SMTP server software:
    - Found 'postfix' smtp server
    Version: '3.1.12'
    Package version: '3.1.12-0+deb9u1'
    DANE/TLSA support: 'yes'
    - found SpamAssassin (package version: '3.4.2-1')
    configured: yes
    - found OpenDKIM (package version: '2.11.0~alpha-10+deb9u1')
    configured: yes
    Checking for POP/IMAP server software:
    - Found 'dovecot' POP/IMAP server
    Version: '2.2.27'
    Package version: '1:2.2.27-3+deb9u5'
    Checking for database server software:
    - Found 'mysql' database server
    Version: '10.1.38'
    Package version: '10.1.26-0+deb9u1'
    Checking for DNS server software:
    - Found 'bind' DNS server
    Version: '9.10.3'
    Package version: '1:9.10.3.dfsg.P4-12.3+deb9u5'
    DNSSEC support: yes

    Hallo,
    wenn ich ein neues Lets' Encrypt Zertifikat erstelle, muss ich, wenn ich die automatische Weiterleitung von vorn herein erzwingen möchte, auf manuelle Verwaltung klicken und dann unten bei Weiterleitung von HTTP auf HTTPS konfigurieren einen Haken setzen.


    Dann kommt beim speichern folgende Fehlermeldung.


    Fehler beim Lesen des Schlüssels: error:0909006C:PEM routines:get_name:no start line


    Kann man das nicht so einstellen, dass bei automatischer Verwaltung der Haken bei Weiterleitung von HTTP auf HTTPS konfigurieren bereits gesetzt ist und die Weiterleitung von http auf https automatisch erzwungen wird.


    Jetzt muss bei automatischer Verwaltung die Domain extra nochmal aufgerufen werden, damit man dann bei der Standard Einstellung den Haken bei Verschlüsselung erzwingen (automatische Weiterleitung auf https://) setzen kann.


    Ich nutze Debian 10 mit der neusten Liveconfig Version.