SaltShakerOW

Members
  • Posts

    19
  • Joined

  • Last visited

Everything posted by SaltShakerOW

  1. I'm honestly not sure why the github api was being blocked, but an update to 6.12.6 fixed it. Thanks for the pointers
  2. Hey guys. I'm having trouble installing the nvidia drivers again after I uninstalled them awhile back due to not needing them anymore. I slotted my old card back into my system and am looking to utilize it in docker again but I'm getting this error that doesn't really point me in any direction. If anyone has seen this and can tip me off in the right direction please do. The screenshot of the error and my Unraid diagnostics are attached to this reply. Thanks! messiah-diagnostics-20231230-0253.zip
  3. It worked! Thanks for the speedy help and easy solution.
  4. I thought I had unbound my card to VFIO? The box is unchecked and I rebooted unless I am looking at the wrong thing...
  5. Hello! I am reaching out to the community since I can't seem to find a solution to my error being: NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running. I understand that this is a common issue, but I believe I have ran through the common troubleshooting fixes related to this error. I don't have a bunch of time to look through every comment on this thread relating to my error, so I am creating this post hoping someone has a potential fix for me. I will attach my diagnostic logs so you all can get a clearer picture of my scenario. Thanks! messiah-diagnostics-20221205-0041.zip
  6. Resolved. Configs were correct I just needed to input https://[domain] instead of just the domain.
  7. Hello, I've been trying to setup Vault warden using a reverse proxy (swag) and it is giving me a 502 Bad Gateway Nginx error no matter what i try to do in the config files in swag. I've tried changing the ports from the port I use to access the GUI, I've tried to change the subdomain and server_name in the config, and I feel like I've ran out of options. Can anyone help me out with this? If I need to post any files for diagnostics I will get them upon request. Thanks. Current Swag Config for Vaultwarden: ## Version 2022/02/08 # make sure that your dns has a cname set for vaultwarden and that your vaultwarden container is not using a base url # make sure your vaultwarden container is named "vaultwarden" # set the environment variable WEBSOCKET_ENABLED=true on your vaultwarden container server { listen 443 ssl; listen [::]:443 ssl; server_name vaultwarden.*; include /config/nginx/ssl.conf; client_max_body_size 128M; # enable for ldap auth, fill in ldap details in ldap.conf #include /config/nginx/ldap.conf; # enable for Authelia #include /config/nginx/authelia-server.conf; location / { # enable the next two lines for http auth #auth_basic "Restricted"; #auth_basic_user_file /config/nginx/.htpasswd; # enable the next two lines for ldap auth #auth_request /auth; #error_page 401 =200 /ldaplogin; # enable for Authelia #include /config/nginx/authelia-location.conf; include /config/nginx/proxy.conf; include /config/nginx/resolver.conf; set $upstream_app vaultwarden; set $upstream_port 4743; set $upstream_proto http; proxy_pass $upstream_proto://$upstream_app:$upstream_port; } location ~ (/vaultwarden)?/admin { # enable the next two lines for http auth #auth_basic "Restricted"; #auth_basic_user_file /config/nginx/.htpasswd; # enable the next two lines for ldap auth #auth_request /auth; #error_page 401 =200 /ldaplogin; # enable for Authelia #include /config/nginx/authelia-location.conf; include /config/nginx/proxy.conf; include /config/nginx/resolver.conf; set $upstream_app vaultwarden; set $upstream_port 4743; set $upstream_proto http; proxy_pass $upstream_proto://$upstream_app:$upstream_port; } location ~ (/vaultwarden)?/notifications/hub { include /config/nginx/proxy.conf; include /config/nginx/resolver.conf; set $upstream_app vaultwarden; set $upstream_port 3012; set $upstream_proto http; proxy_pass $upstream_proto://$upstream_app:$upstream_port; } location ~ (/vaultwarden)?/notifications/hub/negotiate { include /config/nginx/proxy.conf; include /config/nginx/resolver.conf; set $upstream_app vaultwarden; set $upstream_port 4743; set $upstream_proto http; proxy_pass $upstream_proto://$upstream_app:$upstream_port; } }
  8. Hello, So I recently just reinstalled unraid because my system was tweaking a little bit, but now the docker and VM services are failing to start. Ill post diagnostics if anyone needs it. Thanks. messiah-diagnostics-20210822-2059.zip
  9. Ok ill get back to this thread after the rebuild is done. Thanks so much for the help.
  10. Hello again, So after some nice people helped me out in my last thread, i have decided to clean install unraid on a new flash drive after my last one failed and I had no backup. I got everything to boot and got to the scary step of starting the array for the first time. I had no screenshot so I followed the guide for that exact scenario here: https://wiki.unraid.net/Manual/Troubleshooting#Lost_boot_drive_and_do_not_know_which_are_the_parity_drives Anyways, I got to the part to identify the parity drive using the unassigned disk plugin. I assigned the unmountable drive to the parity and the other 2 to the data drives and started the array up. And... one of the data drives is showing up as unmountable to the array and the parity drive is only rebuilding one drive in the array (only rebuilding 6tb, where my array has 12tb of usable storage). When I saw this I was scared shitless, I might have just lost my data because I fucked something up even though I followed that guide through. Can anyone tell me if I made a mistake or am I good to go?
  11. im actually going to attempt to swap the motherboard tomorrow because i tried to boot a clean install of unraid on another usb and it doesnt work. same screen. thinking this is a problem with the motherboard because of that.
  12. unfortunately i dont have a backup of the flash drive, and at this point it might just be best to reinstall unraid and just reset everything back up, but now i cant even boot back into my old unraid install to get a screenshot of the disk order. its just stuck on this screen after my pc boots past the bios. i have no clue what to do.
  13. Hello, I am currently experiencing an issue ever since my docker page would not load and I restarted the server. Now whenever I log into the GUI, all of my custom icons and server banner are gone and whenever I click the button to start the array up, my page gets caught in an infinite loading loop. I'm going to attach the diagnostic zip file here for anyone who needs it. Thanks in advance. messiah-diagnostics-20210818-0317.zip
  14. Apologies for the long title, So I just setup a brave browser docker container and its exactly what I was looking for... until I realized it had no login screen. To my knowledge there were no containers that were basically virtual browsers that had a password verification upon logging into the container. I planned on reverse proxying it through NGINXProxyManager and Cloudflare so that's why I need it to be password protected to prevent some rando coming in and messing with my browser. Now im kinda getting back into the game so I dont know much about this reverse proxy stuff as I just set it up, so is there anyway to achieve the goal I'm setting out to do? TL;DR: I want to reverse proxy a web browser container and need it to be password protected to protect my server, any way to do so?
  15. Ok im back with revenge from my last post and I searched YT and I followed a few guides from here and from other sources. Ive tried doing the multifunction='on' trick you do in the XML view, ive tried dumping my own VBIOS, Ive tried putting in the "vifo-pci.ids=" text into the Syslinux configuration. That doesnt work either. At this point im completely frustrated with this. If there is any more information I need to provide like logs and other things of the sort I will provide them if need be if someone can help me out with this. I just want to get a remote gaming setup working lol. Im using a ASUS ROG Strix 1070 if thats of any use. I know lots of people complain about this error every day here but im at my last straw and if anyone can help that would be greatly appreciated.
  16. No I don't. If I take the line out of xml it boots fine but it displays error 43 with the gpu.
  17. System Specs: CPU: i7-7700k RAM: 32GB GPU: GTX 1070 So I have tried doing the Spaceinvader One VBIOS edit trick when trying to passthrough my GTX 1070 though to a Win10 VM that I was trying to get working. I put in the line: <rom file='/mnt/user/Downloads/VBIOS/ASUS-Strix-1070=VBIOS.dump'/> into my XML under source just like it says in the tutorial after making the VBIOS. I start up my VM and it gives me this error: internal error: process exited while connecting to monitor: 2020-06-22T05:36:38.114302Z qemu-system-x86_64: -device vfio-pci,host=0000:01:00.0,id=hostdev0,bus=pci.0,addr=0x5: Failed to mmap 0000:01:00.0 BAR 3. Performance may be slow 2020-06-22T05:36:38.131207Z qemu-system-x86_64: -device vfio-pci,host=0000:01:00.1,id=hostdev1,bus=pci.0,addr=0x6,romfile=/mnt/user/Downloads/VBIOS/ASUS-Strix-1070=VBIOS.dump: failed to find romfile "/mnt/user/Downloads/VBIOS/ASUS-Strix-1070=VBIOS.dump" For the record I have also tried to turn the GPU into a multifunction device and put the GPU and the Audio on the same port. I actually tried that first. Usually these videos by space invader one are incredibly helpful for a "Windows Normie" like me but this GPU pass through has given me a huge headache as of late.