Jump to content

Unrea1

Members
  • Posts

    17
  • Joined

  • Last visited

Posts posted by Unrea1

  1. 11 hours ago, geoah said:

    @GhostJumper bumping into the same issue just now. Did you figure out which plugin it was for you?

    Not exactly. I didn't really bother to exactly find out which one it was. And I also updated Unraid at the same time to just change as many variables as possible XD.
    However, here's a list of all the plugins before and after. Maybe it'll help you. I also think that having reinstalled some plugins might have fixed them. Not 100% sure.

     

    Before:
    Appdata Backup
    CA Cleanup Appdata
    Community Applications
    Disk Location
    Docker Folder
    Dynamix Cache Directories
    Dynamix Date Time
    Dynamix System Buttons
    Dynamix System Information
    Dynamix System Temperature
    Fix Common Problems
    rclone
    Recycle Bin
    Tailscale
    Theme Engine
    Tips and Tweaks
    Unassigned Devices
    Unassigned Devices Plus
    Unassigned Devices Preclear
    unBALANCE
    USB Manager
    User Scripts
    
    
    Now:
    Community Applications (Kept)
    Disk Location (Kept)
    Dynamix Cache Directories (Reinstall)
    Dynamix System Buttons (Reinstall)
    Dynamix System Information (Reinstall)
    Dynamix System Temperature (Reinstall)
    Fix Common Problems (Reinstall)
    Recycle Bin (Reinstall)
    Tailscale (Kept)
    Unassigned Devices (Reinstall)
    Unassigned Devices Plus (Reinstall)
    Unassigned Devices Preclear (Reinstall)
    
    
    Delta (removed plugins):
    Appdata Backup
    CA Cleanup Appdata
    Docker Folder
    Dynamix Date Time
    rclone
    Theme Engine
    Tips and Tweaks
    unBALANCE
    USB Manager
    User Scripts

     

  2. Hello Unraid Community,

     

    I'm encountering an issue with my Unraid server, and I'm hoping someone can provide some guidance or solutions.

     

    The problem I'm facing is that when I click the "Start" button in the Unraid Web UI, the interface stops working after showing that's it's doing something in the bottom left corner, and I'm unable to proceed.

    Even after disabling Docker containers and VMs to rule out any conflicts, the issue remains. However, I have discovered that I can start the array by checking the "Maintenance Mode" box or by booting into "Safe Mode."

    I've attached two diagnostic files. One is from before hitting the Start button. The next one I got after hitting start by using the CLI.

     

    Thank you in advance for your help!

    unraid-de-diagnostics-20231006-1705-before_start.zip unraid-de-diagnostics-20231006-1724-after-start.zip

  3. Hi, I tried to install the bitcoind Docker via Community Applications.

     

    Upton starting the Docker I get:

     

    Execution error

    Bad parameter

     

    Unraid generates this Docker command:

    root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker create --name='bitcoind' --net='bridge' -e TZ="Europe/Berlin" -e HOST_OS="Unraid" -p '8333:8333/tcp' -p '8332:8332/tcp' -v '/mnt/user/bitcoin/core/':'/root/.bitcoin/':'rw' 'ofawx/bitcoind' -txindex
    6ef94ee974f0078f7e787458a30aac5b030c4a5e21bf664bd1a9bc4caaf20e46
    
    The command finished successfully!

     

     

  4. @JonathanM my issue lies in the fact that I need to copy a folder with sparse files that also contains non sparse files.

     

    Copying the folder WITHOUT the -S makes the copied folder more than double the size cause the actual sparse files aren't copied the way they were intended to be used.

    Copying the folder WITH the -S makes the copied folder smaller than the original. I presume that rsync mistakes some files for sparse files.

     

    My issue: making a 1:1 copy of ALL the files in a folder. So that the du command shows the exact same size.

  5. Does it matter if I copy ALL the files with the --sparse flag?

    I tried creating a 1 to 1 copy for a couple of days now without success.

     

    Using the sparse flag makes the copy folder smaller since there are files that are now falsely copied.

    And without, the copy is way bigger since there are a quite many sparse files.

     

    Is there an 'easy' way to just make a one to one copy of ALL the contents of my /mnt/cache folder?

  6. I couldn't get the folder size down this way. The original cache folder is 309GB in size. The copy is 695GB in size. How is that possible?

    The command I used was 'rsync -r -l --stats --progress /mnt/cache ./'

     

    It also seems that there are file duplicate Files among the cache and the pool. (E.g. a 55GB movie with the exact same hash value)

     

    How do I go about the backup being more than double the size and the fact that there are file duplicates? 

    Capture.PNG

    Capture1.PNG

  7. Sorry, as stated above: I edited my message. After restarting the server once gain, I was able to mount a disk with UD again.

    I'm already copied the '/mnt/cache' folder. The backup seemed to have almost double the size of the original cache folder as per 'du -sh'.

    I'm re running the rsync copy with the -l flag this time.

  8. @trurl I do know how to manage files from within Linux itself.

    @JorgeB I already tried that. It does not let me mount any drives via the UD tab.

     

    Edit:

    UD seems to work after restarting.

    Thx. I'll make a backup this way.

  9. Then I'll try to backup all my data. Since I am unable to mount any kind of storage device, is there a way for be to backup all the data that I couldn't normally reach from outside the server? I thought about mounting an external SMB share, but it also doesn't auto mount it.

  10. 34 minutes ago, ich777 said:

    With the Server Files and Profiles folder located at /mnt/cache/... the container starts just fine:

    Log.txt 100.69 kB · 0 downloads

     

    EDIT: Fixed the template allready but it will take some time so that it updates in the CA App, please delete the folder within appdata and the container itself, redownload it from the CA App and change the path from Server File & Profiles to '/mnt/cache/...'

    Sorry for inconvenience forgot that this container got two directorys that i have to change... :P

    Thx. It fixed itself after putting both paths to cache.

    • Like 1
  11. 1 hour ago, ich777 said:

    Please delete the whole folder i your appdata location again and also the container, and then post the log again.

    After the Error 1 line from the log is nothing?

     

    EDIT: Do you have a cache drive installed in your server and is the appdata folder on there?

    I have deleted everything associated with ArmA3 and set up the Docker the exact same way as before except adding "-world=empty" to GAME_PARAMS:

     

    Yes, I have a cache drive and set appdata to be only on cache.

    Is it a problem that "ServerFiles:" are on /mnt/user/ and "Profiles:" on /mnt/cache/? As there is no problem with SteamCMD on user and a Gmod server on cache.

     

    log.log

×
×
  • Create New...