Taako

Members
  • Posts

    37
  • Joined

  • Last visited

Recent Profile Visitors

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

Taako's Achievements

Noob

Noob (1/14)

21

Reputation

  1. Okay cool, my current VM GPU is already bound to VFIO, just wanted to make sure that would be okay.
  2. Currently i have just one Nvidia GPU on my unraid server and it's passed through to my windows VM. Tomorrow i'll be getting a second Nvidia GPU to add to the server which will be used for dockers that need a GPU for acceleration (such as ML, transcoding, etc). I see on the Nvidia-Driver plugin is it tells you "ATTENTION: If you plan to pass through your card to a VM don't install this plugin!" How do i handle this situation where i want 1 GPU passed through to a VM and 1 to be managed by Nvidia-Driver plugin for my dockers?
  3. i think the issue is we aren't sure what other symptoms are happening that we aren't noticing. The pop-up may be indicative of *some* issue that we aren't seeing immediately. It would be nice to address it Also as an aside, Backblaze has a brand new Personal Backup tool coming out soon with (version 9.0), will this docker support that?
  4. for what it's worth the pop-up doesn't seem to prevent it from backing up
  5. maybe a permissions issue, make sure your user has read access to that contents. maybe SSH into your unraid server and check the permissions
  6. i already have that step done and am still seeing the popup
  7. im still seeing this pop-up frequently. Anyone know how to resolve? backups seem to be working for my D drive
  8. I just restarted when it hung and it let me past EDIT: It seems it let me past but it did not work properly to back up. Instead i re-installed the container (deleting the appdata) and did not do the symbolic link until after it had gotten to the back up page. then i did the symbolic link and restarted the container. It took some time to scan the new drive so i left it running over night, now in the morning its backing up
  9. It seems there is still *some* issue and im not sure where if its going to be problemtic or not. Whenever i start the server i get this error about permissions issue for C:/ProgramData/Backblaze/bzdata/bzreports Does anyone know how to resolve this? Docker run command is that same as i posted in my earlier comment
  10. I went into the docker container itself and executed it. Click on the container icon, then click "Console". Execute within the window that pops up
  11. I'm hitting the exact same issue... My docker run command is also for some reason its showing as drive Z not D EDIT: figured it out, i missed the installation step to do `ln -s /drive_d/ /config/wine/dosdevices/d:` in the docker. Now it sees drive D map directly!
  12. [Backblaze Personal] Is there a way to mount different shares to different dives? I'd like each share to have its own drive letter in Personal Backup. Otherwise i have to just mount `/mnt/user/` to `drive_d` and there are shares i dont want to back up
  13. Hi all, I'm tired of blackouts causing my unraid server to poweroff unexpectedly. I'm growing increasingly worried about data corruption too. I want to invest in a UPS (budget ~$250 or less) that will not only allow me to gracefully shut down on power loss, but gracefully auto-boot when power is restored (and ideally, but not required, the UPS has at least X% battery). I know you can use the BIOS to auto-boot when power is applied but I want to make sure the UPS can handle that. Ideally it would be great if the UPS only applied power until it has some set battery %. I was looking at UPSes and the Eaton 5S1500LCD looked like a winner (Eaton seems to get amazing reviews, not horror stories like with CyberPower or APC) but then i stumbled on this video and around 13:08 the reviewer says that if the computer attempts to boot the machine right after the ups regains power it will cause the computer to power cycle. Are there UPSes that handle auto-boot like i want? Do you have your machines auto-boot when power is restored? What UPS do you recommend? One thing that might work for me is just a raspberry pi to send Wake-On-Lan some time after power is restored. But i'd need to make sure the UPS is providing power to the machine by then. Do all UPSes have the ability to turn themselves back on and then provide power to the connected devices immediately when power comes back on?
  14. So here's the story, I wanted to start using my i5-10400 iGPU for Jellyfin transcoding. I have a GTX 960 that is passed-through in the VFIO so i can use it with my Windows VM. Until now, my BIOS had its primary graphics adapter set to "auto", but after installing intel GPU Top and still not seeing /dev/dri i discovered that i need to set the iGPU as my primary GPU in the bios. So i went and changed it from auto to "onboard" and suddenly my unraid server kept bootlooping. After enough fiddling i discovered that I need to have my mobo hdmi port connected to a monitor when it boots in order for unraid to start, otherwise it bootloops. When my BIOS primary GPU was set to "auto" i was able to boot the server just fine with no monitors plugged in - in fact, i had to boot with no monitors plugged in, otherwise if i had a monitor plugged into my 960 when i booted, UnRaid would use that for the CLI and i could no longer use the 960 for my windows VM. What's the deal here? Why is unRaid bootlooping if i don't have a monitor in the iGPU slot now that it's the primary bios gpu? Is it my motherboards issue? I am using an AsRock B560M Pro4/ac mobo. Not sure if the issue is that the mobo wigs out when no monitor is detected, but it never had an issue with having no monitor back when it was set to auto (presumably using the 960). Is the solution here to buy an hdmi dummy?
  15. Tried to install SeedSync but container wont start, only thing in the docker logs is this Traceback (most recent call last): File "/app/python/seedsync.py", line 378, in <module> seedsync = Seedsync() File "/app/python/seedsync.py", line 60, in __init__ config.to_file(self.config_path) File "/app/python/common/persist.py", line 53, in to_file with open(file_path, "w") as f: PermissionError: [Errno 13] Permission denied: '/config/settings.cfg' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/python/seedsync.py", line 386, in <module> Seedsync.logger.exception("Caught exception") AttributeError: 'NoneType' object has no attribute 'exception' Traceback (most recent call last): File "/app/python/seedsync.py", line 378, in <module> seedsync = Seedsync() File "/app/python/seedsync.py", line 60, in __init__ config.to_file(self.config_path) File "/app/python/common/persist.py", line 53, in to_file with open(file_path, "w") as f: PermissionError: [Errno 13] Permission denied: '/config/settings.cfg' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/python/seedsync.py", line 386, in <module> Seedsync.logger.exception("Caught exception") AttributeError: 'NoneType' object has no attribute 'exception' any help?