casperse

Members
  • Posts

    810
  • Joined

  • Last visited

Posts posted by casperse

  1. On 2/21/2024 at 7:19 PM, theDrell said:

    What did you ever do for your i9 settings?  I have one and want to power it down a hair for energy without losing too much processing power.

    I followed the guide for the i7 (I believe) and the only difference is that the efficient cores are all auto.
    Doing the Passmark I can see that I pretty much have 50% of the score with these settings, witch is fine (Its a beast!).

    • Like 1
  2. 4 hours ago, trurl said:

    If you're going to use that feature probably better to transcode to a path on ssd


    After Plex removed the Sync feature and replaced it with the new Download feature, its not so bad, and the RamScratch gets empty pretty quickly.
    Some restraint to the amount and size of files should be limited, but my initial tests have been okay.
    But I am not using this now, I am focusing on eliminating the memory error - so it has no impact on the errors I currently get.

    I have now set memory limit for all my dockers, hope to see a difference.
    No morelogs since 16:00 what does this mean?

    image.thumb.png.1fc6c819eedca03e2015c56916da8e05.png

  3. 1 hour ago, JorgeB said:

    You may have other apps causing the server to run OOM, you can disable everything and start enabling one by one, then retest.


    Yes, from the above error I can see a docker ID starting with c9e4ebfe searching for this I get the culprit? :
    image.png.bb3712940ffed3417a01ebd9182ff10f.png
    But I can see that this docker already have a limit of 1G:
    --memory=1G --no-healthcheck --log-opt max-size=50m

     

    The dev/shm will always be set to 50% of the available memory right?

    image.png
    So any input on what to do next? any other settings to limit memory for specific dockers

  4. I can confirm this works!
     

    I just had to update the format of my old cache drive before starting the server - because I converted it to ZFS after cloning the USB for the backup server!
    Worked great! Both the Appdata, Domains, Systems and the docker VM worked and started up without errors.

    I just whish I had reformatted all the older drives before adding them to the new array. But I just used the filemanager to delete old files.
    And I am now adding parity drives so this is great! EVERYONE talks about how easy True Nas is moved between servers, but Unraid is better!
    Here I rebuilt my array and keept every App & settings on a "new" server with ease!

  5. Ok so my trouble shooting continues 🙂

    • I Have installed the swapfile plugin (You recommended above) successfully (Standard size setting is around 2G)

    image.thumb.png.ab8e618c5af04a5c15c5a8e5b1d40777.png

    • I have moved the RamScratch settings to each of the dockers and also set memory limits
      • (PLEX) --no-healthcheck --log-opt max-size=50m --log-opt max-file=1 --restart unless-stopped --mount type=tmpfs,destination=/tmp/PlexRamScratch,tmpfs-size=68719476736 --memory=64G
      • (EMBY) --no-healthcheck --log-opt max-size=50m --log-opt max-file=1 --restart unless-stopped --mount type=tmpfs,destination=/tmp/EmbyRamScratch,tmpfs-size=8589934592 --memory=8G
      • (JELLYFIN) --no-healthcheck --log-opt max-size=50m --log-opt max-file=1 --restart unless-stopped --mount type=tmpfs,destination=/tmp/JellyRamScratch,tmpfs-size=8589934592 --memory=8G

     

    After doing this I get a docker Warning: Your kernel does not support swap limit capabilities?
    (Running the RamScratch as a script I never saw any warnings like below, did I do something wrong?)

    image.thumb.png.cc4ac5497a656c6822a331ca9406aef4.png

    I can see that the memory limit is implemented on the docker webpage:
    image.png.98fcadf099dfe7d68ed9dba1a68f4829.png

    But I still see this:
    image.thumb.png.63ad6a887af53d93c1192ad6da23a507.png

    And again today:
    image.thumb.png.cf58fd3f4c0f37f69f4adbf67708ecd2.png

    If these are to be just ignored then it would be nice not to have them in RED letters 🙂

  6. Hi All

    What I am trying to do:
    Build a backup server and keep my old settings Shares, Users, Config & old cache drives with my Appdata/Domains/System/Dockers/Plugin
    BUT I want to build a new array with all new drives?

     

    SO FAR:

    • I have succesful cloned my old Unraid USB and bought a new pro license. changed IP and server name in config.
    • I can boot and I have all the old drives listed as missing

     

    I would like to keep my old cachedrives (Appdata/Domains/System/Dockers) and all my shared folder settings.
    But I would like to build a completely new array with new drives. (I already moved everything to my new server)

     

    Is this at all possible and how would I go about this?

    Currently I can boot up and it remembers all the old drives and see all my new drives.


    The "New config" under settings looks like the right way to do this? -  But then I will loose all my old cache drives?

    Or can Unraid "see" the old formatted cache drive and the naming of the old orig. cachepools - if I just plug them in? (NVME drives)

    Sorry if this ia a stupid Q, but I want to be sure before pressing the "New config" button 🙂

  7. I just discovered I have both the script and the advanced settings for RAMscratch

    --no-healthcheck --log-opt max-size=50m --log-opt max-file=1 --restart unless-stopped --mount type=tmpfs,destination=/tmp,tmpfs-size=8589934592
    And the above scripts, to create the RAMscratch 🙂

     

    • Any recommendation to use one over the other? (I cant remember if one solution is better to cleanup than the other in RAM?)
    • And did you want me to do a "--memory=8G" for the Plex docker?
    • Any size recommendation for the swapfile?


    Sorry I have read many of the posts (Really old) and I am curious to if this have any effect on my memory problems?
    (I also now have ZFS drives and I can see they also allocate more RAM)

  8. Thanks JorgeB, I can see my Plex is one update short. Will update right away!

    mgutt helped me long time ago setting up at RamScratch folder for Plex at boot (Script), but I guess you talk about the docker advanced settings memory limit?
    I was told that it would be best to remove them but that was in 2022 🙂


    #!/bin/bash
    mkdir /tmp/PlexRamScratch
    chmod -R 777 /tmp/PlexRamScratch
    mount -t tmpfs -o size=40g tmpfs /tmp/PlexRamScratch

     

    (The 40g size is to accommodate the download feature in Plex). 


    I did install the swapfile plugin and created it on a single U3 cache drive with btrfs - any recommendation on the size?
    I went with the default values (Size: 20G)

     

    I still think its strange that after upgrading from 64G to 128G of newer and faster RAM I have these low on RAM problems?
    Is it fragmentation or is this some Kernel Memory Limit causing the OOM on Docker hosting?

  9. 3 hours ago, SimonF said:

    Would you be able to send the raw sensor data

     

    /usr/sbin/ipmi-sensors --output-sensor-thresholds --comma-separated-output --output-sensor-state --no-header-output --interpret-oem-data

     

     

    Yes of course:
     

    # /usr/sbin/ipmi-sensors --output-sensor-thresholds --comma-separated-output --output-sensor-state --no-header-output --interpret-oem-data
    3,CPU Temperature,Temperature,Nominal,31.00,C,N/A,N/A,N/A,98.00,99.00,100.00,'OK'
    5,MB Temperature,Temperature,Nominal,24.00,C,N/A,N/A,N/A,60.00,70.00,95.00,'OK'
    6,TR1 Temperature,Temperature,N/A,N/A,C,N/A,N/A,N/A,100.00,100.00,100.00,N/A
    7,TR2 Temperature,Temperature,N/A,N/A,C,N/A,N/A,N/A,100.00,100.00,100.00,N/A
    8,TR3 Temperature,Temperature,N/A,N/A,C,N/A,N/A,N/A,100.00,100.00,100.00,N/A
    9,CPU Package Temp,Temperature,Nominal,35.00,C,N/A,N/A,N/A,95.00,100.00,105.00,'OK'
    10,VRM Temperature,Temperature,Nominal,41.00,C,N/A,N/A,N/A,110.00,110.00,110.00,'OK'
    11,PSU1 Temperature,Temperature,Nominal,26.00,C,N/A,N/A,N/A,50.00,63.00,63.00,'OK'
    12,PSU2 Temperature,Temperature,Nominal,37.00,C,N/A,N/A,N/A,50.00,63.00,63.00,'OK'
    15,12V Voltage,Voltage,Nominal,12.12,V,9.60,10.20,10.80,13.20,13.80,14.40,'OK'
    16,3.3V Voltage,Voltage,Nominal,3.34,V,2.64,2.80,2.98,3.63,3.79,3.97,'OK'
    17,3.3VSB Voltage,Voltage,Nominal,3.36,V,2.64,2.80,2.98,3.63,3.79,3.97,'OK'
    18,5VSB Voltage,Voltage,Nominal,5.11,V,4.01,4.25,4.51,5.50,5.76,6.00,'OK'
    19,5V Voltage,Voltage,Nominal,5.04,V,4.01,4.25,4.51,5.50,5.76,6.00,'OK'
    20,CPU Core Voltage,Voltage,Nominal,1.00,V,0.00,0.00,0.00,2.11,2.21,2.30,'OK'
    21,DRAM VDDQ Volt.,Voltage,Nominal,1.33,V,0.80,0.85,0.90,2.20,2.30,2.40,'OK'
    23,CPU Input Volt.,Voltage,Nominal,1.79,V,1.20,1.26,1.34,2.32,2.42,2.53,'OK'
    24,PSU1 Voltage,Voltage,Nominal,227.00,V,N/A,N/A,N/A,N/A,N/A,N/A,'OK'
    25,PSU2 Voltage,Voltage,Nominal,227.00,V,N/A,N/A,N/A,N/A,N/A,N/A,'OK'
    28,PSU1 Current,Current,Nominal,1.20,A,N/A,N/A,N/A,N/A,N/A,N/A,'OK'
    29,PSU2 Current,Current,Nominal,0.00,A,N/A,N/A,N/A,N/A,N/A,N/A,'OK'
    32,CPU_FAN,Fan,Nominal,2040.00,RPM,0.00,360.00,360.00,N/A,N/A,N/A,'OK'
    33,CPU_OPT_FAN,Fan,Nominal,2040.00,RPM,0.00,360.00,360.00,N/A,N/A,N/A,'OK'
    34,MB_CHA_FAN1,Fan,N/A,N/A,RPM,0.00,360.00,360.00,N/A,N/A,N/A,N/A
    35,MB_CHA_FAN2,Fan,Nominal,1800.00,RPM,0.00,360.00,360.00,N/A,N/A,N/A,'OK'
    36,MB_CHA_FAN3,Fan,N/A,N/A,RPM,0.00,360.00,360.00,N/A,N/A,N/A,N/A
    37,MB_CHA_FAN4,Fan,N/A,N/A,RPM,0.00,360.00,360.00,N/A,N/A,N/A,N/A
    38,MB_CHA_FAN5,Fan,N/A,N/A,RPM,0.00,360.00,360.00,N/A,N/A,N/A,N/A
    43,MB_AIO_PUMP,Fan,N/A,N/A,RPM,0.00,360.00,360.00,N/A,N/A,N/A,N/A
    44,CHA_FAN1,Fan,Nominal,2400.00,RPM,0.00,360.00,360.00,N/A,N/A,N/A,'OK'
    45,CHA_FAN2,Fan,Nominal,2160.00,RPM,0.00,360.00,360.00,N/A,N/A,N/A,'OK'
    46,CHA_FAN3,Fan,Nominal,2040.00,RPM,0.00,360.00,360.00,N/A,N/A,N/A,'OK'
    47,CHA_FAN4,Fan,Nominal,1920.00,RPM,0.00,360.00,360.00,N/A,N/A,N/A,'OK'
    48,CHA_FAN5,Fan,Nominal,1920.00,RPM,0.00,360.00,360.00,N/A,N/A,N/A,'OK'
    49,CHA_FAN6,Fan,Nominal,1680.00,RPM,0.00,360.00,360.00,N/A,N/A,N/A,'OK'
    50,CHA_FAN7,Fan,Nominal,1680.00,RPM,0.00,360.00,360.00,N/A,N/A,N/A,'OK'
    51,CHA_FAN8,Fan,Nominal,1920.00,RPM,0.00,360.00,360.00,N/A,N/A,N/A,'OK'
    52,PSU1 FAN,Fan,Nominal,6840.00,RPM,N/A,N/A,N/A,N/A,N/A,N/A,'OK'
    53,PSU2 FAN,Fan,Nominal,0.00,RPM,N/A,N/A,N/A,N/A,N/A,N/A,'OK'
    56,PSU1 Power In,Power Supply,Nominal,264.00,W,N/A,N/A,N/A,N/A,N/A,N/A,'OK'
    57,PSU2 Power In,Power Supply,Nominal,8.00,W,N/A,N/A,N/A,N/A,N/A,N/A,'OK'
    60,PSU1 Power Out,Power Supply,Nominal,240.00,W,N/A,N/A,N/A,1896.00,2000.00,2000.00,'OK'
    61,PSU2 Power Out,Power Supply,Nominal,0.00,W,N/A,N/A,N/A,1896.00,2000.00,48.00,'OK'
    64,PSU1 Over Temp,Temperature,Nominal,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,'transition to OK'
    65,PSU2 Over Temp,Temperature,Nominal,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,'transition to OK'
    68,PSU1 AC Lost,Power Supply,Nominal,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,'Presence detected'
    69,PSU2 AC Lost,Power Supply,Nominal,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,'Presence detected'
    72,PSU1 Slow FAN1,Fan,Nominal,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,'transition to OK'
    73,PSU2 Slow FAN1,Fan,Nominal,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,'transition to OK'
    76,PSU1 PWR Detect,Power Supply,Nominal,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,'Presence detected'
    77,PSU2 PWR Detect,Power Supply,Nominal,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,'Presence detected'
    80,PSU1 Over Curr,Current,Nominal,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,'transition to OK'
    81,PSU2 Over Curr,Current,Nominal,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,'transition to OK'
    85,VERSION_ERR,Version Change,Nominal,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,'OK'
    87,Watchdog2,Watchdog 2,Nominal,N/A,N/A,N/A,N/A,N/A,N/A,N/A,N/A,'OK'


    The email notification in the IPMI would require me to have my own e-mail server (Google have to many special steps for the IPMI to work)

    Sorry I thought there was a integration between this IPMI and the Unraid Notification Settings.
    I can see that its a event notification (My mistake)

    UPDATE:
    After running the command I now have it Green?
    image.thumb.png.16a34316d4e21022e07bf3dc90c3692c.png

  10. First what a GREAT plugin! - I just installed it and everything works out of the box!
    I just have one question or two (Might be stupid ones, sorry)

     

    I have a red icon on PSU1 Power Out is this a warning? (Haven't seen anything in the IPMI configuration.

    image.thumb.png.b2f9ef448fb7cba99fa83d76b771f5c3.png

    IPMI interface:
    image.thumb.png.03db83e77db2bbee848f399810bbe9a0.png

    And does all the N/A mean that I can remove them, or that they could get a value if for example the PSU2 would take over?

     

    Also I could never get the IPMI e-mail notification service working, would enabling notification use the Unraid e-mail notification instead?

    Thanks again your work is much appreciated.
     

  11. I just switched to using a Intel iGPU and I noticed that the plugin dosen't show any icon for the docker that is utilizing the transcoder anymore? (Before I had a small Plex icon below on the dashboard) Is this just a NVIDIA feature? or am I missing a setting or plugin addon?

  12. Sure, but currently waiting for the mover to finish (Very slow), but I will do that afterwards and see if this makes a difference.

    Thanks for helping!

    This seems to be for systems with little RAM and BTRFS? (I dont have any BTRFS drives anymore)
    I am just in the progress of moving to ZFS for all my cache drives - so I can use snapshot etc.
    So would this still be a viable solution?

  13. This is happening with no docker and no VM's running!
    I just did a reboot and got the error message away from the "Fix common problem"
    The only thing I am doing right now is moving my appdata back to the cachedrive.
    But looking at the RAM on the dashboard I dont see high usage:

    Why is it saying maximun size 256 GiB? (I only have 128GiB)
    image.png.51dc932f0542c4663eca2bcde64f1a86.png
    ZFS is high (But only like 15,6G) is ZFS capped to a special % of the total RAM?

    I dont have any special logging enabled, and not using syslog either?
    image.thumb.png.1c7af1d6219f5d3de251565301327302.png
    Alos I have only one browser open to Unraid connect.

  14. Hi All

    So I just successfully moved my Unraid installation to a brand new platform. (I love UNRAID!)

    But my happiness was short lived !!!
     

    On my old server I did sometimes experience the "Your server has run out of memory" but I could never find the cause?
    And I always ended up rebooting the server, when this happened.

    My new server have 128G RAM !!! (Twice that of the old one) and after running for only a couple of hours I got the error 😞

    (I did do a burn-in and a extended memtest of the new platform and all is 100% ok!)

    So two different platforms but with the same error, what in my UNRAID is causing this?


    Diagnostic attached.




    image.thumb.png.dd576b24e6ec309f7c69edf4dd9f93c2.png

    Out-of-memory.zip

  15. Hi All

    In the "old days" setting a dedicated fast SSD for you Plex/Emby/Jellyfin - meta data was a thing to do.
    I personally just kept it on my cache_appdata NVME cache, but lately IO is a concern.

    So is the "right" setup a dedicated cache_ plex or a separate UAD Nvme?
    I guess the cache with ZFS and snapshot would be the reason to go and create a cache pool for Plex?
    I would like to hear what other people have done?


    (Because of space constraint I disabled the "Video miniature" function, but with a dedicated HD for this I might enable it again, it was nice when scrolling forward in movies)

  16. On 2/12/2024 at 6:15 PM, Vr2Io said:

    Note, but I haven't similar problem show in the video, fan have several time ramp up & down.

    Mine only ramp to 100% during booting in several sec. ( I exclude the CPU sensor, because it shouldn't a good source to determine the fan PWM ) 

     

    I bet the bundle fan max at 5000+rpm, thats fine because you can control those through IPMI. That also why I perfer 3000rpm fan in previous. ( i.e. P12 Max )

     


    Yes the ramp-up is because (See the graph above) I have set ramp-up at 30C for the CPU, so every time it went above the fans would go to 30% and the CPU would go below 30C and ramp down to 20%. I have to test and see what temperature I get under load, in order to make it more "stable". (To be honest I was just working with all the settings and cables and was getting CRAZY over the noise level (I have no drives in the case yet!)

    I also ended up buying a Noctua NF-A4x10 12V PWM - 40mm - This is a great fan for my HBA card (I wasn't aware how hot this thing was!)

    This is a great small and silent fan compared to the case fans 🙂

    The great thing is that with all these case fans, I can really ramp-up and cool everything quickly! - I like having the power to do extra cooling during summer time.

    (I do have a A++ portable air-conditioning unit, but the Electric bill would be high!, so loud fans is better) 


    Do you know of any TEMP probes to buy? - I can see that the IPMI refers to these Sensors being attached to the board but I would need to buy one?
    Also the MB temp sensors is working but for some reason I cannot use it in the IPMI setup when controlling the fans (Very strange!). 

  17. 1 hour ago, itimpi said:

    The entry for the GUI mode has a comma rather then a space before the /bzroot-gui option.  The options are meant to be space separated, so  having a comma instead will stop the /boot-gui being recognised as an option.

    WOUW I cant remember changing anything? (Nice catch!)
    So this would probably work: (Moved the pcie_aspm=of back and did the comma.)
    image.thumb.png.6b5bd440f6d80d35746052db12a90fa4.png
    I have wanted this to work for such a very long time!, thanks so much @itimpi 

  18. Hi All

    After running Unraid for years and multiple upgrades and implementing new and great implementations!

    Some where along the way I lost the ability to boot into the local GUI (Firefox).

    Yesterday I tried to do a trial install on another USB and the GUI worked perfectly!
    I really dont want to start over, installing Unraid again.

     

    So I have always had the boot set to:
    image.thumb.png.2e654a9a464764448f16bcedb900c64d.png

    But I end up with the Login terminal prompt.

    The standard setting on a fresh install looks like this:

    image.thumb.png.cd9826ac7f9efc0e93fbf7d1f9efc976.png

     

    I dont see anything prohibiting the GUI in the above settings.

    So, is there any command to manual start the GUI after logging in on the terminal (I have Attached a screen).

    I would like to see if that would generate any errors in the logs.

    Building a new Unraid server (Bought a second full license) I would really like to get "everything" working on the new server! (Without starting over again).


     


     

  19. HELP !!!!
    I have now tried all below 3 Bios versions:

    BIOS 3101 - (No IGPU and memory settings, see manuel above)

    BIOS 2802 - micro code for 14th gen (No IGPU and memory settings)

    BIOS 2703 - (No IGPU and memory settings)

     

    No matter what Bios I use I cant get the iGPU to show up in Unraid?

    And I cant get the HDMI output working, no matter what I do it outputs to the IPMI VGA?
    And its like the iGPU is disabled?

     

    Could someone please share what setting they have and that are working?

    I have tried everything... only HDMI attached to the monitor

    All 3 options to boot by: Auto, PEG Slot, PCIe no matter what I cant get any output

     

    And that result in Unraid not seeing any iGPU?

    image.png.247a45ddd3cf3b44967135ba555b0d1b.png
     

    Solved: Bios setting CSM disabled!

     

  20. Hi All

    I have a new server with a i9 and when I go to system drivers I can see the gpu/drm/i915 driver listed as "Inuse"

    image.thumb.png.8effbd912eb145ec19e89a4cd96b2c41.png

     

    But if I go to the dashboard (Array not running) I get the:

    image.png.9f88d8248939e0549488723ccd91c668.png

    Installing the plugin "Intel GPU TOP" and running the command "intel_gpu_top" i get:

    image.png.42a0e36798bb5ca3222397a0552880f4.png

     

    I have checked the BIOS and I have set graphic output default to Auto (Not PCie) no other settings available.
    My GO file is empty.

    My Diagnostic is attached below.
     

    I have read so many posts and I haven't found anything to pin point the cause of this?

    Hope someone can help me

     

    Update could this cause problems?
    image.png.adede42f9cac9f105714ec1dffa53952.png

     

    diagnostics-20240210-1322.zip

    1. Since this thread is about the IPMI - Have anyone gotten the e-mail notification working on the IPMI? if yes what email provider?
    2. Booting up with GUI on Unraid only get terminal prompt with user/password login? (Only have VGA terminal monitor attached)
    3. Following the guide to control the i9 power draw not sure I am getting the best result. Bios: v. 3101 havent found the right settings for E-cores?

     

    BTW Using the IPMI for adjusting Fan speed:

    I am really happy with the FAN control on the IPMI with the right cables (High amp fans) and the extra power connector its pretty great!

    image.png.ce50d01a8a8e183ae1e627e06e1dc096.png

    UPDATE: Bios to 3101, it seem that the settings for the iGPU might have changed?


    image.thumb.png.cc0e999cfc8b812855dfff1081d45163.png