Linguafoeda

Members
  • Posts

    224
  • Joined

  • Last visited

Posts posted by Linguafoeda

  1.  Hi there - I get the follow warning when I try to move files from one disk to another. I currently have most of my “downloading” containers setup (i.e. sonarr / radarr / jdownloader / qbittorrent etc.) with extra permission “-e UMASK_SET=000”. This is so I can have read/write permissions on Windows samba which is my preferred way to access and move around / edit / remux files etc.

     

    Does the fact that I have this extra permission set on the containers mean i will always get this message on unBALANCE (i.e. are they related)? If the answer is that they are related, Is there any risk to not running the Docker Safe New Perms function in Tools when trying to run unBALANCE? It seems like given new files created by qbit/jdownloader would always add a permission different than what unBALANCE tests for.

     

    There are some permission issues with the folders/files you want to transfer
    0 file(s)/folder(s) with an owner other than 'nobody'
    0 file(s)/folder(s) with a group other than 'users'
    26 folder(s) with a permission other than 'drwxrwxrwx'
    239 files(s) with a permission other than '-rw-rw-rw-' or '-r--r--r--'
    You can find more details about which files have issues in the log file (/boot/logs/unbalance.log)
    At this point, you can transfer the folders/files if you want, but be advised that it can cause errors in the operation
    You are STRONGLY suggested to install the Fix Common Problems plugin, then run the Docker Safe New Permissions command

     

  2. On 12/30/2021 at 4:37 PM, Linguafoeda said:

    I'm having trouble with something relatively simple that I'd like to incorporate into rtorrent/RuTorrent. I'm running Binhex's rutorrent container on Unraid Docker, and I want the ability to have a change in label / category of the torrent move all the associate files into the related subfolder within my broader Downloads share. I want this to work whether the file is actively seeding, downloading, finished etc. I know qBt does this so I would think rTorrent through a script can accomplish the same task.

    I'm relatively new to scripting on rutorrent / docker / unraid so any beginner tips to figure this out would be very much appreciated :)

     

    bump - anyone know how to accomplish this?

  3. On 12/22/2021 at 3:30 PM, Linguafoeda said:

    hello - does anyone know how to properly setup local share mounts that can be used within the built-in rclone web UI? I installed the waseh plugin, inserted my config for g-drive mounts (which it correctly sees) but i wasn't sure how i can begin both uploading / downloading files from my rclone g-drive mounts <-> local shares. See screenshot below - when you type "/" it automatically gives a button to open local path, but any combination of /mnt/user/[share] or even /mnt/ doesn't show any folders. I assume I have to give some sort of access but where do i do that?

     

    for reference: i have this script running to access the web UI at http://[LOCALHOST]:5572/#/remoteExplorer

    rclone rcd --rc-web-gui --rc-user=admin --rc-pass=admin --rc-serve --rc-addr :5572

     

    image.thumb.png.121ffeb9cd2fe121918d31794f2e040f.png

     

     

     

    Bump

  4. 15 minutes ago, olympia said:

     

    I believe "extra parameters: -e UMASK=000" will do the trick. 

     

    @PSYCHOPATHiO I think it's not 002 what made it work, but using UMASK instead of UMASK_SET

     

    Do you think i should change all my containers that have -e UMASK_SET=000 to -e UMASK=000? I gave that permission to all my containers that create new files (torrent clients, mkvtoolnix, handbrake etc.)

  5. 17 hours ago, PSYCHOPATHiO said:

    There seems to be a problem with the latest update, it broke the permission system.

    I cant delete or move or rename any files downloaded & have to manually change the permission for every download.

     

    I have 2 qBittorrent clients, but one of them keeps changing its own permissions. Both dockers are identical in settings & setup, only thing different is port numbers. One of the dockers is behaving normally & I can move or delete files yet the other keeps locking them.

     

     

    @HHUBS @Linguafoeda

     

    EDIT: After the update I had to remove the old "extra parameters: -e UMASK_SET=000" & add a new variable UMASK 002.

    That fixed the permission problem & should have been implemented from the beginning.

     

    Hmm weird - i just downloaded a file and was able to rename / move it within windows samba. Do you mind sending a screenshot of your new umask variable?

  6. hey guys - i randomly just got the error "database disk image is malformed database disk image is malformed". I restored from backup just now via built-in backup function but while googling the error, i'm worried that my current backup (5 days old) is going to encounter this issue down the line.

     

    Some people who had same issue seemed to mention this was an issue with Unraid 6.7.0 + SQLite DBs not playing nicely. I'm on 6.9.2. Should I be worried with my Radarr/Sonarr/Lidarr/Prowlarr instances for DB corruption over time? Is there any best practices to avoid future corruption?

  7. I'm having trouble with something relatively simple that I'd like to incorporate into rtorrent/RuTorrent. I'm running Binhex's rutorrent container on Unraid Docker, and I want the ability to have a change in label / category of the torrent move all the associate files into the related subfolder within my broader Downloads share. I want this to work whether the file is actively seeding, downloading, finished etc. I know qBt does this so I would think rTorrent through a script can accomplish the same task.

    I'm relatively new to scripting on rutorrent / docker / unraid so any beginner tips to figure this out would be very much appreciated :)

  8. hello - does anyone know how to properly setup local share mounts that can be used within the built-in rclone web UI? I installed the waseh plugin, inserted my config for g-drive mounts (which it correctly sees) but i wasn't sure how i can begin both uploading / downloading files from my rclone g-drive mounts <-> local shares. See screenshot below - when you type "/" it automatically gives a button to open local path, but any combination of /mnt/user/[share] or even /mnt/ doesn't show any folders. I assume I have to give some sort of access but where do i do that?

     

    for reference: i have this script running to access the web UI at http://[LOCALHOST]:5572/#/remoteExplorer

    rclone rcd --rc-web-gui --rc-user=admin --rc-pass=admin --rc-serve --rc-addr :5572

     

    image.thumb.png.121ffeb9cd2fe121918d31794f2e040f.png

     

     

  9. On 8/24/2021 at 1:17 PM, Linguafoeda said:

    I’ve noticed that docker folders on the dashboard has a GUI issue where the icons start mis-aligned when you load the dashboard page on any zoomed out / smaller resolution screen (for example, below is my iPad). Happens on iPhone safari mobile as well. Is there something internally to fix this? Would love to make it look consistent with desktop since I typically am accessing unraid from my iPad when away from my desk.

    07C33B84-5844-481C-82C2-7B00BE543645.jpeg

     

    On 8/24/2021 at 6:20 PM, GuildDarts said:

    Dang i had fixed that but guess i forgot to include the fix *facepalm

    currently not able to push a fix as im not at a pc, will be in a few days

     

    Just tired this on an ipad and see the same thing. Will fix it when i get to a pc :)

     

    On 11/26/2021 at 10:13 PM, wallas9512 said:

    My docker overview is a bit upside down, did I missed something.

     

    I think the code for list docker in docker interface is reutilized in overview.

     

    Do you have any solution for correct this himself?

     

    Thanks.

     

    image.thumb.png.2e88bcbb4f2baf4b0481e4ca2837a046.png

     

    are you accessing from an ipad or iOS device? this is exact same issue i have with messed up GUI. would love if the developer @GuildDarts is able to find a solution for this :) 

  10. If i don't have an external GPU, just onboard intel graphics (which are being used for Plex transcoding so i don't want to pass it through to my VMs), is there a way to get sound working on the mac VM? On Windows VM, I installed VB Cable to get audio working. Is there something similar for macOS?

     

    Separately, i followed the instructions here to get iCloud working:
     

        1) Download hackintool (https://github.com/headkaze/Hackintool/releases).
        2) open it (using same steps as you first used to open OpenCore Configurator) and go to System -> Peripherals
        3) Network interfaces should have a en0 but the built in is unchecked
        4) open opencore -> mount EFI -> open config.plist
        5) go to DeviceProperties and select ethernet controller from list of PCI Devices at bottom (if it's not listed already)
        6) click the + on the far bottom right of the right box to add a property to the ethernet controller.
        7) For "key" use: built-in
        8) For "type" use: Data
        9) For "value" use: 01
        10) save and reboot
        11) log in to apple services!
        12) The hackintool technically isn't needed but it provides an easy graphical way to see if that "built-in" check box is checked.

     

  11. On 10/1/2021 at 1:56 AM, Linguafoeda said:

     

    Just wanted to quickly update that this fixed my issue with the install. Using 2.19.1 is critical. this should be pinned to front of guide :).

     

    A few follow-ups: 

     

    1. how do i make the VM automatically start the mac partition when booted? found instructions on reddit

    Open OpenCore Configurator -> mount the EFI -> open the config.plist -> "Misc" -> disable picker and otherwise make it look like the below

    ilgfyHg.png

    2. how do i rename the VM itself from "Macinbox Big Sur" to say just "macOS"? actually it was quite easy lol...just rename then run the script again with the new name

    3. How do i get audio working on the basic mac install (i.e. no GPU being passed through)? For my windows 11 VM, i had to download a driver called VB Cable that allowed me to get audio. is something similar available for mac VMs?

    4. can i delete the macinabox container once done or do i still need it?

    5. is it safe to update macOS from within the VM once you've successfully installed?

     

    On 10/7/2021 at 1:37 PM, Viperean said:

    One more question, how do you set the bootloader to autoboot to the bigsur partition?  I tried to update OpenCore but I think I ruined the VM.  Is there an option somewhere to do this without updating opencore?

     

    See my reply quoted above.

     

    Separately - anyone know if it’s safe to delete macinabox container once you are installed?

     

  12. I'm getting the below error when attempting to connect to VirtManager as part of following the Macinabox Big Sur installation guide. anyone know what's going on?

     

    Unable to connect to libvirt qemu+ssh://[email protected]/system.
    
    End of file while reading data: sh: nc: command not found: I/O error
    
    Verify that the 'libvirtd' daemon is running on the remote host.
    
    Libvirt URI is: qemu+ssh://[email protected]/system
    
    Traceback (most recent call last):
      File "/usr/local/share/virt-manager/virtManager/connection.py", line 922, in _do_open
        self._backend.open(cb, data)
      File "/usr/local/share/virt-manager/virtinst/connection.py", line 153, in open
        conn = libvirt.openAuth(self._open_uri,
      File "/usr/lib/python3.8/site-packages/libvirt.py", line 104, in openAuth
        if ret is None:raise libvirtError('virConnectOpenAuth() failed')
    libvirt.libvirtError: End of file while reading data: sh: nc: command not found: I/O error