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.

CEO Primesky

Members
  • Joined

  • Last visited

Everything posted by CEO Primesky

  1. Ich könnte nur selber mal versuche da ne ältere version zu Installieren, ich brauche ja die 7.x version von Unraid für meine Intel Arc Karte.
  2. Die Virualisierung ist ja eingeschaltet, das ist ja das Problem. Ich haabe auch alle APIC Power einstellungen deaktiviert aber egal was ich mache das Problem bleibt das selbe.
  3. Finde leider in den weiten des Netzes keine lösung für mein Problem. Welche einstellung im BIOS oder in Unraid selbst muss ich ändern damit ich VM´s erstelln kann. Mit meiner alten Hardware war das kein Problem doch mit meiner jetzigen neuen kann ich keine VM´s erstellen egal ob Linux oder Windows. HVM und IOMMU sind aktiviert genauso wie Resizable Bar für eine Intel ARC A310. Welche einstellung übersehe ich hier?
  4. I manaaged to fix it. In the Shares was the array removed, after setting it to array only and Loading up some backups i managed to fix everything.
  5. I was updating a container when i got an Docker error and my System has disabeled one of my Disk, after rebooting the Server and making an xfs repair i could start my array again but still all my Dockers and VMs are gone. The Docker Files and VM image ist still saved on my Array but they are not listed. Is there a simple way to fix this?
  6. And the VM still wont boot after setting the new path, i just call it a day here. Thanks four your Time and Help m8.
  7. i had a VM becaus the Docker had some errors i cant explain and just wont work so i just set up a Linux VM and installed MariaDB ther and it worked flawles at second 1. Since this was only for Nextcloud its not a big loss, i wanted to replace this App anyways whit something else more Performant that isnt slow as hell.
  8. Im just gonna declare it as Dead, but stil thank you for explaining and your help.
  9. Ether im Stupid or the VM is just broken, i set the path tho the Disk1 and it still dont work.
  10. didnt work, mover moved the file now and its gone but the VM still boots in shell.
  11. I noticed that my Linux MariaDB is not responding anymore and i noticed that the File ist still in an "Operation" when i was looking the the domains folder. How do i get the File out of the Cache whitout Breaking my VM and DB. At the moment i cant start the VM and it just boots into the shell and not the image it self.
  12. did you cange other Settings? It just wont work for me, it just says no /dev/dri devices found but if i look via console there are 2
  13. I need help, after many days i am almost at the point of giving up. I just cant get the MariaDB Docker to work. But i could naild it down to an Permission error but i have no clue of solving this. Maybe this is the problem why i just cant connect the MariaDB to anytging, i just get an connection timeout (on Nextcloud and Adminer, yes i cant ping the dockers from both sides)
  14. Morgen, habe wohl voll vergessen auf das Weltweite Forum zu wechseln aber egal. Am besten passt Auswahl A, der PC mach rein nix mehr (keine Lüfter drehen sich, rein nix). Nicht mal das wiedereinschalten Funktioniert, da auch hier der PC rein garnichts macht, nur nach dem Stromstecker ziehen und paar Sekunden warten kann man den auch wirklich wieder einschalten. Deshalb kommt mir Netzteil auch so realistisch vor, aber ich wollte Trozdem mal nachfragen ob jemand sowas ähnliches auch mal hatte.
  15. ch kann dafür keine Lösung finden. Seit ein paar Tagen stürzt mein Unraid-Server einfach ab und zu ab. Ich habe zwei Ideen, was das Problem sein könnte. Erstens: Unraid selbst oder zweitens: Das Netzteil. Warum? Ich denke, es könnte auch am Netzteil liegen. Ich denke, dass ich ihn nicht wieder einschalten kann, nachdem er offline ist, wenn ich ihn vom Stromnetz trenne, ein paar Sekunden warte und ihn wieder einstecke. Ich bin mir aber nicht sicher, ob es nur ein Netzteil ist Fehler beseitigen oder nicht. Hat jemand so etwas Ähnliches gehabt und hat vielleicht eine Lösung für mich? unraid-server-r-diagnostics-20240210-2154.zip
  16. Ah gut zu wissen. Wird also vermutlich bald Gefixt.
  17. Abend, wie im Titel schon Perfekt beschrieben, bleibt bei einem Update des Deutschen Sprachpaketes die Installation einfach stehen auf "pending". Das plugin aus dem /tmp/plugins/pluginPending Ordner zu entfernen hat zwar gehoflen das ich alles wieder auf Deutsch setzen kann und andere Plugins wieder Installieren/Verwalten kann aber sobalt ich wieder ein Update versuche bleibt es stehen (Nur das Deutsche Sprachpakte nichts anderes) Versteht vileicht einer warum, ich ralls nehmlich nicht. unraid-server-r-diagnostics-20231212-1911.zip
  18. Found the Problem. There was a bend pin on on the CPU after puting it back in to the right place it works Perfectly fine now.
  19. i run a mem test later and test if everything sits correctly and then give an update.
  20. but i still find it a bit odd that exactly 2 out of 4 sticks ar not working.
  21. thanks for your suggestion. It try remount the sticks in the mobo. Has Unraid an mem test i can run ?
  22. Hi, if upgraded my ram on my Unraid Server. I now use 16gb of ram instead of 8gb. Unraid shows on the Dashboard that 16gb of Ram are installed but wont use it. When i use htop in the Unraid console it shows me that "xy" gb amount out of 8gb ram are used. Is there a way i can fix this? When my MoBo detects the 16gb and it shows them in the Dashboard why wont Unraid use the full 16gb ? unraid-server-r-diagnostics-20230430-1245.zip
  23. Hello, i have a Problem with Shinobi CCTV. Creating the Docker works just fine but it Cannot creat a user in MariaDB (Error 1369). I tryed adding the user manualy but it wont work eather. maybe someone has an solution for this Problem because i just dont find one. thanks in advance! ERROR 1396 (HY000) at line 1 in file: '/home/Shinobi/sql/user.sql': Operation CREATE USER failed for 'majesticflame'@'127.0.0.1' See the MariaDB Knowledgebase at http://mariadb.com/kb or the MySQL manual for more instructions. You can start the MariaDB daemon with: cd '/usr' ; /usr/bin/mysqld_safe --datadir='/var/lib/mysql' You can test the MariaDB daemon with mysql-test-run.pl cd '/usr/mysql-test' ; perl mysql-test-run.pl Please report any problems at http://mariadb.org/jira The latest information about MariaDB is available at http://mariadb.org/. You can find additional information about the MySQL part at: http://dev.mysql.com Consider joining MariaDB's strong and vibrant community: https://mariadb.org/get-involved/ Starting MariaDB ... 230210 11:44:47 mysqld_safe Logging to syslog. 230210 11:44:47 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql Wait for MySQL server ... mysqld is alive Setting up MySQL database if it does not exists ... Create database schema if it does not exists ... Create database user if it does not exists ... ============= Default Superuser : [email protected] Default Password : admin Log in at http://HOST_IP:SHINOBI_PORT/super Starting Shinobi ... 2023-02-10T11:44:55: PM2 log: Launching in no daemon mode 2023-02-10T11:44:55: PM2 log: App [camera:0] starting in -fork mode- 2023-02-10T11:44:55: PM2 log: App [cron:1] starting in -fork mode- 2023-02-10T11:44:55: PM2 log: App [camera:0] online 2023-02-10T11:44:55: PM2 log: App [cron:1] online Shinobi : cron.js started Available Hardware Acceleration Methods : vdpau, vaapi, drm FFmpeg version : 4.1.6-1~deb10u1 Node.js version : v12.21.0 Shinobi : Web Server Listening on 8080 2023-02-10T11:45:00-08:00 Current Version : 79f60848a40766f53cb0a3944cecedaa0e0b0cbc 2023-02-10T11:45:02-08:00 Shinobi is ready. 2023-02-10T11:53:10: PM2 log: Stopping app:camera id:0 2023-02-10T11:53:10: PM2 log: Stopping app:cron id:1 Shinobi is Exiting... 2023-02-10T11:53:10: PM2 log: App [cron:1] exited with code [0] via signal [SIGINT] 2023-02-10T11:53:10: PM2 log: App [camera:0] exited with code [0] via signal [SIGINT] 2023-02-10T11:53:10: PM2 log: pid=250 msg=process killed 2023-02-10T11:53:10: PM2 log: pid=251 msg=process killed 2023-02-10T11:53:10: PM2 log: PM2 successfully stopped MariaDB Directory ... aria_log.00000001 aria_log_control ccio ib_buffer_pool ib_logfile0 ib_logfile1 ibdata1 ibtmp1 multi-master.info mysql performance_schema tc.log test Starting MariaDB ... 230210 11:53:15 mysqld_safe Logging to syslog. 230210 11:53:15 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql Wait for MySQL server ... mysqld is alive Setting up MySQL database if it does not exists ... Create database schema if it does not exists ... Create database user if it does not exists ... ============= Default Superuser : [email protected] Default Password : admin Log in at http://HOST_IP:SHINOBI_PORT/super Starting Shinobi ... 2023-02-10T11:53:21: PM2 log: Launching in no daemon mode 2023-02-10T11:53:21: PM2 log: App [camera:0] starting in -fork mode- 2023-02-10T11:53:21: PM2 log: App [cron:1] starting in -fork mode- 2023-02-10T11:53:21: PM2 log: App [camera:0] online 2023-02-10T11:53:21: PM2 log: App [cron:1] online Shinobi : cron.js started Available Hardware Acceleration Methods : vdpau, vaapi, drm FFmpeg version : 4.1.6-1~deb10u1 Node.js version : v12.21.0 Shinobi : Web Server Listening on 8080 2023-02-10T11:53:25-08:00 Current Version : 79f60848a40766f53cb0a3944cecedaa0e0b0cbc 2023-02-10T11:53:27-08:00 Shinobi is ready.
  24. ok fixed it myselfe. i need to put an empty space betwan the ** in the cron argument so this */5**** dont works but */5 * * * * works

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.