Jump to content

BRiT

Members
  • Posts

    6,582
  • Joined

  • Days Won

    8

Everything posted by BRiT

  1. The Last time I ran CA Backup on a 6.10.x system I had system errors, it looked like certain in-memory directories were entirely wiped out. It couldn't find the "newperms" script which is built in and almost nothing in the UI worked as it couldn't find any of the files. When I looked at UI Plugins it could not determine the version of anything. I think that was because somehow entire directories or mountpoints somehow got wiped out or reset. I think you might be in the same state, so see what if anything exists in /usr/ and /usr/local/emhttp/.
  2. I think you might have been hit by a possibly issue with CA Backup plugin. maybe @Squid has an idea about what you can try and do to help them troubleshoot the issue? I say this because from your snippet it looked like errors happened after CA Backup Plugin ran. At the very least post your sylslog to your NEXT post. Ideally for troubleshooting what is desired is your Diagnostics zip file to your next post by typing in "diagnosics" at the terminal widow. But I think you might have issues with that as the command might not be found, which is why I mentioned at least the syslog file. If you can't get the file now, try to copy it to a drive in cache or array before rebooting. Also before rebooting try looking around at the fiesystems of /usr/ or other standard locations to see if files are still there or seem to be missing from the system in memory. Edit: I see you were able to post diagnostics. But still have a look around the various standard locations of the OS and see what's there and what isnt.
  3. Have you tried using IPVLAN mode instead of macvlan?
  4. Like you, I had USB and VirtXMl backups configured too. I had the backup set as weekly Monday. So it was this morning when it ran. I think this was the first time it would have kicked off when I was on something newer than 6.8.3. I upgraded to 6.10 after a bit and then to 6.10.2 but did not really use the system between those updates and reboots to know if it was in a troubled situation. I should have grabbed more logs and done more research, but I didn't have time and hoped for quick reboot to resolve the condition. Here's the backup directory showing it ran: For now, I no longer have the plugin installed. I'm not doing docker development on the system anymore so don't need appdata to be backed up as frequently, and using the backup from this morning will suffice for a while.
  5. I had something similar happen with 6.10.2 where Community Applications could not detect if installed Plugins were new or current. The last popup message on the UI was about "CA Appdata Backup" running and finishing. I also had a command window open at the time and could not issue a "newperms" command. It said command not found. A quick reboot and everything is working as it should. I did not spend much time investigating things and sadly did not keep the syslog. I did not see anything obviously wrong from a quick DF before the reboot.
  6. I think there is a logical issue with your script. There are duplicate case statements [ button/power ]. Only the first one will be executed. I think you need to adjust your script so your customization is combined into the first case statement. Maybe something more like this: #!/bin/sh # Default acpi script that takes an entry for all actions IFS=${IFS}/ set $@ case "$1" in button/power) case "$2" in PBTN) . /boot/config/plugins/user.scripts/scripts/VMStartStop/script ;; LNXPWRBN:00) . /boot/config/plugins/user.scripts/scripts/VMStartStop/script ;; *) logger "ACPI action $2 is not defined" ;; esac ;; *) # logger "ACPI group $1 / action $2 is not defined" ;; esac
  7. It would be extra complicated because the percentages would take longer and longer to run as the disks get slower. The time duration to do the last 25% will be substantially longer than the first 25%. As you said, the best bet to complete in 4 days is adjust the time ranges.
  8. Parity is indeed calculated and written in real time. It's simple for even novice users to see that in the UI dashboard by writing a file directly to a share in the array (bypassing cache drives and the need for mover) and notice how the WRITE COUNTS on the Parity Disk also increase. Parity Check, with the keyword being CHECK. That is a different thing entirely than the real-time parity protection that is indeed offered by unRaid. https://wiki.unraid.net/Parity
  9. If you're already on an identified hardware setup and on 6.10 or 6.10.1 you're already in a possible data loss situation. The data loss is not tied to 6.10.2 upgrade.
  10. Updated to 6.10.2 without any issues whatsoever. Then again my system is not impacted by the TG3 NIC causing data corruption with VT-D enabled.
  11. I migrated over to ZohoMail a few months ago. I plan on staying there despite Google continuing their free offers. Zoho's Free offering allows for upto 5 accounts. You can still send emails via SMTP. The only possible downside is the free accounts do not offer imap/pop3 services. However their Android App for mail is pretty solid and not much different from the GMAIL app. The setup guide and migration guide were easy to follow and documented everything that had to be done. The pay tiers are pretty reasonable too, plans from $1 User/Month to $4 User/Month for Mail. They also have a workplace plan that includes online apps like word processing and spreadsheets.
  12. Updated my server from 6.8.3 to 6.10.1. No issues that weren't of my own making. I had an old version of PuTTY installed on the computer I was accessing the server from, so SSH would not connect because of Cipher selections. A quick update of Putty resolved that. I stopped docker to alter set IPVLAN. The dockers would not start with some old parameters still around from before. A quick adjustment to the extra parameters to remove the "--mac-address=" resolved that. I then updated all plugins to get versions tailored for 6.10.x series and had NERD Utils update the packages. I can't think of any additional steps I need to do at this time. Will update further should anything change.
  13. They should be Slackware packaged builds, like what NERD utils typically uses, that can be used with "installpkg" / "upgradepkg" commands.
  14. Is there a particular location in the UI or a terminal prompt command to run to gather all the NIC information as you have shown above? Or a particular file inside the Diagnostics collection?
  15. Is this strictly for HP Microserver Gen8 systems or does the possible corruption apply in general to any system running Xeon CPUs with Intel VT-D (IOMMU) enabled? I have not yet upgraded on my system which uses the following motherboard and dual socket cpus: M/B: ASRock EP2C602-4L/D16 Version - s/n: CPU: Intel® Xeon® CPU E5-2670 0 @ 2.60GHz
  16. Completely unrelated to unRaid, I had this issue on Monday with a work server. It had IIS site set to only respond on HTTPS. The only way to get to it was using https://machinename.domain.com/ , it's FQDN. Attempting to browse to it using only https://machinename or even https://ipaddress resulted in 404s. TLDR: When using HTTPS, one must always use the fully qualified domain name that is used on the certificate.
  17. Seagate 8TB drives are perfectly fine. Many users run those drives without any issues.
  18. Drives across USB have a tendency to disconnect, which would cause the drive(s) to drop out of the array.
  19. Most folks simply use HDMI Audio feature of the Graphics Cards instead of using separate audio cards for their VMs.
  20. Optimally, you want SSD Trim to run after mover completes.
  21. Maybe the load is coming from Samba/Cifs clients? What were your other client machines doing on the network shares at the time?
  22. Maybe your Content View behavior got reset? I use my own feed to filter out forums I don't care for. When I click on the longer title of the thread it seems to still take me to the first unread comment. This is from Account, Account Settings, Content View Behavior, Take me to comments I haven't read.
  23. Coming up on 13 years for me this summer, using the original USB stick too.
  24. I ran it native. But I've upgraded systems since I posted that message over a DECADE ago.
×
×
  • Create New...