-
[Support] binhex - Lidarr
Binhex - I'm trying to research this same problem but your link is broken. I tried to dig it out of the URL but was unsuccessful. Would you mind reposting the link?
-
**VIDEO GUIDE** How to Install MacOS Mojave or High Sierra as a VM
Thanks guys. I had HDMI working in some earlier versions of Mac OSX but after doing a good bit more researching, I think I'll go with 1812 and go with the USB path...
-
**VIDEO GUIDE** How to Install MacOS Mojave or High Sierra as a VM
I've had a High Sierra VM running quite some time thanks to Ed's tutorials. I'm now trying to get the HDMI audio to work. I want to run an audio streaming app in the VM and have the output go out HDMI to my AVR sound system. I have a GT750 NVIDIA card passed thru(both video and audio) and OSX sees the two HDMI outputs but I'm getting no sound. I searched thru this thread and found a few tips but nothing since Ed posted this latest tutorial. Is this something that should work or no...?
-
[Support] binhex - DelugeVPN
I fear this question will demonstrate my ignorance of all things VPN but here goes... I've had DelugeVPN running with PIA as the service and Privoxy turned on for quite some time beautifully. I also have my local machines and services using the privoxy no problem. Can I use the DelugeVPN as an OpenVPN server to connect a machine with OpenVPN client from a remote network to gain secure access to the local network? If so, can someone point me to instructions to get me going?
-
**VIDEO GUIDE** How to setup and use rclone. Copy sync and encrypt files to the cloud. Even stream media
Gridrunner, your videos have been so useful to me, Thank You! I'm still a unix noob and I have a question about the expected behavior. I set up a remote to google: for an existing goggle drive that has lots of files/folders already there. When I use the rclone lsd command, I can see the content there no problem so I've got that part working. When I navigate via command line to the directory we created(/mnt/disks/google) and mounted to google:, and ls from there, I see nothing. Is that the expected behavior? I don't see any of the files/folders that are in my google: remote. I'm able to see the google share in OSX and copy files into that share no problem. I can see these files in the /mnt/disks/google directory but do not see them thru the Google Drive web interface. Should I? Am I just misunderstanding what the google directory is doing for me?
-
**VIDEO GUIDE** How to Install MacOS Mojave or High Sierra as a VM
Thanks for the feedback arkan. Sadly, the suggested XML did not work for me. I'm still getting the circle with slash during boot...
-
**VIDEO GUIDE** How to Install MacOS Mojave or High Sierra as a VM
Gridrunner, Thank you for the XML. That did the trick and it now allows me to save the XML. Now on to my next issue. When the VM is booting, I get the apple icon and the progress bar moving along nicely. When the progress bar gets to roughly 60%, the apple icon is replaced with a circle with a slash thru it and booting ceases. I Googled around a bit but didn't find anything helpful. Any ideas?
-
**VIDEO GUIDE** How to Install MacOS Mojave or High Sierra as a VM
First, I want to thank Gridrunner for all of his guides. It takes a lot of time and effort and it is much appreciated. I am in the process of following your most recent fast, easy way for OSX and I've run into a problem. When I remove the interface type down section in the XML and copy in your version and try to update the XML, I get the following error message: VM creation error XML error: Attempted double use of PCI slot 0000:02:03.0 (may need "multifunction='on'" for device on function 0) Here is my XML after copying in your section. Of course I've redacted the OSK key. <domain type='kvm'> <name>New Sierra</name> <uuid>0bb835f2-80b6-8130-4e3e-4731b8ff862d</uuid> <metadata> <vmtemplate xmlns="unraid" name="Linux" icon="linux.png" os="linux"/> </metadata> <memory unit='KiB'>4194304</memory> <currentMemory unit='KiB'>4194304</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>4</vcpu> <cputune> <vcpupin vcpu='0' cpuset='4'/> <vcpupin vcpu='1' cpuset='5'/> <vcpupin vcpu='2' cpuset='6'/> <vcpupin vcpu='3' cpuset='7'/> </cputune> <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/0bb835f2-80b6-8130-4e3e-4731b8ff862d_VARS-pure-efi.fd</nvram> </os> <features> <acpi/> <apic/> </features> <cpu mode='host-passthrough'> <topology sockets='1' cores='2' threads='2'/> </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/domains/OSX Sierra.img'/> <target dev='hdc' bus='virtio'/> <boot order='1'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x03' function='0x0'/> </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='pci' index='1' model='dmi-to-pci-bridge'> <model name='i82801b11-bridge'/> <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'/> <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/> </controller> <controller type='virtio-serial' index='0'> <address type='pci' domain='0x0000' bus='0x02' slot='0x02' function='0x0'/> </controller> <interface type='bridge'> <mac address='52:54:00:51:66:48'/> <source bridge='br0'/> <model type='e1000-82545em'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x03' function='0x0'/> </interface> <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='en-us'> <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='none'/> </devices> <seclabel type='none' model='none'/> <qemu:commandline> <qemu:arg value='-device'/> <qemu:arg value='usb-kbd'/> <qemu:arg value='-device'/> <qemu:arg value='usb-mouse'/> <qemu:arg value='-device'/> <qemu:arg value='isa-applesmc,osk=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'/> <qemu:arg value='-smbios'/> <qemu:arg value='type=2'/> <qemu:arg value='-cpu'/> <qemu:arg value='Penryn,vendor=GenuineIntel'/> </qemu:commandline> </domain> I'm a true novice at this stuff. Clearly I have a PCI conflict but don't know enough to get myself moving forward. Any ideas where I've gone wrong? Thanks in advance for any advice...
-
[Support] binhex - Radarr
Thx for the info strike. I'll be patient for a Radarr fix...
-
[Support] binhex - Radarr
For the last week or so I've been getting this series of errors in the Radarr log. Clearly having issues with connecting to Deluge. It worked just fine for a while. I have Binhex Sonarr running as well and it is configured exactly the same as Radarr(for the download client definition) and it is working just fine. 10.121.1.29:8112 is the Unraid server address and the Deluge port... Anyone have any ideas? [v0.2.0.453] NzbDrone.Common.Http.HttpException: HTTP request failed: [500:InternalServerError] [POST] at [http://10.121.1.29:8112/json] at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x001a1] in <ae3d9e58780b43ee98f09cd22fae698f>:0 at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.AuthenticateClient (NzbDrone.Common.Http.JsonRpcRequestBuilder requestBuilder, NzbDrone.Core.Download.Clients.Deluge.DelugeSettings settings, System.Boolean reauthenticate) [0x0005b] in <463df05116a245b2b8c360f52f372526>:0 at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.BuildRequest (NzbDrone.Core.Download.Clients.Deluge.DelugeSettings settings) [0x0006b] in <463df05116a245b2b8c360f52f372526>:0 at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.ProcessRequest[TResult] (NzbDrone.Core.Download.Clients.Deluge.DelugeSettings settings, System.String method, System.Object[] arguments) [0x00000] in <463df05116a245b2b8c360f52f372526>:0 at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.GetTorrentsByLabel (System.String label, NzbDrone.Core.Download.Clients.Deluge.DelugeSettings settings) [0x00012] in <463df05116a245b2b8c360f52f372526>:0 at NzbDrone.Core.Download.Clients.Deluge.Deluge.GetItems () [0x00029] in <463df05116a245b2b8c360f52f372526>:0 at NzbDrone.Core.Download.TrackedDownloads.DownloadMonitoringService.ProcessClientDownloads (NzbDrone.Core.Download.IDownloadClient downloadClient) [0x0000c] in <463df05116a245b2b8c360f52f372526>:0 17-3-12 06:59:48.3|Warn|HttpClient|HTTP Error - Res: [POST] http://10.121.1.29:8112/json: 500.InternalServerError
-
[Support] binhex - Sonarr
I'm new to Sonarr and having a problem getting the import to complete successfully. I realize this is most likely a Sonarr issue but I was hoping someone here could help out quickly. I'm using Binhex Deluge VPN as the downloader. Sonarr finds the TV show no problem, sends it to Deluge no problem. When the download is complete, Sonarr doesn't move the files to the destination TV directory. I feel like it's a volume config problem but I can't seem to find it. I get this errror in the Sonarr logs: Import failed, path does not exist or is not accessible by Sonarr: /DownloadComplete/Gold.Rush.S07E18.Miners.vs.Beavers.PROPER.720p.HDTV.x264-W4F[rarbg] Here are my volume mappings Deluge-VPN: /data /mnt/user/Download/ /Download /mnt/user/Download/ /DownloadComplete /mnt/user/DownloadComplete/ Sonarr: /data /mnt/user/DownloadComplete/ /media /mnt/user/TV/ I've checked the directory/file permissions on DownloadComplete and they look to be fine and the files are definitely in the DownloadComplete folder. I'm able to manually import the files no problem. Any help would be appreciated...
-
[Support] binhex - DelugeVPN
Binhex - I want to thank you for all the work you do on your dockers. I use several of them and they work great and are very stable. Sent you some beer money! Thx. I've been using DelugeVPN for a while and it works great. I'm trying to take advantage of Privoxy that is included but I'm missing something on how to config my browser(Google Chrome) to utilize it. I know I need to configure Chrome's proxy settings to point to the VPN. What IP do I use for that address? Is it the host address and port 8118? I've also seen setup suggestions for Privoxy say to point at 127.0.0.1 port 8118. I have tried both but neither work. Browser tells me no internet connection available. I have confirmed using the CheckMyTorrent that the VPN portion is setup and working properly. I know I'm missing something silly based on my limited understanding... Here's my Deluge settings. Network Type: Bridged Privileged: ON Host Port 1: 8112 Container Port: 8112 Host Port 2: 58846 Container Port: 58846 Host Port 3: 8118 Container Port: 8118 Host Path 2: /mnt/user/Download/ Container Path: /data Key 1: yes Container Variable: VPN_ENABLED Key 2: XXXXXXXXX Container Variable: VPN_USER Key 3: XXXXXXXX Container Variable: VPN_PASS Key 4: us-midwest.privateinternetaccess.com Container Variable: VPN_REMOTE Key 5: 1198 Container Variable: VPN_PORT Key 6: udp Container Variable: VPN_PROTOCOL Key 7: Container Variable: VPN_PROV Key 8: no Container Variable: STRONG_CERTS Key 9: yes Container Variable: ENABLE_PRIVOXY Key 10: 10.121.1.0/24 Container Variable: LAN_NETWORK Key 11: false Container Variable: DEBUG Key 12: 99 Container Variable: PUID
-
[Support] binhex - DelugeVPN
Sorry for the repeat post, but thought I would do it once in case it got lost in the shuffle. Anyone have an idea how I can disable/reset the WebGui password long enough for me to get it set back properly?
-
[Support] binhex - DelugeVPN
I had to dump my docker.img file as part of cleaning up some 6.2 upgrade issues. I've successfully added back all of my Binhex dockers except Deluge. Actually, I think it's starting and running fine, but I can't login to the WebGui. I'm quite sure I'm using the correct password but it tells me it's incorrect. How can I reset the WebGui password?
-
[Support] binhex - DelugeVPN
Mr-Hexen That worked perfectly! Thank you...
elmn8r
Members
-
Joined
-
Last visited