Jump to content

bobokun

Members
  • Posts

    229
  • Joined

  • Last visited

Posts posted by bobokun

  1. I don't mind helping out with beta testing and that's why I'm here to provide any diagnostic reports when those errors do come in. So far I've tried to produce a new VM using Seabios and mode 4 rather than ovmf mode 8. Both tests have had the kernel errors. Let me know if there is anything else I should be testing.

  2. 57 minutes ago, ich777 said:

    Seems like something weird is going on here, can you eventually try to setup a test VM with SeaBIOS and Machine Q35 for testing?

    What type of GVT-g mode did you set? eventually try mode 8 if you have selected mode 4.

    I was using mode 8, should I try mode 4?

    I'll set up a seaBIOS test VM and see if it makes any difference.

    • Like 1
  3. Sure, please see attached for the diagnostics.

     

    I've tried opening a 1080p file and 4k file in a media player inside the VM and it seems to be utilizing the CPU more than the igPU. But I do see some video decode and video processing utilization, about 20-40%

     

  4. I tried to use parsec and when I tried to play a 4k video on youtube, I get a connection error and can't seem to connect back to the VM through parsec/VNC/RDP. Seems like it crashes the VM. I coudln't even kill the process in htop.

    image.thumb.png.7565d061001297d09e796675f038597b.png

     

    I couldn't access the VM page on Unraid and when I went to go into VM settings to turn off the VM using VM Manager and turn it back on I still see it stuck. I think I have to force shutdown my Unraid server. In the logs I see a bunch of kernel errors as well.

     

    image.png.68926b72127ef3c777c957641031bb19.png

     

     

  5. The Load on my CPU spikes to 100% when I am playing a 4k Youtube video and when I stop then the CPU utilization goes back down. Video decode is constant at 0% on the iGPU. I'm not sure where the 3D utilization is coming from but it doesn't seem to be related to the Youtube video since I see it fluctuate even when I'm not playing a video.

  6. Thanks for writing this guide, I've followed the steps and I can see the iGPU in my windows VM. I've also enabled it to show the display 2 only and so nothing shows on my VNC but when I use RDP and try to play a youtube video to test I see it's still utilizing all my CPU and not the iGPU.

     

    I also notice a third display driver whenever I login to RDP. 

    image.png.f0410833dd4cd95cff608298fb050535.png

     

    image.png.16c2e0450f5ec1fccea828340d179d37.png

  7. 4 hours ago, hugenbdd said:

    Yes, this is already built in.  It looks for a custom config item in each pool.  However...... I'm on vacation for the week and I can't remember the exact details while away.  If you look at the code you can find it, or I will post the details early next week.

    Enjoy your vacation! I'm not sure where to look in the code so I'll wait for your response next week on the details. Thank you!

  8. Would it be possible to choose which cache pool to look at for the

    Only move at this threshold of used cache space

    I currently have a cache pool called "cache" which I use to store my appdata and for my downloads I use a cache pool called "scratch" and want the mover to be invoked when the downloads cache gets close to 75% full.

  9. I don't have array autostart enabled. I waited maybe 1minute after being able to successfully SSH. This only started recently happening after upgrading my motherboard to one that supports iGPU. My motherboard has IPMI and I noticed that when trying to monitor the IPMI screen it shows no signal after booting. I have tried adding an empty file 

    /boot/config/modprobe.d/i915.conf

    This is where I think it's causing the issue where the UI is not loading properly until I restart it.

  10. I'm having this issue too. How did you end up stopping/killing nextcloud when it locks up? Is the only way to reboot the server?

     

      

    On 1/30/2021 at 4:30 PM, CyaOnDaNet said:

    Well after 34 days server uptime, it finally happened again. I will try the redis container for Nextcloud cache thing that @jcsnider suggested and report back how it goes. You should hear from me in about 45 days if it seems to be working or earlier if it doesn't work. 🤞

     

    Did you have any additional issues since you made the change to redis?

  11. I noticed that in VMs tab I see a Libvirt Service failed to start. message, however my VM is still running and I can access it. Even when going to systems VM Manager and disable VMs, it doesn't shut down my VM and I still see it running. It has been working fine for many years, the only change I've done recently was upgrade to 6.9.1 and also replaced the data with a new cache pool (moved all files from previous cache onto the new cache pool).

     

    Please see diagnostics attached.

     

    unnas-diagnostics-20210323-0857.zip

  12. 1 hour ago, Frazzer951 said:

    I've just finished installing V6 and there were a few things I had to change to get things working/showing properly.

     

    First off, for the server name I had to update it to use the correct IP, being the same as I typed it into the UNRAID API docker, I also had to do the same change for the server status pane.

     

    For CPU temp, I changed it to use the search query for `sensors` instead of `ipmi_sensor`, but I had to modify it to be "WHERE feature = smbusmaster_0" IDK if that was because I'm using a Ryzen 7 3700x or if I just don't have something setup properly.

     

    Problems I'm having:

     

    Dockers are not showing their Images, only the names.

     

    It is showing "No data" for the panes with 'SSD Lifetime Writes', 'SSD Lifetime Reads', 'SSD Life Used', and 'SSD Temperature', I'm not sure what I need to do to fix those, I have a Samsung 970 Evo if that helps at all, but the SSD Writes day and year both work fine.

     

    Besides those problems everything seems to be working fine. Thanks for any help and suggestions people offer

    Going to ditto the exact same points as you except I did not have to change CPU Temp.

    The issues I have the same as you as well

  13. Thanks for creating such an amazing plugin. I currently have a threshold set. I currently have a user script that turns off my torrent/nextcloud dockers and runs mover using 

    /usr/local/sbin/mover

    The problem is it's using the settings I set in mover tuner. How do I run mover via script without applying the tuner plug-in settings? I know the plugin allows you to force move at a certain time but I would ideally like to do this via script so I can stop and start the docker containers before/after moving. Thanks!

  14. 23 hours ago, JohnnyGrey said:

    I was able to edit the gpustatus.page file to artificially limit the size of the png. I changed line 155 from:

     

    
    <span class='gpu-img-span gpu-img-span-plex'><img class='gpu-image' src="/plugins/gpustat/images/plex.png"></span>

     

    to: 

     

    
    <span class='gpu-img-span gpu-img-span-plex'><img class='gpu-image' style="width:24px; height:24px;" src="/plugins/gpustat/images/plex.png"></span>

     

    I don't know why the table cell is stretching the png vertically and not horizontally. It looks like the cell is still a few pixels taller than the others, so this can probably be reduced to 20x20.

    image.png.d73d18e5a4be8f8a9dc8e487f5e8d5ed.png

     

     

    I'm having this issue as well. Where is the location of gpustatus.page file?

    Thanks

×
×
  • Create New...