reppmic

Members
  • Posts

    28
  • Joined

  • Last visited

Everything posted by reppmic

  1. Hallo, ich habe eine VPN Verbindung wg0 im VPN Setup in Docker erstellt und diese einem Container zugewiesen. mit dem Befehl : dig @resolver4.opendns.com myip.opendns.com +short sehe ich das die VPN public IP genutzt wird. habe nun bemerkt das mein „embyServer“ welcher im „Host“ mode läuft total Probleme mit Internetbezogenen Diensten hat - wieso ist EmybServer welcher im „Host“ Mode läuft vom wg0 beeinflusst?
  2. Hi, right now it´s up and running, thanks for this! i wonder if its possible to reach other ips in my home network ? if yes, can you please give me a hint?
  3. i endet up with active file recovery which brought me back 60% of lost stuff
  4. Hi, need help 🙂 i unfortunately deleted a folder with rm-rf /Folder/ in Terminal is there a way to recovery/restore my stuff with using the unraid Shell / Docker or VM without an additional drive? the disk was max 10% filled before i dropped my command in Terminal The disk is XFS formatted please help 🙂
  5. yes, i hopefully wait for a fix, i have no time and fun to setup all new inside my VM
  6. whole day trying around, i think there is an error with VPN/NIC and OR boot order
  7. yes, your right, my Big Sur IMG stopped at 2.15GB
  8. i cant even install a new one, when i start the new VM vnc is not working for me
  9. Hi, since the last unRaid 6.11.2 update my MacinaBox Catalina has stopped working. i have nothing changed für months on my VM because its only needed to do some automation stuff has anyone a good idea to help me out? <?xml version='1.0' encoding='UTF-8'?> <domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'> <name>MacinaboxCatalina</name> <uuid>c3f054-6db2-4d60-96d9-64dfe19ec57d</uuid> <description>MacOS Catalina</description> <metadata> <vmtemplate xmlns="unraid" name="Windows 10" icon="default.png" os="Catalina"/> </metadata> <memory unit='KiB'>8388608</memory> <currentMemory unit='KiB'>8388608</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>4</vcpu> <cputune> <vcpupin vcpu='0' cpuset='1'/> <vcpupin vcpu='1' cpuset='5'/> <vcpupin vcpu='2' cpuset='2'/> <vcpupin vcpu='3' cpuset='6'/> </cputune> <resource> <partition>/machine</partition> </resource> <os> <type arch='x86_64' machine='pc-q35-3.1'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader> <nvram>/etc/libvirt/qemu/nvram/c39df054-6db2-4d60-96d9-64dfe19ec57d_VARS-pure-efi.fd</nvram> <boot dev='fd'/> </os> <features> <acpi/> <apic/> </features> <cpu mode='host-passthrough' check='none' migratable='on'> <topology sockets='1' dies='1' cores='2' threads='2'/> <cache mode='passthrough'/> </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='qcow2' cache='writeback'/> <source file='/mnt/user/domains/MacinaboxCatalina/Clover.qcow2'/> <target dev='hdc' bus='sata'/> <address type='drive' controller='0' bus='0' target='0' unit='2'/> </disk> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source file='/mnt/user/domains/MacinaboxCatalina/Catalina-install.img'/> <target dev='hdd' bus='sata'/> <address type='drive' controller='0' bus='0' target='0' unit='3'/> </disk> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source file='/mnt/user/domains/MacinaboxCatalina/macos_disk.img'/> <target dev='hde' bus='sata'/> <address type='drive' controller='0' bus='0' target='0' unit='4'/> </disk> <controller type='pci' index='0' model='pcie-root'/> <controller type='pci' index='1' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='1' port='0x10'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0' multifunction='on'/> </controller> <controller type='pci' index='2' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='2' port='0x11'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x1'/> </controller> <controller type='pci' index='3' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='3' port='0x12'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x2'/> </controller> <controller type='pci' index='4' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='4' port='0x13'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x3'/> </controller> <controller type='virtio-serial' index='0'> <address type='pci' domain='0x0000' bus='0x02' slot='0x00' function='0x0'/> </controller> <controller type='sata' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/> </controller> <controller type='usb' index='0' model='nec-xhci' ports='15'> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/> </controller> <interface type='bridge'> <mac address='52:54:00:18:a6:18'/> <source bridge='br0'/> <model type='virtio-net'/> <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/> </interface> <serial type='pty'> <target type='isa-serial' port='0'> <model name='isa-serial'/> </target> </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='tablet' bus='usb'> <address type='usb' bus='0' port='1'/> </input> <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='de'> <listen type='address' address='0.0.0.0'/> </graphics> <audio id='1' type='none'/> <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='virtio'> <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x0'/> </memballoon> </devices> <seclabel type='dynamic' model='dac' relabel='yes'/> <qemu:commandline> <qemu:arg value='-usb'/> <qemu:arg value='-device'/> <qemu:arg value='usb-kbd,bus=usb-bus.0'/> <qemu:arg value='-device'/> <qemu:arg value='************************'/> <qemu:arg value='-smbios'/> <qemu:arg value='type=2'/> <qemu:arg value='-cpu'/> <qemu:arg value='Penryn,kvm=on,vendor=GenuineIntel,+invtsc,vmware-cpuid-freq=on,+pcid,+ssse3,+sse4.2,+popcnt,+avx,+aes,+xsave,+xsaveopt,check'/> </qemu:commandline> </domain>
  10. no, i tried to install it via GUI of unraid this is not possible?
  11. Hi, i tired to install some plugins which i missed now like libmediainfo. i go to slackware and choosed the link under Slackware current...... https://slackware.pkgs.org/current/slackers/libmediainfo-22.06-x86_64-2cf.txz.html when i use this link to install i get the following error : plugin: installing: libmediainfo-22.06-x86_64-2cf.txz plugin: downloading: libmediainfo-22.06-x86_64-2cf.txz ... 100% plugin: downloading: libmediainfo-22.06-x86_64-2cf.txz ... done Executing hook script: pre_plugin_checks plugin: XML file doesn't exist or xml parse error Executing hook script: post_plugin_checks what went wrong? Thanks for any Help
  12. Hi, is there any chance to get any of these resolutions in Big Sur or Catalina? : 1024x768, 1280x960, 1440 x1080, 1600x1200 ?
  13. ahh ok, though docker version has another changelog then the one from github thanks
  14. Hi, bin ziemlicher unRaid Neuling - eben kam eine „update iobroker“ Meldung , wo kann ich sehen was dieses update beinhaltet (changelog)? VG
  15. mhhh, but when i use openVPN or IPsec it has the normal behaviour. when port is closed or VPN server is offline the VPN did not start.
  16. Sorry for double-post ... i posted it in dynamix wireguard topic but maybe somebody has an explanation here : Hi, i installed wireguard this week , all works fine but i noticed one thing: even when i deactivate Wireguard or/and the open UDP Port on my router iOS „established“ a VPN connection (which is not working) but it shows „connected“ and the VPN Sign is in the upper right corner. any ideas why? greetings
  17. Hi, i installed wireguard this week , all works fine but i noticed one thing: even when i deactivate Wireguard or/and the open UDP Port on my router iOS „established“ a VPN connection (which is not working) but it shows „connected“ and the VPN Sign is in the upper right corner. any ideas why? greetings
  18. ok thanks for this info with emhttp daemon. but why is the chmod 777 /dev/bus/usb/001/003 command not working? must take a look in the user scripts plug-in , thanks for this hint
  19. Hi, i need help with my go file : #!/bin/bash # Start the Management Utility chmod 777 /dev/bus/usb/001/003 cp /mnt/disk8/isos/prename.pl /usr/bin chmod 777 /usr/bin/prename.pl modprobe i915 chown -R nobody:users /dev/dri chmod -R 777 /dev/dri /usr/local/sbin/emhttp & bash_profile () { if [ -f /root/.bash_profile ]; then cat /boot/config/mybashprofile >> /root/.bash_profile fi } # Update Bash Profile bash_profile its working 50%, this commands are not executed after boot : chmod 777 /dev/bus/usb/001/003 cp /mnt/disk8/isos/prename.pl /usr/bin chmod 777 /usr/bin/prename.pl i dont know why - these commands are working 100% when i execute them in a shell after reboot help would be great
  20. ok, thanks for clearify , but is it also not possible to setup unraid Wireguard that the incoming client can only access a specific ip range?
  21. is it possible to activate the VPN only when trying to access specific dns names oder ip adresses? scenario : on the road , logged into 5G , no VPN -> open my SecurityCam app which points to 192.x.x.x , VPN will start and shutdown when app is closed (or specific idle time) or connect only when i try to connect to a specific ip range would be great