Dubz

Members
  • Posts

    10
  • Joined

  • Last visited

Recent Profile Visitors

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

Dubz's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Hi and thanks, Tested this and now Fix Common Problems is happy and my server hade not crash when I woke up. Will see if it survives two days then i think the problem is solved.
  2. Hello guys, I am having some problems with my server crashing at random. It was first two days ago when it started to crash. I started it up again after the first crash but it crashed again then next day. Started it again and it crashed again when I was watching a movie on my Plex server. I also got errors from Fix Common Problems here is the error: "Your server has detected hardware errors. You should install mcelog via the NerdPack plugin, post your diagnostics and ask for assistance" So I posted my syslog and was wondering if anyone can help? Specs: CPU: AMD Ryzen 7 1700 Motherboard: MSI B450 GAMING PLUS MAX GPU: MSI GTX 970 Gaming RAM: Corsair 2x8GB DDR4 3000MHz CL15 Vengeance syslog.txt
  3. Good to know. I tried rebooting and it did not work. I rebooted again with autoboot on and it worked. Seems a little bit unstable but it gets the job done. Thanks for all the help toastman
  4. So I installed Windows and everything worked like a charm until I needed to reboot the VM to add mouse and keyboard passthrough. Now I'm back to the 127 error and the "stuck in D3" error. I remove keyboard and mouse passthrough but that did not fix the problem. I tried adding a new VM but got the same error.
  5. Thanks! Just updated my motherboard and it boots but without a screen output. So I got my vbios and tried it out and... IT WORKS i am getting an display output. Trying to install Windows now and see how it does.
  6. Hello guys, I am having problems with GPU passthrough to my VM. It won't boot and I'm getting the "Unknown PCI header type '127'" error. After a restart it "boots" but I get "qemu-system-x86_64: vfio: Unable to power on device, stuck in D3". But after some time it goes back to error 127 I have tried finding help through threads here but can't seem to find any solutions to my problem. What I have tried: Changing OS from win10 to Linux changing i440fx-4.2 to Q35 Turning off Hyper-V Following Spaceinvaders Videos Hardware: CPU: AMD Ryzen 1700 GPU: MSI GTX970 Motherboard: B450 GAMING PLUS MAX Here is my VM log: and is my VM xml: <readonly/> <boot order='2'/> <address type='drive' controller='0' bus='0' target='0' unit='0'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/isos/virtio-win-0.1.173-2.iso'/> <target dev='hdb' bus='sata'/> <readonly/> <address type='drive' controller='0' bus='0' target='0' unit='1'/> </disk> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source file='/mnt/user/domains/Windows 10 Game/vdisk1.img'/> <target dev='hdc' bus='sata'/> <boot order='1'/> <address type='drive' controller='0' bus='0' target='0' unit='2'/> </disk> <controller type='pci' index='0' model='pci-root'/> <controller type='sata' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> </controller> <controller type='virtio-serial' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/> </controller> <controller type='usb' index='0' model='ich9-ehci1'> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x7'/> </controller> <controller type='usb' index='0' model='ich9-uhci1'> <master startport='0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0' multifunction='on'/> </controller> <controller type='usb' index='0' model='ich9-uhci2'> <master startport='2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x1'/> </controller> <controller type='usb' index='0' model='ich9-uhci3'> <master startport='4'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x2'/> </controller> <interface type='bridge'> <mac address='52:54:00:38:f5:48'/> <source bridge='br0'/> <model type='virtio'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/> </interface> <serial type='pty'> <target type='isa-serial' port='0'> <model name='isa-serial'/> </target> </serial> <console type='pty'> <target type='serial' port='0'/> </console> <channel type='unix'> <target type='virtio' name='org.qemu.guest_agent.0'/> <address type='virtio-serial' controller='0' bus='0' port='1'/> </channel> <input type='tablet' bus='usb'> <address type='usb' bus='0' port='1'/> </input> <input type='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x26' slot='0x00' function='0x0'/> </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x26' slot='0x00' function='0x1'/> </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/> </hostdev> <memballoon model='none'/> </devices> </domain> Hopefully someone smarter than me can help me resolve the issue. Thanks
  7. Fixed the issue by using "User Script" and running the script with the unraid root.
  8. Hello I am new to Unraid and wanted to move from my Windows Server 2019 to Unraid, love it so far. My problem is a python script that I wrote to renamed my tv-shows and moved them from one folder to another. My problem is this error: "Permission denied" when my script tries to move them inside the same share. I have tried with running the script on both linux and windows but get the same error. My shares are in public security and i'm using smb. I don't think there is any problem with the script but a problem with premissions. Any idea what I can try to fix the problem? Here is the script (its a mess I know) if you think its the problem.RenameErai-raws.py