reyes136

Members
  • Posts

    24
  • Joined

  • Last visited

Everything posted by reyes136

  1. I have also noticed that i am getting this error in the log only after I enable the video card pass through.
  2. well i followed spaceinvaders tutorial and I dont seem to have the error any more but i have the same problem. looks good in device manager but windows sound mixer doesnt see the soundcard.
  3. vm_xml.txtIm having an issue where I pass through a Nvidia 1080 ti to a windows 11 VM. I used the win11 template to create the VM. When i boot windows I can see the video card and sound card in device manager. The video card work with no issues. The sound card shows in device manager as working but when i check the events it says a device not started (NVHDA). When i look in the sound mixer it does not see the sound card.
  4. I ran a test at this site https://whatismyipaddress.com/ds-check and it only shows IPv4 address, and says IPv6 not detected , IPv4/IPv6 Dual Stack Test. Does this mean that my provider is not using Dual-Stack or DS-Lite?
  5. Hi I am new to SWAG and am struggling to get it working, I tried to start off small and used some of the online turtorials on setup. I set up the SWAG container with plex and sonarr docker. I setup my own domain and when i start SWAG it creates the ssl keys and says server ready in the log. I can open a webpage and go to the dockers plex.mydomain.com and sonarr.mydomain.com and each go the the docker webpage and work correctly. But if i try to go to those addresses from an external network it just seems to time out and says the site cant be reached, took to long to respond. I am using google domain and created a dynamic dns then created cname's for plex and sonarr that point to that dynamic dns. Is their something im missng?
  6. I have a strange problem that started after I had to restore a backup VM, The win10 vm starts with no issues and I RDP into the VM with no issue but in Device Manager their is no Display adapter. Also If I assign a Nvidia video card to the VM it is never seen.
  7. I ordered the LSI Logic SAS 9207-8i Storage Controller LSI00301 so hopefull it works out of the box.
  8. I do have a Marvell chipset PCIe card so that must be my issue, I just ordered a tested card from the unraid wiki so I dont have to deal with that, I also set my unraid to default to the gui for now to resolve the boot issue. Guess ill just go that route for now. Thank you everyone for your help.
  9. I have been using this system for around 2 years with no changed other than installing more hard drives. 6.7.2 brought a couple issues, this is one. The reason I say that its going to be difficult is because everytime I have to reboot I have to hook up a monitor and keyboard and select the gui mode in the bios. I can try to set it to just default to the gui mode but I dont like hiding problems, they tend to stack up and lead to larger problems down the line. The other problem that just started is that Unarid no longer sees andy drives attached to my SATA PCIE adapter, the bios and adapter see the drives but unraid does not. I even tried moving the PCIE card to another slot but no success.
  10. Hi, I have a strange problem, after about 6.7.2 I started having a strange problem. When ever i reboot the server if I boot to non-gui mode (default) I get a Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0). there are a few other errors. This is consistang It will not boot, but if I change it to boot to the gui mode the server boots fine. I have currently updated to the latest 6.7.3-rc2 and still have this problem. Makes it difficult to reboot since this is normally a headless server. Does anyone have any ideas on what could be causing this.
  11. Hi I have reading everything I can find and change/adding settings in the .htaccess/.user.ini/nginx.conf/site-conf files according to the online documents with no success. I am trying to upload large files 12G + and run into 2 issues. The first is when ever trying to upload the large file my docker image gets maxed out and i get warnings in unraid. My guess is that the upload_temp_dir is causing the size to grow. So I have been trying to change it to my cache drive. I first added "/mnt/cache/upload_temp" to the docker container then added "upload_tmp_dir = /upload_temp;" to the /mnt/user/appdata/nextcloud/nginx/nginx.conf file.When I started the container I saw in the log that it did create the new temp dir. but when transfering files that dir stays empty. and My docker image grows to 98% or more. The second problem is that my large file transfers get all the way to the end of the transfer where they sit for a few seconds saying "Changing timestamp" then error out. I used to get the file too large but I made the changes to the www/.htaccess/ and the nginx.conf file to 20G. I am very new to this and know there is more info needed but if anyone can help or give me direction where to loo, it would be appreciated.
  12. Thank you for the link, I read through the documentation and found how to turn it off in the preferences section. Thank You again.
  13. Thanks I will give it a try, is there any reason that the automated conversion through the watch folder makes a .mp4 file and the manual does not?
  14. I am trying to convert video files from a video recorder to a .mp4 forma. When I add the files a .m4v file is created. I know this is just a container for the mp4 file but is there a way to have it create a .mp4 file. I just need a lossless conversion from .m2ts to .mp4
  15. Hi I am hopeing that someone can help out with an error I keep having, my server doesnt crash but I keep getting this erroro over and over again. Your server has issued one or more call traces. This could be caused by a Kernel Issue, Bad Memory, etc. You should post your diagnostics and ask for assistance on the unRaid forums libvirt.txt syslog.1.txt syslog.txt
  16. I did see that but I think the share/unshare is for Devices not the Remote SMB/NFS / Iso File Shares. Here is a photo of the 2 tabs I can find for UD and I dont see a share/unshare for the SMB.
  17. I am using this plugin so that I can mount a smb video folder that is shared from another nas so that I can have Plex which is in a docker see it. I do not need to share this folder over through unraid to other pc's. Right now when I connect from another pc to my unraid ip I see the video folder. Is there any way to hide the share from showing on the network? Since I only need it for plex.
  18. Sounds good thank you all for your knowledge.
  19. When I click on Cache2 it doesn't show any file system.
  20. I have installed 2 ssd's which I want to use a cache, I read in the manual that when you add 2 cache disk Unraid will set them up in a raid1 mirror btrfs for security. But when I look at the disk in the main tab it shows them as 2 separate cache disk, also I was only given the option to format 1 while the other is not formatted. Can someone tell me what I am doing wrong in the setup. I attached a photo of what I see.
  21. Thanks for the replies I see now.
  22. I see I thought unraid and snapraid handled parity the same where in snapraid you can restore a single file from the parity disk.
  23. Is there a way to restore a single file or folder from the parity disk or is this a all or nothing sort of thing?
  24. I have a plex docker running and I need to add a network share with moves that is on another server. The network share needs a username and password to access the share. Is this possible with the docker? How would I find out what the user name the plex docker uses when trying to access a share so I can grant permissions?