aitkinst

Members
  • Posts

    40
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

aitkinst's Achievements

Rookie

Rookie (2/14)

0

Reputation

  1. My XML for the VM that will still not pass the keyboard. <domain type='kvm'> <name>Windows 7 - Luke</name> <uuid>c6a2da56-bdea-3c35-ff60-196b168543ba</uuid> <metadata> <vmtemplate xmlns="unraid" name="Windows 7" icon="windows7.png" os="windows7"/> </metadata> <memory unit='KiB'>2097152</memory> <currentMemory unit='KiB'>2097152</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>4</vcpu> <cputune> <vcpupin vcpu='0' cpuset='0'/> <vcpupin vcpu='1' cpuset='1'/> <vcpupin vcpu='2' cpuset='2'/> <vcpupin vcpu='3' cpuset='3'/> </cputune> <os> <type arch='x86_64' machine='pc-i440fx-1.4'>hvm</type> </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'> <topology sockets='1' cores='2' threads='2'/> </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='file' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source file='/mnt/user/domains/Windows 7 - Luke/vdisk1.img'/> <target dev='hdc' bus='virtio'/> <boot order='1'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/isos/Win 7 Pro 64 DVD.iso'/> <target dev='hda' bus='ide'/> <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.126-2.iso'/> <target dev='hdb' bus='ide'/> <readonly/> <address type='drive' controller='0' bus='0' target='0' unit='1'/> </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='ide' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/> </controller> <controller type='virtio-serial' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> </controller> <interface type='bridge'> <mac address='52:54:00:3c:46:4b'/> <source bridge='br0'/> <model type='virtio'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' 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='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <hostdev mode='subsystem' type='pci' managed='yes' xvga='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x05' slot='0x00' function='0x0'/> </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source> <vendor id='0x04f2'/> <product id='0x0833'/> </source> <address type='usb' bus='0' port='1'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source> <vendor id='0x1bcf'/> <product id='0x0007'/> </source> <address type='usb' bus='0' port='2'/> </hostdev> <memballoon model='virtio'> <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/> </memballoon> </devices> </domain>
  2. So I was able to get one VM working by manually editing the XML by changing: Each usb device I selected in the GUI edit from: <hostdev mode='subsystem' type='usb' managed='no'> To this: <hostdev mode='subsystem' type='usb' managed='yes'> I did the same thing on the other VM and the mouse worked and it seemed like the keyboard wasn't working and then I think I discovered it was still attached to the host. Because when I randomly did ctrl+alt+del it rebooted the whole unraid box.
  3. I have an unraid box that previously had a fully functioning usb keyboard and usb mouse passed through with GPU passthrough to a Win 7 VM. Of course the morning I intended to add another VM with another GPU and keyboard/mouse I had an issue. If I boot it into the unraid GUI mouse and keyboard both function. When I start the VM then the keyboard stops working and the mouse remains. I wasn't sure what the problem was so I went ahead and installed the new hardware and now I have two VMs with the same non functioning keyboard inside the VM. I tried swapping peripherals back and forth and no joy. Is it a virtIO driver problem or something like that? Any suggestions what to try next?
  4. I wasn't sure if I should post under general or VMs because I am trying to make a public network bridge so my VM can get a DHCP assigned IP of 192.168.1.x and be seen on the network like all other machines in the workgroup. Under Settings->Network Settings I enabled bridging and it adds the option of bridging members but the only one available is eth0. Is there something I'm missing or does my hardware not suppport? The wiki doesn't say much beyond "The public bridge (br0) can be created through the Network Settings page on the unRAID webGui", BUT HOW?!?
  5. You probably need to give CP more memory. See the first post in this thread. Sent from my ONEPLUS A3000 using Tapatalk Thanks...I feel dumb. I have almost 6TB and was only using the default 1GB of RAM. She's humming along nicely again and I really love the web VNC now, so easy to use.
  6. Anyone else having issues with Crashplan? I've had a pretty solid backup for over three years now with no issues in unraid at all until now. Initially it was a headless install on 5.x and since I've been on 6.1 and now 6.2.4 without trouble. I removed everything off my server and did a complete reinstall and then adopted the old backup. Everything runs smooth until it finishes all the scanning and then when it tries to start backing up files something causes a crash and it disconnects and forces a restart and just continues doing that until I shutdown the docker. I can't see anything obvious in the logs but then I don't know how this docker even works. ***File was too big to attach I guess so here is a link of my logs zipped http://www.filedropper.com/log_26
  7. I believe you need to enable the 'External Storage support' app. Go to the 'Not Enabled' apps and enable it. That was it! That was a tad hidden. Thanks for the patience and help! Now to make this useful and see if I like it.
  8. My admin doesn't appear to have that as an option. Strange. I'm using the current docker install.
  9. Files have to be added to ownCloud through the gui. ownCloud keeps a database of the files added and deleted. You can't just point to a folder and expect ownCloud to incorporate those in the database. If I understand the issue correctly you CAN access exisiting folders ..... Yes you do. I only have 'Admin' on a drop down on the right side and nothing anywhere about "external storage". I'm assuming you are talking about the web gui not a desktop app or something?
  10. I just read the whole thread and missed anything conclusive on how to setup your Owncloud to be able to access other folders. I tried using a symbolic link and that didn't seem to work.
  11. Yeah so I looked at each of those folders and none of them are Plex. It appears the orphan is hiding some place else. I guess thats why its orphaned. Are you meaning I should delete the /mnt/cache/docker/docker.img won't that delete all my containers? I decided to try to stop and start Docker from the gui and the syslog output this:
  12. Docker won't even start. I was thinking about trying to find the image manually and delete I can always build a new plex image not too painful but I'd like to save everything else if possible. Am I correct in assuming its one of the folders under /var/lib/docker/containers
  13. I was having an issue with Plex on one of my clients and decided to restart the plex docker app. When I hit restart it didn't seem to come back up for some reason, I'm not sure if I wasn't patient enough so I tried to restart it again and nothing so when I refreshed the page I noticed the plex icon was now listed as an orphan and the only option was to remove it. I was perplexed (no pun intended) and thought the best course of action was to restart the whole unraid system and figured it would come back online. When I did this Docker didn't start at all, the syslog says starting docker but I have no tabs and navigate to tower/Docker. Help! I don't even know where to begin with troubleshooting this. I'm guessing I corrupted the plex image and need to get rid of it but don't know how.
  14. This is a complete newb question I'm sure but since the docker thing is a completely new concept to me. I have found all my other apps which have gui pages but since beets is a command line program. How do you access the beets docker once its up and running? Do you ssh to it some how or something?