chrismuc

Members
  • Posts

    19
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

chrismuc's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Hey there, I've been failing to route any container (preferably hotio/qbittorrent) through gluetun vpn. I just keep getting funny error messages when I try to start the qbittorrent container after deleting port mappings and changing the network to container:gluetun. Also some docker network adapter seems to be doing funny things. Can please someone try to help? Thank you in advance! I've created a docker network named "container:gluetun". The gluetun container is named "gluetun". I've manually changed the gluetun web UI port to 8001, as 8000 is occupied already. Now this is what happens: gluetun starts, but I can't access logs (window opens and quickly closes again). When I try to start qbittorrent, I'm getting this error: When I edit the qbittorrent template, I can see the docker run command and getting this error message about gluetun container being in the process of restarting: And when I check the Unraid system log, there's something funny going on with the docker network: This is my gluetun config: and this is my qbittorrent template:
  2. Hello @szaimen, I appreciate your feedback, and all the other's I've read from you in the Nextcloud forum which helped me a lot! Especially the one with the russian page describing how to change permissions so Nextcloud AIO initial setup won't fail was a game changer... But the chown command you're suggesting seems to be 100% identical with what I have written in my user script. Am I missing something? Cheers again!
  3. Hello everyone, I've created my first user script: to make Nextcloud AIO recognize files added manually via a file manager, the owner of the new files needs to be changed to "sshd:root". Originally, when adding new files, the owner will be "nobody". This is my user script: My problem is that running the script sets the owner to "unknown" instead of "sshd". But when using the same command from command line, it works perfectly and recursively sets the owner to "sshd". What am I doing wrong? Cheers for any feedback!
  4. Thank you very much for this container, I love it! I just have one question: I've got it working with my local Unraid data pool based on HDDs (slow). I'd like to also mount the ZFS pool provided by my Truenas VM which is currently shared via SMB. SMB share is fully set up and mounted in Unraid, but how can I make it accessible to Filerun? I don't feel comfortable giving Filerun access to all of /mnt just to achieve that... Cheers in advance for any input!
  5. Hello everyone, I'm having trouble accessing authentik via the FQDN behind Cloudflare Proxy and Nginx Proxy Manager, getting the "too many redirects, delete your cookies" error. Deleting cookies doesn't help. I can access Authentik internally. I have entered the FQDN in the embedded outpost. Cloudflare is set to "full (strict)", HTTPS rewrites activated, HSTS activated. I've tried playing around removing "proxy" from Cloudflare using "only DNS" instead and unchecking "force SSL" from NPM, but no change. I'm having this problem only with Authentik currently. Does anybody have an idea what else I could try? Thanks a lot in advance! ...and here's the output of "redirect path" plugin of my browser, in case it helps: https://hastebin.com/anokawujet.apache
  6. Thank you so much, you pointed me to the right direction! Seems that during the installation of 6.11 the remote port had been reset to 4444 and remote access deactivated - I got it working now!
  7. Hey there, since I've updated from the last 6.10. to 6.11 (RC5 at the time) my server is not being shown as "remote" on My Servers page anymore when I'm accessing the My Servers page from a remote network - so I don't have remote access anymore, as "local access" doesn't work. I'm on 6.11.1 now, but the problem remains the same. I don't know where to start looking for a solution, can someone help? Cheers!
  8. Sorry for late reply, couldn't get back on it earlier! I'm using the two split cables that came with the LSI card from China, they are unlabeled. I plugged it into a HDD today, HDD appears in Unraid Devices, but optical drive doesn't. @Vr2Io You seem to have positive experience passing through optical drives with LSI HBA. Any idea why it's not working for me? The cables seem to be ok. Cheers all!
  9. Thank you JorgeB for your comment! I'll try if a normal HDD works asap. But anyhow, somehow it must be possible to passthrough an optical disc to a VM in Unraid, right? As none of the PCIe ACS Override helped me separate the mainboard SATA ports being used by my array from the one I originally had my DVD drive connected to, should I move my array to the LSI (if disks are recognized) and move the optical drive to the mainboard SATA ports instead? Would non-LSI HBAs work with optical drives, as you said "not sure if an LSI would detect optical drives? Here are my diagnostics: where would you see if the HBA is being initialized properly? nexus-diagnostics-20220623-2218.zip Cheers!
  10. Hi all, I've bought a LSI SAS2008 HBA card (9211-8i), but in Unraid Device Settings I can only see the LSI Raid Adapter, not the connected devices. I want to pass-through a DVD drive to a VM, which wasn't possible using the mainboards SATA port, as my drive array is running on that and I coldn't manage to split the IOMMU group to only pass-through the SATA port connected to the DVD drive. I've checked the installed firmware/bios with sas2flash, FW is 20.00.07.00 and NVDATA version is 14.01.00.08. Reflashing IT fw didn't change anything. CSM support is enabled in BIOS, but LSI Bios is not shown (so no Ctrl-C possible to check if "IT" or "IR"). What am I missing? Please see screenshot ot SAS adapter info. Cheers!
  11. Hey, how is the "Set permissions" part of the Create Dataset supposed to be used? I keep getting this error message when I'm trying to fill in one of my Unraid share users (and keep having smb issues on Windows, no write access possible so far, that's why i'm trying to investigate zfs user permissions). Cheers!
  12. I'm having trouble getting this working, using the latest NextcloudVM ova package, I'm stuck in the UEFI shell ('exit' doesn't lead anywhere else). This is my vm-xml: <?xml version='1.0' encoding='UTF-8'?> <domain type='kvm'> <name>NextcloudVM</name> <uuid>58aff6d9-0004-ac5c-1915-0fd1042d336c</uuid> <metadata> <vmtemplate xmlns="unraid" name="Ubuntu" icon="ubuntu.png" os="ubuntu"/> </metadata> <memory unit='KiB'>4194304</memory> <currentMemory unit='KiB'>4194304</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>2</vcpu> <cputune> <vcpupin vcpu='0' cpuset='3'/> <vcpupin vcpu='1' cpuset='7'/> </cputune> <os> <type arch='x86_64' machine='pc-q35-6.2'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader> <nvram>/etc/libvirt/qemu/nvram/58aff6d9-0004-ac5c-1915-0fd1042d336c_VARS-pure-efi.fd</nvram> </os> <features> <acpi/> <apic/> </features> <cpu mode='host-passthrough' check='none' migratable='on'> <topology sockets='1' dies='1' cores='1' 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='raw' cache='writeback'/> <source file='/mnt/cache_appdata_vms/domains/nextcloudvm/40GB_Nextcloud-VM_www.hanssonit.se-disk1.img'/> <target dev='hdc' bus='virtio'/> <boot order='1'/> <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x0'/> </disk> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source file='/mnt/cache_appdata_vms/domains/nextcloudvm/40GB_Nextcloud-VM_www.hanssonit.se-disk2.img'/> <target dev='hdd' bus='virtio'/> <address type='pci' domain='0x0000' bus='0x05' slot='0x00' 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='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='pci' index='5' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='5' port='0x14'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x4'/> </controller> <controller type='pci' index='6' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='6' port='0x15'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x5'/> </controller> <controller type='pci' index='7' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='7' port='0x16'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x6'/> </controller> <controller type='virtio-serial' index='0'> <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x0'/> </controller> <controller type='sata' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/> </controller> <filesystem type='mount' accessmode='passthrough'> <source dir='/mnt/user/slownas/'/> <target dir='slownas'/> <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/> </filesystem> <interface type='bridge'> <mac address='52:54:00:d9:4d:4d'/> <source bridge='br0'/> <model type='virtio'/> <address type='pci' domain='0x0000' bus='0x02' 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='0x06' slot='0x00' function='0x0'/> </memballoon> </devices> </domain> Any ideas why it's not starting? Cheers!
  13. having the same problem here. just can't create and successfully access (via noVNC) a Win 11 VM. tried different driver images, Q35 and i440, nothing works! any idea what i'm doing wrong? I'm attaching diagnostics. Cheers! nexus-diagnostics-20220412-2000.zip