Everything posted by dheg
-
[SOLVED] No access to webgui
I fixed it, one of the dockers (Heimdall) was using port 443, you put me in the right path! Instead of messing with the command line, I tried first to start in safe mode, the webgui loaded without issues. I changed the docker port to 443 and rebooted, everything is fine now. Thanks!
-
[SOLVED] No access to webgui
Thanks for this, it's not yet sorted, I was hoping for some clues. The only thing I can think of is that I have assigned those ports to docker. Do you know how can I check docker from the command line?
- [SOLVED] No access to webgui
-
[SOLVED] No access to webgui
The system was working fine until yesterday. I had a power outage but the UPS did its job and as far as I know the shutdown was clean. I started the server this morning and I cannot access the webgui. The rest seems to be working fine. I can SSH into the system. All dockers are running fine, I can access their webguis VM running as well (started from the command line) I reboted and same behaviour, no error message and everything seems fine. Any ideas? gaia-diagnostics-20210725-2232.zip
-
Updated to 6.9.0 and does not boot
Hi, I just updated to 6.9.0 and get a "Boot error" message. I did not want to update, I got the feeling something like this would happen. This is what I've tried so far: Tried to reboot and didn't work. Access the boot menu and tried UEFI, it does nothing and comes back to the boot menu From the boot menu tried USB and get the "Boot error" message What do I do now?
-
VM Backup Plugin
In case of restoring, should I restore as well the fd file? What is this?
-
Corsair RMi, HXi, AXi PSU Statistics - CyanLabs's fork
I didn't know it was for home assistant, it just looked nice. I have an unopened icy994, but don't know yet when I'll have the time to play with it. My objective was to be able to monitor psu usage with gaming vm off/on and display off. Any kind of export would be enough, csv, sheets, anything Sent from my SM-G973F using Tapatalk
-
Corsair RMi, HXi, AXi PSU Statistics - CyanLabs's fork
Thanks! And now, what do I do with that code [emoji3526]? Sent from my SM-G973F using Tapatalk
-
Corsair RMi, HXi, AXi PSU Statistics - CyanLabs's fork
How do I get these graphs?
-
[Support] Linuxserver.io - NZBGet
I recently moved from SAB to nzbget and the only feature I'm missing is notifications. Found a script to send pushover notifications, but it does not work. Aparently it needs phyton for the script to work. Is it installed? Could it be easily added?
-
[Support] binhex - NZBGet
Hi, I recently moved from SAB to nzbget and the only feature I'm missing is notifications. Found a script to send pushover notifications, but it does not work. Aparently it needs phyton for the script to work. Is it installed? Could it be easily added? Thanks in advance!
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
First of all, great plugin, just being able to manage new drives and start preclear from the main tab is priceless for me! This is a feature request, would it be possible to hide specific drives from the list? I use as a flash and SD card in a SD reader, the reader has two slots, but I never use the second one. It still appears in the devices list (despite not having an sd card inserted)
-
Dynamix File Integrity plugin
Hi, I got my first file corruption error message. What do I do with this now? 🤔 Thanks! Event: unRAID file corruption Subject: Notice [GAIA] - bunker verify command Description: Found 4 files with BLAKE2 hash key corruption Importance: alert BLAKE2 hash key mismatch, /mnt/disk6/media/2017-05-28_01.mkv is corrupted BLAKE2 hash key mismatch, /mnt/disk6/media/2017-05-28_02.mkv is corrupted BLAKE2 hash key mismatch, /mnt/disk6/media/2017-05-28_04.mkv is corrupted BLAKE2 hash key mismatch, /mnt/disk6/media/2017-05-28_03.mkv is corrupted
-
[support] gfjardim's Docker Repository
My dropbox docker stopped syncing, don't really know why These are the logs:
-
[Plugin] CA User Scripts
Hi dheg... Is there any chance you could share your script for the listing of your media folders? I really want to have something like that. Thanks, H. Here it is: https://lime-technology.com/forum/index.php?topic=50416.msg495777#new Enjoy it !
-
Additional Scripts For User.Scripts Plugin
A script to have a file with the folders containing movies and tvshows. My movies and tv shows are independent shares with the next structure: movies -BluRay -<movie-title> -DVD -<movie-title> tvshows -<tv show title> -<season #> You might have to adjust -maxdepth and mindepth according to this. You can also set the REPORTS_PATH variable to configure where to save the reports. #!/bin/bash DATE=`date +%Y%m%d` REPORTS_PATH=/mnt/user/appdata/@reports/media echo "Searching for movies and TV shows..." mkdir -p $REPORTS_PATH find /mnt/disk*/* -maxdepth 2 -mindepth 2 -type d -not -iname '.*' \( -path "*/movies/*" -or -path "*/tvshows/*" \) -print | sort -k1 > $REPORTS_PATH/media.catalog_$DATE.csv echo echo "Finished." echo echo "File created at "$REPORTS_PATH/media.catalog_$DATE.csv I'm a complete noob, so any improvement to the code would be greatly appreciate it! report_media_catalog.zip
-
[Plugin] CA User Scripts
You can post them here. You'll see several examples of how to package them. Thanks, will do it.
-
[Plug-In] Community Applications
If you've got the destination set to same as appdata, then the process is to actually backup into the appdata share and then the appdata backup takes places. Net result is that yes you do wind up with that folder in your appdata share (backup of a backup ) Understood. After backing up, wouldn't be better to delete them? It'd look cleaner [emoji6] Sent from my SM-G901F using Tapatalk Running through the tests, and I can't delete that folder. Here's why - VM's enabled. Backup run. XML destination is set to same as appdata. XML's get copied over to appdata, then backed up to array. CA deletes the version stored within the appdata A while later, another backup done, but with VMs disabled - Source XMLs no longer exist due to VMs being disabled, so no backup winds up getting created. - An old backup set (that contains the only backup of the VM xmls gets deleted due to the days to keep settings) Now there is no backup at all of the xml's available If you want it a tad cleaner, then you'll have to use a separate destination for USB / VM xml's (but then the you lose the dated backup sets on VM / USB as that only works via same destination), but it won't delete the existing files in the backup if the xml if vms are disabled. Guess I could look at backing up the actual loopback image, but then you run into issues if a VM happens to be accessing it at the same time as the backup. After thinking about this, if the flash drive is backed up, whats the purpose of backing up the VMs XMLs? The VM definitions are stored in /boot/config/plugins/dynamix.kvm.manager/domain.img, right?
-
[Plug-In] Community Applications
My results: Now you can select 12AM, fixed. 'Community_Applications_USB_Backup' and 'Community_Applications_VM_XML_Backup' are still at /mnt/cache/appdata, should they be? Did you change anything else?
-
[Plugin] CA User Scripts
Hi dheg... Is there any chance you could share your script for the listing of your media folders? I really want to have something like that. Thanks, H. Sure, how do I do that? Sent from my SM-G901F using Tapatalk
-
[Plug-In] Community Applications
I should add you as a beta tester You're finding stuff that no one else has... Fixed a typo. [emoji1] [emoji1] , if you need any help, please let ne know! Sent from my SM-G901F using Tapatalk
-
[Plug-In] Community Applications
If you've got the destination set to same as appdata, then the process is to actually backup into the appdata share and then the appdata backup takes places. Net result is that yes you do wind up with that folder in your appdata share (backup of a backup ) Understood. After backing up, wouldn't be better to delete them? It'd look cleaner [emoji6] Sent from my SM-G901F using Tapatalk Not a big deal to me. Consider it done. Thanks! Sent from my SM-G901F using Tapatalk
-
[Plug-In] Community Applications
If you've got the destination set to same as appdata, then the process is to actually backup into the appdata share and then the appdata backup takes places. Net result is that yes you do wind up with that folder in your appdata share (backup of a backup ) Understood. After backing up, wouldn't be better to delete them? It'd look cleaner [emoji6] Sent from my SM-G901F using Tapatalk
-
[Plug-In] Community Applications
Hi Squid, I started testing the backup and have a couple of questions: After running the backup, the folders 'Community_Applications_USB_Backup' and 'Community_Applications_VM_XML_Backup' remain at /mnt/cache/appdata. Is this right? Shouldn't these be deleted after the backing up? I have a VM (shutdown) but the XML file is not in 'Community_Applications_VM_XML_Backup'. Is this OK? Would it be possible to add the option to compress the backup sub folders? I'm asking because my backups are uploaded to crashplan, and it's more efficient to upload (and download in case of recovery) a large file than thousands (only my emby appdata has 50,000 files) I also found a bug, you can't select 12AM as the hour to run the backup, it reverts to 3AM.
-
[Plug-In] Community Applications
+1 thanks a lot!