ich habe auf unserer QNAP NAS über die Virtualization Station die aktuelle Version des Loxberry (3.0.0.6) installiert. Grundlage ist hier - wie auch auf meinem privaten Loxberry mit Raspbi 3B - Dietpi Bullseye.
Die Installation lief ohne größere Fehlermeldungen durch, nach dem Reboot kam ich zwar auf die Konsole (direkt über den Screen der Virtualization Station), das Webinterface war aber nicht erreichbar.
Beim Start fiel mir die Fehlermeldung "failed to start Apache2" auf. Per Konsole habe ich also Apache neu installiert, jetzt läuft der Loxberry erst einmal. Plugins lassen sich installieren und die meisten scheinen auch zu laufen.
Allerdings gibt es einzelne Dinge, die nicht laufen. In diesen Fällen lacht mich statt des eigentlichen Inhalts der PHP-Quelltext an, wenn ich das richtig sehe, z.B. bei:
- System Information
- Systemeinstellungen =>LoxBerry-Dienste
- in der Ausgabe des CalDAV-4-Lox Plugins
Hier die ersten Zeilen des Quelltexts aus "System Information":
/* Linfo
*
* Copyright (c) 2018 Joe Gillotti
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
require_once __DIR__ . '/standalone_autoload.php';
use \Linfo\Exceptions\FatalException;
use \Linfo\Linfo;
use \Linfo\Common;
// If we're using php's built in server, enable static files
if (php_sapi_name() == 'cli-server') {
if (preg_match('/\.(?ng|jpg|jpeg|gif|css|js|ico)$/', $_SERVER["REQUEST_URI"])) {
return false;
}
die Abfrage per php -v git mir aus, dass PHP 7.4.33 installiert ist. Ich habe auch ein reinstall durchgeführt, bisher ohne Ergebnis.
Die installierte Apache2-Version ist Apache/2.4.56 (Debian) - das ist die selbe wie auch bei meinem Raspbi-Loxberry, PHP ist auch identisch.
Systeminformationen oder Dienste kann ich ja gerade nicht checken, da die Seiten nicht laufen.
Hättet ihr eine Idee, woran das liegen könnte? Mir ist klar, dass die Installation auf der VM an sich schon nicht einfach ist...
Ansonsten gerne Hinweise, was ich noch prüfen soll...
Danke schonmal!
Benny
Kommentar