Coder Social home page Coder Social logo

Comments (6)

stilliard avatar stilliard commented on July 28, 2024

Hi @lukaspavelka
I think these will log to /var/log/messages or try using docker logs to view them.
Hope this helps.

from docker-pure-ftpd.

lukaspavelka avatar lukaspavelka commented on July 28, 2024

There is no file /var/log/messages inside container and also no info in docker logs <container_id>
No information who is connecting and trying wrong passwords.

I Think this is big issue with FTP which is exported to public.

from docker-pure-ftpd.

lukaspavelka avatar lukaspavelka commented on July 28, 2024

I also try :
mkdir -p /var/log/pure-ftpd && ln -sf /dev/stdout /var/log/pure-ftpd/pureftpd.log

but no info from FTP there as well. :(

from docker-pure-ftpd.

stilliard avatar stilliard commented on July 28, 2024

Ah I didn't spot this before sorry but in the env flags you're setting the debug logs flag correctly, but then I think overriding it with a 2nd ADDED_FLAGS call. We should clarify this in the docs but you can only pass ADDED_FLAGS once but you can combine them.

Instead of -e "ADDED_FLAGS=-d -d" -e "ADDED_FLAGS=-O w3c:/home/docker/pureftpd/pure-ftpd/log/transfer.log"
try: -e "ADDED_FLAGS=-d -d -O w3c:/home/docker/pureftpd/pure-ftpd/log/transfer.log"

from docker-pure-ftpd.

lukaspavelka avatar lukaspavelka commented on July 28, 2024

@stilliard Thanks for your hint, it really helped (now i can see logs)

Thanks for your help , i really appreciate it

from docker-pure-ftpd.

stilliard avatar stilliard commented on July 28, 2024

Awesome! You're welcome, sorry for the delay before.

from docker-pure-ftpd.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.