Posts by Sean

    Thanks Turbo5vz and fbeye! I will look into it during the weekend.


    And my apologies to gderf - you are right, initially I wanted to redirect all traffic outside the LAN - but as that seems to be impossible without command line installations, I'll settle for "all bittorrent traffic".

    fbeye, thanks for the alternative. But I don't see how you connect to the vpn in the first place. Where is the server to connect to? Where is the token? Do you have another container for that? Can you post that dockerfile als well (preferably NordVPN)?


    Turbo5vz, can you post the dockerfile you used with NordVPN?

    Hmm, technially it works, but the vpn speeds are extremely slow (often 0).


    Downloading the same torrent on my desktop via vpn gives me an acceptable speed (25MBps, around half my bandwidth).


    Probably a configuration thing. Must investigate further.

    OK, I can try that. But I am a burnt child regarding installing software from the command line on a NAS. Sometimes the new software breaks something else, sometimes it gets broken by a system update, and of course I have to update it manually. So I would prefer a solution within the OMV framework...

    Hi,


    I would like to set up my NAS so that all traffic is routed through a VPN tunnel. NordVPN seem a good option, so I am looking for a guide how to set this up. Should I use the Wireguard plugin? A docker service?

    Hi,


    On my OMV NAS, I run cronjobs with omv-backup and snapraid. Most of the time, especially after the backup, I get a warning like


    Code
    Device: /dev/disk/by-id/nvme-***, Temperature 69 Celsius reached critical limit of 55 Celsius (Min/Max 32/78)

    even though the backup itself only takes a minute. So I'm beginning to wonder if the backup is doing more harm than good, because it makes the system disk overheat on a regular basis. I tried to use the following command line for the cron job:

    Code
    nice -20 /usr/sbin/omv-backup

    but this didn't help, probably because "nice" only affects the relative priority of the backup process, it doesn't lead to a slow down if there are no other processes.


    Is there a way to tell omv-backup to work more slowly? I wouldn't mind if the backup took an hour; it runs at night anyway.

    I added fsarchiver to the plugin three years ago and the verbose flag has always been there. And it only uses one 'v' which is the least amount of verbosity. You are the first to ask for less info.

    OK then, two's company... ;)


    I also don't need to know every single file that has been backed up every week. Like "Trottel", I would prefer just getting the info if everything went well or if there were problems (so I don't want to disable the email notification completely). But I keep an archive of my mails, so I would prefer shorter mails.


    Would it be possible to move the "v" option into the backup -> settings tab? It could still be default, I would just like to be able to switch it off.

    You guessed right, it was an initial run (after OMV reinstallation). Thanks for this! I run it manually, about once per month, so it shouldn't be a permanent problem.


    However, I'm still wondering why the ramdisk is still full after syncing, and what I can do to ensure that the ramdisk is synced (and purged) more frequently and regularly. Any hints?

    Here's the content of /var/log:

    syslog and daemon.log contain a lot of entries from backup jobs (USBbackup apparently enumerates every single file).

    I have the same problem, but even after the sync, I still get:


    Code
    Filesystem                                 Size  Used Avail Use% Mounted on
    folder2ram                                 8.3G  8.3G     0 100% /var/log

    When I click "sync all", it claims to sync /var/log:

    Code
    will now sync all mountpoints
    sync of /var/log successful!
    sync of /var/tmp successful!
    sync of /var/lib/openmediavault/rrd successful!
    sync of /var/spool successful!
    sync of /var/lib/rrdcached successful!
    sync of /var/lib/monit successful!
    sync of /var/cache/samba successful!

    Why is the ram disk still full?


    And anyway, regularly syncing manually is not a real solution IMO... Isn't there a way to make sure that the ram disk is synced reguarly?

    Not sure what you mean. scrub frequency only applies to the diff script.

    That's precisely what wasn't clear to me. On the settings page, it says "scrub frequency - 7 - units in days". There is no indication that this is only relevant if the diff script on the other page is activated. And I still don't understand how the "7 days" scrub frequency interacts with the scheduling settings from the diff page.


    I would find it more intuitive if all settings related to the scheduled diff were on that page. (Just a suggestion)

    That should be a random uuid.

    Maybe you forgot to call srand()? ;)

    Quote

    How are you going to "disable" them?

    I figured changing the scrub percentage from "100" to "0" would work.

    Quote

    They are used in the diff script AND manual scrub commands in the plugin.

    Ah, I didn't know that. In that case, it's a bit confusing that the scrub frequency is on the settings page and the date/time is in the diff sub-page...

    Quote

    Manual runs will never send emails but you do have to have notifications setup for the script if/when it gets fixed.

    Good to know.

    OK, it's been a while, but now I have installed the new system with two Snapraid arrays. Manual snapraid sync and check jobs work fine so far (without rebuilding the cache, the errors really seem to result from the old system).


    BTW, in the new OMV installation, the config file for the first array is called omv-snapraid-114a88d2-53ed-11ed-8eee-b3f2573b9c38.conf again, so it was no accident that it was the same for both of us.


    Now I have three remaining questions:


    - If I were to to run scheduled tasks using the config files for the different arrays, as in

    snapraid -c /etc/snapraid/omv-snapraid-114a88d2-53ed-11ed-8eee-b3f2573b9c38.conf sync ,

    this should work, right?


    - About the "scrub" configuration in the "Snapraid settings": Should I disable them also (as with the scheduled diff)?


    - The "send mail" checkbox in the settings is checked, but I haven't received any mails after the manual syncs / checks. Do I have to do something else? I have setup my mail account in "System Notification"

    Maybe I figured something out. My network controller's id is "enp3s0", but in /etc/network/interfaces ist was "enp2s0" (probably because there was only one SATA adapter during installation).


    I changed /etc/network/interfaces, and at first glance, it seems to work.


    Do I have to worry that the file will be overwritten the next time I change the configuration and press "apply"?