Everything posted by jeuser
-
[Plugin] rclone
@Wasehthat's a pitty but thank you for the update. I believe there are more important topics on this planet. đ On the other side it would be great if Unraid makes it to an offical topic in there software.
-
[Plugin] rclone
Hi, are there any news regarding rclone with native GUI? That would be so cool. đ
-
Unraid Wireguard mit IPv6
Danke, hab's gefunden.
-
Unraid Wireguard mit IPv6
Hi, danke dir fĂźr's Update. Mein Dyndns Anbieter ist der Service "MyFritz" von AVM und der kann IPv6. Dann warte ich mal bis die Umstellung erfolgt ist und hoffe, dass ich das dann "hinkonfiguriert" bekomme. đ
-
Unraid Wireguard mit IPv6
Hi @BjĂśrn f. danke dir schon mal, wenn ich dich richtig verstanden habe, brauche ich also keinen "neuen" Dienst, sondern muss "nur" umkonfigurieren. Was meinst du denn mit "Die ipv6 von deinem Anbieter muss dein dyndns Dienst auch kĂśnnen", welchen Anbieter meinst du denn? Mein Internetanbieter, in dem Fall dann Deutsche Glasfaser? GruĂ Thomas
-
Suche Container um einfach Fotos/Dateien via Webinterface hochzuladen
Hi, danke, dass sieht in der Tat nach einer guten einfachen Alternative aus. GruĂ Thomas
-
Unraid Wireguard mit IPv6
Hallo zusammen, aktuell verbinde ich mich via VPN wie folgt: iPhone > Vodafone mit IPv6 > MyFritz > Telekom mit IPv4 > FritzBox 7590 > Unraid mit Wireguard Demnächst bekomme ich einen Glasfaseranschluss von Deutsche Glasfaser und dann gibt es eine IPv6 Adresse. Mir ist jetzt nicht ganz klar, was ich genau beachten muss, damit ich weiterhin vom iPhone aus eine VPN Verbindung zu meinem Unraid Server aufbauen kann. Kann mir da jmd mal auf die Sprßnge helfen!? Danke euch! Gruà Thomas
-
Suche Container um einfach Fotos/Dateien via Webinterface hochzuladen
Hi, danke fßr den Hinweis. Hätte jetzt erstmal vermutet, dass das etwas zu ßberdimensioniert dafßr ist, aber schau ich mir gerne an. Gruà Thomas
-
Suche Container um einfach Fotos/Dateien via Webinterface hochzuladen
Hallo zusammen, ich suche eine einfache MĂśglichkeit Fotos vom PC (idealerweise auch vom Android Handy) hochzuladen. Hintergrund: weniger technikaffinen Freunden die MĂśglichkeit zu geben ihre am Android gemachten Fotos (temporär) hochzuladen; die Verteilung der Fotos an alle Ăźbernehme ich dann wieder. đ Habt ihr da einen Tip fĂźr mich? GruĂ Thomas
-
USV mit geringem idle Verbrauch
Hi, ja wurde gemessen. Bei dem verlinkten Modell ist im StandBy 3 Watt angegeben und hat damit am Besten abgeschnitten.
-
USV mit geringem idle Verbrauch
Hallo zusammen, in der aktuellen c't 6/22 wurden USVs getestet. Dabei hat Cyberpower auch mit gutem Preis-Leisungs-Verhältnis abgeschnitten: https://www.cyberpower.com/de/de/product/sku/br700elcd Werde mir dann auch mal sowas zulegen. đ Bei mir geht es um den Unraid Server und die FritzBox. GruĂ Thomas
-
VM nimmt sich ungewollt USB-Device bei Start
@SimonF thank you very much, that solved it!! đ Now I can reinstall your great plugin.
-
VM nimmt sich ungewollt USB-Device bei Start
@SimonF seems that you're right. I deinstalled your plugin but still have the same behaviour. Here's the output: root@Tower:~# virsh dumpxml "loxberry" <domain type='kvm' id='5'> <name>loxberry</name> <uuid>b04d98f6-826b-0cf2-1054-255882d7c9ec</uuid> <metadata> <vmtemplate xmlns="unraid" name="Debian" icon="debian.png" os="debian"/> </metadata> <memory unit='KiB'>2097152</memory> <currentMemory unit='KiB'>2097152</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>1</vcpu> <cputune> <vcpupin vcpu='0' cpuset='0'/> </cputune> <resource> <partition>/machine</partition> </resource> <os> <type arch='x86_64' machine='pc-q35-5.1'>hvm</type> </os> <features> <acpi/> <apic/> </features> <cpu mode='host-passthrough' check='none' migratable='on'> <topology sockets='1' dies='1' cores='1' threads='1'/> <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='raw' cache='writeback'/> <source file='/mnt/cache/domains/loxberry/loxberry-disc.img' index='1'/> <backingStore/> <target dev='hdc' bus='virtio'/> <boot order='1'/> <alias name='virtio-disk2'/> <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x0'/> </disk> <controller type='pci' index='0' model='pcie-root'> <alias name='pcie.0'/> </controller> <controller type='pci' index='1' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='1' port='0x10'/> <alias name='pci.1'/> <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'/> <alias name='pci.2'/> <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'/> <alias name='pci.3'/> <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'/> <alias name='pci.4'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x3'/> </controller> <controller type='pci' index='5' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='5' port='0x14'/> <alias name='pci.5'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x4'/> </controller> <controller type='virtio-serial' index='0'> <alias name='virtio-serial0'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x00' function='0x0'/> </controller> <controller type='sata' index='0'> <alias name='ide'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/> </controller> <controller type='usb' index='0' model='ich9-ehci1'> <alias name='usb'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x7'/> </controller> <controller type='usb' index='0' model='ich9-uhci1'> <alias name='usb'/> <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'> <alias name='usb'/> <master startport='2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x1'/> </controller> <controller type='usb' index='0' model='ich9-uhci3'> <alias name='usb'/> <master startport='4'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x2'/> </controller> <interface type='bridge'> <mac address='52:54:00:15:af:fe'/> <source bridge='br0'/> <target dev='vnet4'/> <model type='virtio-net'/> <alias name='net0'/> <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/> </interface> <serial type='pty'> <source path='/dev/pts/2'/> <target type='isa-serial' port='0'> <model name='isa-serial'/> </target> <alias name='serial0'/> </serial> <console type='pty' tty='/dev/pts/2'> <source path='/dev/pts/2'/> <target type='serial' port='0'/> <alias name='serial0'/> </console> <channel type='unix'> <source mode='bind' path='/var/lib/libvirt/qemu/channel/target/domain-5-loxberry/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> <input type='tablet' bus='usb'> <alias name='input0'/> <address type='usb' bus='0' port='1'/> </input> <input type='mouse' bus='ps2'> <alias name='input1'/> </input> <input type='keyboard' bus='ps2'> <alias name='input2'/> </input> <graphics type='vnc' port='5902' autoport='yes' websocket='5702' 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'/> <alias name='video0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0'/> </video> <hostdev mode='subsystem' type='usb' managed='no'> <source> <vendor id='0x10c4'/> <product id='0xea60'/> <address bus='1' device='3'/> </source> <alias name='hostdev0'/> <address type='usb' bus='0' port='2'/> </hostdev> <memballoon model='virtio'> <alias name='balloon0'/> <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x0'/> </memballoon> </devices> <seclabel type='dynamic' model='dac' relabel='yes'> <label>+0:+100</label> <imagelabel>+0:+100</imagelabel> </seclabel> </domain>
-
VM nimmt sich ungewollt USB-Device bei Start
Hi @SimonF thanks for your support. I now updated to Unraid 6.10.0-rc3. I try to explain the issue in english. In the past the marked device was attached to a VM. Now I attached the device to a Docker. But everytime when I restart the VM (for making backups) the VM "grabs" the device and the docker will stop. Here are some screenshots. It would be great when you can have a look on it. Perhaps you have an hint or idea what I can try. Thanks in advance. Thomas
-
VM nimmt sich ungewollt USB-Device bei Start
Hallo, sorry, wuĂte nicht das das relevant sein kĂśnnte, sonst hätte ich das natĂźrlich direkt geschrieben, mea culpa. đ Anbei auch noch ein Screenshot von den Einstellungen des Plugins Als Unraid 6.9.2 und das Plugin heiĂt "USB Manager" aktuelle Version 2022.3.13 Danke!!
-
VM nimmt sich ungewollt USB-Device bei Start
Hallo, solch einen Eintrag gibt es nicht, aber kĂśnnte es evtl. hierwas von sein und wenn ja, woher weiĂ ich denn, welchen Eintrag ich da nehmen mĂźsste? Danke und GruĂ <controller type='usb' index='0' model='ich9-ehci1'> <alias name='usb'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x7'/> </controller> <controller type='usb' index='0' model='ich9-uhci1'> <alias name='usb'/> <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'> <alias name='usb'/> <master startport='2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x1'/> </controller> <controller type='usb' index='0' model='ich9-uhci3'> <alias name='usb'/> <master startport='4'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x2'/> </controller>
-
VM nimmt sich ungewollt USB-Device bei Start
Hallo, ich habe einen ZigBee-USB-Stick. Diesen hatte ich testweise in einer VM, nutze ihn aber jetzt im Docker (Zigbee2MQTT). Obwohl in den Eigenschaften der VM den Stick nicht mehr aktiviert habe, "nimmt" sich die VM bei jedem Neustart wieder den Stick und der Docker funktionniert nicht mehr. Muss dann immer manuell auf "VM detach" klicken. Jmd eine Idee, wie ich den Stick dauerhaft dem Docker zuweisen kann? Bzw. was muss ich tun, damit nicht die VM bei jedem Neustart sich das Stick "nimmt"? Danke euch. GruĂ Thomas
-
[SUPPORT] malvarez00 - MotionEye
OMG that was a stupid one. I created a file "motion.conf" instead of "motioneye.conf". Now it works.
-
[support] Spants - NodeRed, MQTT, Dashing, couchDB
Hello, is this the right place for support for the "zigbee2mqtt"-docker? I tried to setup it and also edited the configuration.yaml but it won't start. What does "- frontend must be object" mean in the log? Thank you. đ homeassistant: false permit_join: true mqtt: base_topic: zigbee2mqtt server: mqtt://192.168.1.163 user: loxberry password: PASSWORD serial: port: >- /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_3c97c5fcdac9eb1194998f4f1d69213e-if00-port0 advanced: homeassistant_legacy_entity_attributes: false legacy_api: false device_options: legacy: false frontend: port: 9442 Using '/app/data' as data directory !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! READ THIS CAREFULLY Refusing to start because configuration is not valid, found the following errors: - frontend must be object If you don't know how to solve this, read https://www.zigbee2mqtt.io/guide/configuration !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-
[SUPPORT] malvarez00 - MotionEye
Not a bad idea unfortunatly it seems that the docker wants some content:
-
[SUPPORT] malvarez00 - MotionEye
Hi, please can you give some more details what you did do? I changed the network-typ to "Host" but still have this error:
-
[Plugin] rclone
@Waseh thanks for the link. In the meantime I found a solution you have to switch to "Host" in the network settings inside the Firefox.docker preferences.
-
[Plugin] rclone
Hi guys, hopefully a noob question, I don't get Unraid into Gui-Mode for my OneDrive setup. Now I read that I can use Firefox.docker to get it working. Do I have the right network settings?
-
[Support] ClamAV
Hi, is it only me with and my setup is wrong? Do you get a notice when ClamAV detects a virus?
-
unraid-autovmbackup: automate backup of virtual machines in unRAID - v0.4
Hi, I've got a VM which is switched off normally. But every time I do a backup the script restarts all VMs. Is there a way to exclude a dedicated VM to (re-)start after backup? Thanks in advance.