From 02c8bcb3ffa6eccfeec117ef1ba8216c57346e8e Mon Sep 17 00:00:00 2001 From: Rocket13011 Date: Tue, 19 Dec 2023 10:55:06 +0100 Subject: [PATCH 1/5] Update luna.php --- desktop/php/luna.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/php/luna.php b/desktop/php/luna.php index 89acf96..3d072b8 100644 --- a/desktop/php/luna.php +++ b/desktop/php/luna.php @@ -122,7 +122,7 @@ $conMetric = shell_exec('sudo nmcli -f ipv4.route-metric -t -m tabular con show '.$conUUID); $conMetric = preg_replace("#(\r\n|\n\r|\n|\r)#","",$conMetric); $return[] = array('UUID' => $conUUID, 'name' => $conName, 'type' => $conType, 'metric' => $conMetric); - log::add(__CLASS__, 'debug', json_encode($return)); + log::add('luna', 'debug', json_encode($return)); } usort($return, fn($a, $b) => $a['metric'] <=> $b['metric']); From 33934e7c43404e34b0f36a81b0d0c2be46881627 Mon Sep 17 00:00:00 2001 From: Rocket13011 Date: Tue, 19 Dec 2023 11:05:51 +0100 Subject: [PATCH 2/5] Update changelog.md --- docs/fr_FR/changelog.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/fr_FR/changelog.md b/docs/fr_FR/changelog.md index ae19f39..12727b6 100644 --- a/docs/fr_FR/changelog.md +++ b/docs/fr_FR/changelog.md @@ -5,7 +5,10 @@ >**IMPORTANT** > >Pour rappel s'il n'y a pas d'information sur la mise à jour, c'est que celle-ci concerne uniquement de la mise à jour de documentation, de traduction ou de texte. -> + +# 19/12/2023 + +- correction de l'erreur (The stream or file "/var/www/html/core/class/../../log/" could not be opened in append mode: failed to open stream: Is a directory) # 07/12/2023 From fac2d219a505189d7fc0480df54a1267bdcd70e8 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 20 Dec 2023 00:12:34 +0000 Subject: [PATCH 3/5] [Jenkins] Updated translation --- docs/de_DE/changelog.md | 5 ++++- docs/en_US/changelog.md | 5 ++++- docs/es_ES/changelog.md | 5 ++++- docs/i18n/de_DE.json | 4 ++++ docs/i18n/en_US.json | 4 ++++ docs/i18n/es_ES.json | 4 ++++ docs/i18n/fr_FR.json | 4 ++++ docs/i18n/pt_PT.json | 4 ++++ docs/pt_PT/changelog.md | 5 ++++- 9 files changed, 36 insertions(+), 4 deletions(-) diff --git a/docs/de_DE/changelog.md b/docs/de_DE/changelog.md index 973e8e7..a9812c4 100644 --- a/docs/de_DE/changelog.md +++ b/docs/de_DE/changelog.md @@ -5,7 +5,10 @@ >**WICHTIG** > >Zur Erinnerung: Wenn es keine Informationen über die Aktualisierung gibt, bedeutet dies, dass es sich nur um die Aktualisierung von Dokumentation, Übersetzung oder Text handelt. -> + +# 19.12.2023 + +- Fehler behoben (Der Stream oder die Datei „/var/www/html/core/class/../../log/“ konnte nicht im Anhängemodus geöffnet werden: Fehler beim Öffnen des Streams: Ist ein Verzeichnis) # 12.07.2023 diff --git a/docs/en_US/changelog.md b/docs/en_US/changelog.md index e52373d..35e53b4 100644 --- a/docs/en_US/changelog.md +++ b/docs/en_US/changelog.md @@ -5,7 +5,10 @@ >**IMPORTANT** > >As a reminder, if there is no information on the update, it means that it only concerns the update of documentation, translation or text. -> + +# 12/19/2023 + +- fixed error (The stream or file "/var/www/html/core/class/../../log/" could not be opened in append mode: failed to open stream: Is a directory) # 07/12/2023 diff --git a/docs/es_ES/changelog.md b/docs/es_ES/changelog.md index eec8f10..642bf60 100644 --- a/docs/es_ES/changelog.md +++ b/docs/es_ES/changelog.md @@ -5,7 +5,10 @@ >**IMPORTANTE** > >Como recordatorio, si no hay información sobre la actualización, significa que solo se trata de la actualización de la documentación, la traducción o el texto. -> + +# 19/12/2023 + +- error solucionado (La secuencia o archivo "/var/www/html/core/class/../../log/" no se pudo abrir en modo agregar: fallo al abrir Stream: Es un directorio) # 12/07/2023 diff --git a/docs/i18n/de_DE.json b/docs/i18n/de_DE.json index 26a5eae..d1391af 100644 --- a/docs/i18n/de_DE.json +++ b/docs/i18n/de_DE.json @@ -3,6 +3,10 @@ "Changelog Luna": "Änderungsprotokoll Luna", "Changelog plugin luna": "Änderungsprotokoll Luna-Plugin", "Pour rappel s'il n'y a pas d'information sur la mise à jour, c'est que celle-ci concerne uniquement de la mise à jour de documentation, de traduction ou de texte": "Zur Erinnerung: Wenn es keine Informationen über die Aktualisierung gibt, bedeutet dies, dass es sich nur um die Aktualisierung von Dokumentation, Übersetzung oder Text handelt", + "19\/12\/2023": "19.12.2023", + "correction de l'erreur (The stream or file \"\/var\/www\/html\/core\/class\/..\/..\/log\/\" could not be opened in append mode": "Fehler behoben (Der Stream oder die Datei „\/var\/www\/html\/core\/class\/..\/..\/log\/“ konnte nicht im Anhängemodus geöffnet werden", + "failed to open stream": "Fehler beim Öffnen des Streams", + "Is a directory": "Ist ein Verzeichnis", "07\/12\/2023": "12.07.2023", "Nouveau module pour le hotspot avec dhcp": "Neues Modul für Hotspot mit DHCP", "18\/11\/2023": "18.11.2023", diff --git a/docs/i18n/en_US.json b/docs/i18n/en_US.json index c339eb6..e0ef0de 100644 --- a/docs/i18n/en_US.json +++ b/docs/i18n/en_US.json @@ -3,6 +3,10 @@ "Changelog Luna": "Changelog Luna", "Changelog plugin luna": "Changelog luna plugin", "Pour rappel s'il n'y a pas d'information sur la mise à jour, c'est que celle-ci concerne uniquement de la mise à jour de documentation, de traduction ou de texte": "As a reminder, if there is no information on the update, it means that it only concerns the update of documentation, translation or text", + "19\/12\/2023": "12\/19\/2023", + "correction de l'erreur (The stream or file \"\/var\/www\/html\/core\/class\/..\/..\/log\/\" could not be opened in append mode": "fixed error (The stream or file \"\/var\/www\/html\/core\/class\/..\/..\/log\/\" could not be opened in append mode", + "failed to open stream": "failed to open stream", + "Is a directory": "Is a directory", "07\/12\/2023": "07\/12\/2023", "Nouveau module pour le hotspot avec dhcp": "New module for hotspot with dhcp", "18\/11\/2023": "11\/18\/2023", diff --git a/docs/i18n/es_ES.json b/docs/i18n/es_ES.json index 2ace139..4dd8a6f 100644 --- a/docs/i18n/es_ES.json +++ b/docs/i18n/es_ES.json @@ -3,6 +3,10 @@ "Changelog Luna": "Registro de cambios Luna", "Changelog plugin luna": "Complemento luna registro de cambios", "Pour rappel s'il n'y a pas d'information sur la mise à jour, c'est que celle-ci concerne uniquement de la mise à jour de documentation, de traduction ou de texte": "Como recordatorio, si no hay información sobre la actualización, significa que solo se trata de la actualización de la documentación, la traducción o el texto", + "19\/12\/2023": "19\/12\/2023", + "correction de l'erreur (The stream or file \"\/var\/www\/html\/core\/class\/..\/..\/log\/\" could not be opened in append mode": "error solucionado (La secuencia o archivo \"\/var\/www\/html\/core\/class\/..\/..\/log\/\" no se pudo abrir en modo agregar", + "failed to open stream": "fallo al abrir Stream", + "Is a directory": "Es un directorio", "07\/12\/2023": "12\/07\/2023", "Nouveau module pour le hotspot avec dhcp": "Nuevo módulo para hotspot con dhcp", "18\/11\/2023": "18\/11\/2023", diff --git a/docs/i18n/fr_FR.json b/docs/i18n/fr_FR.json index 719d1a6..99841d5 100644 --- a/docs/i18n/fr_FR.json +++ b/docs/i18n/fr_FR.json @@ -4,6 +4,10 @@ "Changelog plugin luna": "Changelog plugin luna", "IMPORTANT": "IMPORTANT", "Pour rappel s'il n'y a pas d'information sur la mise à jour, c'est que celle-ci concerne uniquement de la mise à jour de documentation, de traduction ou de texte": "Pour rappel s'il n'y a pas d'information sur la mise à jour, c'est que celle-ci concerne uniquement de la mise à jour de documentation, de traduction ou de texte", + "19\/12\/2023": "19\/12\/2023", + "correction de l'erreur (The stream or file \"\/var\/www\/html\/core\/class\/..\/..\/log\/\" could not be opened in append mode": "correction de l'erreur (The stream or file \"\/var\/www\/html\/core\/class\/..\/..\/log\/\" could not be opened in append mode", + "failed to open stream": "failed to open stream", + "Is a directory": "Is a directory", "07\/12\/2023": "07\/12\/2023", "Nouveau module pour le hotspot avec dhcp": "Nouveau module pour le hotspot avec dhcp", "18\/11\/2023": "18\/11\/2023", diff --git a/docs/i18n/pt_PT.json b/docs/i18n/pt_PT.json index 080adf3..e058456 100644 --- a/docs/i18n/pt_PT.json +++ b/docs/i18n/pt_PT.json @@ -3,6 +3,10 @@ "Changelog Luna": "Changelog Luna", "Changelog plugin luna": "Plugin de registro de alterações luna", "Pour rappel s'il n'y a pas d'information sur la mise à jour, c'est que celle-ci concerne uniquement de la mise à jour de documentation, de traduction ou de texte": "Relembramos que, se não houver informação sobre a atualização, significa que se trata apenas de atualização de documentação, tradução ou texto", + "19\/12\/2023": "19\/12\/2023", + "correction de l'erreur (The stream or file \"\/var\/www\/html\/core\/class\/..\/..\/log\/\" could not be opened in append mode": "erro corrigido (o fluxo ou arquivo \"\/var\/www\/html\/core\/class\/..\/..\/log\/\" não pôde ser aberto no modo de acréscimo", + "failed to open stream": "não foi possível abrir o stream", + "Is a directory": "É um diretório", "07\/12\/2023": "12\/07\/2023", "Nouveau module pour le hotspot avec dhcp": "Novo módulo para hotspot com dhcp", "18\/11\/2023": "18\/11\/2023", diff --git a/docs/pt_PT/changelog.md b/docs/pt_PT/changelog.md index 9e58cb1..d02beb3 100644 --- a/docs/pt_PT/changelog.md +++ b/docs/pt_PT/changelog.md @@ -5,7 +5,10 @@ >**IMPORTANTE** > >Relembramos que, se não houver informação sobre a atualização, significa que se trata apenas de atualização de documentação, tradução ou texto. -> + +# 19/12/2023 + +- erro corrigido (o fluxo ou arquivo "/var/www/html/core/class/../../log/" não pôde ser aberto no modo de acréscimo: não foi possível abrir o stream: É um diretório) # 12/07/2023 From 930db2bb2400043c64e8f408eeb798ec856d3fac Mon Sep 17 00:00:00 2001 From: Rocket13011 Date: Wed, 20 Dec 2023 12:58:40 +0100 Subject: [PATCH 4/5] Update packages.json --- plugin_info/packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin_info/packages.json b/plugin_info/packages.json index a43688e..1c33f26 100644 --- a/plugin_info/packages.json +++ b/plugin_info/packages.json @@ -4,7 +4,7 @@ "cloud-guest-utils" : {}, "ethtool": {}, "hostapd": {}, - "dnsmasq": {}, + "dnsmasq-base": {}, "procps": {}, "iproute2": {}, "iptables" : {}, From f0229f2d8c87dbc662ef2a5d052044fe3ab0836d Mon Sep 17 00:00:00 2001 From: Rocket13011 Date: Wed, 20 Dec 2023 13:02:52 +0100 Subject: [PATCH 5/5] Update patchLuna.sh --- data/patchs/patchLuna.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/patchs/patchLuna.sh b/data/patchs/patchLuna.sh index a490129..6356b71 100644 --- a/data/patchs/patchLuna.sh +++ b/data/patchs/patchLuna.sh @@ -34,4 +34,8 @@ php /var/www/html/core/php/jeecli.php message add "luna" "correction Up Start Le sudo chmod 755 /etc/init.d/done sudo systemctl restart done +#dnsmasq +php /var/www/html/core/php/jeecli.php message add "luna" "correction dnsmasq sur la luna" +sudo apt-get remove -y dnsmasq + return 0