Yes i gathered that and yes when i killall freeradius it stops the container running, I'm struggling to run any shell commands like you suggested as this is running in an Azure container instance. Will keep trying On Thu, 20 Jun 2024 at 13:04, Matthew Newton via Freeradius-Users < freeradius-users@lists.freeradius.org> wrote:
On 20/06/2024 12:38, Mark Dayton wrote:
Okay, so i've switched the docker image im using from freeradius-server:latest-3.2-alpine to freeradius-server:latest.
Debug mode works in the Alpine image as well, as per my last message, but whatever.
Failed binding to auth address * port 1812 bound to server default: Address already in use /etc/freeradius/sites-enabled/default[59]: Error binding to port for 0.0.0.0 port 1812
Because FreeRADIUS is already running, so you can't start a second copy at the same time.
As it's in a container, stopping the initial server will probably kill the container.
Either start the container at the shell, and then run FreeRADIUS in debug mode (pass "sh" or "bash" as the argument to docker) or do as I wrote last time and start it directly in debug mode (pass "-X" as the argument to docker).
-- Matthew - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html