Jump to content

Aractor

Members
  • Posts

    18
  • Joined

  • Last visited

Posts posted by Aractor

  1. On 4/25/2024 at 12:47 PM, Aractor said:

     

    I have the same issue myself. I've tried using both the normal deployment with `tessypowder/backblaze-personal-wine` and `tessypowder/backblaze-personal-wine:ubuntu22` but neither is seeing a Z drive.

     

    I tried fully deleting the app data foldering & docker image, to reinstall with a completely clean slate, but no change. Right now the backblaze docker is effectively useless. 😓

    I was finally able to fix this myself by running the command and confirming the container wasn't getting access to the main storage.

    docker exec --user app backblaze_personal_backup ls -la /config/wine/dosdevices/

     

    So, I ran this command to manually mount the storage drive.

    docker exec --user app backblaze_personal_backup ln -s /backup_volume/ /config/wine/dosdevices/d:

     

    Found the solution in the container's git documentation https://github.com/JonathanTreffler/backblaze-personal-wine-container#volumes

  2. On 2/8/2024 at 5:46 AM, drparton21 said:

    On Backblaze_Personal_Backup, I do not see a D drive. I only see a C and a Z. Also, when I try to point the temp folder for it at z:\anything (or z:\d_drive\temp, even), I get a message telling me that backblaze doesn't have read/write access to that folder. However, it's a folder that I applied chmod777 to, even. Not sure where to go from here--- has anyone else ran into this?

     

    On 3/25/2024 at 9:38 AM, killam97 said:

    Did you happen to find a workaround for this? I am having the same issue. 

    I have the same issue myself. I've tried using both the normal deployment with `tessypowder/backblaze-personal-wine` and `tessypowder/backblaze-personal-wine:ubuntu22` but neither is seeing a Z drive.

     

    I tried fully deleting the app data foldering & docker image, to reinstall with a completely clean slate, but no change. Right now the backblaze docker is effectively useless. 😓

  3. 20 minutes ago, itimpi said:

    Have you read the online documentation on how the settings for User Shares work?    In particular you need to understand the High-Water allocation method and Split Level.   You have a very restrictive Split Level on many of your shares that can easily be forcing files to particular drives.

    I can say that yes I've read it, but if I've caused these issues for myself then I clearly didn't fully understand it. 😕 I'll review the article you linked.

  4. My array is 8 disks (8x8TB), 6 data disks + 2 parity disks, and 2x4TB m.2 cache drives.

     

    Everything seems to be working great, except that I'm noticing two of my disks are getting filled up significantly more than the others. All of my shares are assigned to use all the disks, so as far as I known nothing is explicitly being assigned to any one disk.

     

    What can I do to fix this so all my disks are getting filled more equally? Or alternatively, can I do anything to move data around & rebalance the disks?

    whnas-diagnostics-20231206-1308.zip

  5. 19 minutes ago, ich777 said:

    Thats already the case with my templates.

     

    Please read the description for example for CS:GO.

     

    You have to delete the existing port forwarding and create a new port forwardig in the template with the container and host port set to the new one (eg 27016) with the appropriate protocol and then finally you have to use the port variable in the template (if there is one) or the configuration from the server to set it to the above port forwarding that you‘ve specified.

     

    Please note that if set the container and host ports not to the same it wont work for most game servers, especially for Source or Gold Source games.

     

    Hope that makes sense.

    Ok, thank you, I think I'm following.

    So basically, the containers can share SteamCMD files but each container needs it's own Steam port set. The Steam port needs to be unique for each server, and cannot be shared. Is that right?

  6. I feel like I must be missing something really basic here, but I'm trying to get the 7DaysToDie server running. It starts, everything is great, but if I edit serverconfig.xml and the restart the docker container then the file gets overwritten back to the generic default.

     

    Am I not supposed to be editing the serverconfig.xml directly? Do I need to mark it read-only after making changes?

     

    I just know I'm missing something obvious.

  7. On 6/3/2023 at 1:06 PM, frodr said:

    How to make nzbget to download several files at once? The nzbget.conf file have a section "UrlConnections=". It is set to 4, but not downloading more than 1 at the time. I tried =8, nothing changed. 

     

    Anyone..

     

    // 

    nzbGet only supports downloading 1 nzb at a time, but the UrlConnections does control how many parts of that nzb it downloads at the same time.

    • Thanks 1
  8. Attaching my diagnostics files.

     

    After some Googling it appears this 2.5GB NIC might have a known issue with Linux seeing both ports having the same MAC address. I manually set one of them to a randomly generated MAC address to temporarily bypass that possible issue, but there's no real change. Nothing I've been able to do changes the Interface Rules drop-down menu to include the MAC addresses for the Intel NICs.

    whnas-diagnostics-20230621-1309.zip

  9. 6 hours ago, JorgeB said:

    Try deleting/renaming /boot/config/network.cfg and network-rules.cfg then reboot

     Sorry, I should have mentioned I've tried that several times. At best, one time I was able to boot to only eth0-2 but for some reason one of the disabled onboard NICs still gets picked up by Unraid at eth0.

     

    Interface Rules also never offers the NIC MAC addresses to set as eth0 or eth1 either.

  10. I just picked up and installed a dual port Intel 2.5GB NIC into my Unraid box. https://www.amazon.com/gp/product/B0BY83FW5H I assumed in Settings -> Network Settings I'd be able to edit the Interface Rules to make the two new NIC ports eth0 and eth1, but so far I'm not having any luck.

     

    I've disabled both onboard NICs in my BIOS, but then when I boot into Unraid one of the onboard NICs is still seen by Unraid and works. 😕 Also, my Interface Rules only offer eth0 and eth2 to change MAC address values, even though Network Settings shows eth0-3. The Interface Rules drop-down menu also only has the choice of the MAC address for eth0 or eth2.

     

    Lastly, my eth1 and eth3 are showing the same MAC address.

     

    All I want is for my two 2.5GBs NICs to be in use, and disable/ignore my two 1GBs NICs. But I'm so completely lost here. Any help would be appreciated.

  11. 3 minutes ago, Aractor said:

    Not quite sure what I could be doing wrong here...I just installed the ClamAV app, but when running it I get:

     

    2022-08-01T03:21:54+00:00 ClamAV process starting
    
    Updating ClamAV scan DB
    Hint: The database directory must be writable for UID 100 or GID 101
    
    
    An error occurred (freshclam returned with exit code '2')

     

    The Docker is pointed to /mnt/user/appdata/clamav/ for the ClamAV Signatures, and successfully created the folder during deployment. After deployment the /appdata/clamav folder is owned by nobody with permissions drwxr-xr-x I've also confirmed PGID and PUID are the same as all my other Docker containers which are working fine.

     

    What can I do to fix this so ClamAV can run?

    Read a bit further back in the thread and found the solution mentioned, worked like a charm.

     

  12. Not quite sure what I could be doing wrong here...I just installed the ClamAV app, but when running it I get:

     

    2022-08-01T03:21:54+00:00 ClamAV process starting
    
    Updating ClamAV scan DB
    Hint: The database directory must be writable for UID 100 or GID 101
    
    
    An error occurred (freshclam returned with exit code '2')

     

    The Docker is pointed to /mnt/user/appdata/clamav/ for the ClamAV Signatures, and successfully created the folder during deployment. After deployment the /appdata/clamav folder is owned by nobody with permissions drwxr-xr-x I've also confirmed PGID and PUID are the same as all my other Docker containers which are working fine.

     

    What can I do to fix this so ClamAV can run?

×
×
  • Create New...