Paul_Ber

Community Developer
  • Posts

    371
  • Joined

  • Last visited

Everything posted by Paul_Ber

  1. Do you have Plex installed? Plex usually is scheduled to work on your media overnight. Some use of the transcoder too. https://support.plex.tv/hc/en-us/articles/201553286-Scheduled-Tasks Also the Mover moves files from cache to user shares.
  2. I removed one of the two for now so the link works. I am slowly getting the hang of this Docker stuff. So a plugin is different that it has access to the system? And so that when removing everything the plugin adds gets fully removed? So I could try and make a plugin for LCDproc to send system stats to an USB LCD character panel? I have one working in my KODibuntu box. Sent from my XT1563 using Tapatalk
  3. What is the Networking set to? When I first started out I set it to Host once and I lost all networking and had to powerdown unclean. My networking is set to Bridge. Try removing it fully and reinstall and set it up again?
  4. Can you have more than one project page? Right now it doesn't allow. <Project> http://flexget.com/ http://deluge-torrent.org/ </Project>
  5. Windows 7 VM passthru certain keyboard results in VM creation error, internal error: cannot parse vendor id 0xReceiver. Here is the list of usb devices and bolded one is the keyboard. Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 007 Device 002: ID 0403:6001 Future Technology Devices International, Ltd FT232 USB-Serial (UART) IC Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 002 Device 003: ID 0781:5571 SanDisk Corp. Cruzer Fit Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 005 Device 002: ID 2222:3061 MacAlly Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 003: ID 0c45:7605 Microdia Bus 004 Device 002: ID 0403:f850 Future Technology Devices International, Ltd USB-UIRT (Universal Infrared Receiver+Transmitter) Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 011 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 010 Device 002: ID 051d:0002 American Power Conversion Uninterruptible Power Supply Bus 010 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 009 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 008 Device 003: ID 04f2:0618 Chicony Electronics Co., Ltd RG-0618U Wireless HID Receiver & KG-0609 Wireless Keyboard with Touchpad Bus 008 Device 002: ID 046d:c52f Logitech, Inc. Unifying Receiver Bus 008 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Notice how on the VM settings screen it has cut off the name. That is kind of long. I tried editing the xml but that didn't work. <domain type='kvm' id='3' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'> <name>DaddyPCWin7</name> <uuid>f2241e6e-68c8-72c2-5908-bf697117a5ad</uuid> <description>Windows 7 32bit</description> <metadata> <vmtemplate name="Custom" icon="windows7.png" os="windows7"/> </metadata> <memory unit='KiB'>4194304</memory> <currentMemory unit='KiB'>4194304</currentMemory> <memoryBacking> <nosharepages/> <locked/> </memoryBacking> <vcpu placement='static'>2</vcpu> <cputune> <vcpupin vcpu='0' cpuset='2'/> <vcpupin vcpu='1' cpuset='3'/> </cputune> <resource> <partition>/machine</partition> </resource> <os> <type arch='x86_64' machine='pc-q35-2.3'>hvm</type> </os> <features> <acpi/> <apic/> </features> <cpu mode='host-passthrough'> <topology sockets='1' cores='2' threads='1'/> </cpu> <clock offset='localtime'> <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/bin/qemu-system-x86_64</emulator> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source file='/mnt/cache/VM/DaddyPCWin7/vdisk1.img'/> <backingStore/> <target dev='hdc' bus='virtio'/> <boot order='1'/> <alias name='virtio-disk2'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x04' function='0x0'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/Media/Software/ISO VM images/virtio-win-0.1.117.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='0x02' slot='0x02' function='0x7'/> </controller> <controller type='usb' index='0' model='ich9-uhci1'> <alias name='usb'/> <master startport='0'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x02' function='0x0' multifunction='on'/> </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'> <alias name='pci.1'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x1e' function='0x0'/> </controller> <controller type='pci' index='2' model='pci-bridge'> <alias name='pci.2'/> <address type='pci' domain='0x0000' bus='0x01' slot='0x01' function='0x0'/> </controller> <controller type='virtio-serial' index='0'> <alias name='virtio-serial0'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x03' function='0x0'/> </controller> <interface type='bridge'> <mac address='52:54:00:f6:3d:da'/> <source bridge='virbr0'/> <target dev='vnet1'/> <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/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> <channel type='unix'> <source mode='bind' path='/var/lib/libvirt/qemu/channel/target/DaddyPCWin7.org.qemu.guest_agent.0'/> <target type='virtio' name='org.qemu.guest_agent.0' state='connected'/> <alias name='channel0'/> <address type='virtio-serial' controller='0' bus='0' port='1'/> </channel> <hostdev mode='subsystem' type='usb' managed='yes'> <source> <vendor id='0x046d'/> <product id='0xc52f'/> <address bus='8' device='2'/> </source> <alias name='hostdev0'/> </hostdev> <memballoon model='virtio'> <alias name='balloon0'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x05' function='0x0'/> </memballoon> </devices> <qemu:commandline> <qemu:arg value='-device'/> <qemu:arg value='ioh3420,bus=pcie.0,addr=1c.0,multifunction=on,port=2,chassis=1,id=root.1'/> <qemu:arg value='-device'/> <qemu:arg value='vfio-pci,host=06:00.0,bus=pcie.0,multifunction=on,x-vga=on'/> <qemu:arg value='-device'/> <qemu:arg value='vfio-pci,host=00:14.2,bus=pcie.0'/> </qemu:commandline> </domain> Other keyboards have worked but had to swap out a working one so a family member could have it. I edited the xml to have the bus and device instead of vendor:device. <hostdev mode='subsystem' type='usb' managed='yes'> <source> <vendor id='0x046d'/> <product id='0xc52f'/> <address bus='8' device='2'/> </source> <alias name='hostdev0'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='yes'> <source> <address bus='8' device='3'/> </source> <alias name='hostdev1'/> </hostdev> It worked. Why didn't unRAID left me select it with the checkbox?
  6. Binhex thanks. Yes the incoming port was because I wasn't using PIA, I'll edit that later. What do you think of the way I set the the Flexget-webui password? It was a pain to have to enter the container and set it. Sent from my XT1563 using Tapatalk
  7. I pulled out the MSI cyclone GTX460 and replaced with ASUS GTX750ti. New card only has one power connector vs the old had 2 power connectors. New card is also thinner. The MSI had this massive heatsink and fan. I added a Fractal R3 fan to bottom of case in front of the power supply. Added a Fractal R3 fan to top of case, now there are 2 fans at top. I also moved down the built-in R2 140mm front fan from top position to bottom of the 2 spots. Anyone ever work with the Fractal Arc midi R2 case? The front fans have two positions but it appears they have to be both 120mm or both 140mm. There wasn't the right holes for one 120mm and one 140mm. Transferred data off old KODibuntu system weeks ago, so added that 3TB Seagate to unRAID back then.
  8. What is the roadmap for release of stable 6.2? Sent from my XT1563 using Tapatalk
  9. It takes a lot of work to change to have a different app inside the Docker. I took DelugeVPN and forked it and it spent about 2 days adding Flexget to it. Lots of testing to make sure everything works. I only did it to make my setup the way it needed it. Activ learn how use Dockers and exchange Deluge for Transmission yourself. Sent from my XT1563 using Tapatalk Okay, didn't think it was that much work. No worries, I'll do it myself. Hopefully the change from Deluge to Transmission is cut and paste. And not that hard to do. It would be cool if XxxxxxVPV supported multiple Torrent apps by use of setting page under Dockers tab? I.e. torrentapp your.wanted.Torrent.app Sent from my XT1563 using Tapatalk
  10. It takes a lot of work to change to have a different app inside the Docker. I took DelugeVPN and forked it and it spent about 2 days adding Flexget to it. Lots of testing to make sure everything works. I only did it to make my setup the way it needed it. Activ learn how use Dockers and exchange Deluge for Transmission yourself. Sent from my XT1563 using Tapatalk
  11. deprecated October 11, 2021 DockerHub images will be deleted on November 1, 2021 DockerHub no longer allows free builds, so have gone the route of just doing a template of an existing Flexget Docker from DockerHub See https://forums.unraid.net/topic/114713-support-paulpoco-flexget-template/ for more info
  12. I have the APC POWER-SAVING BACK-UPS Pro 1500VA Tower UPS 865W. Should I test that the Powerdown plugin works first by stopping the array then pulling the UPS from the wall? Before I try with the array running? I had a bump a few days ago, lights flashed, and I heard the UPS kick in for a second. All was fine. When mostly idle the front panel of the UPS is as low as 80w and under load up to 180w. Sent from my XT1563 using Tapatalk
  13. What about embedded Windows VM, wouldn't that be leaner? Sent from my XT1563 using Tapatalk
  14. USB Devices Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 007 Device 002: ID 0403:6001 Future Technology Devices International, Ltd FT232 USB-Serial (UART) IC Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 002 Device 003: ID 0781:5571 SanDisk Corp. Cruzer Fit Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 005 Device 002: ID 2222:3061 MacAlly Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 003: ID 0c45:7605 Microdia Bus 004 Device 002: ID 0403:f850 Future Technology Devices International, Ltd USB-UIRT (Universal Infrared Receiver+Transmitter) Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 011 Device 002: ID 152d:0567 JMicron Technology Corp. / JMicron USA Technology Corp. JMS567 SATA 6.0Gb/s bridge Bus 011 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 010 Device 002: ID 051d:0002 American Power Conversion Uninterruptible Power Supply Bus 010 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 009 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 008 Device 002: ID 046d:c52b Logitech, Inc. Unifying Receiver Bus 008 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Process to recreate: [*]Start Windows 7 VM with only the 046d:c52b Logitech, Inc. Unifying Receiver as pass-through and all us fine [*]Shutdown and add the ID 0403:6001 Future Technology Devices International, Ltd FT232 USB-Serial (UART) IC to pass through [*]Start VM and install drivers and program for LCD character panel [*]Shutdown and add the ID 0403:f850 IR Transceiver to pass-through [*]Start VM and Windows 7 comes up and my keyboard and mouse on the 046d:c52b do not work [*]So then I have to force shutdown VM and remove the ID 0403:f850 IR Transceiver from the pass-through [*]Start VM and mouse and keyboard still do not work [*]Force shutdown all VMs [*]WebGUI and stop array and powerdown and start computer again [*]VMs start up [*]The Windows 7 VM mouse and keyboard are working again So the problem is the same vendor? Even though the Device IDs are different?
  15. Yes I was reading elsewhere that MSI doesn't ship their cards with EFI BIOS and that you need to update BIOS. The MSI cyclone 460 GTX has a way too big fan and heatsink. And takes up too much room. Brands to avoid? Sent from my XT1563 using Tapatalk
  16. OVMF compatibility with video cards? I am trying new VMs with OVMF and cannot get the display to show anything. I tried an EVGA geoforce 210, no go. This is a cheap new card some manufacturers are reusing older tech. This card also seems to work with Seabios fine. I tried a MSI 460 GTX, no go. This card is a few years or more old. I don't think I ever got this one to work with Seabios. Asus M5A97 R2 MB AMD fx-6300 CPU. What newer card would have a chance of working without breaking the bank? Sent from my XT1563 using Tapatalk
  17. http://lime-technology.com/forum/index.php?topic=43669.msg465469.msg#465469 Binhex One thing about Flexget is it needs to see deluge to operate the deluge plugin in Flexget. How do I get Docker to see another Docker's application? Sent from my XT1563 using Tapatalk
  18. I had same problem with sqlite too, deleted and restarted, all was fine except for deluge being in another Docker. How do I tell Flexget to ignore the dependencies? I have in my config.yml that deluge host at the unRAID IP. I have tried from another PC(has deluge and Flexget, but not using deluge) but deluge host points to the unRAID PC. It works. Sent from my XT1563 using Tapatalk
  19. I have privoxy turned on, how would it interact with DelugeVPN? Sent from my XT1563 using Tapatalk
  20. 2016-04-19 06:17:20 [iNFO] Using /mnt/cache/.PhAzE-Common for dependency directory 2016-04-19 06:17:21 [iNFO] Dependencies updated successfully 2016-04-19 06:17:21 [iNFO] Updating export file 2016-04-19 06:17:21 [iNFO] Updating shorcut file 2016-04-19 06:17:21 [iNFO] Updating PIP 2016-04-19 06:17:21 [iNFO] PIP install file has correct MD5 2016-04-19 06:17:21 [iNFO] Using /mnt/cache/.PhAzE-Common for PIP directory 2016-04-19 06:17:22 [iNFO] PIP updated successfully 2016-04-19 06:17:22 [iNFO] Updating application config file 2016-04-19 06:17:22 [ERROR] Config update failed: Directory missing 2016-04-19 06:17:43 [iNFO] *** Apply - Disable Initiated *** 2016-04-19 06:17:43 [iNFO] Stopping FlexGet... 2016-04-19 06:17:43 [iNFO] Stop OK: Not installed 2016-04-19 06:17:44 [iNFO] Updating settings 2016-04-19 06:17:44 [iNFO] Updating plugin config file 2016-04-19 06:17:44 [iNFO] Updating dependencies 2016-04-19 06:17:44 [iNFO] Dependency install file has correct MD5 2016-04-19 06:17:44 [iNFO] Using /mnt/cache/.PhAzE-Common for dependency directory 2016-04-19 06:17:45 [iNFO] Dependencies updated successfully 2016-04-19 06:17:45 [iNFO] Updating export file 2016-04-19 06:17:45 [iNFO] Updating shorcut file 2016-04-19 06:17:45 [iNFO] Updating PIP 2016-04-19 06:17:45 [iNFO] PIP install file has correct MD5 2016-04-19 06:17:45 [iNFO] Using /mnt/cache/.PhAzE-Common for PIP directory 2016-04-19 06:17:46 [iNFO] PIP updated successfully 2016-04-19 06:17:46 [iNFO] Updating application config file 2016-04-19 06:17:46 [ERROR] Config update failed: Directory missing 2016-04-19 06:17:54 [iNFO] *** Install Initiated *** 2016-04-19 06:17:54 [iNFO] Installing FlexGet... 2016-04-19 06:17:55 [iNFO] Updating dependencies 2016-04-19 06:17:55 [iNFO] Dependency install file has correct MD5 2016-04-19 06:17:55 [iNFO] Using /mnt/cache/.PhAzE-Common for dependency directory 2016-04-19 06:17:56 [iNFO] Dependencies updated successfully 2016-04-19 06:17:56 [iNFO] Updating export file 2016-04-19 06:17:56 [iNFO] Updating shorcut file 2016-04-19 06:17:56 [iNFO] Updating PIP 2016-04-19 06:17:56 [iNFO] PIP install file has correct MD5 2016-04-19 06:17:56 [iNFO] Using /mnt/cache/.PhAzE-Common for PIP directory 2016-04-19 06:17:56 [iNFO] PIP updated successfully 2016-04-19 06:17:57 [iNFO] Latest version found: 1.2.515 - Checking USB for same install file 2016-04-19 06:17:57 [iNFO] No copy found on USB - Downloading install file and checking for MD5 file 2016-04-19 06:18:10 [ERROR] Install failed: Install file missing Flexget will not install
  21. The Docker Flexget is disappearing on its's own. A couple of times now. How do I pass the password for the webui? 2016-04-18 21:54 WARNING web_server No password set for web server, create one by using `flexget web passwd <password>` 2016-04-18 21:54 INFO web_server Web interface available at http://172.17.0.15:3539] If i edit the Flexget Docker what variables settings do I use to get password passed into the Docker? From my config.yml web_server: bind: 0.0.0.0 port: 3539 api: yes webui: yes templates: etc etc deluge: host: 192.168.1.xxx port: 58846 username: username password: password queuetotop: yes I have a working Flexget on another machine calling delugeVPN on the unRAID system fine. It would be nice to get the Flexget working on the unRAID system. I just need to get the webui working on Flexget. How do I do a manual run like, "flexget execute -v" to test my config.yml without waiting 1 hour everytime?
  22. I get the same problem on normal installs on Win7 even not VMs. Microsoft's Update is so old on the ISO that Win Update gets confused. There is a way to download all the update with a script and let it update that way. http://download.wsusoffline.net Sent from my XT1563 using Tapatalk
  23. So I have to set the BIOS when I install the VM? Am I limited by AMD CPU? I see the choices if I go to edit the VM as Q2.3 or i440. The BIOS choice is greyed out. So technically I only lost the video? I could use the keyboard blind if my network ever locks up? I.e. hit enter a couple times then type "Powerdown" to cleanly turn off so I could reboot? I installed the Powerdown app. It seems also if I tap the Power button once, the drive activity increases and it turns off after a bit. When I Power on, I just have to start array. Sent from my XT1563 using Tapatalk