Jump to content

bonbonJaeger

Members
  • Posts

    15
  • Joined

  • Last visited

Posts posted by bonbonJaeger

  1. So far, removing the disk from unraid has not been detected. The same error messages were always displayed.

     

    I have downloaded the dashboard from WD. Unfortunately, only a SMART test is offered here. I could have also started in unraid.

     

    By the way, the dashboard shows that everything is good with the disk.

     

    I remembered that backups via a virtual machine with the software HardlinkBackup runs without errors.

     

    Could there be a problem with the USB port?

     

    For now, the advanced SMART test is running.

  2. 1 hour ago, mgutt said:

    At first you should kill rsync: (x = exact match, c = count killed processes)

    
    pkill -xc rsync

    image.thumb.png.47bda2ce2be464715f933ddac32e175f.png

    that doesn't work. I will reboot. Unfortunately, the reboot does not work because the disk does not respond.

    image.png.fd6b4b32ad22fb5fa66a4ca946823294.png

    I now have to force the restart. But this also means a new parity check.

    Tomorrow I will check the disk with the diagnostic tool.

  3. 2 hours ago, mgutt said:

    While the backup is running? Should be "normal". As I said. Its a timeout of the UD Plugin and not an error.

     

    Does it still copy files or is it frozen?

    I can't tell if it's copying files. Because in the main window for the disk everything is set to 0.
    The rsync-log has no new entries.

    image.thumb.png.197cedb95a7febdb137bea2e52163c54.png
    But the syslog has many error messages.

    image.thumb.png.58ed5d00153bff981bf5c4190a08ae30.png

  4. it happens again. The syslog shows:

     

    image.thumb.png.87180a04aa45fffdbcc29378e1d5a665.png

     

    The unassigned devices - 0 free and 0 used space - no read or write speed:

    image.thumb.png.78e81c66890756ef84a5d235b1d176bf.png

     

    I had a window open with tail to view the output of the rsync script.

     

    image.thumb.png.12b085922537c5ba74eee9709583fc78.png


    Is there anything else I can check? I would keep running this now to see if it recovers.

  5. 14 minutes ago, mgutt said:
    1 hour ago, bonbonJaeger said:

    I have created the script. Do I need to make it executable?

    Don't you use the user scripts plugin?

    Your screenshot showed the config editor and a different path than the one for the user scripts. That's why I didn't get the idea.
    Should I create the script via the UserScripts and then copy it to /boot/config?

  6. Thanks.

     

    1 hour ago, mgutt said:
    2 hours ago, bonbonJaeger said:

    --compress

    This option is useless as you are copying locally.

    I have removed the switch.

     

    1 hour ago, mgutt said:
    2 hours ago, bonbonJaeger said:

    Does anyone have any idea what is causing the script to crash?

    What is written to the logs?

     

    How do you know that the script is crashed? Did you try to kill rsync by "pkill -xc rsync"?

    I thought it crashed because nothing happened for hours. I tried to kill the processes with

    kill -9

     

    1 hour ago, mgutt said:

    I had a similar problem in the past. It seems Unraid is not able to restart if a rsync process is still running. Because of that I created a stop file with the following content:

    I have created the script. Do I need to make it executable? If so how? A

    chmod +x

    shows no effect.

     

    I will run the script again and then post the logs here.

  7. Thank you.


    I also thought about the hardlink limit. However, it's at 1023 and I only made it to 20 backups.

     

    The use case should be that someone who knows very little about computers can use the disk (family photos) without my help.

     

    That's why I didn't want to use a unix file system. Since I don't know where the person will use the disk, I also didn't want to use a system that only works with additional software under Windows.

     

    What else could depress the read/write speed so much that the disk sort of stands still?

     

    Could another standard job that is started in parallel cause the problem?

     

    Certain files should not be it, right?
     

    Is there any way I can turn on a debug mode?

     

    many greetings
    bonbonJaeger

  8. Hello all,

    and many thanks to @mgutt for the excellent script for backup. 


    Before I switched to unraid, I used hardlinkbackup (Windows software that uses rsysnc for backup). Since I don't always want to run a virtual machine for backup, I was happy to find this script here.


    I have now split my data to be backed up. The ones that no one will miss if I'm gone, I back up to an external hard drive using btrfs. The data that is important to everyone I back up to NTFS so everyone can plug the disk into a different system.


    The backups worked fine in the beginning. But now the backup of the data to the NTFS partition keeps hanging. 


    Thereby the external disk appears in unraid afterwards like this (0 B used and free):

     

    1622219360_2021-05-2009_21_50-Unraid_Main.thumb.png.4b80cd3e0f4374f022b933e0a8cc7863.png

    When I try to restart unraid, I get the following error messages.

     

    207488978_2021-05-2710_26_01-Unraid_Syslog.thumb.png.fd82b98d391373584160d80d270c41e7.png

     

    Sometimes it works that I can end the process with kill. But often not even that works. If I then force the system to reboot with "reboot", the parity check is started every time.

     

    After the reboot the disk is mounted normally again.

     

    1994785057_2021-05-2009_37_36-Unraid_Main.thumb.png.9bb735ad8dfa0447f8810ec0e5c43fb1.png

     

    For the backup to the ntfs partition I have adapted the script like this :

     

    rsync -v -rltD --modify-window=10 --stats --progress --itemize-changes --compress --delete --exclude =".rsync" --link-dest="${backup_path}/${last_backup}" "${source_path}" "${backup_path}/.${new_backup}"

     

    Does anyone have any idea what is causing the script to crash?

     

    many greetings
    bonbonJaeger

  9. On 4/29/2021 at 1:59 PM, bonbonJaeger said:

    Hello,

    I have installed the Mango container on my system.
    Unfortunately no eBooks are imported.
    I put in the in the directory /root/mango/library a few cbz documents. However, nothing is imported.
    Also, I have turned on debug mode in the config. However, no errors are generated. It seems like there is nothing to do.
    Does anyone have a tip on what my error could be?

    Many greetings
    bonbonJaeger

     

    2021-04-29_13h52_12.png

    2021-04-29_13h54_48.png

    Here is the answer from mango github.

    for those who got the same problem.

     

    2021-05-04_10h28_40.png

  10. Hello,

    I have installed the Mango container on my system.
    Unfortunately no eBooks are imported.
    I put in the in the directory /root/mango/library a few cbz documents. However, nothing is imported.
    Also, I have turned on debug mode in the config. However, no errors are generated. It seems like there is nothing to do.
    Does anyone have a tip on what my error could be?

    Many greetings
    bonbonJaeger

     

    2021-04-29_13h52_12.png

    2021-04-29_13h54_48.png

×
×
  • Create New...