simplexmq icon indicating copy to clipboard operation
simplexmq copied to clipboard

Error with `/etc/opt/simplex-xftp/fingerprint` not existing in container usage

Open deavmi opened this issue 8 months ago • 2 comments

I have my mount points setup correctly and was able to get it to run once, but after recreating my containers I then ran into a problem again.

Attaching to simplex-smp, simplex-xftp
simplex-xftp  | xftp-server: /etc/opt/simplex-xftp/fingerprint: withFile: does not exist (No such file or directory)
simplex-smp   | smp-server: /etc/opt/simplex/fingerprint: withFile: does not exist (No such file or directory)
simplex-xftp exited with code 1
simplex-smp exited with code 1

I have tried several things. Spinning the containers down, recreating the directories (used for the bind mounts) and then spinning them up again. I still get the same error.


compose.yml

Basically looks something like this for xftp:

    volumes:
      - /mnt/datadisk/volumes/simplex/xftp/config:/etc/opt/simplex-xftp

And this for smp:

    volumes:
      - /mnt/datadisk/volumes/simplex/smp/config:/etc/opt/simplex

deavmi avatar May 14 '25 17:05 deavmi

Can you provide your whole docker-compose.yml file?

Also, did you check the documentation for manual docker setup?

shumvgolove avatar May 15 '25 06:05 shumvgolove

Can you provide your whole docker-compose.yml file?

Also, did you check the documentation for manual docker setup?

I took a look at it and I am a little confused. It looks pretty similar to what I already have.

I have had it work before but unsure if maybe some old volume has persisted?

deavmi avatar May 16 '25 17:05 deavmi