szernex

Members
  • Posts

    14
  • Joined

  • Last visited

Everything posted by szernex

  1. You're a life saver! Thank you!
  2. Small update: I tried running qBittorrent in my Windows Server 2016 VM, no changes to the configuration, no port forwarding, and it's downloading just fine. So then I tried using Transmission in the Linux Mint VM, and that also works just fine, without port forwarding. So apparently it's qBittorrent that's somehow bugged under Linux Mint... So I'm trying Deluge now and that seems to be working perfectly too, so I guess I'll just stick with that.
  3. I tried setting up a Ubuntu 14.04 Server VM (need it for my work) on my unRAID 6.4.0-rc7a server. I did the usual stuff I've also done for my Windows Server and Linux Mint VMs, downloaded the images, put them in the isos share, created a new VM with everything configured accordingly. I booted up the VM, was greeted with the installer and went through the usual process of installing Ubuntu, which seems to have been successful. So the VM reboots and I get greeted with the install screen again, so I force stop the VM and try to unmount the installation disk via the unRAID gui, to no avail. Hitting the icon next to "detach" for the server ISOshows me a confirmation dialogue if I really want to detach it, I click ok and nothing happens. So I edited the VM XML directly and removed the <disk> entry for the ISO. When I do that and boot up the VM I get to this screen Hitting ESC or any key doesn't do anything, it always goes right to the shell. Typing "exit" brings me to the boot menu, in the boot manager this is all I see Here's the original unmodified XML: <domain type='kvm'> <name>KMDS Ephesoft</name> <uuid>3f8920cc-681f-937d-c2fd-39c1898547d1</uuid> <description>KMDS Ephesoft VM</description> <metadata> <vmtemplate xmlns="unraid" name="Linux" icon="linux.png" os="linux"/> </metadata> <memory unit='KiB'>6291456</memory> <currentMemory unit='KiB'>6291456</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>2</vcpu> <cputune> <vcpupin vcpu='0' cpuset='5'/> <vcpupin vcpu='1' cpuset='6'/> </cputune> <os> <type arch='x86_64' machine='pc-q35-2.9'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader> <nvram>/etc/libvirt/qemu/nvram/3f8920cc-681f-937d-c2fd-39c1898547d1_VARS-pure-efi.fd</nvram> </os> <features> <acpi/> <apic/> </features> <cpu mode='host-passthrough' check='none'> <topology sockets='1' cores='2' threads='1'/> </cpu> <clock offset='utc'> <timer name='rtc' tickpolicy='catchup'/> <timer name='pit' tickpolicy='delay'/> <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='file' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source file='/mnt/user/vdisks/KMDS Ephesoft/vdisk1.img'/> <target dev='hdc' bus='virtio'/> <boot order='1'/> <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x0'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/isos/ubuntu-14.04.5-server-amd64.iso'/> <target dev='hda' bus='sata'/> <readonly/> <boot order='2'/> <address type='drive' controller='0' bus='0' target='0' unit='0'/> </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='sata' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/> </controller> <controller type='pci' index='0' model='pcie-root'/> <controller type='virtio-serial' index='0'> <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x0'/> </controller> <controller type='pci' index='1' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='1' port='0x10'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0' multifunction='on'/> </controller> <controller type='pci' index='2' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='2' port='0x11'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x1'/> </controller> <controller type='pci' index='3' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='3' port='0x12'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x2'/> </controller> <controller type='pci' index='4' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='4' port='0x13'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x3'/> </controller> <controller type='pci' index='5' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='5' port='0x14'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x4'/> </controller> <controller type='pci' index='6' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='6' port='0x15'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x5'/> </controller> <filesystem type='mount' accessmode='passthrough'> <source dir='/mnt/user/library/work/'/> <target dir='work'/> <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/> </filesystem> <interface type='bridge'> <mac address='52:54:00:96:24:ad'/> <source bridge='br0'/> <model type='virtio'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x00' function='0x0'/> </interface> <serial type='pty'> <target port='0'/> </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'/> <graphics type='vnc' port='-1' autoport='yes' websocket='-1' listen='0.0.0.0' keymap='de'> <listen type='address' address='0.0.0.0'/> </graphics> <video> <model type='qxl' ram='65536' vram='65536' vgamem='16384' heads='1' primary='yes'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0'/> </video> <memballoon model='virtio'> <address type='pci' domain='0x0000' bus='0x05' slot='0x00' function='0x0'/> </memballoon> </devices> </domain> I'm at a loss as to what's wrong, so any help would be much appreciated since I really need that VM to be up and running soon.
  4. From all other physical machines in my network, yeah
  5. Yes, incoming and outgoing TCP/UDP 8999-8999 to the address of the VM, with UPnP in qBittorrent disabled Edit: Okay, when I enabled UPnP it worked for a few seconds finding some peers and seeds, and now it's in Errored again...
  6. First time builder. I put 4x 8GB non-ECC DDR4 in my server since I plan on using it for some "heavy" private and work related virtualization.
  7. Okay, thanks. I installed it now and going to wait and see if it's stable.
  8. I'm running 6.3.5, should I try updating to 6.4?
  9. I have not because I figured since qBittorrent is set to use UPnP I don't need to manually forward the ports in the router... I'll try it now though. Edit: I added a forwarding rule to the VM, but I'm apparently not using the right ports... I set Internal Port to 8999 (which is what qBittorrent is set to), but I also used the same for the external port range since I don't know what other ports there should go. I also set the rule to TCP/UDP. Now a torrent is shortly starting up but immediately going down to 0 again, still showing 0 seeds or peers.
  10. Hello, once again I need help. I got the parts for my budget server on Tuesday and finally managed to get unRAID running on Wednesday. I set up some shares, managed to install a Linux Mint VM and the Resilio Sync Docker and got all mostly working. Except for the fact that the server has crashed at seemingly random intervals once a day since I installed it. On Wednesday it crashed sometime in the afternoon, yesterday it crashed in the evening and tonight some time around 3AM local time. After the second crash yesterday I disabled the VM to rule an issue there out, but to no avail. The crashes take the form of the server simply not responding, can't access the shares or webGUI and pings not reaching it. What is kinda puzzling to me is that when I turn on the monitor I see the usual login mask and the cursor is actually blinking, but I can't type anything, or at least it's not showing any change. I have already run memtest for a bit more than one full pass, with no errors. SMART data for the disks don't show any defects either, CPU seems to be running at normal temperatures. The parts I used can be found here: https://pcpartpicker.com/list/zp4qvV The SSDs, HDDs and 2 of the RAM sticks I'm re-using from existing systems. The SSDs and RAM ran in my main PC until now, the WD Reds in my FreeNAS build, never having had any issues with them. I am using a SanDisk Ultra Fit 16GB flash drive as boot drive which was the boot drive for the same FreeNAS build before, again, never had issues with them and they were used for at least a year. I'm going to try using a different boot drive now, but if anyone has any insight into what might be the issue I'd be very grateful. If you need any logs or something please explain how I can get to those since I'm not that well versed in Linux stuff. Thanks in advance!
  11. Hi, I'm fairly new to unRAID so please bear with me. I tried searching on google and this forum for this issue but I couldn't find anything useful, mostly because I'm not sure what exactly I should be looking for. I have a Linux Mint VM set up on my server, inside that VM I want to have qBittorrent (only because this client I'm most familiar with) running to be able to add torrents via the web GUI or dropping them into a watch folder. That part works fine so far, the issue is that the torrents aren't getting any peers, thus not downloading anything. I tried adding a torrent via Magnet link and it did resolve the torrent name and other data, but it's simply not downloading anything. Here's the XML for the VM: <domain type='kvm' id='1'> <name>LinuxMint</name> <uuid>04489d55-f783-cf70-3141-412c67c4312b</uuid> <description>General purpose Linux machine</description> <metadata> <vmtemplate xmlns="unraid" name="Linux" icon="linux.png" os="linux"/> </metadata> <memory unit='KiB'>2097152</memory> <currentMemory unit='KiB'>2097152</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>1</vcpu> <cputune> <vcpupin vcpu='0' cpuset='0'/> </cputune> <resource> <partition>/machine</partition> </resource> <os> <type arch='x86_64' machine='pc-q35-2.7'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader> <nvram>/etc/libvirt/qemu/nvram/04489d55-f783-cf70-3141-412c67c4312b_VARS-pure-efi.fd</nvram> </os> <features> <acpi/> <apic/> </features> <cpu mode='host-passthrough'> <topology sockets='1' cores='1' threads='1'/> </cpu> <clock offset='utc'> <timer name='rtc' tickpolicy='catchup'/> <timer name='pit' tickpolicy='delay'/> <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='file' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source file='/mnt/user/vdisks/LinuxMint/vdisk1.img'/> <backingStore/> <target dev='hdc' bus='virtio'/> <boot order='1'/> <alias name='virtio-disk2'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x03' function='0x0'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/isos/linuxmint-18.2-cinnamon-64bit.iso'/> <backingStore/> <target dev='hda' bus='sata'/> <readonly/> <boot order='2'/> <alias name='sata0-0-0'/> <address type='drive' controller='0' bus='0' target='0' unit='0'/> </disk> <controller type='usb' index='0' model='ich9-ehci1'> <alias name='usb'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x7'/> </controller> <controller type='usb' index='0' model='ich9-uhci1'> <alias name='usb'/> <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'> <alias name='usb'/> <master startport='2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x1'/> </controller> <controller type='usb' index='0' model='ich9-uhci3'> <alias name='usb'/> <master startport='4'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x2'/> </controller> <controller type='sata' index='0'> <alias name='ide'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/> </controller> <controller type='pci' index='0' model='pcie-root'> <alias name='pcie.0'/> </controller> <controller type='pci' index='1' model='dmi-to-pci-bridge'> <model name='i82801b11-bridge'/> <alias name='pci.1'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x1e' function='0x0'/> </controller> <controller type='pci' index='2' model='pci-bridge'> <model name='pci-bridge'/> <target chassisNr='2'/> <alias name='pci.2'/> <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/> </controller> <controller type='virtio-serial' index='0'> <alias name='virtio-serial0'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x02' function='0x0'/> </controller> <interface type='bridge'> <mac address='52:54:00:66:df:7f'/> <source bridge='br0'/> <target dev='vnet0'/> <model type='virtio'/> <alias name='net0'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x01' function='0x0'/> </interface> <serial type='pty'> <source path='/dev/pts/0'/> <target port='0'/> <alias name='serial0'/> </serial> <console type='pty' tty='/dev/pts/0'> <source path='/dev/pts/0'/> <target type='serial' port='0'/> <alias name='serial0'/> </console> <channel type='unix'> <source mode='bind' path='/var/lib/libvirt/qemu/channel/target/domain-1-LinuxMint/org.qemu.guest_agent.0'/> <target type='virtio' name='org.qemu.guest_agent.0' state='disconnected'/> <alias name='channel0'/> <address type='virtio-serial' controller='0' bus='0' port='1'/> </channel> <input type='tablet' bus='usb'> <alias name='input0'/> <address type='usb' bus='0' port='1'/> </input> <input type='mouse' bus='ps2'> <alias name='input1'/> </input> <input type='keyboard' bus='ps2'> <alias name='input2'/> </input> <graphics type='vnc' port='5900' autoport='yes' websocket='5700' listen='0.0.0.0' keymap='de'> <listen type='address' address='0.0.0.0'/> </graphics> <video> <model type='qxl' ram='65536' vram='65536' vgamem='16384' heads='1' primary='yes'/> <alias name='video0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0'/> </video> <memballoon model='virtio'> <alias name='balloon0'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x04' function='0x0'/> </memballoon> </devices> <seclabel type='none' model='none'/> <seclabel type='dynamic' model='dac' relabel='yes'> <label>+0:+100</label> <imagelabel>+0:+100</imagelabel> </seclabel> </domain> and here's a screenshot of my Network Settings (currently there's only one onboard NIC) Any help would be greatly appreciated
  12. Okay, turns out it's apparently those 2 flash drives that are the issue. I just used a different drive and now I can access everything... Guess I'll have to look into how to properly reset those 2 flash drives, because the whole reason I bought those is to use as boot drives for this kind of thing since they're supposedly very reliable. Do you per chance have a suggestion on how to format them properly? I went into diskpart and deleted all partitions on the drives and then created new simple volumes via the Windows Computer Management EDIT: I got a suggestion to use the "HP USB format" tool, and it looks like that actually worked since I can now boot properly from the SanDisk drive
  13. I tried several ports, both USB3 and 2, I'm not sure what exactly those BIOS changes are, the only thing that sounds familiar is Enabling/Disabling USB Legacy support. I even tried another flash drive, exact same model, that one I can't even get to boot though. I did use both these drives for my FreeNAS build as boot drives, but I (at least think I) deleted all partitions on them and properly formatted them. Only thing in that regard that I can think of is trying with a completely different flash drive tomorrow...
  14. Hi, I'm totally new to this so please be patient with me. I put together my kinda budget Ryzen Server today and I'm now having issues getting the server to boot properly. I followed the steps at https://lime-technology.com/getting-started/ precisely. The flash drive is a 16GB SanDisk Fit drive, it's formatted to FAT32 with label UNRAID. I've tried both the manual way of downloading the latest zip, unpacking it onto the drive and running the make-bootable.bat as administrator (script said it succeeded), and the automated way using the tool. The UEFI is set to boot from the non-UEFI "version" of the flash drive (the UEFI version wouldn't boot). I select "unRAID Server OS", it starts up and then loops 30 seconds at "waiting for /dev/disk/by-label/UNRAID (will check for 30 sec)...", followed by a message that no drive was found and then proceeds to boot. When I then login as root and list /boot there's only a folder "config" which according to this thread https://forums.lime-technology.com/topic/45911-cannot-reach-web-interface/ means I didn't prepare the drive properly. So, what am I missing here?