malac

Members
  • Posts

    18
  • Joined

  • Last visited

Posts posted by malac

  1. 18 minutes ago, SimonF said:

    Thats fine. The BTRFS page should be showing no subvolumes. And the array will populate as things are added. The Debug tab will be removed when out of beta.

     

    Will look to remove the warnings. Debug page if just for info if I need it.

    ok, thx. Is it possible that pictures are missing in howto.mht?

  2. On 12/27/2021 at 3:21 PM, SimonF said:

    I have put my initial Beta release into CA now. Please post questions in this feature reques

     

    image.thumb.png.ede9c35f91dd0a5f59dff5ffb2f70c8a.png

    How to use Snapshots.mhtUnavailable

    get this error?

     

    Warning: Invalid argument supplied for foreach() in /usr/local/emhttp/plugins/snapshots/include/lib.php on line 499
    Warning: Invalid argument supplied for foreach() in /usr/local/emhttp/plugins/snapshots/include/lib.php on line 499

     

    array(1) { ["/mnt/cache"]=> NULL }

     

  3. now i get the following error and vmbackup is gone

     

    +==============================================================================
    | Installing new package /boot/config/plugins/vmbackup/vmbackup-v0.2.2-2021.02.03.txz
    +==============================================================================

    Verifying package vmbackup-v0.2.2-2021.02.03.txz.
    Installing package vmbackup-v0.2.2-2021.02.03.txz:
    PACKAGE DESCRIPTION:
    Package vmbackup-v0.2.2-2021.02.03.txz installed.
    plugin: run failed: /bin/bash retval: 126

    Updating Support Links

  4. 16 hours ago, JTok said:

    In light of the official release of 6.9.0 I have removed the max version restriction. I am not able to confirm how well it works this week because I am moving across several time-zones.

     

     

    I am also still working on a new version.

    As a quick heads up, the new version will be dropping support for pigz, but gzip will still work for anyone using legacy compression (this change should not be breaking or require any user input).

    I also fixed a few bugs, and am adding a few new features.

    I'll the following error

    Package pigz-2.3-x86_64-2_slonly.txz installed.
    plugin: downloading: https://raw.githubusercontent.com/jtok/unraid.vmbackup/master/vmbackup-v0.2.2-2021.02.03.txz ... failed (Invalid URL / Server error response)
    plugin: https://raw.githubusercontent.com/jtok/unraid.vmbackup/master/vmbackup-v0.2.2-2021.02.03.txz download failure (Invalid URL / Server error response)
     

  5. 1 hour ago, malac said:

    Hi, i moved my "data path" from cache disk to the normal "data" pool. This works fine, but the i'm not able anymore to spin down all disk, because it looks like nextcloud permanently writes to the data path.

    Does anyone has a solution for that?

    thx

    I think if the .log and the .db files should stay in the "config" path, then everything should be fine....

  6. 5 hours ago, Djoss said:

    Not for the moment.  I would prefer an implementation of fail2ban that is not tied to a particular container, since fail2ban would be typically used by multiple containers/services.

    i use macvlan for all my docker images, so for the ban action i would need fail2ban integrated in this docker i think?

  7. in 6.3 i created a network

    docker network create -o parent=br0 --driver macvlan --subnet 192.168.1.0/24 --ip-range 192.168.1.64/26 --gateway 192.168.1.1 homenet

    it worked very well for my dockers

     

    in 6.4.0-rc2 all docker using this network are not starting (homenet not found)

    if i try to create this network, i get an error message


    Error response from daemon: failed to allocate gateway (192.168.1.1): Address already in use