Skip to content

Monotlithic and DNS containers hanging on starting supervisord #211

@device443

Description

@device443

Hi,

I am using unraid and I have the DNS container and monolithic containers set to different IP's, but the containers hang on starting supervisord and never go any further than this.

I have left them running for over an hour and the same thing happens.

I have also tried running them on 2 different computers and this still happens.

I've attached the container log below.

Thank you in advance for your help.


nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful
}

Finished including /etc/nginx/sites-enabled/10_generic.conf

Including /etc/nginx/sites-enabled/20_upstream.conf

Upstream server to proxy and handle inconsistent 302 redirects

All cache traffic is passed through this proxy to allow rewriting of redirects without caching

This is particularly important for sony / ps5 as upstreams redirect between them which confuses slice map on caching

server {

Internal bind on 3128, this should not be externally mapped

listen localhost:3128 reuseport;

No access_log tracking as all requests to this instance are already logged through monolithic

access_log /data/logs/upstream-access.log cachelog;

error_log /data/logs/upstream-error.log;

Including /etc/nginx/sites-available/upstream.conf.d/10_resolver.conf

resolver 8.8.8.8 8.8.4.4 ipv6=off;

Finished including /etc/nginx/sites-available/upstream.conf.d/10_resolver.conf

Including /etc/nginx/sites-available/upstream.conf.d/20_tracking.conf

Header to track if resolved from upstream or 302 redirect

set $orig_loc 'upstream';

Finished including /etc/nginx/sites-available/upstream.conf.d/20_tracking.conf

Including /etc/nginx/sites-available/upstream.conf.d/30_primary_proxy.conf

Proxy all requests to upstream

location / {

Simple proxy the request

proxy_pass http://$host$request_uri;

Catch the errors to process the redirects

proxy_intercept_errors on;
error_page 301 302 307 = @upstream_redirect;
}

Finished including /etc/nginx/sites-available/upstream.conf.d/30_primary_proxy.conf

Including /etc/nginx/sites-available/upstream.conf.d/40_redirect_proxy.conf

Special location block to handle 302 redirects

location @upstream_redirect {

Upstream_http_location contains the Location: redirection from the upstream server

set $saved_upstream_location '$upstream_http_location';

Set debug header

set $orig_loc 'upstream-302';

Pass to proxy and reproxy the request

proxy_pass $saved_upstream_location;
}

Finished including /etc/nginx/sites-available/upstream.conf.d/40_redirect_proxy.conf

}

Finished including /etc/nginx/sites-enabled/20_upstream.conf

Including /etc/nginx/sites-enabled/30_metrics.conf

Metrics endpoint

server {
listen 8080 reuseport;

location = /nginx_status {
stub_status on;
access_log off;
}
}

Finished including /etc/nginx/sites-enabled/30_metrics.conf

}

stream {

Including /etc/nginx/stream.d/log_format.conf

log_format stream_basic '$remote_addr [$time_local] $protocol $status $ssl_preread_server_name $bytes_sent $bytes_received $session_time';

Finished including /etc/nginx/stream.d/log_format.conf

Including /etc/nginx/stream-enabled/10_sni.conf

server {
listen 443;
resolver 8.8.8.8 8.8.4.4 ipv6=off;
proxy_pass $ssl_preread_server_name:443;
ssl_preread on;

access_log /data/logs/stream-access.log stream_basic;
error_log /data/logs/stream-error.log;
}

Finished including /etc/nginx/stream-enabled/10_sni.conf

}

Finished including /etc/nginx/nginx.conf

Checking nginx config
Config check successful
Starting Supervisord

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions