Technikte

Members
  • Posts

    18
  • Joined

  • Last visited

Recent Profile Visitors

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

Technikte's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Thanks, it worked. I thought somehow wireguard would force the dns for the docker containers..but nevertheless 🥳
  2. I am not quite sure about a DNS Server Problem but it seems like it doenst work. I am on unraid Version: 6.10.0-rc7. The config from my provider. [Interface] PrivateKey = xxx Address = 10.aaa.bbb.128/32 DNS = 100.xxx.xxx.3 [Peer] PublicKey = yyy AllowedIPs = 0.0.0.0/0 Endpoint = 194.aaa.bbb.33:51820 The imported config in unraid. [Interface] PrivateKey=xxx Address=10.aaa.bbb.128 PostUp=logger -t wireguard 'Tunnel WireGuard-wg0 started' PostDown=logger -t wireguard 'Tunnel WireGuard-wg0 stopped' PostUp=ip -4 route flush table 200 PostUp=ip -4 route add default via 10.aaa.bbb.128 table 200 PostUp=ip -4 route add 192.xxx.0.0/16 via 192.xxx.1.1 table 200 PostDown=ip -4 route flush table 200 PostDown=ip -4 route add unreachable default table 200 PostDown=ip -4 route add 192.xxx.0.0/16 via 192.xxx.1.1 table 200 [Peer] PublicKey=yyy Endpoint=194.aaa.bbb.33:51820 AllowedIPs=0.0.0.0/0 PersistentKeepalive=60 I have even tried to manually add to "Peer DNS server:" but it doenst seems to work. Any idea to fix this, it seems to be the cause of dns leaks inside the docker containers.
  3. I will send diagnostics. I look like it, the connection breaks and a call trace happens and so. In the 6.10 rc1 its seems like it wouldnt crash instant with this, before in 6.09 it would crash every time the sticks acts buggy. I cant quite remember, I changed now port because before I was using a usb 3.0 motherboard extension.
  4. Hi, I have a problem since quite some time with my xbox one tv dvb-c stick. After some time my complete host crash and needs a hard reboot. https://www.linuxtv.org/wiki/index.php/Xbox_One_Digital_TV_Tuner Often I can see in the tvheadend docker.. And in the syslog this looks like this. Anyone else has problems with these xbox one tv sticks ?
  5. Hello, I am looking for a controller that can address min. 15 SATA-3 HDD, so a controller for 16 Sata disks would be ok. Best would be a card with already set IT mode from the factory so that I do not have to reflash anything or the like. Price-wise it shouldn't be too extreme, since I'll probably wait anyway with the current price increases, or should be well available on the used market like ebay. I would be very grateful for a recommendation or other opinions and insights. Translated with www.DeepL.com/Translator (free version)
  6. Is there any way to get rid of "Full logs for this script are available at /tmp/user.scripts/tmpScripts/xxxxxx/log.txt" in the log ? My script for ddns runs every 5 minutes for 24h/7day, so my log gets very long. If there is a better way to handle the log with a script that has a so short schedule ?
  7. Alright, I turn a bit lower and now it seems fine..so I thought the whole host would crash when the oc is unstable. I am marking it as solved.
  8. Hi, my windows 10 vm got crashed after I overlclocked my ram and I wanted to stress test my machine before regular use. After some minutes the screen freezed and not responding, the host os unraid was functional and I killed the vm and restarted it. It seems to start in the log here.. Feb 4 11:17:20 ByteNet kernel: BUG: unable to handle kernel NULL pointer dereference at 0000000000000d50 Logs after the crash and vm restart. bytenet-diagnostics-20190204-1122.zip
  9. Have you yet tried the newest driver version ? Version: 417.71 WHQL Freigabedatum: 2019.1.15 Betriebssystem: Windows 10 64-bit Sprache: Deutsch Dateigröße: 545.03 MB because I had the same issue like you and now running currently an older NVIDIA Driver [411.63] 517.11 MB 2018/09/20 for my GeForce RTX™ 2080 GAMING OC 8G.
  10. Another question got me now. I have an other device an aeotec usb zwave adapter thing. I think it prestend in /dev as "ttyACM0" but not quite sure. So how to definde this device in the SUBSYSTEM=="???", part ? I have tried already SUBSYSTEM=="ttyACM", but got nothing.
  11. First thanks for your script. *Thumbs up* The other thing..I tried to get it succesfully running using UserScript (StartUp at first Array start) but didnt survived any reboot until I noticed that you are resting tty but I use SUBSYSTEM=="usb" so the correct syntax for this thread would be. udevadm trigger --attr-match=subsystem=usb A short info in your post would have saved me 2 hours. :D
  12. Example: Well when I start my VM and stay on OS installation page for key or so...and wait at some point it randomly crash the vm and complete lockup the host (unraid).
  13. Is there any solution yet ? I am still getting the complete lockups when using a win10 vm (see my bug report) and can't find any solution, tried so many things already.
  14. I have booted the vm succelfully and removed the auto installed gpu driver. syslog I captured until the host (unraid) lockup..ssh connection aborted. It survied one reboot and at the last shutdown unraid lockuped and vm goes dark like a normal shutdown.
  15. Hi, i have the problem that the host and guest complete lockup/crash when I try to install win10 and/or install gpu driver. Since the host (unraid) doenst respond (no network, ssh, webgui, freezed screen vm) I can't pull any diagnostics. The bios I used to use in the vm and I removed the header with HxD (spaceinvaderone method). https://www.techpowerup.com/vgabios/151132/zotac-gtx760-2048-131028 All other system info and so should be in the diagnostics zip or ? All info I can give you.. vm manger libvirt log from unraid start to lockup/crash <?xml version='1.0' encoding='UTF-8'?> <domain type='kvm'> <name>Windows 10 Main</name> <uuid>65e161a2-8a31-f800-a239-648f7f32e6a6</uuid> <metadata> <vmtemplate xmlns="unraid" name="Windows 10" icon="windows.png" os="windows10"/> </metadata> <memory unit='KiB'>8388608</memory> <currentMemory unit='KiB'>8388608</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>16</vcpu> <cputune> <vcpupin vcpu='0' cpuset='0'/> <vcpupin vcpu='1' cpuset='16'/> <vcpupin vcpu='2' cpuset='1'/> <vcpupin vcpu='3' cpuset='17'/> <vcpupin vcpu='4' cpuset='2'/> <vcpupin vcpu='5' cpuset='18'/> <vcpupin vcpu='6' cpuset='3'/> <vcpupin vcpu='7' cpuset='19'/> <vcpupin vcpu='8' cpuset='4'/> <vcpupin vcpu='9' cpuset='20'/> <vcpupin vcpu='10' cpuset='5'/> <vcpupin vcpu='11' cpuset='21'/> <vcpupin vcpu='12' cpuset='6'/> <vcpupin vcpu='13' cpuset='22'/> <vcpupin vcpu='14' cpuset='7'/> <vcpupin vcpu='15' cpuset='23'/> </cputune> <os> <type arch='x86_64' machine='pc-i440fx-3.0'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader> <nvram>/etc/libvirt/qemu/nvram/65e161a2-8a31-f800-a239-648f7f32e6a6_VARS-pure-efi.fd</nvram> </os> <features> <acpi/> <apic/> <hyperv> <relaxed state='on'/> <vapic state='on'/> <spinlocks state='on' retries='8191'/> <vendor_id state='on' value='none'/> </hyperv> </features> <cpu mode='host-passthrough' check='none'> <topology sockets='1' cores='16' threads='1'/> </cpu> <clock offset='localtime'> <timer name='hypervclock' present='yes'/> <timer name='hpet' present='no'/> </clock> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>restart</on_crash> <devices> <emulator>/usr/local/sbin/qemu</emulator> <disk type='block' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source dev='/dev/disk/by-id/ata-Samsung_SSD_860_EVO_1TB_S3Z9NB0K424505E'/> <target dev='hdc' bus='sata'/> <boot order='1'/> <address type='drive' controller='0' bus='0' target='0' unit='2'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/isos/Win10_1809Oct_German_x64.iso'/> <target dev='hda' bus='usb'/> <readonly/> <boot order='2'/> <address type='usb' bus='0' port='3'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/isos/virtio-win-0.1.160-1.iso'/> <target dev='hdb' bus='usb'/> <readonly/> <address type='usb' bus='0' port='4'/> </disk> <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> <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> <interface type='bridge'> <mac address='52:54:00:82:a3:4e'/> <source bridge='virbr0'/> <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='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x08' slot='0x00' function='0x0'/> </source> <rom file='/mnt/user/isos/vbios/Zotac.GTX760.2048.131028.rom'/> <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='0x08' slot='0x00' function='0x1'/> </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source> <vendor id='0x046d'/> <product id='0xc083'/> </source> <address type='usb' bus='0' port='1'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source> <vendor id='0x0e8f'/> <product id='0x0020'/> </source> <address type='usb' bus='0' port='2'/> </hostdev> <memballoon model='none'/> </devices> </domain> I will insert 2 diagnostics..one before vm start and one after hard reset. When any other info is needed I will try to insert it into the post as fast as possible. I have no ideas anymore what to do. Any help would be appreciated. bytenet-diagnostics-20181118-2110_beforevmstart.zip bytenet-diagnostics-20181118-2140_afterhardreset.zip