Beiträge von aldev

    Hello.


    using monit work well !
    create in /etc/monit/conf.d
    thanks


    Code: openmediavault-proftpd.conf
    # FTP
    check process proftpd with pidfile /var/run/proftpd.pid
        start program = "/etc/init.d/proftpd restart" 
        stop program  = "/etc/init.d/proftpd stop"
        if failed port 21 protocol ftp then restart
        if 5 restarts within 5 cycles then timeout

    Hello
    OMV5.0.13
    Omv-extras with docker


    At reboot, same problem , FTP not started.
    need to lauch by hand to make it work .

    Code
    Proftpd –td10
    019-11-07 11:49:29,096 omvnas.localdomain proftpd[2565] 127.0.1.1: mod_lang/1.1: added the following supported languages: fr_FR.UTF-8, fr_FR
    2019-11-07 11:49:29,096 omvnas.localdomain proftpd[2565] 127.0.1.1: ROOT PRIVS at mod_ctrls.c:1208
    2019-11-07 11:49:29,096 omvnas.localdomain proftpd[2565] 127.0.1.1: mod_ctrls/0.9.5: error: unable to bind to local socket: No such file or directory
    2019-11-07 11:49:29,096 omvnas.localdomain proftpd[2565] 127.0.1.1: RELINQUISH PRIVS at mod_ctrls.c:1210
    2019-11-07 11:49:29,096 omvnas.localdomain proftpd[2565] 127.0.1.1: ROOT PRIVS at mod_rlimit.c:555
    2019-11-07 11:49:29,097 omvnas.localdomain proftpd[2565] 127.0.1.1: RELINQUISH PRIVS at mod_rlimit.c:558
    2019-11-07 11:49:29,097 omvnas.localdomain proftpd[2565] 127.0.1.1: set core resource limits for daemon



    Code
    root@omvnas:~# systemctl status proftpd
    ● proftpd.service - LSB: Starts ProFTPD daemon
       Loaded: loaded (/etc/init.d/proftpd; generated)
       Active: inactive (dead)

    Thanks


    Code
    systemctl restart proftpd.service
    Job for proftpd.service failed because the control process exited with error code.
    See "systemctl status proftpd.service" and "journalctl -xe" for details