elmerfds / rebuild-dndc

Re-create containers that use another container's network stack (i.e. routing container traffic through a VPN container)
GNU General Public License v3.0
22 stars 9 forks source link

Rebuild-DNDC NetModeID doesn't match with binhex-delugevpn ContID #49

Closed shaksiwnl closed 3 years ago

shaksiwnl commented 3 years ago

Running across this issue today on unraid. Master container name is "binhex-delugevpn" and docker network name is "binhex-delugevpn". Don't really see what I configed wrong. Container stops after the last line.

Heres the full log:

[------------------ CONFIG CHECK ------------------]


Rebuild-DNDC v4.0.6-u


MASTER CONTAINER INFO

A. SKIPPING: FIRST RUN SETUP B. SKIPPING: MASTER CONTAINER ENDPOINTID IS CURRENT C. DETECTING: IN-SCOPE CONTAINERS

RESULTS: None in-scope, checking for previous in-scope containers

D. PROCESSING: IN-SCOPE CONTAINERS


Stopping: Rebuild-DNDC

elmerfds commented 3 years ago

Hi there,

shaksiwnl commented 3 years ago

You know I just figured it out today. I forgot I created a new docker network for my deluge and some other apps (ie: proxy). I changed rebuild-dndc to the new network (in this case proxy) and everything seems to be working.

I should have read the error more closely...

Thanks for the response going to close!

shaksiwnl commented 3 years ago

Oop... Reopening.

Same error: Rebuild-DNDC NetModeID doesn't match with binhex-delugevpn ContID

Going thorough your questions:

elmerfds commented 3 years ago

Think there might be an issue with your docker network setup.

Can you try changing the network type of the rebuild container to bridge or host and see if it makes any difference?

shaksiwnl commented 3 years ago

Changed to host and bridge and still get the same error:

MASTER CONTAINER INFO

A. SKIPPING: FIRST RUN SETUP B. SKIPPING: MASTER CONTAINER ENDPOINTID IS CURRENT C. DETECTING: IN-SCOPE CONTAINERS

RESULTS: None in-scope, checking for previous in-scope containers

D. PROCESSING: IN-SCOPE CONTAINERS


Stopping: Rebuild-DNDC

elmerfds commented 3 years ago

"Rebuild-DNDC NetModeID doesn't match with binhex-delugevpn ContID" this bit shouldn't be happening, for some reason it has detected itself as an in-scope container of your vpn network, probably a remnant of a previous incorrect config?

Open /config/rebuild-dndc/list_inscope_cont_names.tmp file and check if rebuild-dndc is listed on there. If it is, then delete the following files: list_inscope_cont_ids.tmp list_inscope_cont_names.tmp

If it isn't listed, just delete all .tmp files and restart rebuild.

shaksiwnl commented 3 years ago

That fixed it! I had an old ssd with my appdata that died. Guess it had my old config on it...

Thanks so much!