January 30, 20224 yr I have been trying to run a docker on a custom network but can't get it to work. Every time I start the docker I get this- [s6-init] making user provided files available at /var/run/s6/etc...exited 0. [s6-init] ensuring user provided files have correct perms...exited 0. [fix-attrs.d] applying ownership & permissions fixes... [fix-attrs.d] done. [cont-init.d] executing container initialization scripts... [cont-init.d] done. [services.d] starting services [services.d] done. [2022-01-30 10:47:19] frigate.app INFO : Starting Frigate (0.9.4-26ae608) Starting migrations [2022-01-30 10:47:19] peewee_migrate INFO : Starting migrations There is nothing to migrate [2022-01-30 10:47:19] peewee_migrate INFO : There is nothing to migrate [Errno 113] No route to host [cmd] python3 exited 1 [cont-finish.d] executing container finish scripts... [cont-finish.d] done. [s6-finish] waiting for services. [s6-finish] sending all processes the TERM signal. [s6-finish] sending all processes the TERM signal. [s6-finish] sending all processes the KILL signal and exiting. My setup looks right to me but I must be missing something. Network settings- Docker settings- frigate settings- docker run- root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker create --name='frigate-nvidia' --net='eth1' --ip='10.0.30.30' --privileged=true -e TZ="America/New_York" -e HOST_OS="Unraid" -e 'TCP_PORT_5000'='5000' -e 'TCP_PORT_1935'='1935' -e 'FRIGATE_RTSP_PASSWORD'='*********' -e 'NVIDIA_VISIBLE_DEVICES'='GPU-***********-++++++++++++' -e 'NVIDIA_DRIVER_CAPABILITIES'='compute,utility,video' -v '/mnt/cache/appdata/frigate-nvidia':'/config':'rw' -v '/mnt/user/frigate/':'/media/frigate':'rw' -v '/tmp/frigate':'/tmp/cache':'rw' -v '/etc/localtime':'/etc/localtime':'rw' --device='/dev/bus/usb' --runtime=nvidia --shm-size=5G 'blakeblackshear/frigate:stable-amd64nvidia' 1f05c1092e404505cdd282a1388534d4e5ab33d7e56222d84c1cbe163fae05ed The command finished successfully! brunnhilde-diagnostics-20220130-1120.zip The docker runs properly with network type "host" but not on the custom network. What am I missing?
January 30, 20224 yr Author 1 hour ago, Vr2Io said: May be try assign an IP for eth1. In the network settings?
January 31, 20224 yr Author New settings- No luck. Still get the same error. Tried setting a static IP in the docker container as well.
January 31, 20224 yr Author I think I finally got it. 🎉🎉🎉 I was trying to setup the VLAN on an unused nic when I really just needed to enable it on the port used by the server. This setup seems to be working. Is there anything wrong with it? I'm obviously a complete novice when it comes to networks.
January 31, 20224 yr 1 hour ago, wgstarks said: This setup seems to be working. Is there anything wrong with it? If work then fine, I haven't use Frigate or apply AI detection on NVR, this quite interesting. Btw, those are network stuff, different people have different setup / design, I like Unraid and critical things run on same simple network and put others in different VLAN, but all implement in network equipment level. Edited January 31, 20224 yr by Vr2Io
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.