Beiträge von knireis

    Unfortunately the error returned. I updated OMV to 5.5.2, but i do not know if that caused it.


    Here is a part of the filezilla log maybe someone can give advice? It is in Dutch but i translated the most important parts


    2020-06-09 09:02:34 6036 4 Antwoord: 227 Entering Passive Mode (192,168,1,4,168,69).

    2020-06-09 09:02:34 6036 4 Opdracht: STOR leukgevonden.com-20200511-140033-h5tg2u.wpress

    2020-06-09 09:02:34 6036 4 Antwoord: 150 Opening BINARY mode data connection for leukgevonden.com-20200511-140033-h5tg2u.wpress

    2020-06-09 09:03:00 6036 3 Status: Connection closed by server

    2020-06-09 09:03:02 6036 4 Fout: Could not write to transfer socket: ECONNRESET - Connection reset by server

    2020-06-09 09:03:02 6036 4 Fout: Connection closed by server

    2020-06-09 09:03:02 6036 4 Fout: File transfer fails after the transfer of 434,7 MB inr 28 seconden

    2020-06-09 09:03:02 6036 4 Status: Connection with server lost

    2020-06-09 09:03:02 6036 4 Status: Verbinden met 192.168.1.4:21...

    2020-06-09 09:03:02 6036 4 Status: Verbinding gemaakt, welkomstbericht afwachten...

    2020-06-09 09:03:02 6036 4 Antwoord: 220 ProFTPD Server ready.

    2020-06-09 09:03:02 6036 4 Opdracht: AUTH TLS

    2020-06-09 09:03:02 6036 4 Antwoord: 500 AUTH not understood

    2020-06-09 09:03:02 6036 4 Opdracht: AUTH SSL

    2020-06-09 09:03:02 6036 4 Antwoord: 500 AUTH not understood

    2020-06-09 09:03:02 6036 4 Status: Onveilige server, die geen FTP over TLS ondersteunt.

    Thanks, i keep it in mind although this docker has not been updated for 5 years.


    On my omv server i switched to the proxmox kernel and my issue has disappeared for now.

    I have issues with the ftp server in OMV. Used to work fine but at the moment it does not.

    But i need a working ftp server so i want to install another ftp server on my OMV box. I thought about vsftp but when i try to install it by apt, the system wants to remove openmediavault and several other related packages. So i guess that is not a good option.

    Anyone with better suggestions?

    I have enabled the ftp server and till about a week ago everything worked fine.

    Now i have issues with connections being disconnected.


    When restarting my omv server i get 3 email system notifications (in sequence of appearing)


    1.

    Host: \openmediavault.local

    Date: Tue, 26 May 2020 15:09:13

    Service: proftpd

    Event: Does not exist

    Description: process is not running


    This triggered the monitoring system to: restart


    2.

    Host: \openmediavault.local

    Date: Tue, 26 May 2020 15:09:44

    Service: proftpd

    Event: Exists

    Description: process is running with pid 3530


    This triggered the monitoring system to: alert


    3.

    Host: \openmediavault.local

    Date: Tue, 26 May 2020 15:10:44

    Service: proftpd

    Event: Connection failed

    Description: failed protocol test [FTP] at [localhost]:21 [TCP/IP] -- FTP: error receiving data -- Resource temporarily unavailable


    This triggered the monitoring system to: restart



    Then no notifications, the indicators are green but as i said connections are interrupted. In the log files is hardly any information:

    Tue May 26 15:16:53 2020 23 185.94.230.101 645463840 /neostrada/www.leukgevonden.com/www.leukgevonden.com-20200526-131135-4c4ojt.wpress b _ i r ftpuser ftp 1 * i

    Tue May 26 15:17:28 2020 26 185.94.230.101 726804016 /neostrada/www.leukgevonden.com/www.leukgevonden.com-20200526-131135-4c4ojt.wpress b _ i r ftpuser ftp 1 * i

    Tue May 26 15:17:57 2020 25 185.94.230.101 756887848 /neostrada/www.leukgevonden.com/www.leukgevonden.com-20200526-131135-4c4ojt.wpress b _ i r ftpuser ftp 1 * i

    Tue May 26 15:18:29 2020 26 185.94.230.101 740735640 /neostrada/www.leukgevonden.com/www.leukgevonden.com-20200526-131135-4c4ojt.wpress b _ i r ftpuser ftp 1 * i

    Great, found this topic today. Downgraded to bpo.2 kernel and i hope it will solve my issue.
    I noticed also a much lower cpu usage after downgrading the kernel.

    I run domoticz on a raspberrypi. I have a door ringer switch connected to domoticz and when some pushes this button, domoticz calls a script to run a linphone command in order to call a specified voip number. This works well.


    Now i would like to transfer my domoticz install to a docker on my Openmediavault server. This works fine as well except i need to install the linphone-nogtk package in the docker container in order to be able to make the sip phone call.
    Any ideas how to do this? I have not much experience with docker, i used portainer to install the domoticz docker container.

    I tried the steps as outlined in the transip guide, but i can not get this to work with openmediavault 5.Iam Dutch so no problem understanding the instructions...


    mounting manually with sudo mount -t davfs -o noexec https://[gebruikersnaam].stackstorage.com/remote.php/webdav/ /root/stack/
    works fine, but with fstab it does not mount. No errors either.


    Any suggestions?