CrimsonTide

Members
  • Posts

    15
  • Joined

  • Last visited

Everything posted by CrimsonTide

  1. 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.
  2. Not sure if any of those are fatal errors - but the webUI never loads, and eventually the container just stops.
  3. 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
  4. That doesn't seem to work for the deconz docker. It can't "see" the USB dongle unless I use the /dev/ttyACM0 path.
  5. 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.
  6. Swapped out the power supply and it's been up now for 3 days. Hopefully that was the issue!
  7. I'm tempted to replace the power supply since that seems to usually be the culprit in random-shutdowns in the past on other systems. I'm just a little skeptical it's a hardware issue since it only happens overnight. I stress the server during the day with high CPU usage and it does fine. Memtest was fine also. Edit - crashing randomly during the day now too.
  8. Docker vDisk location: /mnt/user/DockerImg/docker.img Default appdata storage location: /mnt/user/appdata/ How do I tell what disk /mnt/user is on, since it's not on a share?
  9. Tonight it crashed as usual - I had docker service enabled but all dockers off.
  10. Ok, with docker disabled it didn't crash overnight. However, when I enabled docker in the morning, it crashed immediately. Yet, when it reboots, docker comes up normally.
  11. I can try disabling dockers overnight. What is the issue with running the mover hourly? I figured it kept the cache drive at low use in case there was an incoming large file. It looks like all the mover syslog entries are terminating without error.
  12. Update - disabling trim didn't help, still crashed overnight. Nothing else is in the scheduler as far as I can tell that would occur every overnight.
  13. Hello! My server is crashing nearly every night. Not sure the exact time, but I always wake up and it crashed overnight. Things I've tried so far: 1) Switching from DVB version of 6.8.3 to 6.9.0-rc1 2) Run syslog tail - last few entries before connection closed is: Dec 15 23:00:16 SkynetUNRAID crond[2217]: exit status 1 from user root /usr/local/sbin/mover &> /dev/null Dec 16 00:00:12 SkynetUNRAID crond[2217]: exit status 1 from user root /usr/local/sbin/mover &> /dev/null Dec 16 01:00:12 SkynetUNRAID crond[2217]: exit status 1 from user root /usr/local/sbin/mover &> /dev/null 3) Save syslog to flash - last entry is identical as above. skynetunraid-diagnostics-20201216-1703.zip Diagnostics attached. Edit: I notice that SSD Trim is scheduled to run nightly at 4am - will disable this and see if it makes a difference.
  14. Will this work if I am using the DVB plugin - which is already installing a custom bzroot and bzimage files?