Lancer

Members
  • Posts

    7
  • Joined

Posts posted by Lancer

  1. I have docker running on my server for about 3 years but somehow after a restart two weeks ago, the docker server start to return errors

    I tried re-create docker image per this document many times but not helping https://docs.unraid.net/unraid-os/manual/docker-management/#re-create-the-docker-image-file

    And I also re-created u-disk and also not helping, I'm not sure what to do now, this issue happened when I hadn't change any setting

     

    image.thumb.png.f26d00dd1ab9e2c944515428b50bfe2d.png

     

    omni-syslog-20240228-1407.zip

  2. Hi sir, not sure if anyone already reported this:

    This plugin seems not working with my 11700T CPU, I can't the /dev/dri after restart and saw some error and warning in log like:

    Dec 21 21:31:12 OMNI kernel: ACPI: Early table checksum verification disabled
    Dec 21 21:31:12 OMNI kernel: ACPI BIOS Error (bug): Could not resolve symbol [\TBTS], AE_NOT_FOUND (20200925/psargs-330)
    Dec 21 21:31:12 OMNI kernel: ACPI: Ignoring error and continuing table load
    Dec 21 21:31:12 OMNI kernel: ACPI Error: Skipping While/If block (20200925/psloop-427)
    Dec 21 21:31:12 OMNI kernel: ACPI BIOS Error (bug): Could not resolve symbol [\TBTS], AE_NOT_FOUND (20200925/psargs-330)
    Dec 21 21:31:12 OMNI kernel: ACPI: Ignoring error and continuing table load
    Dec 21 21:31:12 OMNI kernel: ACPI Error: Skipping While/If block (20200925/psloop-427)
    Dec 21 21:31:12 OMNI kernel: floppy0: no floppy controllers found
    Dec 21 21:31:12 OMNI kernel: random: 7 urandom warning(s) missed due to ratelimiting
    Dec 21 21:31:13 OMNI rsyslogd: error during parsing file /etc/rsyslog.conf, on or before line 66: errors occured in file '/etc/rsyslog.conf' around line 66 [v8.2002.0 try https://www.rsyslog.com/e/2207 ]
    Dec 21 21:31:16 OMNI rpc.statd[2044]: Failed to read /var/lib/nfs/state: Success
    Dec 21 21:31:35 OMNI rc.docker: Plex-Media-Server: Error response from daemon: error gathering device information while adding custom device "/dev/dri": no such file or directory
    Dec 21 21:31:35 OMNI rc.docker: Error: failed to start containers: Plex-Media-Server

    But my cpu is working with below command:

    cd /boot/config/modprobe.d

    vi i915.conf

    options i915 force_probe=4c8a

    options i915 enable_guc=2

    Do you need anymore info for this trouble shotting? please let me know

  3. 12 hours ago, testdasi said:

    Your crashing and disabled drive has nothing to with those commands.

     

    What do you mean "unraid service"? What exactly crashed?

     

    With regards to the disk, it would be a good idea to attach Diagnostics (Tools -> Diagnostics -> attach zip file to your next post) so someone can have a look at your disk SMART.

    A disk can drop offline with no actual damage to the disk itself (e.g. cable problem) but it doesn't mean the write intended to the disk is complete. Hence a write error hence disk is disabled.

    My bad, I will download the diagnostics before seeking help next time.

     

    Thank you for the help, now I'm comfortable to use command lines to manage.

  4. I have done couple changes to my Unraid service last week:

    1. Since I set the "appdate" share as cache only, so I delete the empty folder "/appdate" in /mnt/disk1 by "rm -rf"

    2. I mounted a new disk for the downloads, after checked in forum, I think mover cannot apply on files that already in disks, so I moved older downloads in disk1 to disk2 by "mv -f"

     

    After I done those changes, my unraid service crashed 1~2 times a day, first I thought this may caused by my docker or VM, but the service keep crashing after I stoped the docker and VM.

    And one of my disks was disabled by system during the checking yesterday. But verified in my desktop, this disk is working fine but the service still disable this disk.

     

    So I will re-install the Unraid OS tonight, and I may need some help for future use:

    1. Can I use command line like "rm" or "mv" to manage my files in Unraid. (Will this cause error in the parity? As the parity won't know if I deleted some file in disk)

    2. What's the best way to manage files in disks like delete the file in disk1 or move something in disk1 to disk2?

     

    Thanks in advance😀