shremi

Members
  • Posts

    54
  • Joined

  • Last visited

Posts posted by shremi

  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.

     

    image.thumb.png.fb59f0959717126f9a592a6c8f5550f6.png

     

    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.

     

    image.thumb.png.068ec215704d30ca573b6a870c66422e.png

     

    Any ideas on how to solve this ??? 

     

     

  2. On 10/12/2023 at 5:57 AM, SimonF said:

    Are you trying to connect as serial? Try with just these two

     

    image.png

     

    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. 4 minutes ago, cheesemarathon said:

    You might have to do a custom config then. I have no experience with proxy manager but post a pic of your setup I'll see if I can spot anything. 

    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

  5. 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

     

  6. 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 ?

     

  7. 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. 

     

  8. 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?

     

  9. 10 hours ago, Djoss said:

    What did you try? You normally have to add a new proxy host and forward to the IP of unRAID.  It should not be an issue if unRAID runs on port 80.

    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. 

  10. 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 ?

  11. 5 minutes ago, CHBMB said:

     

    IP addresses and server name do need to be changed

     

    
    	satisfy any;
            allow 192.168.0.0/24;
            deny all;

    This bit just means it can only be accessed by clients on the 192.168.0.0 subnet. (My LAN)

     

    Yeah i figured i get no errors in the logs 

     

    but i get the Welcome to our server message i tried both ways.

    https://unifi.myserver.us:8843/

    https://unifi.myserver.us

     

    Do you know if there is a way to run both controllers at the same time ???? i cant get to recognize my backup file since the mismatch versions ... and then i am lost dont know what to do 

  12. 4 minutes ago, CHBMB said:

     

    I don't use brett357's container (obviously :) )

     

    But this works for our container.

    
    server {
           listen         80;
           server_name    unifi.server.com;
           return         301 https://$server_name$request_uri;
    }
    
    server {
    
    	listen 443 ssl;
    	server_name unifi.server.com;
    
    	include /config/nginx/ssl.conf;
    	
            location / {
    		proxy_pass https://192.168.0.1:8443/;
    		include /config/nginx/proxy.conf;
    		#proxy_http_version 1.1;
    		#proxy_buffering off;
    		#proxy_set_header Upgrade $http_upgrade;
    		#proxy_set_header Connection "Upgrade";
    		#proxy_set_header Host $host;
    		proxy_set_header X-Real-IP $remote_addr;
    		#proxy_set_header X-Forward-For $proxy_add_x_forwarded_for;
    		satisfy any;
            allow 192.168.0.0/24;
            deny all;
            }
    }

     

    Thank you for the reply ..... i installed the wrong unifi container and now i think i am stuck with it ..... sucks but thanks for trying to help i tried that already changing with those parameters and no dice ......

     

    just to verify i need to rename the server_name also right??? the proxy_pass to match my subnet?

  13. Sorry to bring up this thread ..... I have managed to make all of the changes in the go file and everything is up and running with the docker container however i dont have the checkbox to tick in the transcoder in plex settings yeah i switched to advanced XD how can i get this ???

  14. Just a heads up guys tomorrow newegg will be having the 1700 for $160 My server is on an i3 4th gen might aswell bite the bullet and upgrade.... Anyone knows which motherboard to pair the cpu with ... perferably one without too much issues. Also i will need a GPU ... can i use one just for the installation and then move it into a VM ??? or is it required at to be installed all times ??

  15. Hey guys i need some assistance regarding this docker maybe someone can point me in the right direction. 

     

    I have nabaged to install everything and its working. now that i want to edit the config.yaml file i cant seem to get permisions on how to edit the file ..... what are you guys using to edit the file ? and also is there a way to ckeck if the configuration file is ok like via terminal ? i saw a couple of youtube videos but they all used the PI3 so i am a bit lost here . 

     

    Any help would be appreciated