Mettbrot

Community Developer
  • Posts

    418
  • Joined

  • Last visited

Everything posted by Mettbrot

  1. Hey binhex! I am amazed to see that you have a teamspeak docker ready but I am curious why you chose arch as a base and not baseimage, how do you overcome the difficulties mentioned on their site? Thanks for your time.
  2. Yes, I updated right before I made this post.
  3. Hey everyone. I have a problem with my DVB usb device. I use ubuntu 14.04 created via the VM Manager. In the normal configuration, the device is not showing up in ubuntus lsusb, just a device called Bus 001 Device 003: ID 0409:55aa NEC Corp. Hub I have tried with these two devices: Bus 001 Device 003: ID 14f7:0500 TechniSat Digital GmbH DVB-PC TV Star HD Bus 001 Device 002: ID 0ccd:0097 TerraTec Electronic GmbH Cinergy T RC MKII Altering the XML to something I found about usb 2.0 passthrough seems to partially fix this problem: Now the second device (DVB-T) shows up and loads the driver, but unfortunately not the DVB-S device (which is more important to me)... Maybe you have an idea, here is my XML: <domain type='kvm' id='2'> <name>Ubuntu14</name> <uuid>833c4977-51c4-256d-d001-925165cb32e6</uuid> <memory unit='KiB'>1048576</memory> <currentMemory unit='KiB'>1048576</currentMemory> <vcpu placement='static'>1</vcpu> <resource> <partition>/machine</partition> </resource> <os> <type arch='x86_64' machine='pc-i440fx-2.1'>hvm</type> <boot dev='hd'/> <boot dev='hd'/> </os> <features> <acpi/> <apic/> </features> <clock offset='localtime'> <timer name='rtc' tickpolicy='catchup'/> <timer name='pit' tickpolicy='delay'/> <timer name='hpet' present='yes'/> </clock> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>restart</on_crash> <devices> <emulator>/usr/bin/qemu-system-x86_64</emulator> <disk type='file' device='disk'> <driver name='qemu' type='qcow2'/> <source file='/mnt/user/Apps/vmimages/Ubuntu14/Ubuntu14.qcow2'/> <backingStore/> <target dev='hda' bus='virtio'/> <alias name='virtio-disk0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/Installation/Betriebssysteme/Ubuntu/ubuntu-14.04-desktop-amd64.iso'/> <backingStore/> <target dev='hdc' bus='ide' tray='open'/> <readonly/> <alias name='ide0-1-0'/> <address type='drive' controller='0' bus='1' target='0' unit='0'/> </disk> <controller type='usb' index='0' model='ich9-ehci1'> <alias name='usb0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x7'/> </controller> <controller type='usb' index='0' model='ich9-uhci1'> <alias name='usb0'/> <master startport='0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0' multifunction='on'/> </controller> <controller type='pci' index='0' model='pci-root'> <alias name='pci.0'/> </controller> <controller type='ide' index='0'> <alias name='ide0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/> </controller> <filesystem type='mount' accessmode='passthrough'> <source dir='/mnt/user/Aufnahmen'/> <target dir='aufnahmen'/> <alias name='fs0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> </filesystem> <interface type='bridge'> <mac address='52:54:00:0b:52:21'/> <source bridge='br0'/> <target dev='vnet0'/> <model type='virtio'/> <alias name='net0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/> </interface> <serial type='pty'> <source path='/dev/pts/1'/> <target port='0'/> <alias name='serial0'/> </serial> <console type='pty' tty='/dev/pts/1'> <source path='/dev/pts/1'/> <target type='serial' port='0'/> <alias name='serial0'/> </console> <input type='tablet' bus='usb'> <alias name='input0'/> </input> <input type='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <graphics type='vnc' port='5900' autoport='yes' websocket='5700' listen='0.0.0.0'> <listen type='address' address='0.0.0.0'/> </graphics> <video> <model type='vmvga' vram='16384' heads='1'/> <alias name='video0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/> </video> <hostdev mode='subsystem' type='usb' managed='no'> <source> <vendor id='0x0ccd'/> <product id='0x0097'/> <address bus='1' device='2'/> </source> <alias name='hostdev0'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source> <vendor id='0x14f7'/> <product id='0x0500'/> <address bus='1' device='3'/> </source> <alias name='hostdev1'/> </hostdev> <memballoon model='virtio'> <alias name='balloon0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/> </memballoon> </devices> </domain> Thank you!
  4. Hey! Do I need this for every VM or only if I want to passthrough a GPU? I only want to passthrough USB devices...
  5. Hey, is it possible to extend the s3_sleep with an option-checkbox to suspend KVM virtual machines (and wait until its asleep) before going to sleep? Thanks
  6. Hey everyone! Thank you for the tip with the extra IP, I was not aware of this. It is coming together real nicely.
  7. Another question: Is there a way to pass ports over to the guest system so that it is accessable from the outside? I am trying to setup a tvheadend server Maybe this is helpfull: http://en.wikibooks.org/wiki/QEMU/Networking#Redirecting_ports
  8. 6. Justin mentioned a usb problem also. His was undefined usb while the Tools devices page shows it right. I'll look into that too. Hey! I just tried to install the VM again. Fist off: great job on restructuring the plugin, looks much nicer now! I can now select my usb device in the list but when I try to create the VM with this one activated I get this error: cannot parse vendor id 0x 001 Devi The Device shows as 'Bus 001 Device 002: ID 14f7:0500 TechniSat Digital GmbH DVB-PC TV Star HD' How can I fix this? Thanks! edit: as I looked at the HTML code of the website this seems odd to me: <input class="checkbox" type="checkbox" value=" 001 Devi" name="usb[6]" /><label>Bus 001 Device 002: ID 14f7:0500 TechniSat Digital GmbH DVB-PC TV Star HD</label> It seems like there is somethin cut off. This is the same for all checkboxes... edit2: I managed to get it to work using firebug. (inserted the right ID) I had trouble using spaces in the VM-name though, maybe you want to check for that on creation of the VM
  9. You must not use the git clone url but the actual browser url https://github.com/SiCKRAGETV/SickRage/ then you can select the master branch and you'll be fine
  10. That and Deluge are on my list at some point. TeamSpeak is the only plugin Im missing from my upgrade from unraid 5 to 6. I'm not sure if I've got the time to work on them any time soon though. Hey Phaze, just wanted to ask if you could look into the teamspeak plugin if you have time
  11. Just on a sidenote: If you want tvheadend you could also setup an ubuntu VM and install tvheadends repository. Should be more compatible than windows.
  12. :-D probably the same thing I had just 3 posts ago. You have to setup a network bridge in the unraid setup
  13. 6. Justin mentioned a usb problem also. His was undefined usb while the Tools devices page shows it right. I'll look into that too. Hey! If I install the vm normally and later just ad the corresponding xml code (from the devices page) to the VM-xml will it work like this: <devices> [...] <device> <name>usb_1_3</name> <path>/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-3</path> <parent>usb_usb1</parent> <driver> <name>usb</name> </driver> <capability type='usb_device'> <bus>1</bus> <device>3</device> <product id='0x0500' /> <vendor id='0x14f7' /> </capability> </device> </devices>
  14. There is a plugin. You'll need a media kernel though... http://lime-technology.com/forum/index.php?topic=32640.msg340628#msg340628 BTW: Is anyone else noticing that it takes realy long to clone the Sickrage repo? The server takes like 7 minutes to 'Receive objects' at a speed of ~50Kb/s...
  15. Hey! Thanks for the addon. I am just getting started with KVM and have a few questions and suggestions: 1. If currently you always need both, the VMman and the libvirt plugin why not combine them in one plugin? 2. When I first downloaded both and went to the config page and tried to start, the GUI hang and it would never start. I could cancel the process from the command line though. After a restart it started automatically. 3. Then I created a storage Pool for my installation disks and they were not recognized because they are in sub folders. At best it should be looked for iso images in all subfolders. I also created a pool to store my VMs and a .qcow2 file with 5G for my first VM. 5. Now I tried to create the actual VM using the second tab. I just change Name, description and installation iso nothing more but the VM is not created. I just get back to the empty formand no Virtual Machine is visible. 6. In the devices tab a have an usb device which I want to pass through to the VM. But it seems to be the only device that doesn't show up in the 'create VM' USB passthrough list. 7. What is the 'drivers image' for? Do I also need the virtio-win iso and what for? I have the feeling that I am doing something wrong, maybe someone can walk me through it edit: 5. success! I forgot to enable a network bridge... Maybe there should be a warning about this.
  16. I guess this stuff didnt make it into beta12? Any progress on this?
  17. Can you link me to the post you mentioned. I cant seem to find the pinned post anymore
  18. wow, you guys realy piss me off this forum with your impatience. Every week its the same all over again. It seems you have learned nothing. What do you produce all this nonsense text and +1s for?
  19. Or join the existing one? nice, I have always wondered if there is a channel for fast little support questions. I was always looking under #limtech though... Nevertheless, it would be nice if some officials would be there too.
  20. Mettbrot

    Beep codes

    For reference: Here is the Super Mario Theme beep -f659.25 -l 150ms -D 5ms beep -f659.25 -l 180ms -D 80ms beep -f659.25 -l 180ms -D 80ms beep -f523.25 -l 150ms -D 5ms beep -f659.25 -l 180ms -D 80ms beep -f783.99 -l 180ms -D 400ms beep -f392 -l 180ms -D 80ms
  21. Hey limetech, just something i stumbled upon: In the mover settings the 'Time of the Day' dropdown for hours only has 1 to 23. 0 is missing.
  22. That and Deluge are on my list at some point. TeamSpeak is the only plugin Im missing from my upgrade from unraid 5 to 6. I'm not sure if I've got the time to work on them any time soon though. Have you had some time to look into it? For me this is the only downside in unraid 6 - missing teamspeak.
  23. Thank you guys! I disabled the cache_dirs and have minimized my freezes, thank you. There is probably something wring with the motherboard and its RAM slots that it freezes when RAM usage is high. Maybe I should look for a new one
  24. 1. for one cycle only. Maybe I can run the next test over night. What do we expect to find with more than one test? I recently checked all my ram chips on my main machine they were all ok. (one cylce only) I also did exchange the ram. 2. I am running unRaid 6.0 beta6 3. I run chache dirs, the Sickbeard and the Sabnzbd plugin from Phaze. Nothing more. 4. I recently upgraded the PSU from an very old 200 W supply to a 550W one. I thought it had power reasons. 5. As a matter of fact all fans are running as the case is still open. attached some more pictures, if it helps
  25. Hey everyone. Maybe someone can halp me on that one: When running unraid I get random freezes. Sometimes when I start unraid, sometimes when it runs for half an hour. No specific scenario. This is a server with 5 disks, one of them parity one of them cache. Core2Duo CPU on some Asrock motherboard. I have the latest BIOS installed, checked the USB filesystem and the 2GB RAM with memtest. Here are the last lines of the syslog captured over telnet: Jul 14 18:07:20 Server kernel: invalid opcode: 0000 [#1] SMP Jul 14 18:07:20 Server kernel: Modules linked in: md_mod iptable_filter ip_tables kvm_intel kvm vhost_net vhost tun i2c_i801 ahci libahci r8169 mii pata_jmicron [last unloaded: md_mod] Jul 14 18:07:20 Server kernel: CPU: 1 PID: 4624 Comm: cache_dirs Not tainted 3.15.0-unRAID #1 Jul 14 18:07:20 Server kernel: Hardware name: To Be Filled By O.E.M. To Be Filled By O.E.M./P43Twins1600, BIOS P3.10 12/01/2009 Jul 14 18:07:20 Server kernel: task: ffff8800760126c0 ti: ffff880072ec0000 task.ti: ffff880072ec0000 Jul 14 18:07:20 Server kernel: RIP: 0010:[<ffffffff81301b3c>] [<ffffffff81301b3c>] sha_transform+0xe90/0x1068 Jul 14 18:07:20 Server kernel: RSP: 0018:ffff880072ec3b88 EFLAGS: 00010092 Jul 14 18:07:20 Server kernel: RAX: 00000000cc1a14c2 RBX: 000000008ba3fbd5 RCX: 00000000cca74a70 Jul 14 18:07:20 Server kernel: RDX: ffff880072ec3ba8 RSI: 0000000013029a8a RDI: ffff880072ec3b90 Jul 14 18:07:20 Server kernel: RBP: ffff880072ec3c50 R08: 000000000e347ffc R09: 0000000057bb7ce6 Jul 14 18:07:20 Server kernel: R10: 000000004e62b58c R11: 000000006ed6a428 R12: 000000000e549634 Jul 14 18:07:20 Server kernel: R13: 0000000000743206 R14: 00000000489dd789 R15: 000000007ff64be0 Jul 14 18:07:20 Server kernel: FS: 0000000000000000(0000) GS:ffff88007a280000(0000) knlGS:0000000000000000 Jul 14 18:07:20 Server kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b Jul 14 18:07:20 Server kernel: CR2: 00002af8c5aaf058 CR3: 0000000075ba1000 CR4: 00000000000007e0 Jul 14 18:07:20 Server kernel: Stack: Jul 14 18:07:20 Server kernel: ffffffff813a79ab efcdab8967452301 1032547698badcfe ffff8800c3d2e1f0 Jul 14 18:07:20 Server kernel: f573efa3545913ae 0abda00737fc327d 4337623e00743206 680f26b8fcbe8f83 Jul 14 18:07:20 Server kernel: 71a2ddd45ba71e89 7ff64be0e88784dd 277261e99d322acf 4e62b58c008d35ae Jul 14 18:07:20 Server kernel: Call Trace: Jul 14 18:07:20 Server kernel: [<ffffffff813a79ab>] ? extract_buf+0x8c/0x10f Jul 14 18:07:20 Server kernel: [<ffffffff8106dfcb>] ? __wake_up+0x3f/0x47 Jul 14 18:07:20 Server kernel: [<ffffffff813a7f24>] extract_entropy+0x58/0x8e Jul 14 18:07:20 Server kernel: [<ffffffff813a7f75>] get_random_bytes+0x1b/0x1d Jul 14 18:07:20 Server kernel: [<ffffffff81127a0c>] load_elf_binary+0xfa7/0x165f Jul 14 18:07:20 Server kernel: [<ffffffff810f08ba>] search_binary_handler+0x63/0x150 Jul 14 18:07:20 Server kernel: [<ffffffff81125712>] load_script+0x1aa/0x1b4 Jul 14 18:07:20 Server kernel: [<ffffffff810c1c59>] ? get_user_pages+0x4d/0x4f Jul 14 18:07:20 Server kernel: [<ffffffff810f0ccf>] ? copy_strings+0x232/0x271 Jul 14 18:07:20 Server kernel: [<ffffffff810f08ba>] search_binary_handler+0x63/0x150 Jul 14 18:07:20 Server kernel: [<ffffffff810f1cb5>] do_execve+0x3b5/0x4e6 Jul 14 18:07:20 Server kernel: [<ffffffff810f1fce>] SyS_execve+0x25/0x2b Jul 14 18:07:20 Server kernel: [<ffffffff81583a69>] stub_execve+0x69/0xa0 Jul 14 18:07:20 Server kernel: Code: 44 8b 6a 10 41 01 d9 44 89 db c1 cb 1b 44 33 72 14 44 01 cb 44 8b 4a 1c 41 c1 ce 1f 45 31 e1 45 31 fc 45 31 d1 45 31 e9 01 c1 c9 <1f> 44 89 4a 1c 46 8d 8c 0e d6 c1 62 ca 89 c6 44 31 c6 44 89 72 Jul 14 18:07:20 Server kernel: RIP [<ffffffff81301b3c>] sha_transform+0xe90/0x1068 Jul 14 18:07:20 Server kernel: RSP <ffff880072ec3b88> Jul 14 18:07:20 Server kernel: ---[ end trace 4b101f0ab5bd19da ]--- Jul 14 18:07:20 Server kernel: ------------[ cut here ]------------ Jul 14 18:07:20 Server kernel: WARNING: CPU: 1 PID: 4624 at kernel/smp.c:230 smp_call_function_single+0x64/0x86() Jul 14 18:07:20 Server kernel: Modules linked in: md_mod iptable_filter ip_tables kvm_intel kvm vhost_net vhost tun i2c_i801 ahci libahci r8169 mii pata_jmicron [last unloaded: md_mod] Jul 14 18:07:20 Server kernel: CPU: 1 PID: 4624 Comm: cache_dirs Tainted: G D 3.15.0-unRAID #1 Jul 14 18:07:20 Server kernel: Hardware name: To Be Filled By O.E.M. To Be Filled By O.E.M./P43Twins1600, BIOS P3.10 12/01/2009 Jul 14 18:07:20 Server kernel: 0000000000000000 ffff880072ec3818 ffffffff8157d16c 0000000000000000 Jul 14 18:07:20 Server kernel: ffff880072ec3850 ffffffff8103fd9b ffffffff810873d5 0000000000000001 Jul 14 18:07:20 Server kernel: ffffffff810984c3 ffff880072ec38a0 ffff880072ec3901 ffff880072ec3860 Jul 14 18:07:20 Server kernel: Call Trace: Jul 14 18:07:20 Server kernel: [<ffffffff8157d16c>] dump_stack+0x45/0x56 Jul 14 18:07:20 Server kernel: [<ffffffff8103fd9b>] warn_slowpath_common+0x75/0x8e Jul 14 18:07:20 Server kernel: [<ffffffff810873d5>] ? smp_call_function_single+0x64/0x86 Jul 14 18:07:20 Server kernel: [<ffffffff810984c3>] ? cpu_clock_event_add+0x16/0x16 Jul 14 18:07:20 Server kernel: [<ffffffff8103fe53>] warn_slowpath_null+0x15/0x17 Jul 14 18:07:20 Server kernel: [<ffffffff810873d5>] smp_call_function_single+0x64/0x86 Jul 14 18:07:20 Server kernel: [<ffffffff81096cff>] task_function_call+0x44/0x4e Jul 14 18:07:20 Server kernel: [<ffffffff8109b4b9>] ? __perf_event_task_sched_out+0x31f/0x31f Jul 14 18:07:20 Server kernel: [<ffffffff8109851c>] perf_cgroup_exit+0x19/0x1b Jul 14 18:07:20 Server kernel: [<ffffffff810903fa>] cgroup_exit+0xa9/0xcd Jul 14 18:07:20 Server kernel: [<ffffffff81041d19>] do_exit+0x3ab/0x8c7 Jul 14 18:07:20 Server kernel: [<ffffffff81579f0a>] ? printk+0x4f/0x51 Jul 14 18:07:20 Server kernel: [<ffffffff8100d6ef>] oops_end+0xc4/0xdb Jul 14 18:07:20 Server kernel: [<ffffffff8100d828>] die+0x55/0x61 Jul 14 18:07:20 Server kernel: [<ffffffff8100aabd>] do_trap+0x65/0x12a Jul 14 18:07:20 Server kernel: [<ffffffff8100aeaa>] do_invalid_op+0x97/0xa0 Jul 14 18:07:20 Server kernel: [<ffffffff81301b3c>] ? sha_transform+0xe90/0x1068 Jul 14 18:07:20 Server kernel: [<ffffffff810bd99d>] ? unmap_single_vma+0x14b/0x70f Jul 14 18:07:20 Server kernel: [<ffffffff8158465e>] invalid_op+0x1e/0x30 Jul 14 18:07:20 Server kernel: [<ffffffff81301b3c>] ? sha_transform+0xe90/0x1068 Jul 14 18:07:20 Server kernel: [<ffffffff813a79ab>] ? extract_buf+0x8c/0x10f Jul 14 18:07:20 Server kernel: [<ffffffff8106dfcb>] ? __wake_up+0x3f/0x47 Jul 14 18:07:20 Server kernel: [<ffffffff813a7f24>] extract_entropy+0x58/0x8e Jul 14 18:07:20 Server kernel: [<ffffffff813a7f75>] get_random_bytes+0x1b/0x1d Jul 14 18:07:20 Server kernel: [<ffffffff81127a0c>] load_elf_binary+0xfa7/0x165f Jul 14 18:07:20 Server kernel: [<ffffffff810f08ba>] search_binary_handler+0x63/0x150 Jul 14 18:07:20 Server kernel: [<ffffffff81125712>] load_script+0x1aa/0x1b4 Jul 14 18:07:20 Server kernel: [<ffffffff810c1c59>] ? get_user_pages+0x4d/0x4f Jul 14 18:07:20 Server kernel: [<ffffffff810f0ccf>] ? copy_strings+0x232/0x271 Jul 14 18:07:20 Server kernel: [<ffffffff810f08ba>] search_binary_handler+0x63/0x150 Jul 14 18:07:20 Server kernel: [<ffffffff810f1cb5>] do_execve+0x3b5/0x4e6 Jul 14 18:07:20 Server kernel: [<ffffffff810f1fce>] SyS_execve+0x25/0x2b Jul 14 18:07:20 Server kernel: [<ffffffff81583a69>] stub_execve+0x69/0xa0 Jul 14 18:07:20 Server kernel: ---[ end trace 4b101f0ab5bd19db ]--- I attached some random screenshots I made when it happened.