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.

CrimsonTide

Members
  • Joined

  • Last visited

  1. I had recently upgraded my server hardware (CPU, motherboard) and things seemed to be ok. I had removed my TV tuner card during the upgrade so I removed the DVB plugin, upgraded from 7.2.0 to 7.2.2 and rebooted. This had ethernet issues - worked briefly, then was no longer responding to pings. local terminal worked ok. So I reverted back to 7.2.0 and it's up -kind of. Very slow. Web UI sometimes takes forever to respond. Dockers that worked before are crashing (like zigbee2mqtt). docker stats is blinking in and out like it can't always get docker information. All seems non-specific, not sure where to start. Any help would be appreciated. Diagnostics attached. skynetunraid-diagnostics-20251207-1825.zip
  2. mDNS works fine from my PC on the LAN for pinging the VLAN, but it doesn't work on unraid despite being on the same LAN. mDNS works ok on unraid for clients on the same LAN. I'm using pfsense/avahi, and I have reflection across subnets on. Could this be an Unraid issue? This used to work - but then I had a PFSense issue (NIC failure) and had to rebuild some network rules, so I suspect it's on the router side. I just can't explain why it would work from my PC but not unraid if it's just a router config issue.
  3. Not sure what I'm doing wrong - I set up the bot per instructions on the wiki. The bot shows on discord that it has no commands, and appears offline. Other than making sure the bot token is correct I'm not sure what else to do to get it to connect.
  4. The default config for me never brings up a webUI and the container stops after a few minutes without any new errors in the log.
  5. Not sure if any of those are fatal errors - but the webUI never loads, and eventually the container just stops.
  6. Just did a default install, getting errors - ggml.c: In function 'quantize_row_q4_0': ggml.c:524:15: warning: unused variable 'nb' [-Wunused-variable] 524 | const int nb = k / QK; | ^~ ggml.c: In function 'ggml_vec_dot_q4_0': ggml.c:1924:18: warning: implicit conversion from 'float' to 'ggml_float' {aka 'double'} to match other operand of binary expression [-Wdouble-promotion] 1924 | sumf += f0*f2 + f1*f3; | ^~ llama.cpp: In function 'bool llama_model_quantize_internal(const string&, const string&, int)': llama.cpp:1455:24: warning: cast from type 'const char*' to type 'char*' casts away qualifiers [-Wcast-qual] 1455 | finp.read ((char *) word.data(), len); | ^~~~~~~~~~~~~~~~~~~~ llama.cpp:1456:24: warning: cast from type 'const char*' to type 'char*' casts away qualifiers [-Wcast-qual] 1456 | fout.write((char *) word.data(), len); | ^~~~~~~~~~~~~~~~~~~~ ./deploy.sh: line 10: 79 Illegal instruction mongod I llama.cpp build info: I UNAME_S: Linux I UNAME_P: x86_64 I UNAME_M: x86_64 I CFLAGS: -I. -O3 -DNDEBUG -std=c11 -fPIC -Wall -Wextra -Wpedantic -Wcast-qual -Wdouble-promotion -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-unused-function -pthread -msse3 I CXXFLAGS: -I. -I./examples -O3 -DNDEBUG -std=c++11 -fPIC -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -pthread I LDFLAGS: I CC: cc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0 I CXX: g++ (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0 cc -I. -O3 -DNDEBUG -std=c11 -fPIC -Wall -Wextra -Wpedantic -Wcast-qual -Wdouble-promotion -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-unused-function -pthread -msse3 -c ggml.c -o ggml.o g++ -I. -I./examples -O3 -DNDEBUG -std=c++11 -fPIC -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -pthread -c llama.cpp -o llama.o g++ -I. -I./examples -O3 -DNDEBUG -std=c++11 -fPIC -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -pthread -c examples/common.cpp -o common.o g++ -I. -I./examples -O3 -DNDEBUG -std=c++11 -fPIC -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -pthread examples/main/main.cpp ggml.o llama.o common.o -o main ==== Run ./main -h for help. ==== g++ -I. -I./examples -O3 -DNDEBUG -std=c++11 -fPIC -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -pthread examples/quantize/quantize.cpp ggml.o llama.o -o quantize g++ -I. -I./examples -O3 -DNDEBUG -std=c++11 -fPIC -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -pthread examples/perplexity/perplexity.cpp ggml.o llama.o common.o -o perplexity g++ -I. -I./examples -O3 -DNDEBUG -std=c++11 -fPIC -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -pthread examples/embedding/embedding.cpp ggml.o llama.o common.o -o embedding
  7. That doesn't seem to work for the deconz docker. It can't "see" the USB dongle unless I use the /dev/ttyACM0 path.
  8. I have USB keys for deconz and zwave, and I am sick of having to reassign the dockers path to the USB every reboot when they are randomly assigned ttyACM0, 1,2,3 etc. I set up the 99-usb-serial.rules to try to makes symbolic links per the tutorials: /etc/udev/rules.d/99-usb-serial.rules SUBSYSTEM=="tty", ATTRS{idVendor}=="1cf1", ATTRS{idProduct}=="0030", ATTRS{serial}=="DE2149591", SYMLINK+="deconz" SUBSYSTEM=="tty", ATTRS{idVendor}=="0658", ATTRS{idProduct}=="0200", ATTRS{serial}=="0000:00:2d.7", SYMLINK+="zwave" it appears that it's working, I see a link /dev/deconz pointing to /dev/ttyACM3: ls -la /dev/deconz lrwxrwxrwx 1 root root 7 Dec 24 11:59 /dev/deconz -> ttyACM3 However, the dockers (both deconz and home assistant) don't work when I submit the docker the /dev/deconz path, only when I send it /dev/ttyACM3. Any ideas what I'm doing wrong? I had expected the dockers to work the same with the symbolic link path as the true path. The permissions, ownership of the link looks the same to me.

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.