Jump to content

aptalca

Community Developer
  • Posts

    3,064
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by aptalca

  1. Duckdns does not have/need a config folder. It also doesn't need to be in host mode. Leave it as bridge. Just fill in the subdomain and token info.
  2. html5up.net has awesome free html5 templates. I grabbed and modified one to be my landing page
  3. This is a completely different container image. You can't just use the data folder from the other one here. As I posted on the other thread, install this one in a new config folder and then move your config and web files from the other piece by piece. The are too many changes under the hood.
  4. I agree it does appear that way. Not sure how that is happening... I thought dockers were separated. They are. You sure you not got something going on at the router level? Or any other openvpn plugin? Spent some time this morning confirming I don't have anything else connecting to OpenVPN in the network. If I stop the transmission-openvpn docker then duckdns updates the correct external IP. Setting the duckdns docker to Host and Privileged does nothing. This is very confusing to me. Host mode won't do anything. That's only for incoming connections. You can exec into the container and do traceroute to confirm but it's most definitely an issue with openvpn. Nothing we can do in the duckdns side
  5. Container issues a simple http request to duckdns servers. The servers see the originating ip and set that for the ddns. It sounds like your duckdns container is also tunneled through the vpn
  6. It is hardcoded at 5 minutes, which is the recommended interval by duckdns
  7. Thanks for the pointers. I made a bunch of changes, removed xvga from the xml, upgraded to Sierra, changed smbios setting in clover to match an older mac, etc. And IT WORKS!!! Finally. It recognized the card and without any boot arguments or installing web drivers, it worked. Phew, spent so many hours Now I need to get audio working ;-) EDIT: Got hdmi audio working thanks to another one of your posts http://lime-technology.com/forum/index.php?topic=51915.msg524900;topicseen#msg524900 :-) Thanks so much Hi aptalca try using this hdmi kext https://www.dropbox.com/s/1f39m1bew9uhyio/HDMIAudio-1.1.dmg?dl=0 mount the dmg open terminal then cd to image cd /Volumes/HDMIAudio then run script to install ./install.sh I found this worked for a few cards that i have tried before. I can confirm that script worked for me as well for a Zotac GT 710 1GB Thanks so much
  8. Thanks for the pointers. I made a bunch of changes, removed xvga from the xml, upgraded to Sierra, changed smbios setting in clover to match an older mac, etc. And IT WORKS!!! Finally. It recognized the card and without any boot arguments or installing web drivers, it worked. Phew, spent so many hours Now I need to get audio working ;-) EDIT: Got hdmi audio working thanks to another one of your posts http://lime-technology.com/forum/index.php?topic=51915.msg524900;topicseen#msg524900 :-) Thanks so much
  9. Not sure what caused it, but I updated mine to the latest and it works fine. I'd recommend starting with a fresh config folder
  10. Hi guys, I set up multiple OSX VMs, but never been successful with passthrough. I'm not a newbie at passthrough as I have various win 10, ubuntu and libreelec VMs with passthrough on both seabios and ovmf with amd and nvidia cards.. With OSX (El Capitan), I am trying to pass a GT710. I tried both the qemu arg method and the hostdev method. With the gpu passed through, I get the bios screen (clover) and then the Apple logo, but once the bar gets to about 30% of the way, it just reboots. I tried adding the boot argument nvda_drv=1 and it didn't change anything. Without a gpu, everything works just fine through vnc. Here's my xml: <domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'> <name>OSX ovmf clover</name> <uuid>9e8f2f19-b0cd-4078-acaa-3e7facf9c2a5</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='12'/> <vcpupin vcpu='3' cpuset='13'/> </cputune> <os> <type arch='x86_64' machine='pc-q35-2.5'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader> <nvram>/etc/libvirt/qemu/nvram/bd720907-71dd-2485-ae78-ebee2f6a4bb6_VARS-pure-efi.fd</nvram> <boot dev='hd'/> </os> <features> <acpi/> </features> <cpu mode='custom' match='exact'> <model fallback='allow'>core2duo</model> <vendor>Intel</vendor> </cpu> <clock offset='utc'/> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>destroy</on_crash> <devices> <emulator>/usr/local/sbin/qemu</emulator> <disk type='file' device='disk'> <driver name='qemu' type='raw'/> <source file='/mnt/user/domains/OSX/vdisk1.img'/> <target dev='hda' bus='sata'/> <address type='drive' controller='0' bus='0' target='0' unit='0'/> </disk> <controller type='usb' index='0'> <address type='pci' domain='0x0000' bus='0x02' slot='0x02' function='0x0'/> </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='0x01' 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> <hostdev mode='subsystem' type='pci' managed='yes' xvga='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x02' slot='0x00' function='0x0'/> </source> <address type='pci' domain='0x0000' bus='0x02' slot='0x01' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x02' slot='0x00' function='0x1'/> </source> <address type='pci' domain='0x0000' bus='0x02' slot='0x04' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source> <vendor id='0x046d'/> <product id='0xc517'/> </source> </hostdev> <memballoon model='none'/> </devices> <seclabel type='none' model='none'/> <qemu:commandline> <qemu:arg value='-device'/> <qemu:arg value='isa-applesmc,osk=xxxxxxxxxx'/> <qemu:arg value='-smbios'/> <qemu:arg value='type=2'/> <qemu:arg value='-cpu'/> <qemu:arg value='core2duo,vendor=GenuineIntel'/> </qemu:commandline> </domain> I'm starting to suspect my motherboard: Supermicro X9SRL-F coupled with a Xeon E5-2670v1 Any ideas? or anyone else using the same board and cpu?
  11. Or, you can set it in bios to boot when power is reapplied. Apc ups can shut itself down when the server goes off, when power is back, apc will wake up and so will your server. But in that scenario, make sure you set a conservative shutdown threshold because you don't want the server to come online with the ups battery almost depleted
  12. Not yet. The version with stream support is available on alpine 3.5, which is an os upgrade over the current 3.4 and therefore needs to be thoroughly tested before we release it.
  13. https://pkgs.alpinelinux.org/package/v3.4/main/x86_64/nginx No stream mod in this version, but the next version will include it. No eta yet (currently testing it)
  14. Post a screenshot of your container settings
  15. Drop the bundle into the config folder, match permissions and restart the container. If it's running in host mode, you can just go to the server ip and port 33400
×
×
  • Create New...