Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Support] ich777 - Application Dockers

Featured Replies

  • Author
3 minutes ago, justintas said:

Yes they did get transferred in my test file so it is working!!

Nice. :)

 

4 minutes ago, justintas said:

Is there a way to have an email when it runs each time ?

Sure:

grafik.png.f0ba5fa9459781b0c1143d5758533963.png

 

And do something like described here:

 

6 minutes ago, justintas said:

I don't see any LuckyBackup refernce should it be there or am i looking at the wrong file ?

Yes, you are looking at the crontab from Unraid and not in the container.

 

Do the following:

  1. Open up a Console window form luckyBackup
  2. Type in:
    crontab -l

 

This will basically list all cronjobs from the root user in the container and there you should also see where the logfile is written to.

  • Replies 5k
  • Views 775.8k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Things have changed a little bit since I'm switched to TurboVNC. Please be sure to create the password first inside the container, to do that open up a terminal from the container (click on the c

  • If anything breaks again take a look at this: Click   Or what I would recommend: Stop the container Delete the files "Core.jar" & "JDownloader.jar" and the folders "tmp" &

  • Dockers Available so far:   DirSyncPro: very strong synchronization tool that's highly customizable and schedulable (Docker comes with WebGUI, SMB, FTP & WebDAV support and with encry

Posted Images

1 minute ago, ich777 said:

Do the following:

  1. Open up a Console window form luckyBackup
  2. Type in:
    crontab -l

 

This will basically list all cronjobs from the root user in the container and there you should also see where the logfile is written to.

Thanks for your help, assume all will be working ok and just ignore times / dates in GUI window.

 

Here is out put from command all looks good ?

 

root@HPtower:/# crontab -l
#Initial Cron
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ luckybackup entries ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
0 6 * * *       /usr/bin/luckybackup -c --no-questions --skip-critical /root/.luckyBackup/profiles/backup.profile > /root/.luckyBackup/logs/backup-LastCronLog.log 2>&1
50 * * * *      /usr/bin/luckybackup -c --no-questions --skip-critical /root/.luckyBackup/profiles/test.profile > /root/.luckyBackup/logs/test-LastCronLog.log 2>&1
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ end of luckybackup entries ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
root@HPtower:/# 

 

 

How can I thankyou for this docker and help anyway to support your work ? 

 

  • Author
Just now, justintas said:

How can I thankyou for this docker and help anyway to support your work ? 

There is a donation button in the CA App for all containers you got installed from me.

 

1 minute ago, justintas said:

Thanks for your help, assume all will be working ok and just ignore times / dates in GUI window.

It‘s a bit complicated because this is basically a desktop application and was never intended to be used like that so not everything is working 100% correctly but it the basic functionality is working and you have a fancy GUI for rsync. :)

FWIW I only rarely get logs saved in the destination, even if it runs just fine every day

 

image.png.f1f5101a71b692e607309285edcabf63.png

On 4/12/2024 at 12:11 AM, ich777 said:

P

With that all containers should restart with OpenVPN-Client when you restart the OpenVPN-Client container.

 

Please make sure that all containers have:

grafik.png.9bc25c259319abf29e3b386e77830655.png

in them so that the container actually restarts.

 

Of course all of that will only work if you connected them with:

--net=container:OpenVPN-Client

 

I've started having bunches of errors again, so I went ahead and just added this to Sonarr and will get the rest cut over eventually. I'll let you know what I see. 

I may have figured out the FSID (File System ID) errors with the new version of MEGAsync. It wasn't an issue with version 4.12.2. Starting on v5, it happened daily. Sometimes MEGAsync has an issue and sometimes it doesn't. I tested with an empty new folder. If it has an issue right away, I have to remove the syncs and re-add them, and it scans and adds the new files. If everything seems fine, the FSID errors show up and the syncs get disabled the next morning, and I have to remove and re-add them.

 

I use a cache drive and the files go to that first. The cache drive has the filesystem btrfs and and my regular drives have xfs. I disabled the cache drives for my syncs that go to MEGA a couple days ago, and I haven't seen the FSID error yet.

Edited by AwesomeAustn

  • Author
8 hours ago, AwesomeAustn said:

I use a cache drive and the files go to that first. The cache drive has the filesystem btrfs and and my regular drives have xfs. I disabled the cache drives for my syncs that go to MEGA a couple days ago, and I haven't seen the FSID error yet.

