Qichen

Members
  • Posts

    11
  • Joined

  • Last visited

Qichen's Achievements

Noob

Noob (1/14)

2

Reputation

  1. I recently connected a monitor to my Unraid machine to better monitor its status. However, I would like it to be in portrait mode so that the entire dashboard page would fit in. I tried some methods provided in https://askubuntu.com/questions/237963/how-do-i-rotate-my-display-when-not-using-an-x-server and in but none of them seems to work for me. Specifically, I can't seem to edit the fbcon/rotate or fbcon.rotate_all file. I tried editing these files with nano, but it would not save. Any suggestions on what I could do in this case?
  2. I have a few github repo in my unraid server, and it'd be convenient if I can push updates to github from my server directly. However, whenever my server reboot, my git config would disappear. Specifically, if I run in the terminal that git config --list The output would be byte 0/0 (END) This would happen whenever I reboot/shutdown my server, even though I just edited the config right before shutdown. Is there anything I can do to stop my git config from disappearing after reboot?
  3. Thanks for the advice! I see on AMD's website that the 3950x has a boost frequency of 4.7Ghz, but consider my 5900x in my desktop only runs around that frequency it makes sense for 3950x to run much slower.
  4. I recently upgraded my Unraid machine from an Intel i5-6600k to a Ryzen 9 3950x. However, I noticed the 3950x seems to be capped at a frequency of 4250Mhz with PBO enabled (everything set to auto). I believe the advertised frequency should be 4.7Ghz, which is never seen even in single threaded workload. Here is a full parts list of my build. CPU: 3950x RAM: budget DDR4 2400Mhz CL 14, 8Gx2 MOBO: ROG Crosshair VIII hero PSU: EVGA 750W GPU: GTX 1050 Drives: 4TBx4 WD purple + 1TB cache Any help would be appreciated! Thanks in advance!
  5. I have been using the system temps plugin on my intel-based server for a while and it worked flawlessly (unraid 6.10.3, fresh install). I recently upgraded to a 3950x with Crosshair viii hero motherboard, and some awkward behavior showed up. The first time I detect drivers, the processor temp and mainboard temp and even fan speed of my kraken AIO shows up properly, but after I click save on drivers, all the temps goes away, and regardless what I do (load drivers, unload, rescan) no temperature would show up. Any input on this problem would be appreciated!
  6. I recently had my unraid server configured, and apart from being a storage server, I also want to offload my conda/python compute to it. I found a docker container that does all the jupyter notebook setup, but I'm concerned about its performance. When running a notebook, my cpu util goes to 100%, which seems to indicate that the docker container is able to harvest all the compute power, but I'd like to verify that. To be specific, there are two things that I'd like to know How much performance does Unraid and my other containers/plugins take up? Will my conda container be able to harvest all the remaining resources? Any suggestions on how to answer the questions above and/or theories that would address these questions would be appreciated!
  7. I totally didn'ty realize its a simple settings element and is configured to be off out of the box. Thank you so much for the help!
  8. I don't think I changed any ssh behavior. I'm also not sure which part of the diagnostics would be helpful so I just attached the entired zip. host-diagnostics-20220625-0512.zip
  9. It does. SSH doesn’t even prompt me for the password before it terminates the process and prints out connection failed so I wasn’t able to even put in the password.
  10. Running on cmd, I got the following output OpenSSH_for_Windows_8.1p1, LibreSSL 3.0.2 debug1: Reading configuration data C:\\Users\\qcx/.ssh/config debug1: Connecting to 192.168.1.207 [192.168.1.207] port 22. debug1: connect to address 192.168.1.207 port 22: Connection refused ssh: connect to host 192.168.1.207 port 22: Connection refused If instead running in wsl, I just got the single line of output that is the following OpenSSH_8.2p1 Ubuntu-4ubuntu0.5, OpenSSL 1.1.1f 31 Mar 2020
  11. I encountered titled error when trying to ssh into my unraid server from another computer. I verified that all the ssh keys are intact, as suggested in the post below. I am very new to the Unraid/unix world so that I'm not sure what the troubleshooting steps should be. Any helps and suggestions would be appreciated!