Beiträge von JBLSteeve

    I check and actually all work good.


    I try to check with df -h to verify...

    Hi,


    I reinstall my openmediavault and i have a problem with MYSQL plugin.
    I think i have try to install the mysql plugin omnius on fredaykin. So i uninstall and reinstall the good plugin but i have some problem.


    see my log for the install of the plugin


    When i go on mysql the windows say :
    Undefined offset: 0
    the detail give :

    Code
    Erreur #0:
    exception 'ErrorException' with message 'Undefined offset: 0' in /var/www/openmediavault/rpc/mysql.inc:1313
    Stack trace:
    #0 /var/www/openmediavault/rpc/mysql.inc(1313): exception_error_handler(8, 'Undefined offse...', '/var/www/openme...', 1313, Array)
    #1 [internal function]: MySQLRpc->getSQLVolCandidates(Array)
    #2 /usr/share/php/openmediavault/rpc.inc(265): call_user_func_array(Array, Array)
    #3 /usr/share/php/openmediavault/rpc.inc(98): OMVRpc::exec('mysql', 'getSQLVolCandid...', Array)
    #4 /var/www/openmediavault/rpc.php(44): OMVJsonRpcServer->handle()
    #5 {main}

    Always the same

      root@NAS:/var/log# df -h
      Sys. de fichiers Taille Uti. Disp. Uti% Monté sur
      /dev/sdi1 71G 69G 0 100% /
      tmpfs 3,9G 0 3,9G 0% /lib/init/rw
      udev 3,9G 228K 3,9G 1% /dev
      tmpfs 3,9G 0 3,9G 0% /dev/shm
      /dev/md126 917G 773G 98G 89% /media/5a684acb-59c7-46bc-9110-edd77a9bf2de
      /dev/md127 5,4T 2,4T 2,8T 46% /media/2f34f888-6464-481e-8942-6cf39e8aeeef
      /dev/sdh1 187G 101G 77G 57% /media/e61cfe7d-071f-4190-9143-6fc0a6e31ca6
      tmpfs 3,9G 32K 3,9G 1% /tmp


    I have no problem to make a install so my system can't b full.

    For the log i check and for me it's ok


    For the remove i have some error

    When i do apt-get --reinstall install openmediavault
    I have

    thanks,


    But i already try
    "apt-get clean"


    I delete some log files and my system is always full....


    I test "du -h --max-depth=1 /"


    but i din't catch the end, very strange.


    I will test your command

    Thanks,


    I have a 8Gb compact flash but i thinks it's not better...
    I have install subsonic, domogik and domoweb on /var/. Can it be the problem ?


    I don't know if i can do :
    apt-get remove openmediavault
    apt-get install openmediavault


    to repair the system ?


    Thanks for your help. I wait your advice before doing anything.

    Ok see the result of
    service --status-all


    I reboot my nas and now the webgui give

    Code
    Error #3008:
    exception 'OMVException' with message 'Failed to load configuration (Fatal error 4: Document is empty (line=1, column=1); Fatal error 4: Start tag expected, '<' not found (line=1, column=1))' in /usr/share/php/openmediavault/config.inc:344
    Stack trace:
    #0 /usr/share/php/openmediavault/env.inc(22): require_once()
    #1 /var/www/openmediavault/index.php(24): require_once('/usr/share/php/...')
    #2 {main}

    For me backup it's not a big problem. (I don't use clonezilla, can you give me some advice about it ?)
    I use somme extension not include on the plugin : domogik, domoweb and subsonic.
    I have a boot problem on my first installation (on a CF 8Gb), and i reinstall on a hard drive without any problem.
    I have only my subsonic database to rebuild.


    The main problem is that i afraid to have the problem again after a reinstall.
    Thanks

    Hi,


    I ask you to help me because i have a problem on my OpenMediaVault with the last version.


    I cannot log on the web-gui. (If i valid i go back on the page with the login asking)
    My service are not working. (I cannot connect on CIFS or AFP)


    I check the space (df -h) :

    Code
    Sys. de fichiers    Taille  Uti. Disp. Uti% Monté sur
    /dev/sdi1              71G   71G     0 100% /
    tmpfs                 3,9G     0  3,9G   0% /lib/init/rw
    udev                  3,9G  228K  3,9G   1% /dev
    tmpfs                 3,9G     0  3,9G   0% /dev/shm
    tmpfs                 3,9G  1,2M  3,9G   1% /tmp
    /dev/md127            917G  773G   98G  89% /media/5a684acb-59c7-46bc-9110-edd77a9bf2de
    /dev/md126            5,4T  2,4T  2,8T  46% /media/2f34f888-6464-481e-8942-6cf39e8aeeef
    /dev/sdh1             187G  101G   77G  57% /media/e61cfe7d-071f-4190-9143-6fc0a6e31ca6


    I try "omg-firstaid" to build another password.


    Can you help me ?

    I test the command and it's work.


    I have another question it's about the security. I think this solution is not the best to use over internet.
    Do you have any idea add security?


    Thanks

    Zitat von "ryecoaaron"

    I use rsync for a lot of backups. Setup the rsync server on one omv box and just run a rsync command under cron jobs (or script) on the other omv box.


    The command could be as simple as: rsync -avr /home/user/* user@192.168.1.13:/backup


    Just depends on how exactly you set it up.


    I have one question about your command :
    rsync -avr /home/user/* user@192.168.1.13:/backup


    The "backup" directory exist ? on my configuration it's don't work. If i use the complete directory it's work...


    Thanks