So to speak, XFS is working, BTRFS not.

 

Have you yet reported that to MEGA support?

Hi,

anyone know whats wrong with rustdesk? Was working fine for a long time now, but now it says "schlüssel stimmen nicht überein" "keys dont match" - what keys? Internet said, update client, which we did, nothing changed...?

 

edit:
we found the problem, we had to enter the public key (found under logs when server starts) into every client under security "Key:"

 

Was never needed... i dont know.

Edited by unread

  • Author
1 hour ago, unread said:

Was never needed... i dont know.

That should be always be needed if you start the container with that parameters (should be the default) :
grafik.png.4c257db65a6288abad006e09f41512c1.png

 

I would not recommend running it without the public key since otherwise anyone can user and connect to your machines (of course ID and Passwords are needed).

Hi @ich777,

 

Love the work you do for dockers. Having an issue with the SABnzbd docker at the moment, getting the following errors upon starting the docker.

 

Error: Essential modules are missing, downloading cannot start.

Error: ABCTools disabled: no correct version found! (Found v8.1.0, expecting v8.2.0)

 

I am on Unraid 6.12.10 at the moment and the docker is updated.

 

Thanks!

  • Author
17 minutes ago, 1WayJonny said:

Error: Essential modules are missing, downloading cannot start.

Sorry for the inconvenience, please update the container itself and it should work again.

1 hour ago, ich777 said:

Sorry for the inconvenience, please update the container itself and it should work again.

 

You are the best, tested, working as expected. 😎

  • Author
24 minutes ago, 1WayJonny said:

You are the best, tested, working as expected. 😎

Thanks for letting me know! :)

Thunderbird, for those that get an error incomplete zlib block when copying a URL link address.

The issue is caused by setting zero compression, set this even to the minimum level and it's resolved.

Kind of annoying since I don't care about the bandwidth and with glasses need all the resolution I can get.

  • Author
1 hour ago, ados said:

Thunderbird, for those that get an error incomplete zlib block when copying a URL link address.

Can you please explain what you mean a bit more in depth?

 

1 hour ago, ados said:

Kind of annoying since I don't care about the bandwidth and with glasses need all the resolution I can get.

Would this lsp be solved if you set compression to 1?

@ich777, I don't seem to be able to find the Zabbix-server or Zabbix-Webinterface dockers either in your repo or from a community apps search.

 

Any clues as to what I may be doing wrong ?

  • Author
2 minutes ago, batscarfacehypernova said:

Any clues as to what I may be doing wrong ?

I deprecated them a while back.

 

You can find the templates here but no guarantee that they work anymore and of course you have to manually place them in /boot/config/plugins/dockerMan/templates-user/my-<TEMPLATENAME>.xml

1 minute ago, ich777 said:

I deprecated them a while back.

 

You can find the templates here but no guarantee that they work anymore and of course you have to manually place them in /boot/config/plugins/dockerMan/templates-user/my-<TEMPLATENAME>.xml

 

 

Ah, that makes more sense - thanks !!!

The latest version of The Lounge is complaining that it needs a new version of Node.js:

 

The Lounge requires Node.js >=18.0.0 (current version: v16.20.2)
Please upgrade Node.js in order to use The Lounge
See https://thelounge.chat/docs/install-and-upgrade

 

  • Author
16 minutes ago, Taddeusz said:

The latest version of The Lounge is complaining that it needs a new version of Node.js:

Thanks for the report, I will look into that and let you know when it's fixed. :)

5 minutes ago, ich777 said:

@Taddeusz the container is now fixed, please update the container itself and it will work again.

Thank you!

Hello,

I have just updated Lucky Backup on both Unraid servers, after that I had to renew the connection again, I always follow these instructions: https://unraid.net/blog/unraid-server-backups-with-luckybackup
I get to the point where I copy the ssh keys to the backup server, including password entry, then you can see what has been copied. I quit Lucky Backup and restart it, then go to the backup server in the console,
cat /root/.ssh/id_rsa.pub >> /root/.ssh/authorized_keys
bash: /root/.ssh/authorized_keys: No such file or directory
cd /root/.ssh
bash: cd: /root/.ssh: No such file or directory
What can I do?

  • Author
4 minutes ago, new_unraid_user said:

What can I do?

Please see this post:

 

Please always put your keys in the /luckybackup/... directory not in /root/...

 

I even made a comprehensive guide here:

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.