hammsandwich

Members
  • Posts

    46
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

hammsandwich's Achievements

Rookie

Rookie (2/14)

4

Reputation

  1. Anyone have thoughts on this? Really curious to figure this out so I do not have to shut down this conatiner whenever I need to start up other VMs.
  2. Hello, This container is somehow utilizing huge pages on my Unraid server. I have enabled hugepages through the normal means of: append hugepagesz=2M hugepages=8194 This allocates 16GB of RAM to huge pages. Then have various VMs that leverage these hugepages via the following XML. <memoryBacking> <hugepages/> <nosharepages/> </memoryBacking> I noticed a few months back that at certain times I was unable to start 16GB worth of VMs. I began shutting down containers, which would then allow me to fully populate all 16GB of hugepage RAM, so I then began the process of narrowing down which container was causing the issue. It appears to be this Nextcloud container. I used this command to see what was grabbing hugepages: grep huge /proc/*/numa_maps When Nextcloudis running, this command outputs: grep huge /proc/*/numa_maps /proc/24581/numa_maps:145fd0a00000 default file=/anon_hugepage\040(deleted) huge dirty=3 mapmax=3 N0=3 kernelpagesize_kB=2048 /proc/24606/numa_maps:145fd0a00000 default file=/anon_hugepage\040(deleted) huge dirty=11 mapmax=3 N0=11 kernelpagesize_kB=2048 /proc/24607/numa_maps:145fd0a00000 default file=/anon_hugepage\040(deleted) huge dirty=11 mapmax=3 N0=11 kernelpagesize_kB=2048 Upon shutting down this container, there is no output to the command (if all my VMs are also off). I have started every single one of my containers one by one, and this is the only one that results in this behavior. Is this intentional? If so, I feel that it should be documented as many people use hugepages for VFIO passthrough performance. If not intended, is the proper place to for support for this issue? Thanks in advance.
  3. Confirming based on your github documentation the Zen 3 platform, i.e. 5800X is currently not supported?
  4. Sure thing, Just to confirm, I don't haveto manually start the daemon, just run the corefreq-cli?
  5. Set BIOS OC back to AUTO, only have RAM OC applied. I am unable to change my CPU Freq past 3800 Mhz on my 5800X. When I attempt to load the CPU-FREQ driver or the CPU-IDLE driver, I get this following message: Here is what my Max Freq option looks like The rest of the freq options looks similar, they all show the same freq even thought i have disabled turbo through the plugin. Uploading diagnostics... hammsandwich-diagnostics-20210606-0843.zip
  6. It is not multiple accounts. but multiple share types. For example, share "ABC" is set to Public, and share "XYZ" is set to Private, with R/W perms for user "123". If I browse via Windows to \\unraid\ABC, I am immediately allowed in as an anonymous user and can read and write to share "ABC" perfectly fine. Then I want to authenticate to share "XYZ" to work on more sensitive data. I get prompted with username/password, and when entered correctly, Windows throws an error saying it cannot access different shares with multiple accounts on the same file server. I am assuming this means it is counting the Anonymous user as a user. I have been messing around this this all day and currently cannot reproduce this issue but am unable to at the moment. It is possible that changing the permissions of each share from private to public and back to private has resolved my issues... This has been going on for the past 2 years or so I have finally gotten tired of it and am trying to fix the issue.
  7. I have noticed I set shares to public they work without issue. When a share is private, I cannot copy anything larger than a few MB without a transfer fail. Retry works about 1/5 times. This is prevalent on multiple Win10 machines on my network, all various versions with various hardware types. Unfortunately having a mix of Public and Private shares also does not work because Windows does not allow for multiple connections to the same SMB servers with different accounts simultaneously.
  8. You are absolutely correct. After enabling additional firewall logging and reinstalling the plugin and rebooting, I am seeing Blocks on the firewall from Unraid to 8.8.8.8 on ICMP. Added to outbound rules and that helped with speed of install and booting. I plan on disabling BIOS OC this weekend to see if that resolves my VM stability issue.
  9. Oh I apologize I didn't understand the question initially. No, I run both on other hardware with no reliance on Unraid, so rebooting Unraid would have no impact on internet access to any devices on my network.
  10. I don't see any blocks at the firewall or PiHole.. I allow all github traffic and use stock PiHole so I do not think these are causing issues but will check again.
  11. I do have a firewall between Unraid and the internet, just check the logs and I allow github traffic. I see no denies. I also have PiHole, and just mainly the default block lists with a few regex filters, but also checked those logs and there are no blocks either.
  12. I have not used the plugin yet to set OC or anything, I am still doing an all-core OC/undervolt in the BIOS, which has been stable for a month+ after very thorough testing. My installing the plugin, my daily driver Win10 VM with various passthroughs just randomly...does something odd. All my monitors turn off, but Unraid reports its still up. Restarting the VM via Unraid does not work; I have to force stop and power it on again. I have 2C/4T for Unraid, then the remaining 6C/12T isolated from Unraid for VMs. I noticed just while poking around Idle drivers and other various drivers were not loaded according to corefreq. Attaching diag before uninstalling again to ensure this is related to corefreq. hammsandwich-diagnostics-20210602-0956.zip
  13. It is installed and I can see the dashboard. I did reboot my server afterward, and it took noticeably longer to reboot than normal. I uninstalled the plugin and rebooted, and it went quicker. Finally I reinstalled the plugin (took a while again) and rebooted, and the boot from GRUB takes about twice as long until I can see the dashboard.
  14. Thanks for putting hard work into making this plugin. EDIT: DISREGARD it took way longer than I expected to install. When I attempt to install it, the install never complete. I see the following: plugin: installing: https://raw.githubusercontent.com/ich777/unraid-corefreq/master/corefreq.plg plugin: downloading https://raw.githubusercontent.com/ich777/unraid-corefreq/master/corefreq.plg plugin: downloading: https://raw.githubusercontent.com/ich777/unraid-corefreq/master/corefreq.plg ... done I have reattempted the install multiple times, but all attempts result with the same. Occasionally there will be an update button next to the install button, but that takes me to the plugins tab and I have confirmed this plugin is not there. I have a Ryzen 5800X in a ASRock x470 Taichi.