Everything posted by deeks
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
Could you please add Yq? Love to automate backup/restore my containers using https://blog.linuxserver.io/2019/10/01/updating-and-backing-up-docker-containers-with-version-control/
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
Most appreciated ! Big thanks for responding so faaaaaaaaaaaaast !! 🙂
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
Hi dmacias, Thanks for your plug-in, love it! Could the docker compose be updated please?
-
[support] gfjardim's Docker Repository
Hi Dadarara - check out mobile apps that like Evernote scannable or even Apple Notes (standard IOS app) if you want easy scanning with reasonable quality. These cover 99% of my document scanning needs. Its easy to setup and use, super fast and uses built-in sharing to mail, filefolders or printer. But thats another topic as well
-
[support] gfjardim's Docker Repository
Hi there, not sure - i didn't get any replies so decided to reinstall CUPS on another rPI. This works better for me anyway since my printer is not directly connected via USB to the unraid server. Getting the rPI to do its CUPS thing is a breeze, lots of tutorials online but thats another forum ?
-
[support] gfjardim's Docker Repository
Hi there, I have an rPI with CUPS and Brother HL-5240 laserprinter connected via USB that worked fine until the rPI died (rip). I decided to install the CUPS docker and hook up the printer to my Airport. CUPS sees the printer, installs it with the Gutenprint ppd. However CUPS does not print and returns status :"Unable to locate printer "Airport-Router.local". How can this be fixed?
-
unraid-autovmbackup: automate backup of virtual machines in unRAID - v0.4
My tests with only one VM went fine. Be careful to check the results if you want to use the script with multiple VM's. I have set the script to run every night, even though the server will not be running 24x7 in practice. It takes about 1,5 hours to create a zipped backup of my VM plus xml file and always leaves at least one backupfile in the folder. I have added the the script for those interested. Feel free to comment and improve. script
-
unraid-autovmbackup: automate backup of virtual machines in unRAID - v0.4
More fine tuning in the works ... Tidy up of old backups was somewhat too rigid as it cleans out all backups older than a predefined number of days. The new script should leave at least one backup in place. Fix a small personal niggle : changing the date/timestamp to european dateformat (yyyymmdd) since I keep mixing up months and days with US notation. First tests with small sample files went well. Will let the script run with production setting for a while and post back results in this thread.
-
[Plugin] Ransomware Protection - Deprecated
Thanks for pointing this out, probably would not have found out to disable both options straight away.
-
[Plugin] Ransomware Protection - Deprecated
Hi all, When I stop the services I find the plugin is back on after reboot. How do I turn it off a little more permanently (other than uninstalling)? Cheers, Deeks
-
unraid-autovmbackup: automate backup of virtual machines in unRAID - v0.4
Also tweaked further to clean out old zip files in order to to fill up too much diskspace. Look for this piece of code (around line 1075): echo "information: finished attempt to backup "$vms_to_backup" to $backup_location." Then add this extra code directly beneath: # Send location where it wants to clean out the backed up files echo "information: cleaning out backups older than 2 days in location " $backup_location/$vm/ # Delete all files older than two 24hr periods find $backup_location/$vm/ -mtime +2 -exec rm -f {} \; I tested it with the -mmin command in stead of -mtime in order speed up testing.
-
unraid-autovmbackup: automate backup of virtual machines in unRAID - v0.4
Hi there - this works well but have tweaked it slightly to include the name of the virtual machine in the filename. rsync -av$rsync_dry_run_option "$disk" "$backup_location/$vm/$timestamp$new_disk" && zip -j "$backup_location/$vm/$timestamp$vm".zip "$backup_location/$vm/$timestamp"* && rm "$backup_location/$vm/$timestamp"*.img "$backup_location/$vm/$timestamp"*.xml
-
SSH Not Running?
Good to hear Gizzo :-)
-
SSH Not Running?
Gizmer, Not sure if my ssh issue had abrelations to the plug-ins. Try editing the known hosts as suggested by Gubbhnutten. It worked for me. deeks
-
[Plug-In] Community Applications
I kinda guessed that you did not fix my issue, but hey the code got more robust AND my problem was solved anyhow. Best of both I guess! :-)
-
[Plug-In] Community Applications
Hi Squid, CA is working again for me. So it was an DNS issue and after all I guess that was out of my control. Pullout out my hair after after the CA reinstall and a lot of fiddling with the router did not bring it back to life. Thanks for looking into the issue! Deeks
-
[Plug-In] Community Applications
No worries Squiddo - first things first, see it as food for thought
-
[Plug-In] Community Applications
Hi Squid, Yes the WebUI does not like it, and gets unresponsive. Could you let me know where should the DNS request resolve to? Maybe it's an issue with an adblocker or firewall.
-
[Plug-In] Community Applications
Hi all, Somehow I the CA app does not fetch the applications anymore. Any clues to what could be the culprit? And where does the plugin connect to (url & port)? Cheers, Deeks
-
SSH Not Running?
After reboot the deamon was running again. All I had to do was edit known_hosts on my macbook from which I usually connect and throw away the lines referring to my unraid box. Now I can connect to SSH again. Happy as Larry! Thanks heaps Gubbgnutten!! ps. The reason why this thread was an the SSH community plugins not working, of course the are now working beautifully as well
-
SSH Not Running?
By the way, here's the screenshot... just beining curious, what do the asterisks behind the file mean?
-
SSH Not Running?
Hi Gubbnutten, yes all zero bytes here...not good I guess. Any thoughts on how to resolve? Cheers, Deeks
-
SSH Not Running?
Hi again, starting in safe mode does not allow me to log on via SSH. Same message: connection refused. How can I start the SSH daemon manually? Maybe this throws an error.
-
SSH Not Running?
Thanks, will report back a little later on that - work has been bogging me down a little :-(
-
SSH Not Running?
@John_M: I agree that a plugin should normally not be required, I installed those after finding SSH did not work. The plugin enables me to start ssh via interface...was my thought.