Everything posted by subagon
-
[Support] Linuxserver.io - Plex Media Server
That will allow me to edit/select the path for /config, but doesn't allow me to select any of the "slave" modes.
-
[Support] Linuxserver.io - Plex Media Server
I keep getting a warning from the Fix Common Problems plugin. Docker application plex has volumes being passed that are mounted by Unassigned Devices, but they are not mounted with the slave option My Plex /config path is mapped to /mnt/disks/plex/, which is a SSD unassigned device. If I edit the Plex docker, there isn't any option to set/select RW Slave for this path. Any thoughts? Thanks, Mike
-
[SOLVED] Missing br0 interface in GUI
bonienl, One more question... As I said, my motherboard has 4 NICs. I now have eth0 setup to bridge and therefore have the br0 interface. I've turned off bonding (this server is in my home and I don't need redundancy). So I now have the following interfaces showing up on the Network Setting page; br0 br1 eth2 br3 I want to use br0, br1, and br3 for various dockers plus file sharing off of eth0/br0. I'd like to put Plex on eth2 all by itself. The problem is I can only see Bridge, Host, None, and br0 when editing the Plex (or any) docker. I tried the commands you provided above, but without any luck. How can I add br1,eth2, and br3 to the drop down list or manually edit the Plex docker file to use eth2? Thanks
-
[SOLVED] Missing br0 interface in GUI
bonienl, The commands restored the br0 interface and all my dockers are working again. If you're ever in Tampa, Florida, the beer is on me.
-
[SOLVED] Missing br0 interface in GUI
Some more info after reading this post https://lime-technology.com/forums/topic/61006-how-to-setup-ips-for-dockers/ root@asok:~# docker network ls NETWORK ID NAME DRIVER SCOPE 32176c05a279 bridge bridge local 7ce2002afcd5 host host local 5b8a210f2546 none null local root@asok:~# docker network create -d macvlan --subnet=192.168.1.0/24 --gateway=192.168.1.1 -o parent=br0 br0 Error response from daemon: network dm-2f4a429bc5a3 is already using parent interface br0 root@asok:~# docker network rm dm-2f4a429bc5a3 Error response from daemon: network dm-2f4a429bc5a3 not found
-
[SOLVED] Missing br0 interface in GUI
unRAID 6.4.0 Supermicro - X9DRD-7LN4F with 4 NICs I have a couple of dockers that I had setup and working that I had bridged to their own IP addresses. My NICs were all bonded together in active-backup mode. I messed around with the network setting to setup some of the NICs as separate interfaces. Somewhere in this process the br0 interface was deleted/disappeared. I put everything back to the way it was before (I think), but the br0 is gone from the GUI. Here's a sample from the log file; Jan 23 10:47:25 asok root: pihole: Error response from daemon: network br0 not found Error: failed to start containers: pihole And some screenshots below. Reboot server a few times, started and stopped docker and VM service many times... How do I get br0 back?