Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clean install (docker) results in smp server stopping #1414

Open
michaelsmolka opened this issue Dec 8, 2024 · 2 comments
Open

clean install (docker) results in smp server stopping #1414

michaelsmolka opened this issue Dec 8, 2024 · 2 comments

Comments

@michaelsmolka
Copy link

michaelsmolka commented Dec 8, 2024

Hi there,
just discovered, as I moved my simpexmq instance to a new server: With clean install via docker, the smp server container immediately stops. Unfortunately without leaving any error in the logs.

Tried some earlier releases and finally drilled it down to the following solution:
Clean install v6.06 and after that upgrading (while keeping the files in their folders) to the more recent releases keeps everything up and running.

Unfortunately (as mentioned above) there is nothing in the logs that could give even the smallest hint, why the container crashes.

We were able to reproduce this beaviour on two machines (both Synology NAS, running DSM 7.2).

Maybe it helps, here is the compose file content:

services:
  smp:
    image: simplexchat/smp-server:latest
    container_name: simplexmq-smp
    ports:
      - 5223:5223
    environment:
      - ADDR=xxxx
      - PASS=xxxx
    volumes:
      - ./smp/config:/etc/opt/simplex:z
      - ./smp/logs:/var/opt/simplex:z
    network_mode: bridge
    restart: always
  
  xftp:
    image: simplexchat/xftp-server:latest
    container_name: simplexmq-xftp
    ports:
      - 5224:443
    environment:
      - ADDR=xxx
      - QUOTA=1gb
    volumes:
      - ./xftp/config:/etc/opt/simplex-xftp:z
      - ./xftp/logs:/var/opt/simplex-xftp:z
      - ./xftp/files:/srv/xftp:z
    network_mode: bridge
    restart: always

Unfortunately I'm far from being tech savy enough to find out, what changed after v6.06 that causese this issue. I'm happy to have the server up and running (with the help of a friend of mine).
But I guess, for the developers it would be relatively easy to check this and find the reason.

@CamelT0E
Copy link

CamelT0E commented Dec 8, 2024

i can confirm the problem.
A new installation works for all versions up to 6.0.6 and older. As of 6.1.0 or newer, the smp container crashes.

Update with existing files to version 6.10 and higher works without any problem. Just no reinstallation.

@shumvgolove
Copy link
Collaborator

Hello there.

Will investigate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants