Beiträge von klsaudico

    Freind it was working ok
    but after update it dos not work
    i try to remove the share
    Create new user
    but still the same problem
    this is the conf file
    Include /etc/proftpd/modules.conf
    LoadModule mod_vroot.c
    UseIPv6 off
    ServerName "nas-001"
    ServerType standalone
    DeferWelcome off
    MultilineRFC2228 on
    DefaultServer on
    ShowSymlinks on
    DisplayLogin /srv/ftp/welcome.msg
    DisplayChdir .message true
    ListOptions "-l"
    MaxInstances 30
    DenyFilter \*.*/
    AuthPAMConfig proftpd
    User proftpd
    Group nogroup
    Umask 000 000
    UseFtpUsers off
    PersistentPasswd off
    DefaultRoot /srv/ftp
    TimesGMT off
    AllowOverwrite on
    AuthOrder mod_auth_pam.c* mod_auth_unix.c
    DefaultTransferMode binary
    #SystemLog /var/log/proftpd/proftpd.log
    <IfModule mod_facl.c>
    FACLEngine on
    </IfModule>
    <IfModule mod_quotatab.c>
    QuotaEngine off
    </IfModule>
    <IfModule mod_ratio.c>
    Ratios off
    </IfModule>
    <IfModule mod_delay.c>
    DelayEngine on
    </IfModule>
    <IfModule mod_ctrls.c>
    ControlsEngine on
    ControlsMaxClients 2
    ControlsLog /var/log/proftpd/controls.log
    ControlsInterval 5
    ControlsSocket /var/run/proftpd/proftpd.sock
    </IfModule>
    <IfModule mod_ctrls_admin.c>
    AdminControlsEngine off
    </IfModule>
    <IfModule mod_vroot.c>
    VRootEngine on
    VRootLog /var/log/proftpd/vroot.log
    </IfModule>
    <IfModule mod_ban.c>
    BanEngine off
    BanControlsACLs all allow user root
    BanLog /var/log/proftpd/ban.log
    BanMessage Host %a has been banned
    BanTable /var/run/proftpd/ban.tab
    </ifModule>
    Port 21
    TransferLog /var/log/proftpd/xferlog
    RequireValidShell off
    IdentLookups on
    UseReverseDNS on
    TimeoutIdle 1200
    TimeoutNoTransfer 600
    TimeoutStalled 600
    PassivePorts 49152 65534
    AllowRetrieveRestart on
    AllowStoreRestart on
    DeleteAbortedStores off
    AllowForeignAddress on
    MaxClients 5
    MaxConnectionsPerHost 40
    MaxLoginAttempts 10
    <Directory /srv/ftp>
    HideFiles (welcome.msg)
    </Directory>


    <IfModule mod_vroot.c>
    VRootAlias /media/a056a3ff-abd1-467e-a3c2-c192354e0412/backup backup
    </IfModule>
    <Directory /backup>
    <Limit ALL>
    AllowUser OR abdullahd,buser,hostingbackup
    AllowGroup OR bgroup
    DenyAll
    </Limit>
    <Limit READ DIRS>
    AllowUser OR abdullahd,buser,hostingbackup
    AllowGroup OR bgroup
    DenyAll
    </Limit>
    </Directory>
    <IfModule mod_ban.c>
    BanEngine off
    BanControlsACLs all allow user root
    BanLog /var/log/proftpd/ban.log
    BanMessage Host %a has been banned
    BanTable /var/run/proftpd/ban.tab
    </ifModule>


    <IfModule mod_wrap.c>
    TCPAccessFiles /etc/hosts.allow /etc/hosts.deny
    TCPAccessSyslogLevels info warn
    TCPServiceName ftpd
    </ifModule>

    I have problem on ftp after doing installation of some extinction & extra extinctions and apt-get update. The FTP USERS can not login to the ftp service and the welcome message also not appears? "Waiting for well come message" ?(

    Error #3008:
    exception 'OMVException' with message 'Failed to load configuration (Warning 1549: failed to load external entity "/etc/openmediavault/config.xml" (line=0, column=0))' in /usr/share/php/openmediavault/config.inc:567
    Stack trace:
    #0 /usr/share/php/openmediavault/env.inc(22): require_once()
    #1 /var/www/openmediavault/index.php(23): require_once('/usr/share/php/...')
    #2 {main}

    Zitat von "ryecoaaron"

    Try:


    Code
    chmod 0600 /etc/openmediavault/config.xml
    /etc/init.d/openmediavault-engined restart



    i change chmod 0600 /etc/openmediavault/config.xml
    to
    chmod 0777 /etc/openmediavault/config.xml
    then only the web with blue color

    Zitat von "ryecoaaron"

    Try:


    Code
    chmod 0600 /etc/openmediavault/config.xml
    /etc/init.d/openmediavault-engined restart



    still the same error
    Error #3008:
    exception 'OMVException' with message 'Failed to load configuration (Warning 1549: failed to load external entity "/etc/openmediavault/config.xml" (line=0, column=0))' in /usr/share/php/openmediavault/config.inc:567
    Stack trace:
    #0 /usr/share/php/openmediavault/env.inc(22): require_once()
    #1 /var/www/openmediavault/index.php(23): require_once('/usr/share/php/...')
    #2 {main}

    Error #3008:
    exception 'OMVException' with message 'Failed to load configuration (Warning 1549: failed to load external entity "/etc/openmediavault/config.xml" (line=0, column=0))' in /usr/share/php/openmediavault/config.inc:567
    Stack trace:
    #0 /usr/share/php/openmediavault/env.inc(22): require_once()
    #1 /var/www/openmediavault/index.php(23): require_once('/usr/share/php/...')
    #2 {main}

    To see what is the problem
    see http://www.dedoimedo.com/computers/uefi-drama.html


    The solution steps:
    before the steps we disable the secure boot option on the BOIS // and this may be not required i am not sure
    1-Create a startup USB or cd to install new debian.
    2-on the installation process u must create one partitions
    256MB FAT32 Partition mounted to /boot/efi
    256MB Ext4 Partition mounted to /boot
    Remainder LVM Partition
    Create three Logical Volumes:
    8GB or More for Linux
    20GB or More for Home
    2GB or More for Swap
    Complete LVM Configuration, and then back to our partition settings we can now select formats and mount points:
    8GB LV Ext4 for root (/)
    20GB LV Ext4 for /home
    2GB LV swap


    The solution can be founded on the
    http://www.youtube.com/watch?v=mnTj6_kDIeg
    and the
    http://wiki.xen.org/wiki/Compr…_PCI_Passthrough_Tutorial

    i have one Question why it is not recommended to use the full disk for the OMV?
    if we create LVM disk what is the problem?
    i am new on the OMV and really like its interface and i hop to contribute soon on the GUI at least translation to our local language.