shremi

Members
  • Posts

    54
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

Recent Profile Visitors

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

shremi's Achievements

Rookie

Rookie (2/14)

0

Reputation

  1. So i decided to upgrade my cache drive , everything went ok or so i thought. I have a strange issue when i update a docker container it resets the network connection. i am attaching some pictures. I apply the update Pulling image: linuxserver/radarr:latest IMAGE ID [1211727932]: Pulling from linuxserver/radarr. IMAGE ID [3b8cf8713836]: Already exists. IMAGE ID [07a0e16f7be1]: Already exists. IMAGE ID [667a39f8e19d]: Already exists. IMAGE ID [ecfc18e38ba1]: Already exists. IMAGE ID [486a0ab8af67]: Already exists. IMAGE ID [d13bf8c7752d]: Pulling fs layer.Downloading 100% of 69 MB.Download complete.Extracting.Pull complete. IMAGE ID [e0ce5493cc2f]: Pulling fs layer.Downloading 100% of 964 B.Verifying Checksum.Download complete.Extracting.Pull complete. Status: Downloaded newer image for linuxserver/radarr:latest TOTAL DATA PULLED: 69 MB Stopping container: radarr Successfully stopped container: radarr Removing container: radarr Successfully removed container: radarr Command execution docker run -d --name='radarr' --net='none' -e TZ="America/Mexico_City" -e HOST_OS="Unraid" -e HOST_HOSTNAME="Tower" -e HOST_CONTAINERNAME="radarr" -e 'PUID'='99' -e 'PGID'='100' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:7878]' -l net.unraid.docker.icon='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/radarr.png' -v '/mnt/user/Downloads/Complete/':'/downloads':'rw' -v '/mnt/user/Media/Movies':'/movies':'rw' -v '/mnt/user':'/mnt/user':'rw' -v '/mnt/user/appdata/radarr':'/config':'rw' 'linuxserver/radarr' 7a3132194df32fb3bdf7e7fe700df14644475a6ec2cc04d5067cd7a38f7ea445 The command finished successfully! Removing orphan image: 9e6f315ce211 Error: Image can not be deleted, in use by other container(s) And now the docker loses the dockernet network. Any ideas on how to solve this
  2. Yeah i am trying to add my usb-rtl dongle to my home assistant VM , from what i read , it is required to connect as serial for home assistant.
  3. Hello i am trying to add my rtl 433 USB device to my home assistant VM . I am getting some virsh errors. root@Tower:~# cat /usr/local/emhttp/state/usb.ini | grep error virsherror = "" virsherror = 1 virsh = "error: Failed to attach device from /tmp/libvirthotplugusbbybusHassio-003-004.xml error: unable to stat: /dev/serial/by-id/: No such file or directory And the weirdest thing root@Tower:~# cd /dev/serial/by-id/. bash: cd: /dev/serial/by-id/.: No such file or directory I am at a lost in here , any advice on how to proceed ????
  4. Thanks for this guide and docker @aeleos, was able to set it up and close my port frowarding rules. How are you guys handeling reating new certs ? DNS challenge ?? I use NPM and since i closed the ports 80 and 443 i get error when creating new certs. I also assume that this applies when renewing certificates also
  5. I upgraded and lost all of my docker containers and vms.... Rolling back dint help much . How to proceed
  6. I think i messed up when configuring the address on the extension. All fixed now i believe it wasa typo Thanks for the help bro
  7. Yeah i am able to acces via the web ui .... i can even log in and set up a few passwords. I did use Nginx proxy manager for the reverse proxy tho.
  8. Guys i have a quick bitwarden question : I have set up the docker container and the reverse proxy to it. I also created an account and i can log in. However when trying to use the chrome extension what changes do i need to make ?? I have pointed to my self hosted address but i have this errors. Failed to construct 'Request': Failed to parse URL from https://:bitwarden.xxxxxx.com/api/accounts/prelogin
  9. Hey guys I am struggling a bit with my VM .... I finally got a spare gt 710 so I can install Catalina .... Everything went smoothly . Installed splashtop however when I switched to the gpu splashtop doesn't want to connect..... I then moved to TeamViewer I can connect when I try type in the password it doesn't register anything. I am simply at a lost here . Anyone has had this issue before ?
  10. Hey guys so i have been trying to get to my Windows VM to boot which was previously working fine. I have edited my bios according to the spaceinvader guide and it was working previously nothing has changed i can boot to the VM using VNC but whenever i pass through the GPU windows cycles 3 times and then i get the windows couldn't start screen. I can attest to the card working fine as my OSX VM boots it perfectly. So a hardware issue is not here On a side note . I have just installed POP OS to play a little bit but i also can't get the card to work with it any recommendations for this ?? The logs really doesn't throw any error at all.
  11. Hello after reading the thread i am trying to add my nvme drive to a windows vm but its taking forever to load. <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x03' slot='0x00' function='0x0'/> </source> <alias name='ua-sm2262'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x09' function='0x0'/> </hostdev> <memballoon model='none'/> </devices> <seclabel type='dynamic' model='dac' relabel='yes'> <label>+0:+100</label> <imagelabel>+0:+100</imagelabel> </seclabel> <qemu:commandline> <qemu:arg value='-set'/> <qemu:arg value='device.ua-sm2262.x-msix-relocation=bar2'/> </qemu:commandline> </domain> after i read the fix i have tried to implement it to my XML however i cant seem to get the part of the : <alias name='ua-sm2262'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x00' function='0x0'/> Where should we get the information ?? I tried with the bus='0x02' but i have an error i canot save the XML... if i leave everything to 0 it pupulates as the XML i posted above.... I managed to not give me an error so i know i must be going in the right direction. Any of you guys have more info on this?
  12. It was my b i am using https SSL to access unraid dont know why it didn't worked yesterday but i was able to do it today using https and port 443. So know i am going all out with this docker just finished setting up organizr to the way i like but it seems i cant do te reverse proxy to access it . again i am using a cname redirected to the organizr container but it doesnt seem to work . is there anything special we need to configure to make organizr to work with this? Scratch that i had a fckn misspell on the cname lol i am able to get too through now my tabs dont open i think i need too do more digging on why is this happening.
  13. I just finished moving from the letsencrypt docker to this docker great and amazing work. I by no means am a network guy but after a couple of tries (with my pfsense and opening the ports) i was able to get up and running in no time .... as other stated make sure the docker containers you are trying to access are in bridge mode, i was using the custom proxynet interface since i followed the spaceinvader one videos. The main reason i moved to this is to get access to a VM that is running hassio for home automation, i also always got some errors on the unifi controller with the certificate on the letsencrypt docker and with this docker i didn't get any type of errors . I am using my own domain with cnames for the different docker containers. Great job on this docker OP very recomended for the ease of usage vs the letsencrypt docker. However i am struggling with the last part of my setup i want to be able to redirect the Unraid UI to a cname i just don't know how to do it since it uses ports 80 or 443. Anyone was able to pull this through ?
  14. Ohhhh that might be the issue i followed eds video but he never mentioned to save the files on the site folder we used the proxy confgs folder..... how should i name the file????