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.

Cryd

Members
  • Joined

  • Last visited

Everything posted by Cryd

  1. Hi there, was someone able to add a pre_consume.sh I want to delete empty pages with this script: #!/bin/bash #set -x -e -o pipefail set -e -o pipefail export LC_ALL=C #IN="$1" IN="$DOCUMENT_WORKING_PATH" # Check for PDF format TYPE=$(file -b "$IN") if [ "${TYPE%%,*}" != "PDF document" ]; then >&2 echo "Skipping $IN - non PDF [$TYPE]." exit 0 fi # PDF file - proceed #PAGES=$(pdfinfo "$IN" | grep ^Pages: | tr -dc '0-9') PAGES=$(pdfinfo "$IN" | awk '/Pages:/ {print $2}') >&2 echo Total pages $PAGES # Threshold for HP scanners # THRESHOLD=1 # Threshold for Canon MX925 THRESHOLD=1 non_blank() { for i in $(seq 1 $PAGES) ; do PERCENT=$(gs -o - -dFirstPage=${i} -dLastPage=${i} -sDEVICE=ink_cov "${IN}" | grep CMYK | nawk 'BEGIN { sum=0; } {sum += $1 + $2 + $3 + $4;} END { printf "%.5f\n", sum } ') >&2 echo -n "Color-sum in page $i is $PERCENT: " if awk "BEGIN { exit !($PERCENT > $THRESHOLD) }"; then echo $i >&2 echo "Page added to document" else >&2 echo "Page removed from document" fi done } NON_BLANK=$(non_blank) if [ -n "$NON_BLANK" ]; then NON_BLANK=$(echo $NON_BLANK | tr ' ' ",") qpdf "$IN" --replace-input --pages . $NON_BLANK -- fi but i cannot add this to my docker. Tried several ways but everytime i got errors cannot find the file etc.
  2. Hi Unraid Community, I am facing an issue where the /mnt/user folder intermittently disappears from my Unraid system. When this happens, the folder becomes completely inaccessible. I have attached the diagnostic logs to help identify the root cause. Here are some key observations from the logs: Network-related errors: The logs show repeated messages like Network is unreachable. While this might not directly relate to the /mnt/user folder, it could indicate an underlying network instability. Unmount and removal of /mnt/user0 and possibly /mnt/user:For example: Jan 29 15:40:45 Unraid emhttpd: shcmd (477): umount /mnt/user0 Jan 29 15:40:45 Unraid emhttpd: shcmd (478): rmdir /mnt/user0 This suggests that /mnt/user0 is being unmounted and removed, potentially affecting /mnt/user as well.System stability issues:Several general protection fault errors appear in the logs: Jan 29 15:37:01 Unraid kernel: traps: log-server[19536] general protection fault ip:14f4556289a2 sp:14f453679e60 error:0 in libc.so.6[14f455628000+188000] These might point to hardware or software conflicts affecting overall system functionality.Recreation of /mnt/user:Logs also show that the folder is recreated at times: Jan 29 15:15:33 Unraid emhttpd: shcmd (89): mkdir /mnt/user0 Jan 29 15:15:34 Unraid emhttpd: shcmd (91): mkdir /mnt/user However, it eventually disappears again. Steps I have already tried: Restarting the server. Verifying disk health and file system integrity. Checking share settings for anomalies. I would greatly appreciate any insights or recommendations to resolve this issue. If more information is needed, please let me know. Thank you for your support! unraid-diagnostics-20250131-0600.zip
  3. Cryd replied to Cryd's topic in Deutsch
    ok ich brauche eigentlich keinen Rebuild da die Platte ja leer ist Oder muss ich das zwingend so machen?
  4. Cryd posted a topic in Deutsch
    Hallo zusammen, ich bin gerade etwas verunsichert wie ich am besten Festplatten austausche. Aktuell habe ich 2x 4TB die ich gegen 2x 16TB tauschen möchte. Parity ist bereits 20TB Auf meinen anderen Platten liegen etliche Daten die definitiv nicht verloren gehen dürfen. Die 4TB Platten habe ich bereits leer gemacht. Wie gehe ich jetzt genau vor? Ich muss die 4TB abklemmen und einen PreClear der 16TB Platten machen in dieser Zeit muss das Array aber wieder laufen.
  5. This file is regenerated after every reboot
  6. You are my hero today !!!! Thanks a lot
  7. Hi ich verzweifle hier gleich! Hab meinem Server neue Hardware spendiert und jetzt krieg ich ihn nicht mehr ins Netzwerk. Die Netzwerk.cfg hab ich schon gelöscht aber bringt alles nix. Es ist ein Asus Prime B760M-Prime / i5 14500 Bios hab ich auf den aktuellen Stand gebracht. Im Gui mode hoch gefahren und: homeserver-diagnostics-20240728-0127.zip
  8. Hi i got a new mainboard / cpu and ram for my unraid server. I installed everything and now i cannot access to unraid cause there is no ip. Deleting the network.cfg from the stick doesnt help. homeserver-diagnostics-20240728-0127.zip
  9. Hier ist der Syslog Abstürze: 26.05 - 15:21 Uhr 11.06 - 13:52 Uhr 19.06 - 13:56 Uhr 19.06 - 18:40 Uhr 06.07 - 11:48 Uhr 07.07 - 20:20 Uhr 09.07 - 08:36 Uhr 13.07 - 16:00 Uhr Ich verzweifle langsam weil ich den Fehler nicht finde. syslog-192.168.0.110.log
  10. Also wieso auch immer das er 2 HA anzeigt hier läuft nur eine. Frigate läuft als Docker.
  11. das hier haben wir noch gefunden in der Netdata Auswertung - genau ist er dann abgeschmiert
  12. Hier hätten wir schon mal die Übersicht - RAM wächst gerade wieder langsam an - gestern 25gb heute 30gb
  13. ist in arbeit
  14. Hallo ja es ist eine Fritzbox als Router - macvlan aktiviert - bridging und bonding ist aber deaktivert
  15. Hallo zusammen, ich bin leider nicht der begnadete Log Analyst und finde den Fehler nicht warum mein Server unregelmäßig komplett aussteigt. Was ich in Netdata gesehen hab das scheinbar der RAM voll läuft ich weiß aber nicht wieso. Hier hängt schon der Haussegen schief weil dadurch die komplette Homeautomation etc. dann nicht mehr läuft. unraid-diagnostics-20240713-1637.zip
  16. just tried this but i only get the answer that the unraid docker isnt supported - i should try my luck in the unraid forum ;(
  17. Hi there, i was able to automate my plex lib for series and movies but how can i use the anime section too? Every anime is recogniced as tv show ;(
  18. Cannot figure out why i got this error message and how to fix it:
  19. i put this like u told in the post arguements: press apply and the docker isnt starting the log told me:
  20. Ok da hab ich des Problem das root passwort hab ich mir nicht notiert und der reset mit mysqld_safe --skip-grant-tables klappt irgendwie nicht...
  21. want to reset my root password and got this error:
  22. Hallo zusammen, ich habe mein Bridging und Bonding wegen MACVLAN deaktiviert und jetzt funktioniert meine MariaDB in Homeassistant nicht mehr. Kann leider nicht sagen ob es daran liegt oder ob vorher schon etwas durch ein Update oder so kaputt ging. Ich vermute das die MariaDB die Verbindung vom Homeassistant (ander IP) nicht zulässt. Mit Adminer (selbe IP wie MariaDB) kann ich mich problemlos einloggen. Wenn ich mit Homeassistant versuche mich per Shell einzuloggen heißt es nur unknown host. Maria DB Log: Homeassistant Eintrag: MariaDB: (Port muss auf 3308 laufen da 3306 bereits belegt ist - und es lief damit ja auch Monate lang) Output von Terminal in Homeassistant: Ich bin absolut ratlos wie ich es wieder zum laufen bekomme.
  23. Hast du Redis am laufen?
  24. Ich nutze auch den Linuxserver Container krieg es aber absolut nicht hin - hast du hier evtl ne kleine Anleitung?
  25. i have a issue with used space that is shown in the overview and the real used space with my zfs pool: i am wondering why there is a size of 734gb of my 1tb m2 disk (cache) and 382gb of my 512gb ssds (cloud)

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.