DaMAN

Members
  • Posts

    34
  • Joined

Posts posted by DaMAN

  1. On 1/28/2024 at 8:24 PM, mintjberry said:

    Hi all,

     

    Having trouble getting Frigate running on docker in unRAID.

    When I log in into the web UI, all I get is the frigate logo in the top left and a spinning blue icon in the middle. It never loads. 

    I assume the appdata config/frigate directory should not be empty? The 'frigate' folder is created but there is nothing inside it. I get permission errors when trying to create folders/files while the docker image is running.

    I can't see the logs as the log window auto closes after like half a second. I have had no issues with any of my other containers.

    I've deleted the docker image and manually created the frigate folder, and created the subfolder and frigate.yaml file (with some default code), but the same issue occurs.

     

    Any ideas or am I missing something obvious?

    Im also having the same issue

  2. On 3/21/2022 at 2:03 PM, Inch said:

    I know this is a bit of an old thread, but i've been banging my head against a wall with a UPS that I have. I picked up the "SMC1500IC", also known as a "Smart-UPS 1500", wondering if the above conversation about Firmware would work on it too? Running into exactly the same issue with not being able to report usage. 

    Same issue same model same result :(

  3. On 2/17/2022 at 3:34 AM, MajorSlain said:

    Hello _rogue, i'm new to unraid as well, but i think i found the solution.

    Simple change the "Docker data-root" setting to "directory" and everything works fine on ZFS.

     

    I hope it works for you as well :) 

    sorry what did you do? dont get it, share screenshot please

  4. On 4/9/2020 at 9:43 AM, Ghostly2002 said:

    Hi,

    I have the same probs with that. Unraid 6.8.3. All Vm´s that switched from or to GPU Passthrough to VNC back have the problems. I find out that after switching the Grafik output the "bus" from  0x00 chnaged to 0x07. With these settings the vms dosen´t work. After change the bus back to 0x00 the vm works fine. If the bus 0x00 is occupied, change the slot to 2 or 3. Sorry for my bad english :-) <model type='qxl' ram='65536' vram='65536' vgamem='16384' heads='1' primary='yes'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0'/>

    Perfect, like many had trouble going from GPU passthrough back to VNC, awesome sauce!

     

    thank you!

  5. On 1/16/2021 at 7:26 PM, itimpi said:

    Unraid supports SMB versions up to SMB3 so in that sense you do not have to do anything.  If you do not want Unraid to support SMB1 then under Settings -> SMB make sure "Enable NetBIOS" (SMB1) is set to No and that "Enable WSD" (the replacement name service) is set to Yes.

    Legit!, I didnt realise Ive been running a slow 10GBE setup, made the change above....BOOM full monty speed, thank you mate

  6. On 12/17/2019 at 8:42 AM, Sublivion said:

    I also had to modify the script a little to work. My other drive states only standby when spun down and unknown when spun up.

    I just modified the script to check standby state to calculate spun down disk

     

        if (strpos($result,"standby") ) {
          $totalSpunDown++;
        }

     

    Log after the change (at first both disks running, then spinning them down one at a time):

    Dec 16 22:31:40 Dunkin root: #012/dev/sdc:#012 drive state is: active/idle
    Dec 16 22:31:40 Dunkin root: #012/dev/sdf:#012 drive state is: unknown
    Dec 16 22:31:40 Dunkin root: Total Spundown: 0
    Dec 16 22:31:58 Dunkin emhttpd: req (55): cmdSpindown=disk1&startState=STARTED&csrf_token=****************
    Dec 16 22:31:58 Dunkin kernel: mdcmd (131): spindown 1
    Dec 16 22:32:10 Dunkin root: #012/dev/sdc:#012 drive state is: standby
    Dec 16 22:32:10 Dunkin root: #012/dev/sdf:#012 drive state is: unknown
    Dec 16 22:32:10 Dunkin root: Total Spundown: 1
    Dec 16 22:32:10 Dunkin root: Entering Normal Mode
    Dec 16 22:32:10 Dunkin kernel: mdcmd (132): set md_write_method 0
    Dec 16 22:32:10 Dunkin kernel:
    Dec 16 22:32:13 Dunkin emhttpd: req (56): cmdSpindown=disk2&startState=STARTED&csrf_token=****************
    Dec 16 22:32:13 Dunkin kernel: mdcmd (133): spindown 2
    Dec 16 22:32:40 Dunkin root: #012/dev/sdc:#012 drive state is: standby
    Dec 16 22:32:40 Dunkin root: #012/dev/sdf:#012 drive state is: standby
    Dec 16 22:32:40 Dunkin root: Total Spundown: 2

     

    btw hitting 1 gigabit/s (lan max) now with turbo mode, nice!

    How did you mod the script? Im having the same issue as others with drives not spinning down

  7. Hi I ran a gather to a single drive, upon completion the other drive shares are still showing the same folders I 'gathered', do I need to run again? what am I doing wrong?, I did miss a red box about permissions? perhaps that's the issue? problem was it pops up for a few seconds and disappears, Im hoping there isnt any double ups!

  8. Ok, googlefu...changed the NCQ of the array drives from 1 to 31 and speed has increased dramatically, doing a clear on 2 drives, gone from 38mb/s to 130mb/s as soon as I made the change, I am a happy camper!, I was about to hit the go button on another HBA controller!

     

    Command to change your NCQ level is echo 31 > /sys/block/sdX/device/queue_depth  sdX is your device, echo XX is the level you want to change to

  9. 21 minutes ago, Benson said:

    There are several post about write performance drop if disk write cache in disable. I have googling something, may help, but the exe file not come from microsoft, so take your own risk. And I can't confirm the exe file could help or not.

     

    https://social.technet.microsoft.com/Forums/windowsserver/en-US/285f8cef-2a6c-4a23-ae12-a6755b2f9407/event-id-32disable-write-caching-on-the-disk

     

    Download file

    http://thehotfixshare.net/board/index.php?autocom=downloads&showfile=1113

    I guess there is more going on, same drive external of array, fast, within array slow, NCQ tweak changed the game for me so far!

  10. Ok, googlefu...changed the NCQ of the array drives from 1 to 31 and speed has increased dramatically, doing a clear on 2 drives, gone from 38mb/s to 130mb/s as soon as I made the change, I am a happy camper!, I was about to hit the go button on another HBA controller!

     

    Command to change your NCQ level is echo 31 > /sys/block/sdX/device/queue_depth  sdX is your device, echo XX is the level you want to change to