DiscussionSLA

I am getting the following error when attempting to upgrade from v7.3.1 to latest

Published 5 months ago

# SafeLine WAF
# 🐞 bug

Published 5 months ago

profile_photo

brwatters

Updated 6 months ago

0

✔ Container safeline-fvm Started 2.1s
✔ Container safeline-tengine Started 1.7s
✔ Container safeline-pg Started 2.0s
✔ Container safeline-chaos Started 2.0s
✔ Container safeline-detector Started 2.1s
â ´ Container safeline-mgt Starting 1.8s
✔ Container safeline-luigi Created 0.1s
Error response from daemon: driver failed programming external connectivity on endpoint safeline-mgt (63411911d9d5381781d5e6e177b4c04f532cc175b2fe43191d73e35342256985): failed to bind port 0.0.0.0:9443/tcp: Error starting userland proxy: listen tcp4 0.0.0.0:9443: bind: address already in us

Visit the above address to join the SafeLine discord group
[SafeLine] Docker container starts failed
root@waf:/data/safeline#

profile_photo

Carrie

Updated 6 months ago

0

Port 9443 has been used. Please check which process is using port 9443, stop it and restart SafeLine.

profile_photo

brwatters

Updated 6 months ago

0

Thanks ..however no service has been created by us using port 9443 so this has to be part of Safeline's install ? .. Please advise as shutting down SafeLine also fails .

profile_photo

SafeLine-xb

Updated 6 months ago

0

cd /data/safeline && docker compose down to stop safeline, then docker compose up -d to restart

profile_photo

brwatters

Updated 6 months ago

0

Thanks for the info .. as stated prior this fails as well.

profile_photo

brwatters

Updated 6 months ago

0

✘ Container safeline-fvm Error while Stopping 14.0s
✘ Container safeline-pg Error while Stopping 14.0s
Error response from daemon: cannot stop container: e6f0214b25bd84b64dbcf7527bc6e714e078193f5aade3ca0d698d884b545853: permission denied
root@waf:/data/safeline#

profile_photo

brwatters

Updated 6 months ago

0

â ´ Container safeline-mgt Starting 0.6s
✔ Container safeline-tengine Started 0.5s
✔ Container safeline-luigi Created 0.1s
Error response from daemon: driver failed programming external connectivity on endpoint safeline-mgt (a02a8446cdd3c17350dfa1730a5150d4e21815094a08e7f484615c64b86f88a3): failed to bind port 0.0.0.0:9443/tcp: Error starting userland proxy: listen tcp4 0.0.0.0:9443: bind: address already in use

profile_photo

brwatters

Updated 6 months ago

0

This server (the core OS) has been rebooted

profile_photo

brwatters

Updated 6 months ago

0

These are the ports being used

profile_photo

brwatters

Updated 6 months ago

0

docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
ce84875ef940 chaitin/safeline-tengine-g:latest "entrypoint.sh nginx…" 5 minutes ago Restarting (1) 12 seconds ago safeline-tengine
7e453e78b7ba chaitin/safeline-postgres:15.2 "docker-entrypoint.s…" 2 days ago Up 2 minutes (healthy) 5432/tcp safeline-pg
65c458379a4a chaitin/safeline-fvm-g:latest "/app/fvm /app/confi…" 2 days ago Up 2 minutes safeline-fvm
a842d03180fe chaitin/safeline-detector-g:latest "/detector/entrypoin…" 2 days ago Up 33 seconds (healthy) 8000-8001/tcp safeline-detector
e6f0214b25bd chaitin/safeline-chaos-g:latest "./entrypoint.sh /us…" 2 days ago Up 2 minutes 8080/tcp, 9000/tcp safeline-chaos

profile_photo

Naldela Teleyal

Updated 6 months ago

0

Check with netstat -tlpen | grep :9443 if a process is already using port 9443.

I am getting the following error when attempting to upgrade from v7.3.1 to latest | SafePoint