Jump to content

DanielPT

Members
  • Posts

    214
  • Joined

  • Last visited

Posts posted by DanielPT

  1. 12 minutes ago, itimpi said:

    The suggested process will not work - you cannot remove a device from a pool in Single mode without data loss.

     

    You need to have the pool in RAID1 mode before you can remove a drive without data loss.

     

     

    Okay :)

    How can i then do it? :)

    The data is not important :) But i want to have the cache drive looking like before so my dockers dont get confused? 

    Thanks!

  2. HI all

    I have a pool of 2 Samsung SSDs.

    But i want to use the slot for a 18Tb drive.

    The pool is ONLY been used for downloads. Nothing critical.

    Can i in a easy way split the pool or deactivate the pool?

    I want it to be the cache drive like it is now but only with 1 disk :)

    Thanks!

    image.thumb.png.3962362b0484231f64b3a142428fd244.png

  3. 7 hours ago, Bastian said:

    The IP label can stay as it is. The label is only used by unraid for the Web UI Link in the Docker Tab. [IP] gets translated to the servers IP and the port gets translated to the external port from the mapping. It has no functionality for the container whatsoever. 

     

    The docker run command compromises of docker run [options] image [command] [args]. command and args have to be in that order and command can't be omitted if you want to pass args. That is exactly what you are doing. You are passing the argument --with-database directly after the image, so it is a command. Since there is no executable called --with-database within the container, it fails.

     

    The maintainer already thought of that, as you can see in the template docker-compose file. Just fill the variable ADDITIONAL_PARAMETER with the parameters you want to set and remove them from the post arguments.

     

    Edit: The links on docker run aren't meant to be there, the forum auto. adds them oO

    Wow!

     

    After i remove it from "post arguemnts" and put it in "additional parameters it worked!

     

    And i had to edit the permissions on the database :)

     

    But meny thanks!
     

    Another question i have.

    I have made a "config" path in my appdata folder. But it dosent seem to store anything?

    Is it all in the database?

    image.thumb.png.0d6cb35cd4006b83fcb25b75c703bac7.png

     

    image.thumb.png.999f5951f351c58cadb99b9e9a336a25.png

     

    Thanks! :)

  4. On 6/28/2024 at 6:29 AM, MAM59 said:

    Yes it is.

    And your planned usage is also the only legal one for the "active backup" type.

    But it only makes sense if you connect the two lines to two different switches too because it is more likely that a switch fails as the dog eats up the fiber cable.

    So usually it does not help much, it even may cover an overseen error before somebody notices that things are running much slower as before.

     

    I did not see your post before, sorry.

    My guess is that you need to wait a little longer. Active Backup uses the MACs of the real cards, so if you change interfaces, ARP caches on the other devices become invalid and need to time out before the change can be recognized. This can take up to an hour. Be patient 🙂

    (and yeah, this annoying feature renders the idea of active backups rather useless. It cannot be done without losing connection for a period of time)

    Also all running connections are cut off too by the switch. So there will be many complains and so on. There is no smooth transition.

     

    HI MAM. 

    Meny thanks for the time and good answer ! :)

     

    My server is connectet to my UDM SE with 10G.

    And i have 2 1G ethernet connectet to my 24p switch.

     

    So if the fiber card in the server blows up or fiber cable is broken. I like the idea that a backup line can be configured.

     

    Meaby i can get my Unify UDM to send me a notification if the 10G has gone down.

     

    But too bad that it cant be done with "almost" no down time :)

  5. I just inserted a PCIe card for 10G sfp.

    It is linking fine and working.

    But i like the "active-backup" solutoin so if the fiber (10G) is down it switch to the 1G port.

    I have switched around the mac adresses so the "eth0" mac is on my 10G card. I looks like this:

    image.thumb.png.3493846e3a74c6f3e3cb904f9bb6667c.png

     

    image.thumb.png.8baa60f69ac1120eb84cb2c7222d9a53.png

     

    But when i deisable the 10G link

    image.thumb.png.a2ba2ba760e9e98b492c65e9e882aea4.png

     

    I dosent failover to the 1G port. What am i doing wroung?

     

    Meny thanks!

  6. Hi all

    Just saw that a tracker says my connection is "closed"

    SOOO long ago i messed around with the wg0 config.

     

    I use OVPN.

    Just tryed crating a new port and config but then i get 

    Warning: `/config/wireguard/wg0.conf' is world accessible

     

    Is that a bad thing?

    Somebody have the "guide" how to portforward in OVPN? :)

     

    Thanks!

  7. On 2/10/2024 at 9:10 PM, Revan335 said:

    The Version Parameter works only with mini.

     

    https://hub.docker.com/r/saspus/duplicacy-web -> Environment variables

     

    Clarify for mini on the Docker Site and here https://forum.duplicacy.com/t/how-to-use-recent-duplicacy-web-release-in-a-docker-container/8443/

     

     

    Okay just so im sure. I wont get the latest version of duplicacy if i do not add the "mini" parameter? :)

  8. 3 hours ago, Revan335 said:

    I would say yes. Its that true can only say the Developer.

    You would set mini tag too. saspus/duplicacy-web:mini

    "Than we are waiting for the published of 1.8.0 over the latest Version from duplicacy.com URL. https://duplicacy.com/latest_web_version for all."

    Oh sorry i dont quit understand this? What is web:mini? Is it no the full version like i run today? Why does it not just update with

    saspus/duplicacy-web ? :)

×
×
  • Create New...