Beiträge von PWSteal

    UPD: There was a similar issue at qBittorrent Github, but maybe it's OS related


    I have a problem with accented letters (like á) in file names / paths. Can anyone please point me in direction where I should start investigating?


    Details:

    I'm runnig qBittorent via docker on OMV 6 Odroid HC2 SBC with single btrfs HDD. I have no problem downloading torrent with accented letters in file / directory names - usually it completes to 100%. However if I start to recheck this torrent it fails for files with accented letters (like á, but cyrillic letters are fine). Example - files 01. and 07.:




    Recheck means to verify for integrity, but qBittorent fails to find these files completely - shows 0.0%.


    I did some testing with my desktop Pop-os (based upon Ubuntu) with same torrent:

    1. with desktop qBittorrent installed at Pop-os. downloading and rechecking on Pop-os btrfs SSD - no problem, 100% recheck for "á" files.

    2. with desktop qBittorrent installed at Pop-os, downloading to OMV CIFS share and rechecking to - no problem, 100% recheck. CIFS share is on the same btrfs HDD on OMV SBC, mounted to desktop Pop-os.

    3. with docker qBittorrent at OMV, downloading and rechecking on btrfs HDD on OMV - 0% recheck.

    4. with docker qBittorrent at OMV, downloading to btrfs HDD on OMV - copy directory from OMV CIFS share to Pop-os SSD - recheck copied directory with desktop qBittorrent 100%.


    Code: fstab
    UUID=4d27c22c-348e-4d96-8d6d-0bed3cc7f965               /       ext4    noatime,nodiratime,defaults,commit=600,errors=remount-ro        0 1
    tmpfs /tmp tmpfs defaults,nosuid 0 0
    # >>> [openmediavault]
    /dev/disk/by-uuid/ede632ae-9cfa-462c-b082-7d3c3d2e780b          /srv/dev-disk-by-uuid-ede632ae-9cfa-462c-b082-7d3c3d2e780b      btrfs   defaults,nofail 0 2
    /srv/dev-disk-by-uuid-ede632ae-9cfa-462c-b082-7d3c3d2e780b/Movies/              /export/Movies  none    bind,nofail     0 0
    # <<< [openmediavault]


    Specs: 6.0.43-1 (Shaitan) Armbian 22.08.2 Bullseye with Linux 5.4.212-odroidxu4


    NB: I do not endorse illegal torrenting in any way, files above is a personal rip from the cd I own.

    I just Installed and set up OMV6, everything works as expected except one thing flash memory plugin - it's not showing up in WebUI. I reinstalled it but the result is the same. However it seems to work according to dashboard "Services" list.

    I also installed "Reset permissions" plugin and it has its page under "Services" section.


    Setup:

    Odroid HC2

    Armbian 5.4.160-odroidxu4 #21.08.6 SMP PREEMPT Mon Nov 22 12:18:25 UTC 2021 armv7l GNU/Linux

    OMV6 6.0.5-3 installation according to this guide.

    ii openmediavault 6.0.5-3 all openmediavault - The open network attached storage solution

    ii openmediavault-flashmemory 6.0.2 all folder2ram plugin for openmediavault

    ii openmediavault-keyring 1.0 all GnuPG archive keys of the OpenMediaVault archive

    ii openmediavault-omvextrasorg 6.0.4 all OMV-Extras.org Package Repositories for OpenMediaVault

    ii openmediavault-resetperms 6.0 all Reset Permissions

    Browser: Firefox 95.0.1 Windows 10


    Steps to reproduce the behavior:

    1. Go to System - Plugins

    2. Install openmediavault-flashmemory 6.0.2

    3. Make sure there is a green sign "Installed" next to plugin name

    4. Got to "Storage" in WebUI

    5. See no "Flash Memory" page.


    Manually typing


    Expected behavior:

    In OMV 4/5 plugin page was under "Storage", but in OMV 6 there is none under "Storage" or any other section. I expect to see either separate page for this plugin or note in description for the plugin in plugins list - "we had saparate page before but now there is none".

    downloaded the linuxserver/syncthing and it worked but it syncs to /config folder rather than /sync folder. This is the main issue here

    Guess I solved it, this how it's done: (every folder name \ other names are from my setup, though they are similar to TDL's videos)


    In Docker Container window under "Volumes and Binds" section you set up two lines (see screenshot):

    Code
    /sharedfolders/AppData/Syncthing      |      /config      #this is pretty much the same as in TDL video, folder to keep config files
    /sharedfolders/General/Sync     |    /sync    # this is where syncthing docker can keep synced files. In TDL video it was "/sharedfolders/media"


    Then you go to Syncthing WebUI, click "Add folder", and put "istruggle" into "Folder label" field and "/sync/istruggle" into "Folder path" field, and click "Save" (see screenshot). No quotes.


    Now you have folder /sharedfolders/General/Sync/istruggle at your OMV NAS and it can be shared and synced with other devices.


    My error (and yours it seems) was to put "/sharedfolders/General/Sync" into "Folder path" field in Syncthing WebUI. However for docker you've bind "/sharedfolders/General/Sync" to simply "/sync".

    gunzip -c the backup-omv-14-Jan-2019_19-10-40.dd.gz file pipe to dd of command on a linux system. I have posted quite a few times on how to restore this.

    Well I searched for it and I failed.


    For now I'll stick to microSD images made with Win32 Disk Imager. No automatic backups and restore but at least it works.


    It would be nice to see the "No hassle free restore with WebGUI for now" disclaimer in plugin description. You know, maybe it's cool, but it's not noob-friendly ||

    I made a backup to shared folder and got a bunch of files:


    Code
    omvbackup\backup-omv-14-Jan-2019_19-10-40.blkid
    omvbackup\backup-omv-14-Jan-2019_19-10-40.dd.gz
    omvbackup\backup-omv-14-Jan-2019_19-10-40.fdisk
    omvbackup\backup-omv-14-Jan-2019_19-10-40.grub
    omvbackup\backup-omv-14-Jan-2019_19-10-40.grubparts
    omvbackup\backup-omv-14-Jan-2019_19-10-40.packages

    Ordoid-HC2 has USB port but no video output, so I believe Clonezilla liveusb is not an option, right? Can someone please advice how to restore this backup?


    Actually, such tutorial (OS restore) if frequently requested in TechnoDad's video comments.

    remove the backports line from /etc/apt/sources.list and then

    apt-get update
    apt-get -f install openmediavault-docker-gui


    via Putty worked for me, thanks!



    plugin installation via OMV GUI goes in auto mode and selects N (default), I chose Y in Putty, Docker plugin now is in the list at OMV GUI and no errors pop-ups.


    Running OMV 4.1.17-1 on Odroid HC2, omvextrasorg 4.1.13, stable omv-extras.org repo and Docker CE repo are enabled under OMV-Extras menu.
    Any help is appreciated, thanks!

    Not exactly the same problem but don't want to spawn another docker install topic.


    Got error during the install of openmediavault-docker-gui 4.1.1 from WebUI - guess some dependency check but I don't know how to fix it:

    but when I try to create folder secured with password

    Not sure what exactly you are trying to do this but let's assume you

    • set up OMV at local network at ip 192.168.1.12
    • added shared folder "AppData", and set it visible under Services - SMB - Shares (as in TechnoDadLife's guide) with permissions Everyone: read/write


    • typed \\192.168.1.12\AppData in Windows 10 explorer and got access to AppData without prompting a password
    • added a Shared folder "Movies" and set following (default) permissions: Administrator: read/write, Users: read/write, Others: read-only and also added a user "Remi" with password "qwerty1234"
    • typed \\192.168.1.12\Movies in Windows 10 explorer, then Windows asks you for login&password and despite you type Remi:qwerty1234 access is denied \ long load \ etc.


    So what I tell next is just the result of my research and maybe it doesn't work this way but it works for me. Also my Windows locale is not English so names of menus can be a bit different:


    When you connect to \\192.168.1.12\AppData for the first time Windows believes that you (your Windows login) have access to 192.168.1.12 (and all folders on this ip) without login&password and it records this fact.
    When you try to connect to \\192.168.1.12\Movies then Windows asks for login&pass but then it says "hey, this guy doesn't need a login&pass for this ip!". Even if you marked "Login with other credentials" and typed Remi:qwerty1234. Windows is able to keep one login:password for ip 192.168.1.12 and unfortunately your first connect to 192.168.1.12 was without login:password.



    What you can do is Start -> Run -> control userpasswords2 -> second tab "Extra" -> Password Management and look if there are any records for ip 192.168.1.12 here. If there is smth about 192.168.1.12 then delete it, maybe reboot, and then connect to \\192.168.1.12\Movies with Remi:qwerty1234. So now your Windows knows your login:password for ip 192.168.1.12 and hopefully you will get access to Movies. Wow that's a lot of text.