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.

TheDirtyR

Members
  • Joined

  • Last visited

  1. After a bunch of work and learning I was able to get the docker to load as the same machine. and stay logged in. I am going to use it for imessages on my windows machine at work. I think this is an UnRaid specific issue, if I disable Tailscale on the docker the error does not present -e "${BASESYSTEM_IMAGE:-BaseSystem.img}" ]] && printf '%s\n' "No BaseSystem.img available, downloading ${SHORTNAME}" && make && qemu-img convert BaseSystem.dmg -O qcow2 -p -c ${BASESYSTEM_IMAGE:-BaseSystem.img} && rm ./BaseSystem.dmg ; sudo touch /dev/kvm /dev/snd "${IMAGE_PATH}" "${BOOTDISK}" "${ENV}" 2>/dev/null || true ; sudo chown -R $(id -u):$(id -g) /dev/kvm /dev/snd "${IMAGE_PATH}" "${BOOTDISK}" "${ENV}" 2>/dev/null || true ; [[ "${NOPICKER}" == true ]] && { sed -i '/^.*InstallMedia.*/d' Launch.sh && export BOOTDISK="${BOOTDISK:=/home/arch/OSX-KVM/OpenCore/OpenCore-nopicker.qcow2}" ; } || export BOOTDISK="${BOOTDISK:=/home/arch/OSX-KVM/OpenCore/OpenCore.qcow2}" ; [[ "${GENERATE_UNIQUE}" == true ]] && { ./Docker-OSX/osx-serial-generator/generate-unique-machine-values.sh --master-plist-url="${MASTER_PLIST_URL}" --count 1 --tsv ./serial.tsv --bootdisks --width "${WIDTH:-1920}" --height "${HEIGHT:-1080}" --output-bootdisk "${BOOTDISK:=/home/arch/OSX-KVM/OpenCore/OpenCore.qcow2}" --output-env "${ENV:=/env}" || exit 1 ; } ; [[ "${GENERATE_SPECIFIC}" == true ]] && { source "${ENV:=/env}" 2>/dev/null ; ./Docker-OSX/osx-serial-generator/generate-specific-bootdisk.sh --master-plist-url="${MASTER_PLIST_URL}" --model "${DEVICE_MODEL}" --serial "${SERIAL}" --board-serial "${BOARD_SERIAL}" --uuid "${UUID}" --mac-address "${MAC_ADDRESS}" --width "${WIDTH:-1920}" --height "${HEIGHT:-1080}" --output-bootdisk "${BOOTDISK:=/home/arch/OSX-KVM/OpenCore/OpenCore.qcow2}" || exit 1 ; } ; ./enable-ssh.sh && /bin/bash -c ./Launch.sh" -l net.unraid.docker.managed=dockerman -l net.unraid.docker.icon='https://upload.wikimedia.org/wikipedia/commons/c/c9/Finder_Icon_macOS_Big_Sur.png' -p '5901:5999/tcp' -v '/usr/local/share/docker/tailscale_container_hook':'/opt/unraid/tailscale' --cap-add=NET_ADMIN --device='/dev/net/tun' --device='/dev/kvm' -p 50922:10022 -v '/tmp/.X11-unix':'/tmp/.X11-unix':'rw' -e EXTRA="-display none -vnc 0.0.0.0:99,password=off" -e SHORTNAME=monterey -v '/mnt/user/appdata/macos/montey/mac_hdd_ng.img':'/home/arch/OSX-KVM/mac_hdd_ng.img':'rw' 'sickcodes/docker-osx:latest' docker: invalid reference format: repository name (library/BaseSystem.img) must be lowercase. See 'docker run --help'. The command failed.
  2. im having the same issue root@Cosmo:~# lspci | grep VGA 00:02.0 VGA compatible controller: Intel Corporation CoffeeLake-S GT2 [UHD Graphics 630] (rev 02) 03:00.0 VGA compatible controller: Intel Corporation DG2 [Arc A380] (rev 05) but the/dev/dri folder only shows the IGPU...
  3. multiple shares drop randomly. issue started after upgrading to UNRaid 7 Ive attached my diagnostics. Im not sure where to start to try and find what's causing it. cosmo-diagnostics-20250120_1329.zip
  4. Is this plex or sql you are talking about "1.23.3.4707-ebb5fe9f3"
  5. Im having the same issues.. I wondered about it being a power supply issue... Ive ordered a new one. I have had the same crashes on two different cache drives. I also had some issues with IO errors on both drives but only replaced to plex. and randomly I had a drive pop up as failing unread. but when I changed power connectors that error went away. This lead me to believe that the issue was power or motherboard..
  6. How is testing going? Any resolution ? Im having this same consistent error but only on Unraid 7.
  7. I think I asked somewhere else, I would like to add the feature of using any temp sensor not just a drive to Auto Fan. Using a temp probe from my corsair commander pro I have embedded in the LSI heatsink. I would like to drive a fan mounted to it. OR using the LSI temp sensor if it has one? here you can see my Corsair output. corsaircpro-hid-3-2 Adapter: HID adapter in0: 11.99 V in1: 4.99 V in2: 3.40 V fan1 4pin: 485 RPM fan2 4pin: 1670 RPM fan3 4pin: 467 RPM fan4 3pin: 2359 RPM temp1: +33.5°C /sys/devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.0/0003:1B1C:0C10.0002/hwmon/hwmon3/fan1_input /sys/devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.0/0003:1B1C:0C10.0002/hwmon/hwmon3/fan2_input /sys/devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.0/0003:1B1C:0C10.0002/hwmon/hwmon3/fan3_input /sys/devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.0/0003:1B1C:0C10.0002/hwmon/hwmon3/fan4_input @Cosmo:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.0/0003:1B1C:0C10.0002/hwmon/hwmon3# ls -l lrwxrwxrwx 1 root root 0 Aug 17 10:49 device -> ../../../0003:1B1C:0C10.0002/ -r--r--r-- 1 root root 4096 Aug 17 10:49 fan1_input -r--r--r-- 1 root root 4096 Aug 16 06:29 fan1_label -rw-r--r-- 1 root root 4096 Aug 17 10:58 fan1_target -r--r--r-- 1 root root 4096 Aug 17 10:49 fan2_input -r--r--r-- 1 root root 4096 Aug 16 06:29 fan2_label -rw-r--r-- 1 root root 4096 Aug 17 10:58 fan2_target -r--r--r-- 1 root root 4096 Aug 17 10:49 fan3_input -r--r--r-- 1 root root 4096 Aug 16 06:29 fan3_label -rw-r--r-- 1 root root 4096 Aug 17 10:58 fan3_target -r--r--r-- 1 root root 4096 Aug 17 10:49 fan4_input -r--r--r-- 1 root root 4096 Aug 16 06:29 fan4_label -rw-r--r-- 1 root root 4096 Aug 17 10:58 fan4_target -r--r--r-- 1 root root 4096 Aug 17 10:49 in0_input -r--r--r-- 1 root root 4096 Aug 17 10:49 in1_input -r--r--r-- 1 root root 4096 Aug 17 10:49 in2_input -r--r--r-- 1 root root 4096 Aug 17 10:49 name drwxr-xr-x 2 root root 0 Aug 17 10:58 power/ -rw-r--r-- 1 root root 4096 Aug 17 10:58 pwm1 -rw-r--r-- 1 root root 4096 Aug 17 10:47 pwm2 -rw-r--r-- 1 root root 4096 Aug 17 10:58 pwm3 -rw-r--r-- 1 root root 4096 Aug 17 10:47 pwm4 lrwxrwxrwx 1 root root 0 Aug 17 10:58 subsystem -> ../../../../../../../../../class/hwmon/ -r--r--r-- 1 root root 4096 Aug 17 10:49 temp1_input -rw-r--r-- 1 root root 4096 Aug 17 10:58 uevent
  8. Well i wanted t add my 2 cents here on my crashing on unraid, pst update so not replaced to macvlan. I replaced my USB with a new one. and it didnt crash all day, started my dockers and it crash almost immediately so I started looking at ,NVME, motherboard, ram and CPU. I ordered a new motherboard currently h370, going to a z390Pro and while waiting I starting doing some digging I downloaded the memtest86 image and flashed to a new stick. Crash 41% two times. moved ram around continued crashing. Tested with one stick no longer crashing and the array still runs (16gb) single stick. I'm going to test again on the other one in the same slot next, that'll let me know if its MB or ram as the cause.
  9. Im in the same boat. Immich was fine but plex slowed.. I thought it was just plex doing background work. But just narrowed it down to immesh crashing my unread server. Im not sure what is set wrong. or if I need a second server to run just immesh. I like the app a lot and would be willing to do it, but think it's kinda over kill to just run immesh.
  10. Did you resolve this? Please post an update. I am having the same issue fully updated MacBook Pro. on safari and chrome. No issues on my cheapo Chromebook.
  11. How did you resolve your issue ?
  12. This only works on their board though right? I tried it and it couldn't read my motherboard or corsair controller.
  13. Request for feature, a plug in that allows you to display temps from all/any selected sensors detected. corsaircpro-hid-3-2 Adapter: HID adapter in0: 11.93 V in1: 4.94 V in2: 3.38 V fan1 4pin: 1589 RPM fan2 4pin: 1643 RPM fan3 4pin: 1599 RPM fan4 3pin: 1883 RPM temp1: +41.5°C --- this is the probe stuffed in the LSI heatsink on my server -- the corsair commander pro has 3 or 4 temp sensors. It would be great to monitor probes placed into heatsinks to at least give a little idea of the cooling for tuning the fan plugin.
  14. Have you considered adding alternative temp sources? IE the Corsair commander pro I think has 3 or 4 probes. I would be great to use this to command a fan to spin up for fan control inside the case when the HBA car gets warmer.
  15. I would also love to see this. Or is there a plugin that can be used for this?

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.