Beiträge von rnd

    Hi all


    I tried to setup proftpd with omv-1.0.23 (latest image from sourceforge) on a raspberry.


    Out of the box it does not start up. It gives the following error message:
    root@openmediavault:/etc/proftpd# proftpd -n
    Illegal instruction


    If I disable mod_vroot by editing/commenting /etc/proftpd/proftpd.conf where vroot occours
    # LoadModule mod_vroot.c
    ...
    # <IfModule mod_vroot.c>
    # VRootEngine on
    # VRootLog /var/log/proftpd/vroot.log
    # </IfModule>


    and /etc/proftpd/virtuals.conf
    #<IfModule mod_vroot.c>
    #VRootEngine on


    #DefaultRoot ~
    #VRootAlias upload /var/ftp/upload
    #
    #<VirtualHost a.b.c.d>
    #VRootEngine on
    #VRootServerRoot /etc/ftpd/a.b.c.d/
    #VRootOptions allowSymlinks
    #DefaultRoot ~
    #</VirtualHost>
    #
    #</IfModule>



    Then proftpd works:
    root@openmediavault:/etc/proftpd# proftpd -n
    openmediavault proftpd[11628] 127.0.1.1: ProFTPD 1.3.4a (maint) (built Sat Oct 18 2014 15:39:50 UTC) standalone mode STARTUP


    mod-vroot comes from the openmediavault repo
    http://packages.openmediavault…main/p/proftpd-mod-vroot/


    It seems that the package was compiled with options not supported by raspberry pi.


    How can we rebuild this package that it does not give anymore this issue and so work out of the box?


    Best,
    Reinhard