BRiT

Members
  • Posts

    6572
  • Joined

  • Days Won

    8

Everything posted by BRiT

  1. It is NOT a standard share. If you want a share named "Unraid" you need to create it.
  2. Try poking around under "/mnt/" directory hierarchy and see if it's there or any level underneath there.
  3. From what I recall, (some details may be off, but overall it's very close). I don't have any screenshots of how I had macvlan setup, so I can't validate exactly how it behaved before. Docker would not use DHCP from an outside DHCP server, so if you are setting macvlan or even ipvlan you still need to reserve the static ipaddress in your DHCP server and setup reverse dns if you want to resolve from a Name to ip lookups. I always had to setup my router/dhcp server in addition to the static configuration settings for each individual docker container. Switching over to IPVLAN only required changes on each individual Docker container to remove the mac-address settings as the containers refused to start with the Mac address specified.
  4. But why would he intentionally or accidentally strike his server with lightening? Why would he intentionally or accidentally have his server stolen? Why would he intentionally or accidentally set his house on fire? Why would he intentionally or accidentally submerge his house with water? 🙈🙊🙉 /s
  5. It's an option from the Boot Menu before it starts loading into unRaid. Incorrect bios settings can cause issues even if the physical memory is perfectly fine. You need to make sure the settings are correct and none of the XMPP or Memory Overclocking options are enabled.
  6. Since you adjusted your mb/cpu/ram, have you validated your system is stable enough with a few cycles of MemTest?
  7. Screenshot of activity feed even if status is toggled to everything and for the entire past week, and also for the All Activity feeds:
  8. Starting today no forum activity shows up at all, even when flipping over to Unread which should show dozens if not hundreds of posts. @limetech @SpencerJ @ljm42 urls used: https://forums.unraid.net/discover/ https://forums.unraid.net/discover/203/ If this is a repost it's your fault for breaking the forums in the first place ...
  9. Try running a live Ubuntu system on both Server and Client machines (using a live boot USB)? That way it rules out or rules in UnRaid OS.
  10. Or maybe it was to ease some issues that come up over and over again because users never ever read or follow topics with update notes? I do not think this plugin should be revived. It has no active maintainer. The suggested replacement seems to be actively supported and maintained. The way forward is with that. Let this plugin rest in peace.
  11. Your screenshot shows XMP 3200MHz which is an overclock on the memory. You need to select the actual standard clocks and disable any and all XMP aspects.
  12. It could just be bios settings for the memory. So try that first, making sure all overclocking options are disabled.
  13. There is also a Docker-Safe NewPerms command too, but I'm not sure where that's actually at and have only invoked it from the UI. I forget which CA-plugin provides it, if it's from the main "Community Applications" or one of the addons. As long as you don't run that newperms script against your "appdata" location or where you have dockers setup, you should be fine.
  14. You're making it too complicated. Run newperms script with the parameter of the directory you want it to start in: /usr/local/sbin/newperms /mnt/user/backups-gdrive
  15. I've had no problems, didn't need special cables nor special switches.
  16. See that thread with hundreds of replies...
  17. Realtek drivers are really hit and miss. You'll have an easier time ditching any network device using that company's chipsets. Every time Limetech tried different Realtek drivers in a release in the past, it proved to be nothing but headaches all around with the sort of "Solve one problem and create dozens more" scenario. I know it's not what you want to hear and doesn't help you, but that's the reality.
  18. Uninstall any S3 Sleep plugins you may have installed. Don't know if you have one or not since diagnostics are not posted, but check that out.
  19. Your difficulties are not because of the docker.img. Docker.img is mounted like a filesystem so just browse to where it's mounted. There is even an option to use a directory instead of a mounted image.
  20. Not an issue since the users can change the setting if needed.
  21. Yea there is: Speedtest Tracker from Selfhosters
  22. I think there was a version that had a secure wipe functionality setting.
  23. Maybe because a 'sync" is issued that forces a flush of all data? That's about the only way *nix systems provide to ensure data is written to devices such as the removable flash drive.