JohnyClassic

Members
  • Posts

    26
  • Joined

  • Last visited

Posts posted by JohnyClassic

  1. 21 hours ago, ghost82 said:

    No by uid you need to specify the user id, i.e. a number. uid 1000 is the first non root user.

    As far as .smbcredentials, add also the domain:

    
    username=myUser
    password=myPass
    domain=WORKGROUP

    Of course, put a real user, a real password and a real domain.

    Make sure that the mounting point, i.e. the folder, already exists on your guest (/media/share/).

    Always respect capital and non capital letters.

    I would also add a / after share in the fstab: not sure it's mandatory but share is a folder so I would specify it by /media/share/ instead of /media/share

    I updated it all with everything you noted above. I'm still getting "mount error(2): No such file or directory". 

  2. 8 hours ago, ghost82 said:

     

    Once you edit fstab try it with:

    
    sudo mount -a

     

    "mount error(2): No such file or directory"

    Quote

    Did you use uid=1000 ?

    No I didn't, I thought I was supposed to add the Ubuntu username. Although, after adding that I'm still getting the above error.

    Quote

    What is the format of the content of .smbcredentials?

     

    username=username
    password=password

     

  3. I'm having trouble setting up permanent access to an Unraid share from an Ubuntu Server VM. Setting up the share in the VM settings seems to prevent me from connecting to it via SSH so instead I've been trying to mount it over the network. 

     

    This works in order to mount once:

    sudo mount -t cifs -o username=username,password=password //serverip/share /media/share/

     

    But I'd like it to automatically mount on reboot. And when I mount it using the method above, I can only write to the share using root privileges.

     

    So I created a an ~/.smbcredentials file, set the chmod permissions and added the following to the /etc/fstab file:

    //serverip/share /media/share cifs uid=ubuntuuser,credentials=/home/ubuntuuser/.smbcredentials,iocharset=utf8,sec=ntlm 0 0

     

    But this doesn't seem to automatically mount the share after reboot. Does anyone know how to get the share to auto mount after reboot with full read and write permissions? 

     

    Thanks!

  4. Hi, I've been using unraid for a a couple of years. I'm just migrating to new hardware. From what I understand it's supposed to be pretty easy and straight forward but for the life of me I can't get it to generate an IP and connect to the network. I'm going from an FX-8350 to a TR 2950x using a X399D8A-2T mobo. 

     

    A fresh install of unraid on another usb drive generates an IP and connects just fine. But I need my existing setup to work, I have important work systems on there. My best guess is that I left network configs from my old system that don't apply to this one but I'm not sure. 

     

    I've tried the troubleshooting steps listed here: 

     

    I've tried copying the network.cfg from the fresh install, i've tried deleting the network.cfg, i've tried setting a static IP in the network.cfg, I've also tried booting from a USB 2.0 port. I still can't get it to connect. 

     

    The onboard NICs are intel and should work fine according to other posts on the forum. But I also moved over the PCIE NIC card from my old system that was working fine before and it doesn't connect when I'm plugged into those ports either. 

     

    I'm not sure if it's related but I'm getting "modprobe: ERROR: could not insert 'it87': No such device". But that's a temp sensor thing correct?

     

    I've attached my diagnostics file. I'd really appreciate the help getting this figured out. Thanks!

    origin-diagnostics-20210530-1049.zip

  5. On 9/6/2020 at 8:54 AM, cybrnook said:

    Been running it for a few months now and love it, it's been super stable (disabled C states and set power supply idle control to typical in BIOS). Both Intel NIC's work out the box and register as 10Gb and the IOMMU groupings are nice as well. Details of my system are in my signature.

     

    I am on the latest 6.9.0Beta25 using a recompiled Kernel to add Nvidia Drivers from @ich777 's nice docker tool - Here

     

    For BIOS and BMC:

    BMC Version - 1.30.00 - Download

    BIOS Version - L1.37 (BETA BIOS I requested from Support) - Download

     

    For the BETA BIOS, it's been rock solid. The difference with this one is not only (current release bios doesn't even have bifurcation) does it allow you to set bifurcation, but it does so on a per PCIe slot basis. BETA BIOS prior had PCIe slots setup in groups. So if you wanted to set one slot to x4x4x4x4, then you got two slots as x4x4x4x4, I didn't like that. I am posting it in my onedrive for you since I find it a requirement.

     

     

    image.thumb.png.a417913b86a1ce18a3eb911a56501295.png

    image.thumb.png.cc5ae9b2d3421325c615cf6e3a475d2b.png

    image.thumb.png.e11bc6d343cb60dc5a8cb195607655c0.png

    image.thumb.png.2a24b323737d074d9aec34c66a1367b1.png

     

     

    Hey, Cybrnook. I finally got around to buying the X399D8A-2T. But for some reason I can't get my existing unraid usb to boot and get an IP assigned. When go to the ip address I get the IPMI login screen but I can't get to the unraid main screen. A fresh unraid install boots just fine, it gets an IP and I can navigate to the unraid page. Did you have that problem with yours?

  6. EDIT: Nevermind, I figured it out. I used Krusader and I had no permissions issues. Thanks!

     

    Hi everyone, I'm new to docker and running a Minecraft Bedrock server. I'm having trouble moving my existing world to the server's Worlds folder. I'm getting "Permission Denied. You need to be granted permission by user/nobody." I'm accessing the appdata share from Windows 10. How do I grant my self access? Thanks so much! So far, everything else is working great!

  7. 4 hours ago, uldise said:

    what router do you have? for example, in Mikrotik world this feature names Hairpin NAT. Look for similar with your router model. 

    Hey, thanks for the reply. I hadn't set up nextcloud to be accessible from the internet yet. It's still set to be accessible via the local network IP. But when I call that local network IP or click webGUI it doesn't connect. According to Spaceinvaderone's video, even once it's set up to be accessible from the internet, you should still be able to access the webGUI calling the local network IP. Do you happen to know if there is anything that could cause that? 

  8. Hi Everyone, I'm having an odd problem I can't figure out. I'm following Spaceinvaderone's guide to installing Nextcloud and letsencrypt/reverse proxy to connect remotely.

     

    I set up the Nextcloud and Mariadb dockers and everything worked fine. But I had to get a new router because my old one wouldn't port forward properly to allow Letsencrypt to generate a certificate. After setting up the new router and getting Letsencrypt to work I can no longer access the Nextcloud WebGUI. The static IPs assigned in the router are the same as before. My other dockers and VMs seem to work fine.

     

    When I right click the Nextcloud docker and click WebGUI or when I type in the IP and port manually (https://192.168.1.77:444) I get 'This page isn’t working 192.168.1.77 is currently unable to handle this request. HTTP Error 500'. May not be caused by the router but all the settings seem to be fine.

     

    Anyone know what could be causing it and how to fix it? 

  9. Hi Everyone, I'm having an odd problem I can't figure out. I'm following Spaceinvaderone's guide to installing Nextcloud and letsencrypt/reverse proxy to connect remotely.

     

    I set up the Nextcloud and Mariadb dockers and everything worked fine. But I had to get a new router because my old one wouldn't port forward properly to allow Letsencrypt to generate a certificate. After setting up the new router and getting Letsencrypt to work I can no longer access the Nextcloud WebGUI. The static IPs assigned in the router are the same as before. My other dockers and VMs seem to work fine.

     

    When I right click the Nextcloud docker and click WebGUI or when I type in the IP and port manually (https://192.168.1.77:444) I get 'This page isn’t working 192.168.1.77 is currently unable to handle this request. HTTP Error 500' 

     

    Anyone know what could be causing it and how to fix it? 

     

    TIA

  10. The cpufreq driver doesn't load in Ubuntu either. I booted from a live usb hopefully that's sufficient, unless a full install would only load the driver? What's interesting though, in Ubuntu the core frequencies are perfectly flat and don't change whatsoever. All cores are exactly the same. Whereas in unRaid the frequencies do fluctuate slightly even if only about a mhz or so.

  11. 3 hours ago, johnnie.black said:

    Output of:

    
    cat /sys/devices/system/cpu/cpuidle/current_driver

    and

     

    
    cpufreq-info -d

     

    If this last one has no driver see if it loads manually:

     

    
    modprobe acpi-cpufreq

    And then run cpufreq-info -d again.


     

    # cat /sys/devices/system/cpu/cpuidle/current_driver
    none
    
    # cpufreq-info -d
    # modprobe acpi-cpufreq
    modprobe: ERROR: could not insert 'acpi_cpufreq': No such device
    # cpufreq-info -d

     

     

    5 hours ago, johnnie.black said:

    tree /sys/devices/system/cpu/cpufreq/


     

    # tree /sys/devices/system/cpu/cpufreq/
    
    0 directories,  0 files
    
    
    # tree /sys/devices/system/cpu/
    /sys/devices/system/cpu/
    ├── cpu0
    │   ├── cache
    │   │   ├── index0
    │   │   │   ├── coherency_line_size
    │   │   │   ├── id
    │   │   │   ├── level
    │   │   │   ├── number_of_sets
    │   │   │   ├── physical_line_partition
    │   │   │   ├── power
    │   │   │   │   ├── autosuspend_delay_ms
    │   │   │   │   ├── control
    │   │   │   │   ├── runtime_active_time
    │   │   │   │   ├── runtime_status
    │   │   │   │   └── runtime_suspended_time
    │   │   │   ├── shared_cpu_list
    │   │   │   ├── shared_cpu_map
    │   │   │   ├── size
    │   │   │   ├── type
    │   │   │   ├── uevent
    │   │   │   └── ways_of_associativity
    │   │   ├── index1
    │   │   │   ├── coherency_line_size
    │   │   │   ├── id
    │   │   │   ├── level
    │   │   │   ├── number_of_sets
    │   │   │   ├── physical_line_partition
    │   │   │   ├── power
    │   │   │   │   ├── autosuspend_delay_ms
    │   │   │   │   ├── control
    │   │   │   │   ├── runtime_active_time
    │   │   │   │   ├── runtime_status
    │   │   │   │   └── runtime_suspended_time
    │   │   │   ├── shared_cpu_list
    │   │   │   ├── shared_cpu_map
    │   │   │   ├── size
    │   │   │   ├── type
    │   │   │   ├── uevent
    │   │   │   └── ways_of_associativity
    │   │   ├── index2
    │   │   │   ├── coherency_line_size
    │   │   │   ├── id
    │   │   │   ├── level
    │   │   │   ├── number_of_sets
    │   │   │   ├── physical_line_partition
    │   │   │   ├── power
    │   │   │   │   ├── autosuspend_delay_ms
    │   │   │   │   ├── control
    │   │   │   │   ├── runtime_active_time
    │   │   │   │   ├── runtime_status
    │   │   │   │   └── runtime_suspended_time
    │   │   │   ├── shared_cpu_list
    │   │   │   ├── shared_cpu_map
    │   │   │   ├── size
    │   │   │   ├── type
    │   │   │   ├── uevent
    │   │   │   └── ways_of_associativity
    │   │   ├── power
    │   │   │   ├── autosuspend_delay_ms
    │   │   │   ├── control
    │   │   │   ├── runtime_active_time
    │   │   │   ├── runtime_status
    │   │   │   └── runtime_suspended_time
    │   │   └── uevent
    │   ├── driver -> ../../../../bus/cpu/drivers/processor
    │   ├── firmware_node -> ../../../LNXSYSTM:00/LNXCPU:00
    │   ├── hotplug
    │   │   ├── fail
    │   │   ├── state
    │   │   └── target
    │   ├── microcode
    │   │   ├── processor_flags
    │   │   └── version
    │   ├── node0 -> ../../node/node0
    │   ├── power
    │   │   ├── autosuspend_delay_ms
    │   │   ├── control
    │   │   ├── pm_qos_resume_latency_us
    │   │   ├── runtime_active_time
    │   │   ├── runtime_status
    │   │   └── runtime_suspended_time
    │   ├── subsystem -> ../../../../bus/cpu
    │   ├── thermal_throttle
    │   │   └── core_throttle_count
    │   ├── topology
    │   │   ├── core_id
    │   │   ├── core_siblings
    │   │   ├── core_siblings_list
    │   │   ├── physical_package_id
    │   │   ├── thread_siblings
    │   │   └── thread_siblings_list
    │   └── uevent
    ├── cpu1
    │   ├── cache
    │   │   ├── index0
    │   │   │   ├── coherency_line_size
    │   │   │   ├── id
    │   │   │   ├── level
    │   │   │   ├── number_of_sets
    │   │   │   ├── physical_line_partition
    │   │   │   ├── power
    │   │   │   │   ├── autosuspend_delay_ms
    │   │   │   │   ├── control
    │   │   │   │   ├── runtime_active_time
    │   │   │   │   ├── runtime_status
    │   │   │   │   └── runtime_suspended_time
    │   │   │   ├── shared_cpu_list
    │   │   │   ├── shared_cpu_map
    │   │   │   ├── size
    │   │   │   ├── type
    │   │   │   ├── uevent
    │   │   │   └── ways_of_associativity
    │   │   ├── index1
    │   │   │   ├── coherency_line_size
    │   │   │   ├── id
    │   │   │   ├── level
    │   │   │   ├── number_of_sets
    │   │   │   ├── physical_line_partition
    │   │   │   ├── power
    │   │   │   │   ├── autosuspend_delay_ms
    │   │   │   │   ├── control
    │   │   │   │   ├── runtime_active_time
    │   │   │   │   ├── runtime_status
    │   │   │   │   └── runtime_suspended_time
    │   │   │   ├── shared_cpu_list
    │   │   │   ├── shared_cpu_map
    │   │   │   ├── size
    │   │   │   ├── type
    │   │   │   ├── uevent
    │   │   │   └── ways_of_associativity
    │   │   ├── index2
    │   │   │   ├── coherency_line_size
    │   │   │   ├── id
    │   │   │   ├── level
    │   │   │   ├── number_of_sets
    │   │   │   ├── physical_line_partition
    │   │   │   ├── power
    │   │   │   │   ├── autosuspend_delay_ms
    │   │   │   │   ├── control
    │   │   │   │   ├── runtime_active_time
    │   │   │   │   ├── runtime_status
    │   │   │   │   └── runtime_suspended_time
    │   │   │   ├── shared_cpu_list
    │   │   │   ├── shared_cpu_map
    │   │   │   ├── size
    │   │   │   ├── type
    │   │   │   ├── uevent
    │   │   │   └── ways_of_associativity
    │   │   ├── power
    │   │   │   ├── autosuspend_delay_ms
    │   │   │   ├── control
    │   │   │   ├── runtime_active_time
    │   │   │   ├── runtime_status
    │   │   │   └── runtime_suspended_time
    │   │   └── uevent
    │   ├── driver -> ../../../../bus/cpu/drivers/processor
    │   ├── firmware_node -> ../../../LNXSYSTM:00/LNXCPU:01
    │   ├── hotplug
    │   │   ├── fail
    │   │   ├── state
    │   │   └── target
    │   ├── microcode
    │   │   ├── processor_flags
    │   │   └── version
    │   ├── node0 -> ../../node/node0
    │   ├── online
    │   ├── power
    │   │   ├── autosuspend_delay_ms
    │   │   ├── control
    │   │   ├── pm_qos_resume_latency_us
    │   │   ├── runtime_active_time
    │   │   ├── runtime_status
    │   │   └── runtime_suspended_time
    │   ├── subsystem -> ../../../../bus/cpu
    │   ├── thermal_throttle
    │   │   └── core_throttle_count
    │   ├── topology
    │   │   ├── core_id
    │   │   ├── core_siblings
    │   │   ├── core_siblings_list
    │   │   ├── physical_package_id
    │   │   ├── thread_siblings
    │   │   └── thread_siblings_list
    │   └── uevent
    ├── cpu2
    │   ├── cache
    │   │   ├── index0
    │   │   │   ├── coherency_line_size
    │   │   │   ├── id
    │   │   │   ├── level
    │   │   │   ├── number_of_sets
    │   │   │   ├── physical_line_partition
    │   │   │   ├── power
    │   │   │   │   ├── autosuspend_delay_ms
    │   │   │   │   ├── control
    │   │   │   │   ├── runtime_active_time
    │   │   │   │   ├── runtime_status
    │   │   │   │   └── runtime_suspended_time
    │   │   │   ├── shared_cpu_list
    │   │   │   ├── shared_cpu_map
    │   │   │   ├── size
    │   │   │   ├── type
    │   │   │   ├── uevent
    │   │   │   └── ways_of_associativity
    │   │   ├── index1
    │   │   │   ├── coherency_line_size
    │   │   │   ├── id
    │   │   │   ├── level
    │   │   │   ├── number_of_sets
    │   │   │   ├── physical_line_partition
    │   │   │   ├── power
    │   │   │   │   ├── autosuspend_delay_ms
    │   │   │   │   ├── control
    │   │   │   │   ├── runtime_active_time
    │   │   │   │   ├── runtime_status
    │   │   │   │   └── runtime_suspended_time
    │   │   │   ├── shared_cpu_list
    │   │   │   ├── shared_cpu_map
    │   │   │   ├── size
    │   │   │   ├── type
    │   │   │   ├── uevent
    │   │   │   └── ways_of_associativity
    │   │   ├── index2
    │   │   │   ├── coherency_line_size
    │   │   │   ├── id
    │   │   │   ├── level
    │   │   │   ├── number_of_sets
    │   │   │   ├── physical_line_partition
    │   │   │   ├── power
    │   │   │   │   ├── autosuspend_delay_ms
    │   │   │   │   ├── control
    │   │   │   │   ├── runtime_active_time
    │   │   │   │   ├── runtime_status
    │   │   │   │   └── runtime_suspended_time
    │   │   │   ├── shared_cpu_list
    │   │   │   ├── shared_cpu_map
    │   │   │   ├── size
    │   │   │   ├── type
    │   │   │   ├── uevent
    │   │   │   └── ways_of_associativity
    │   │   ├── power
    │   │   │   ├── autosuspend_delay_ms
    │   │   │   ├── control
    │   │   │   ├── runtime_active_time
    │   │   │   ├── runtime_status
    │   │   │   └── runtime_suspended_time
    │   │   └── uevent
    │   ├── driver -> ../../../../bus/cpu/drivers/processor
    │   ├── firmware_node -> ../../../LNXSYSTM:00/LNXCPU:02
    │   ├── hotplug
    │   │   ├── fail
    │   │   ├── state
    │   │   └── target
    │   ├── microcode
    │   │   ├── processor_flags
    │   │   └── version
    │   ├── node0 -> ../../node/node0
    │   ├── online
    │   ├── power
    │   │   ├── autosuspend_delay_ms
    │   │   ├── control
    │   │   ├── pm_qos_resume_latency_us
    │   │   ├── runtime_active_time
    │   │   ├── runtime_status
    │   │   └── runtime_suspended_time
    │   ├── subsystem -> ../../../../bus/cpu
    │   ├── thermal_throttle
    │   │   └── core_throttle_count
    │   ├── topology
    │   │   ├── core_id
    │   │   ├── core_siblings
    │   │   ├── core_siblings_list
    │   │   ├── physical_package_id
    │   │   ├── thread_siblings
    │   │   └── thread_siblings_list
    │   └── uevent
    ├── cpu3
    │   ├── cache
    │   │   ├── index0
    │   │   │   ├── coherency_line_size
    │   │   │   ├── id
    │   │   │   ├── level
    │   │   │   ├── number_of_sets
    │   │   │   ├── physical_line_partition
    │   │   │   ├── power
    │   │   │   │   ├── autosuspend_delay_ms
    │   │   │   │   ├── control
    │   │   │   │   ├── runtime_active_time
    │   │   │   │   ├── runtime_status
    │   │   │   │   └── runtime_suspended_time
    │   │   │   ├── shared_cpu_list
    │   │   │   ├── shared_cpu_map
    │   │   │   ├── size
    │   │   │   ├── type
    │   │   │   ├── uevent
    │   │   │   └── ways_of_associativity
    │   │   ├── index1
    │   │   │   ├── coherency_line_size
    │   │   │   ├── id
    │   │   │   ├── level
    │   │   │   ├── number_of_sets
    │   │   │   ├── physical_line_partition
    │   │   │   ├── power
    │   │   │   │   ├── autosuspend_delay_ms
    │   │   │   │   ├── control
    │   │   │   │   ├── runtime_active_time
    │   │   │   │   ├── runtime_status
    │   │   │   │   └── runtime_suspended_time
    │   │   │   ├── shared_cpu_list
    │   │   │   ├── shared_cpu_map
    │   │   │   ├── size
    │   │   │   ├── type
    │   │   │   ├── uevent
    │   │   │   └── ways_of_associativity
    │   │   ├── index2
    │   │   │   ├── coherency_line_size
    │   │   │   ├── id
    │   │   │   ├── level
    │   │   │   ├── number_of_sets
    │   │   │   ├── physical_line_partition
    │   │   │   ├── power
    │   │   │   │   ├── autosuspend_delay_ms
    │   │   │   │   ├── control
    │   │   │   │   ├── runtime_active_time
    │   │   │   │   ├── runtime_status
    │   │   │   │   └── runtime_suspended_time
    │   │   │   ├── shared_cpu_list
    │   │   │   ├── shared_cpu_map
    │   │   │   ├── size
    │   │   │   ├── type
    │   │   │   ├── uevent
    │   │   │   └── ways_of_associativity
    │   │   ├── power
    │   │   │   ├── autosuspend_delay_ms
    │   │   │   ├── control
    │   │   │   ├── runtime_active_time
    │   │   │   ├── runtime_status
    │   │   │   └── runtime_suspended_time
    │   │   └── uevent
    │   ├── driver -> ../../../../bus/cpu/drivers/processor
    │   ├── firmware_node -> ../../../LNXSYSTM:00/LNXCPU:03
    │   ├── hotplug
    │   │   ├── fail
    │   │   ├── state
    │   │   └── target
    │   ├── microcode
    │   │   ├── processor_flags
    │   │   └── version
    │   ├── node0 -> ../../node/node0
    │   ├── online
    │   ├── power
    │   │   ├── autosuspend_delay_ms
    │   │   ├── control
    │   │   ├── pm_qos_resume_latency_us
    │   │   ├── runtime_active_time
    │   │   ├── runtime_status
    │   │   └── runtime_suspended_time
    │   ├── subsystem -> ../../../../bus/cpu
    │   ├── thermal_throttle
    │   │   └── core_throttle_count
    │   ├── topology
    │   │   ├── core_id
    │   │   ├── core_siblings
    │   │   ├── core_siblings_list
    │   │   ├── physical_package_id
    │   │   ├── thread_siblings
    │   │   └── thread_siblings_list
    │   └── uevent
    ├── cpu4
    │   ├── cache
    │   │   ├── index0
    │   │   │   ├── coherency_line_size
    │   │   │   ├── id
    │   │   │   ├── level
    │   │   │   ├── number_of_sets
    │   │   │   ├── physical_line_partition
    │   │   │   ├── power
    │   │   │   │   ├── autosuspend_delay_ms
    │   │   │   │   ├── control
    │   │   │   │   ├── runtime_active_time
    │   │   │   │   ├── runtime_status
    │   │   │   │   └── runtime_suspended_time
    │   │   │   ├── shared_cpu_list
    │   │   │   ├── shared_cpu_map
    │   │   │   ├── size
    │   │   │   ├── type
    │   │   │   ├── uevent
    │   │   │   └── ways_of_associativity
    │   │   ├── index1
    │   │   │   ├── coherency_line_size
    │   │   │   ├── id
    │   │   │   ├── level
    │   │   │   ├── number_of_sets
    │   │   │   ├── physical_line_partition
    │   │   │   ├── power
    │   │   │   │   ├── autosuspend_delay_ms
    │   │   │   │   ├── control
    │   │   │   │   ├── runtime_active_time
    │   │   │   │   ├── runtime_status
    │   │   │   │   └── runtime_suspended_time
    │   │   │   ├── shared_cpu_list
    │   │   │   ├── shared_cpu_map
    │   │   │   ├── size
    │   │   │   ├── type
    │   │   │   ├── uevent
    │   │   │   └── ways_of_associativity
    │   │   ├── index2
    │   │   │   ├── coherency_line_size
    │   │   │   ├── id
    │   │   │   ├── level
    │   │   │   ├── number_of_sets
    │   │   │   ├── physical_line_partition
    │   │   │   ├── power
    │   │   │   │   ├── autosuspend_delay_ms
    │   │   │   │   ├── control
    │   │   │   │   ├── runtime_active_time
    │   │   │   │   ├── runtime_status
    │   │   │   │   └── runtime_suspended_time
    │   │   │   ├── shared_cpu_list
    │   │   │   ├── shared_cpu_map
    │   │   │   ├── size
    │   │   │   ├── type
    │   │   │   ├── uevent
    │   │   │   └── ways_of_associativity
    │   │   ├── power
    │   │   │   ├── autosuspend_delay_ms
    │   │   │   ├── control
    │   │   │   ├── runtime_active_time
    │   │   │   ├── runtime_status
    │   │   │   └── runtime_suspended_time
    │   │   └── uevent
    │   ├── driver -> ../../../../bus/cpu/drivers/processor
    │   ├── firmware_node -> ../../../LNXSYSTM:00/LNXCPU:04
    │   ├── hotplug
    │   │   ├── fail
    │   │   ├── state
    │   │   └── target
    │   ├── microcode
    │   │   ├── processor_flags
    │   │   └── version
    │   ├── node0 -> ../../node/node0
    │   ├── online
    │   ├── power
    │   │   ├── autosuspend_delay_ms
    │   │   ├── control
    │   │   ├── pm_qos_resume_latency_us
    │   │   ├── runtime_active_time
    │   │   ├── runtime_status
    │   │   └── runtime_suspended_time
    │   ├── subsystem -> ../../../../bus/cpu
    │   ├── thermal_throttle
    │   │   └── core_throttle_count
    │   ├── topology
    │   │   ├── core_id
    │   │   ├── core_siblings
    │   │   ├── core_siblings_list
    │   │   ├── physical_package_id
    │   │   ├── thread_siblings
    │   │   └── thread_siblings_list
    │   └── uevent
    ├── cpu5
    │   ├── cache
    │   │   ├── index0
    │   │   │   ├── coherency_line_size
    │   │   │   ├── id
    │   │   │   ├── level
    │   │   │   ├── number_of_sets
    │   │   │   ├── physical_line_partition
    │   │   │   ├── power
    │   │   │   │   ├── autosuspend_delay_ms
    │   │   │   │   ├── control
    │   │   │   │   ├── runtime_active_time
    │   │   │   │   ├── runtime_status
    │   │   │   │   └── runtime_suspended_time
    │   │   │   ├── shared_cpu_list
    │   │   │   ├── shared_cpu_map
    │   │   │   ├── size
    │   │   │   ├── type
    │   │   │   ├── uevent
    │   │   │   └── ways_of_associativity
    │   │   ├── index1
    │   │   │   ├── coherency_line_size
    │   │   │   ├── id
    │   │   │   ├── level
    │   │   │   ├── number_of_sets
    │   │   │   ├── physical_line_partition
    │   │   │   ├── power
    │   │   │   │   ├── autosuspend_delay_ms
    │   │   │   │   ├── control
    │   │   │   │   ├── runtime_active_time
    │   │   │   │   ├── runtime_status
    │   │   │   │   └── runtime_suspended_time
    │   │   │   ├── shared_cpu_list
    │   │   │   ├── shared_cpu_map
    │   │   │   ├── size
    │   │   │   ├── type
    │   │   │   ├── uevent
    │   │   │   └── ways_of_associativity
    │   │   ├── index2
    │   │   │   ├── coherency_line_size
    │   │   │   ├── id
    │   │   │   ├── level
    │   │   │   ├── number_of_sets
    │   │   │   ├── physical_line_partition
    │   │   │   ├── power
    │   │   │   │   ├── autosuspend_delay_ms
    │   │   │   │   ├── control
    │   │   │   │   ├── runtime_active_time
    │   │   │   │   ├── runtime_status
    │   │   │   │   └── runtime_suspended_time
    │   │   │   ├── shared_cpu_list
    │   │   │   ├── shared_cpu_map
    │   │   │   ├── size
    │   │   │   ├── type
    │   │   │   ├── uevent
    │   │   │   └── ways_of_associativity
    │   │   ├── power
    │   │   │   ├── autosuspend_delay_ms
    │   │   │   ├── control
    │   │   │   ├── runtime_active_time
    │   │   │   ├── runtime_status
    │   │   │   └── runtime_suspended_time
    │   │   └── uevent
    │   ├── driver -> ../../../../bus/cpu/drivers/processor
    │   ├── firmware_node -> ../../../LNXSYSTM:00/LNXCPU:05
    │   ├── hotplug
    │   │   ├── fail
    │   │   ├── state
    │   │   └── target
    │   ├── microcode
    │   │   ├── processor_flags
    │   │   └── version
    │   ├── node0 -> ../../node/node0
    │   ├── online
    │   ├── power
    │   │   ├── autosuspend_delay_ms
    │   │   ├── control
    │   │   ├── pm_qos_resume_latency_us
    │   │   ├── runtime_active_time
    │   │   ├── runtime_status
    │   │   └── runtime_suspended_time
    │   ├── subsystem -> ../../../../bus/cpu
    │   ├── thermal_throttle
    │   │   └── core_throttle_count
    │   ├── topology
    │   │   ├── core_id
    │   │   ├── core_siblings
    │   │   ├── core_siblings_list
    │   │   ├── physical_package_id
    │   │   ├── thread_siblings
    │   │   └── thread_siblings_list
    │   └── uevent
    ├── cpu6
    │   ├── cache
    │   │   ├── index0
    │   │   │   ├── coherency_line_size
    │   │   │   ├── id
    │   │   │   ├── level
    │   │   │   ├── number_of_sets
    │   │   │   ├── physical_line_partition
    │   │   │   ├── power
    │   │   │   │   ├── autosuspend_delay_ms
    │   │   │   │   ├── control
    │   │   │   │   ├── runtime_active_time
    │   │   │   │   ├── runtime_status
    │   │   │   │   └── runtime_suspended_time
    │   │   │   ├── shared_cpu_list
    │   │   │   ├── shared_cpu_map
    │   │   │   ├── size
    │   │   │   ├── type
    │   │   │   ├── uevent
    │   │   │   └── ways_of_associativity
    │   │   ├── index1
    │   │   │   ├── coherency_line_size
    │   │   │   ├── id
    │   │   │   ├── level
    │   │   │   ├── number_of_sets
    │   │   │   ├── physical_line_partition
    │   │   │   ├── power
    │   │   │   │   ├── autosuspend_delay_ms
    │   │   │   │   ├── control
    │   │   │   │   ├── runtime_active_time
    │   │   │   │   ├── runtime_status
    │   │   │   │   └── runtime_suspended_time
    │   │   │   ├── shared_cpu_list
    │   │   │   ├── shared_cpu_map
    │   │   │   ├── size
    │   │   │   ├── type
    │   │   │   ├── uevent
    │   │   │   └── ways_of_associativity
    │   │   ├── index2
    │   │   │   ├── coherency_line_size
    │   │   │   ├── id
    │   │   │   ├── level
    │   │   │   ├── number_of_sets
    │   │   │   ├── physical_line_partition
    │   │   │   ├── power
    │   │   │   │   ├── autosuspend_delay_ms
    │   │   │   │   ├── control
    │   │   │   │   ├── runtime_active_time
    │   │   │   │   ├── runtime_status
    │   │   │   │   └── runtime_suspended_time
    │   │   │   ├── shared_cpu_list
    │   │   │   ├── shared_cpu_map
    │   │   │   ├── size
    │   │   │   ├── type
    │   │   │   ├── uevent
    │   │   │   └── ways_of_associativity
    │   │   ├── power
    │   │   │   ├── autosuspend_delay_ms
    │   │   │   ├── control
    │   │   │   ├── runtime_active_time
    │   │   │   ├── runtime_status
    │   │   │   └── runtime_suspended_time
    │   │   └── uevent
    │   ├── driver -> ../../../../bus/cpu/drivers/processor
    │   ├── firmware_node -> ../../../LNXSYSTM:00/LNXCPU:06
    │   ├── hotplug
    │   │   ├── fail
    │   │   ├── state
    │   │   └── target
    │   ├── microcode
    │   │   ├── processor_flags
    │   │   └── version
    │   ├── node0 -> ../../node/node0
    │   ├── online
    │   ├── power
    │   │   ├── autosuspend_delay_ms
    │   │   ├── control
    │   │   ├── pm_qos_resume_latency_us
    │   │   ├── runtime_active_time
    │   │   ├── runtime_status
    │   │   └── runtime_suspended_time
    │   ├── subsystem -> ../../../../bus/cpu
    │   ├── thermal_throttle
    │   │   └── core_throttle_count
    │   ├── topology
    │   │   ├── core_id
    │   │   ├── core_siblings
    │   │   ├── core_siblings_list
    │   │   ├── physical_package_id
    │   │   ├── thread_siblings
    │   │   └── thread_siblings_list
    │   └── uevent
    ├── cpu7
    │   ├── cache
    │   │   ├── index0
    │   │   │   ├── coherency_line_size
    │   │   │   ├── id
    │   │   │   ├── level
    │   │   │   ├── number_of_sets
    │   │   │   ├── physical_line_partition
    │   │   │   ├── power
    │   │   │   │   ├── autosuspend_delay_ms
    │   │   │   │   ├── control
    │   │   │   │   ├── runtime_active_time
    │   │   │   │   ├── runtime_status
    │   │   │   │   └── runtime_suspended_time
    │   │   │   ├── shared_cpu_list
    │   │   │   ├── shared_cpu_map
    │   │   │   ├── size
    │   │   │   ├── type
    │   │   │   ├── uevent
    │   │   │   └── ways_of_associativity
    │   │   ├── index1
    │   │   │   ├── coherency_line_size
    │   │   │   ├── id
    │   │   │   ├── level
    │   │   │   ├── number_of_sets
    │   │   │   ├── physical_line_partition
    │   │   │   ├── power
    │   │   │   │   ├── autosuspend_delay_ms
    │   │   │   │   ├── control
    │   │   │   │   ├── runtime_active_time
    │   │   │   │   ├── runtime_status
    │   │   │   │   └── runtime_suspended_time
    │   │   │   ├── shared_cpu_list
    │   │   │   ├── shared_cpu_map
    │   │   │   ├── size
    │   │   │   ├── type
    │   │   │   ├── uevent
    │   │   │   └── ways_of_associativity
    │   │   ├── index2
    │   │   │   ├── coherency_line_size
    │   │   │   ├── id
    │   │   │   ├── level
    │   │   │   ├── number_of_sets
    │   │   │   ├── physical_line_partition
    │   │   │   ├── power
    │   │   │   │   ├── autosuspend_delay_ms
    │   │   │   │   ├── control
    │   │   │   │   ├── runtime_active_time
    │   │   │   │   ├── runtime_status
    │   │   │   │   └── runtime_suspended_time
    │   │   │   ├── shared_cpu_list
    │   │   │   ├── shared_cpu_map
    │   │   │   ├── size
    │   │   │   ├── type
    │   │   │   ├── uevent
    │   │   │   └── ways_of_associativity
    │   │   ├── power
    │   │   │   ├── autosuspend_delay_ms
    │   │   │   ├── control
    │   │   │   ├── runtime_active_time
    │   │   │   ├── runtime_status
    │   │   │   └── runtime_suspended_time
    │   │   └── uevent
    │   ├── driver -> ../../../../bus/cpu/drivers/processor
    │   ├── firmware_node -> ../../../LNXSYSTM:00/LNXCPU:07
    │   ├── hotplug
    │   │   ├── fail
    │   │   ├── state
    │   │   └── target
    │   ├── microcode
    │   │   ├── processor_flags
    │   │   └── version
    │   ├── node0 -> ../../node/node0
    │   ├── online
    │   ├── power
    │   │   ├── autosuspend_delay_ms
    │   │   ├── control
    │   │   ├── pm_qos_resume_latency_us
    │   │   ├── runtime_active_time
    │   │   ├── runtime_status
    │   │   └── runtime_suspended_time
    │   ├── subsystem -> ../../../../bus/cpu
    │   ├── thermal_throttle
    │   │   └── core_throttle_count
    │   ├── topology
    │   │   ├── core_id
    │   │   ├── core_siblings
    │   │   ├── core_siblings_list
    │   │   ├── physical_package_id
    │   │   ├── thread_siblings
    │   │   └── thread_siblings_list
    │   └── uevent
    ├── cpufreq
    ├── cpuidle
    │   ├── current_driver
    │   └── current_governor_ro
    ├── hotplug
    │   └── states
    ├── isolated
    ├── kernel_max
    ├── microcode
    │   └── reload
    ├── modalias
    ├── offline
    ├── online
    ├── possible
    ├── power
    │   ├── autosuspend_delay_ms
    │   ├── control
    │   ├── runtime_active_time
    │   ├── runtime_status
    │   └── runtime_suspended_time
    ├── present
    ├── uevent
    └── vulnerabilities
        ├── meltdown
        ├── spectre_v1
        └── spectre_v2
    
    150 directories, 611 files
    

     

    3 hours ago, johnnie.black said:

    Not sure also, you could try previous unRAID versions or another Linux distro and check if it loads the driver, if it does post a defect report.

     

    I'll try an Ubuntu live usb and see.

  12. On 2/14/2018 at 5:00 PM, johnnie.black said:

    # cat /sys/devices/system/cpu/cpufreq/policy0/scaling_driver

     

    Calling this returns "no such file or directory". Seems to me like the driver isn't loading for whatever reason. Even though the correct settings are set in BIOS.

     

    I think my Xeons are Harpertown not Nehalem. I dunno if that matters.

  13. On 2/13/2018 at 8:19 AM, clowrym said:

    I've had the same issue with this family of processors, Been watching / searching for a resolution for a couple years, havent had any success yet...

     

    model name      : Intel(R) Xeon(R) CPU           E5440  @ 2.83GHz

     

    :/ That's unfortunate. I just did an electricity cost calculation and it'll cost me $26 (Canadian) per month to operate it without frequency scaling.

     

    On 2/13/2018 at 8:30 AM, johnnie.black said:

    These older models use the acpi-cpufreq driver, no config is necessary in unRAID, you just need to have SpeedStep enable in the bios, e.g.:

     

    
     grep -m 1 'model name' < /proc/cpuinfo
    model name      : Intel(R) Xeon(R) CPU           X3350  @ 2.66GHz
    
     grep MHz /proc/cpuinfo
    cpu MHz         : 2000.000
    cpu MHz         : 2000.000
    cpu MHz         : 2000.000
    cpu MHz         : 2000.000

    5a83061062b80_Screenshot2018-02-1315_33_23.png.e0aeb8ab9ab95e8a38e3884944dd6dbb.png

     

    
    grep MHz /proc/cpuinfo
    cpu MHz         : 2667.065
    cpu MHz         : 2667.065
    cpu MHz         : 2667.065
    cpu MHz         : 2667.065

     

     

     

    Thanks Johnnie, unfortunately enabling Enhanced Intel Speed Step in BIOS doesn't seem to work for me. I've tried toggling that along a number of other settings with no luck. I've also tried updating the mobo firmware and BIOS and that hasn't worked either. I hope they can figure out a solution.

  14. 2 hours ago, nuhll said:

    what happens when u enter in ssh 

    
    cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq

     

    In ssh i still get 'no such file or directory'.

     

    I had a look through the directories and the cpu0, cpu1, cpu2 etc... folders don't have a cpufreq folder. I do have /sys/devices/system/cpu/cpufreq/ but it's empty.

     

    Does that mean I'm missing the driver?

  15. 21 minutes ago, nuhll said:

    Try this: 

    
    #!/bin/bash
    
    echo "CPU 1: $(cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq)"
    echo "CPU 2: $(cat /sys/devices/system/cpu/cpu1/cpufreq/scaling_cur_freq)"
    echo "CPU 3: $(cat /sys/devices/system/cpu/cpu2/cpufreq/scaling_cur_freq)"
    echo "CPU 4: $(cat /sys/devices/system/cpu/cpu3/cpufreq/scaling_cur_freq)"

    I get 'no such file or directory'.

  16. Hi, I'm having the issue of my CPU frequency not scaling down too. I've tried the intel_pstate=disable in syslinux.cfg to no avail. I've also tried toggling all power/scaling related functions in the BIOS with intel_pstate enabled and disabled. Can't figure out a solution. 

     

    grep -m 1 'model name' < /proc/cpuinfo:

    model name      : Intel(R) Xeon(R) CPU           E5405  @ 2.00GHz

     

    If anyone has a solution for this generation of Xeons it would be greatly appreciated.

     

    Thanks!