Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Archonw

Members
  • Joined

  • Last visited

Everything posted by Archonw

  1. @reeze wird der Duplicati Container automatisch am Ende des Backups beendet? Wenn ja kann vielleeicht das "docker wait" Commando helfen.
  2. @reeze stoppen kannst du den Container schon mal mit #!/bin/sh docker container stop <nextcloud ID> docker start <duplicati ID> Was bleibt, ist eine Abfrage ob ein bestimmter Conatiner noch aktive, wenn nein docker contaier start <nextcloud ID>
  3. @hawihoney ja, stimmt. So lernt man halt jeden Tag dazu. Danke.
  4. @korket Ich habe selber Board und CPU und auch sonst keine weiteren PCI Karten und komme auch nicht über C2 hinaus. Das scheint ein Unraid bzw Slackware die Bremse zu sein. Mit einer Ubuntu Live Umgebung waren höhere C-States kein Problem. So liegt der Verbrauch jetzt um die 20-25 Watt im idle. Hast du schon geschaut, wie hoch der Verbrauch denn jetzt bei dir Idle ist?
  5. @hawihoneyund @alturismo Danke für die Hilfe. Ich konnte es wieder zum laufen bringen. Ansatz: 1. mein Backup mittels cp -aT /mnt/user/unraidbackup/appdata/20220717_043012/mariadb /mnt/user/appdata/mariadb zurueck gespielt. Danach konnte ich die Nextcloud schon mal wieder erreichen. Doch mir wurden über das Webui keinerlei Dateien angezeigt. Dafuer in der Nextcloud Console folgendes eingegeben 2. sudo -u abc php occ maintenance:repair Jetzt scheint alles wieder reibungslos zu laufen.
  6. @hawihoney hatte es bisher nur ohne -p versucht. Werde das heute abend noch versuchen. Danke schon mal.
  7. How do i restore my backup? my backup is in /mnt/user/unraidbackup/appdata/20220717_043012/mariadb/ and has to be restored to /mnt/user/appdata/mariadb/ which attributes do i need for rsync?
  8. Ich hab fürs Backup das Script von mgutt benutzt. Also ein vier Tage altes Backup ist da. Nur bin ich mir nicht sicher mit welchen Attributen ich das jetzt mit rsync zurück spiele.
  9. Hab in der Console von Maria mal folgendes eingegeben: root@bf2ece204d0a:/# mysqld --tc-heuristic-recover commit 2022-07-21 21:15:20 0 [Note] mysqld (mysqld 10.5.16-MariaDB-log) starting as process 22886 ... mysqld: Please consult the Knowledge Base to find out how to run mysqld as root! 2022-07-21 21:15:20 0 [ERROR] Aborting root@bf2ece204d0a:/# mysqld --tc-heuristic-recover=ROLLBACK 2022-07-21 21:15:52 0 [Note] mysqld (mysqld 10.5.16-MariaDB-log) starting as process 29450 ... mysqld: Please consult the Knowledge Base to find out how to run mysqld as root! 2022-07-21 21:15:52 0 [ERROR] Aborting Laut bash bin ich doch schon root, oder?
  10. Hallo, seit gestern bekomme ich von meiner Nextcloud (linuxserver's Repository Container) nur noch Internal Server Error wenn ich versuche darauf zuzugreifen. Meine Unraid Version Version: 6.10.3 In den Logs der Nextcloud hab ich das hier: #24 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(129): Pimple\Container->offsetGet() #25 /config/www/nextcloud/lib/private/ServerContainer.php(136): OC\AppFramework\Utility\SimpleContainer->query() #26 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(57): OC\ServerContainer->query() #27 /config/www/nextcloud/lib/private/Server.php(2082): OC\AppFramework\Utility\SimpleContainer->get() #28 /config/www/nextcloud/lib/private/Files/View.php(122): OC\Server->getLockingProvider() #29 /config/www/nextcloud/lib/private/Server.php(454): OC\Files\View->__construct() #30 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(162): OC\Server->OC\{closure}() #31 /config/www/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php(122): OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility\{closure}() #32 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(129): Pimple\Container->offsetGet() #33 /config/www/nextcloud/lib/private/ServerContainer.php(136): OC\AppFramework\Utility\SimpleContainer->query() #34 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(57): OC\ServerContainer->query() #35 /config/www/nextcloud/lib/private/Server.php(1445): OC\AppFramework\Utility\SimpleContainer->get() #36 /config/www/nextcloud/lib/base.php(602): OC\Server->boot() #37 /config/www/nextcloud/lib/base.php(1104): OC::init() #38 /config/www/nextcloud/cron.php(43): require_once('/config/www/nex...') #39 {main} Doctrine\DBAL\Exception: Failed to connect to the database: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection refused in /config/www/nextcloud/lib/private/DB/Connection.php:139 Stack trace: #0 /config/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php(1519): OC\DB\Connection->connect() #1 /config/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php(1041): Doctrine\DBAL\Connection->getWrappedConnection() #2 /config/www/nextcloud/lib/private/DB/Connection.php(261): Doctrine\DBAL\Connection->executeQuery() #3 /config/www/nextcloud/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php(345): OC\DB\Connection->executeQuery() #4 /config/www/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php(281): Doctrine\DBAL\Query\QueryBuilder->execute() #5 /config/www/nextcloud/lib/private/AppConfig.php(411): OC\DB\QueryBuilder\QueryBuilder->execute() #6 /config/www/nextcloud/lib/private/AppConfig.php(176): OC\AppConfig->loadConfigValues() #7 /config/www/nextcloud/lib/private/AppConfig.php(367): OC\AppConfig->getApps() #8 /config/www/nextcloud/lib/private/legacy/OC_App.php(983): OC\AppConfig->getValues() #9 /config/www/nextcloud/lib/private/Server.php(713): OC_App::getAppVersions() #10 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(162): OC\Server->OC\{closure}() #11 /config/www/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php(122): OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility\{closure}() #12 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(129): Pimple\Container->offsetGet() #13 /config/www/nextcloud/lib/private/ServerContainer.php(136): OC\AppFramework\Utility\SimpleContainer->query() #14 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(57): OC\ServerContainer->query() #15 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(184): OC\AppFramework\Utility\SimpleContainer->get() #16 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(162): OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility\{closure}() #17 /config/www/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php(118): OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility\{closure}() #18 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(129): Pimple\Container->offsetGet() #19 /config/www/nextcloud/lib/private/ServerContainer.php(136): OC\AppFramework\Utility\SimpleContainer->query() #20 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(57): OC\ServerContainer->query() #21 /config/www/nextcloud/lib/private/Server.php(1105): OC\AppFramework\Utility\SimpleContainer->get() #22 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(162): OC\Server->OC\{closure}() #23 /config/www/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php(122): OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility\{closure}() #24 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(129): Pimple\Container->offsetGet() #25 /config/www/nextcloud/lib/private/ServerContainer.php(136): OC\AppFramework\Utility\SimpleContainer->query() #26 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(57): OC\ServerContainer->query() #27 /config/www/nextcloud/lib/private/Server.php(2082): OC\AppFramework\Utility\SimpleContainer->get() #28 /config/www/nextcloud/lib/private/Files/View.php(122): OC\Server->getLockingProvider() #29 /config/www/nextcloud/lib/private/Server.php(454): OC\Files\View->__construct() #30 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(162): OC\Server->OC\{closure}() #31 /config/www/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php(122): OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility\{closure}() #32 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(129): Pimple\Container->offsetGet() #33 /config/www/nextcloud/lib/private/ServerContainer.php(136): OC\AppFramework\Utility\SimpleContainer->query() #34 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(57): OC\ServerContainer->query() #35 /config/www/nextcloud/lib/private/Server.php(1445): OC\AppFramework\Utility\SimpleContainer->get() #36 /config/www/nextcloud/lib/base.php(602): OC\Server->boot() #37 /config/www/nextcloud/lib/base.php(1104): OC::init() #38 /config/www/nextcloud/cron.php(43): require_once('/config/www/nex...') #39 {main} Doctrine\DBAL\Exception: Failed to connect to the database: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection refused in /config/www/nextcloud/lib/private/DB/Connection.php:139 Stack trace: #0 /config/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php(1519): OC\DB\Connection->connect() #1 /config/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php(1041): Doctrine\DBAL\Connection->getWrappedConnection() #2 /config/www/nextcloud/lib/private/DB/Connection.php(261): Doctrine\DBAL\Connection->executeQuery() #3 /config/www/nextcloud/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php(345): OC\DB\Connection->executeQuery() #4 /config/www/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php(281): Doctrine\DBAL\Query\QueryBuilder->execute() #5 /config/www/nextcloud/lib/private/AppConfig.php(411): OC\DB\QueryBuilder\QueryBuilder->execute() #6 /config/www/nextcloud/lib/private/AppConfig.php(176): OC\AppConfig->loadConfigValues() #7 /config/www/nextcloud/lib/private/AppConfig.php(367): OC\AppConfig->getApps() #8 /config/www/nextcloud/lib/private/legacy/OC_App.php(983): OC\AppConfig->getValues() #9 /config/www/nextcloud/lib/private/Server.php(713): OC_App::getAppVersions() #10 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(162): OC\Server->OC\{closure}() #11 /config/www/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php(122): OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility\{closure}() #12 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(129): Pimple\Container->offsetGet() #13 /config/www/nextcloud/lib/private/ServerContainer.php(136): OC\AppFramework\Utility\SimpleContainer->query() #14 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(57): OC\ServerContainer->query() #15 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(184): OC\AppFramework\Utility\SimpleContainer->get() #16 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(162): OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility\{closure}() #17 /config/www/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php(118): OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility\{closure}() #18 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(129): Pimple\Container->offsetGet() #19 /config/www/nextcloud/lib/private/ServerContainer.php(136): OC\AppFramework\Utility\SimpleContainer->query() #20 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(57): OC\ServerContainer->query() #21 /config/www/nextcloud/lib/private/Server.php(1105): OC\AppFramework\Utility\SimpleContainer->get() #22 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(162): OC\Server->OC\{closure}() #23 /config/www/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php(122): OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility\{closure}() #24 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(129): Pimple\Container->offsetGet() #25 /config/www/nextcloud/lib/private/ServerContainer.php(136): OC\AppFramework\Utility\SimpleContainer->query() #26 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(57): OC\ServerContainer->query() #27 /config/www/nextcloud/lib/private/Server.php(2082): OC\AppFramework\Utility\SimpleContainer->get() #28 /config/www/nextcloud/lib/private/Files/View.php(122): OC\Server->getLockingProvider() #29 /config/www/nextcloud/lib/private/Server.php(454): OC\Files\View->__construct() #30 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(162): OC\Server->OC\{closure}() #31 /config/www/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php(122): OC\AppFramework\Utility\SimpleContainer->OC\AppFramework\Utility\{closure}() #32 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(129): Pimple\Container->offsetGet() #33 /config/www/nextcloud/lib/private/ServerContainer.php(136): OC\AppFramework\Utility\SimpleContainer->query() #34 /config/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php(57): OC\ServerContainer->query() #35 /config/www/nextcloud/lib/private/Server.php(1445): OC\AppFramework\Utility\SimpleContainer->get() #36 /config/www/nextcloud/lib/base.php(602): OC\Server->boot() #37 /config/www/nextcloud/lib/base.php(1104): OC::init() #38 /config/www/nextcloud/cron.php(43): require_once('/config/www/nex...') #39 {main} Als Database hab ich den Container: Mariadb linuxserver Dieser gibt mir in den Logs fortlaufend folgendes aus: 220721 19:34:10 mysqld_safe Logging to '/config/databases/66f0914e6896.err'. 220721 19:34:10 mysqld_safe Starting mariadbd daemon with databases from /config/databases UMASK must be a 3-digit mode with an additional leading 0 to indicate octal. The first digit will be corrected to 6, the others may be 0, 2, 4, or 6. UMASK corrected from 22 to 0640 ... Wer kann mir da eventuell behilflich sein? Das steht in der /config/databases/66f0914e6896.err 220721 20:01:48 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended 220721 20:01:48 mysqld_safe Starting mariadbd daemon with databases from /config/databases 2022-07-21 20:01:48 0 [Note] /usr/bin/mariadbd (mysqld 10.5.16-MariaDB-log) starting as process 13686 ... 2022-07-21 20:01:48 0 [Note] InnoDB: Uses event mutexes 2022-07-21 20:01:48 0 [Note] InnoDB: Compressed tables use zlib 1.2.12 2022-07-21 20:01:48 0 [Note] InnoDB: Number of pools: 1 2022-07-21 20:01:48 0 [Note] InnoDB: Using crc32 + pclmulqdq instructions 2022-07-21 20:01:48 0 [Note] InnoDB: Using Linux native AIO 2022-07-21 20:01:48 0 [Note] InnoDB: Initializing buffer pool, total size = 268435456, chunk size = 134217728 2022-07-21 20:01:48 0 [Note] InnoDB: Completed initialization of buffer pool 2022-07-21 20:01:49 0 [Note] InnoDB: Transaction 58136827 was in the XA prepared state. 2022-07-21 20:01:49 0 [Note] InnoDB: Transaction 58136828 was in the XA prepared state. 2022-07-21 20:01:49 0 [Note] InnoDB: Transaction 58136829 was in the XA prepared state. 2022-07-21 20:01:49 0 [Note] InnoDB: Transaction 58136832 was in the XA prepared state. 2022-07-21 20:01:49 0 [Note] InnoDB: Transaction 58136833 was in the XA prepared state. 2022-07-21 20:01:49 0 [Note] InnoDB: Transaction 58136835 was in the XA prepared state. 2022-07-21 20:01:49 0 [Note] InnoDB: 6 transaction(s) which must be rolled back or cleaned up in total 0 row operations to undo 2022-07-21 20:01:49 0 [Note] InnoDB: Trx id counter is 58136836 2022-07-21 20:01:49 0 [Note] InnoDB: 128 rollback segments are active. 2022-07-21 20:01:49 0 [Note] InnoDB: Starting in background the rollback of recovered transactions 2022-07-21 20:01:49 0 [Note] InnoDB: Rollback of non-prepared transactions completed 2022-07-21 20:01:49 0 [Note] InnoDB: Creating shared tablespace for temporary tables 2022-07-21 20:01:49 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ... 2022-07-21 20:01:49 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB. 2022-07-21 20:01:49 0 [Note] InnoDB: 10.5.16 started; log sequence number 114220102450; transaction id 58136837 2022-07-21 20:01:49 0 [Note] InnoDB: Loading buffer pool(s) from /config/databases/ib_buffer_pool 2022-07-21 20:01:49 0 [Note] Plugin 'FEEDBACK' is disabled. 2022-07-21 20:01:49 0 [Note] InnoDB: Starting recovery for XA transactions... 2022-07-21 20:01:49 0 [Note] InnoDB: Transaction 58136833 in prepared state after recovery 2022-07-21 20:01:49 0 [Note] InnoDB: Transaction contains changes to 1 rows 2022-07-21 20:01:49 0 [Note] InnoDB: Transaction 58136832 in prepared state after recovery 2022-07-21 20:01:49 0 [Note] InnoDB: Transaction contains changes to 1 rows 2022-07-21 20:01:49 0 [Note] InnoDB: Transaction 58136828 in prepared state after recovery 2022-07-21 20:01:49 0 [Note] InnoDB: Transaction contains changes to 1 rows 2022-07-21 20:01:49 0 [Note] InnoDB: Transaction 58136835 in prepared state after recovery 2022-07-21 20:01:49 0 [Note] InnoDB: Transaction contains changes to 1 rows 2022-07-21 20:01:49 0 [Note] InnoDB: Transaction 58136829 in prepared state after recovery 2022-07-21 20:01:49 0 [Note] InnoDB: Transaction contains changes to 1 rows 2022-07-21 20:01:49 0 [Note] InnoDB: Transaction 58136827 in prepared state after recovery 2022-07-21 20:01:49 0 [Note] InnoDB: Transaction contains changes to 1 rows 2022-07-21 20:01:49 0 [Note] InnoDB: 6 transactions in prepared state after recovery 2022-07-21 20:01:49 0 [Note] Found 6 prepared transaction(s) in InnoDB 2022-07-21 20:01:49 0 [ERROR] Found 6 prepared transactions! It means that mysqld was not shut down properly last time and critical recovery information (last binlog or tc.log file) was manually deleted after a crash. You have to start mysqld with --tc-heuristic-recover switch to commit or rollback pending transactions. 2022-07-21 20:01:49 0 [ERROR] Aborting
  11. Kurz noch zur Lautstärke des Boxed Kühlers. Die ist bei mir quasi nicht vorhanden und das obwohl das Case offen ist.
  12. Ich betreibe den i3-9100 mit dem Box Kuehler. Und komme gut damit aus. Im idle bei ca 37 Grad. Und das in einem eher unguenstig warm gelegenden Raum.
  13. Unraid braucht minimum eine Grafikkarte. Bei mir ist es eben die Integrierte. Ganz ohne geht es nicht.
  14. Archonw replied to iphone333's topic in Deutsch
    Wird das denn laufen, da das ja fuer Raspi also arm-Architektur gedacht ist?
  15. Ich lasse mein Backup Rechner ueber eine Wlan-Steckdose zeitgesteuert starten. Der Rechner bootet automatisch wenn wieder Strom anliegt (einstellbar im Bios). Der startet dann auch per Cronjob das Backup.
  16. Wieso ist das Backup das groesste Manko? Es gibt unzaehlige Wege fuer das Backup. Klar bleibt da die Qual der wahl. Je nachdem wie viele Daten gesichert werden muessen und wie oft, kann durchaus auch eine Kopie auf USB-Platte(n) reichen. Auch bei Qnap und anderen muss man fuer ein anstaendiges Backup ein weiteres Geraet hin zu nehmen.
  17. Lade dir die Installations-Zip runter und ersetze die betroffene Datei. Hat bei mir geholfen.
  18. Oh, das darf ich nicht lesen, sonst werde ich doch noch schwach. Und das obwohl mein i3-9100 sich jetzt schon die meiste Zeit langweilt... Aber schön wäre er trotzdem
  19. @BUSTERDanke, werde das mal so bei mir mit aufnehmen. Danke.
  20. Da hast du recht, das wäre so nur in dem Container geändert. Da sollte dann noch das Verzeichnis auch noch mit in die volumes aufgenomen werden.
  21. @BUSTER Danke für die Rückmeldung.
  22. Okay, Damit kommt etwas Licht ins dunkle. Doch damit kommen auch die Probleme. Du wirst bei Vodafone nur einen so genannten DS-Lite Anschluss haben. Damit wird der Weg Mittels Ipv4 schwierig bis unmöglich. Grund: du teilst dir dabei eine ipv4 Adresse mit mehreren anderen. Damit ist natürlich der Weg zurück zu dir nicht mehr eindeutig. Man kann Glück haben und mal bei Vodafone anrufen und Fragen, ob sie einen auf Dual-Stack umstellen, indem man z.b. behauptet beruflich darauf angewiesen zu sein. Doch einen Anspruch hat man darauf als normaler Consumer nicht. Mehr Erfolg verspricht da komplett auf ipv6 umzustellen. Heisst natürlich, dass reine ipv4 Anschlüsse dich nicht mehr erreichen.
  23. Hat sich denn dein Internetanschluss geändert?
  24. Da er aber keine genaue Angaben machen konnte, ob er eine feste ip4 hat oder nicht wollte ich da nochmal nach hörchen, Ein Dyndns Account ist bei fester ipv4 ja überflüssig. Daher nochmal der Schritt zurück.
  25. Nur nochmal kurz zur Klärung. Was heisst früher? Hat sich in der zwischezeit der Internetanschluss geändert? Du sagst du hast mittels no-ip eine dyndns-domain. Also hattest du vorher schon mal keine feste ipv4. Was ok is. Daher ja der Dyndns-account. Womit aktualisierst du deine öffenltiche Ip-Adresse damit? Mach das die Fritz-box? Ich würde also mal im no-ip Account nach schauen, ob da schon mal die aktuelle öffentliche Ip von dir zugewiesen ist. Deine aktuelle öffenltiche Ip kannst du über z.b. wieistmeineip.de heraus finden. Dann vergleichen.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.