BRiT

Members
  • Posts

    6572
  • Joined

  • Days Won

    8

Everything posted by BRiT

  1. So, what happened earlier today, where the forums were completely broken? Was it another "nothing was changed" event? 🤣
  2. Isn't that for "Re-add" as in add back in?
  3. Search using Community Apps for "wazuh" and it should find their dockers that are listed at https://hub.docker.com/r/wazuh/wazuh
  4. What about other plugins, would they need to hack around these limitations too? If so, then it seems like maybe instead of having every single plugin attempt to work around this, having the system itself change is the more efficient approach? 🤷‍♂️
  5. Looks like you need to install the development tools like GCC (gnu c compiler) and possibly others in that Ubuntu vm.
  6. That should be 2 separate commands: unzip unRAIDServer-6.12.2-x86_64.zip -d unRAIDServer cd unRAIDServer
  7. Slackware does not have one.
  8. Or incorrect parameters set in BIOS for the ram.
  9. And amazingly they're not all "Have you tried turning it off and on again?". Truly a great resource and help for the community.
  10. No. It's built in. See the recommended posts at the top of every page of this thread:
  11. Was it specifically on 6.12.2 or any 6.12.x build?
  12. The 7z file format does NOT store file permissions. You will always need to use a post process script to set permissions to what you want them to be. You may be able to adjust the behavior somewhat by setting "umask". From Wiki:
  13. Taken from here: https://www.samba.org/samba/docs/using_samba/ch08.html Three Samba options decide whether the bits are mapped: map archive, map system , and map hidden. These options map the archive, system, and hidden attributes to the owner, group, and world execute bits of the file, respectively. You can add these options to the [data] share, setting each of their values as follows: [data] map archive = yes map system = yes Map hidden = yes After that, try creating a file in the share under Unix—such as hello.java—and change the permissions of the file to 755. With these Samba options set, you should be able to check the permissions on the Windows side and see that each of the three values has been checked in the Properties dialog box. What about the read-only attribute? By default, Samba sets this whenever a file does not have the Unix owner write permission bit set. In other words, you can set this bit by changing the permissions of the file to 555. The default value of the map archive option is yes, while the other two options have a default value of no. This is because many programs do not work properly if the archive bit is not stored correctly for DOS and Windows files. The system and hidden attributes, however, are not critical for a program's operation and are left to the discretion of the administrator.
  14. Your syslog shows errors of sorts with commands to SDD and SDH. You probably should wait for someone else to chime in, but I wouldn't do anything at all just yet.
  15. Afaik, disks are only marked as disabled (red x) when a write to them fails.
  16. That or switch over. I switched over to the other one mentioned. In CA, searching for "speedtest tracker" produces 2 results. The other one being from "ZappyZaps" repository. Their forum thread is at:
  17. The docker is setup to use version 1.0.0 and the current version is 1.2.0 The version of the file needed is https://install.speedtest.net/app/cli/ookla-speedtest-1.2.0-linux-x86_64.tgz The /etc/cont-init.d/50-speedtest/ is coded to use a really old one at: https://install.speedtest.net/app/cli/ookla-speedtest-1.0.0-$arch-linux.tgz
  18. BRiT

    So, 6.13 when?

    So, when's the next series, 6.13?
  19. It's not needed, but if you want to test the drive to make sure it's trustworthy and not faulty, it is a good idea to run through preclear or smart long test or other extensive workouts.
  20. Now it's more a matter of "Why did this change when 'no one changed a thing'?" or at least admit to doing a change. It's one of those blasted computer things. 😀
  21. I know all that. I'm merely pointing out how this automatic change can and will break existing setups, so be prepared for the multitude of inbound support posts that it will generate. Maybe it's wiser to have this new behavior be an explicit opt-in feature.
  22. No. You're not understanding. They are using 1 single "/mnt/usr/" to pass everything through. The symlinks underneath are thus treated as just file and thus the dockers fail.