Navigation

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. mzprays
    3. Topics
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 8
    • Posts 28
    • Best 1
    • Groups 0

    Topics created by mzprays

    • M

      MariaDB "Too many connections"
      Support • • mzprays

      9
      0
      Votes
      9
      Posts
      486
      Views

      M

      I ended up adding MaximumPoolSize=25; to the connectionString for all of the Toec-API instances and everything seems happy now. Increasing the max connections would have likely had the same effect, but I'm not seeing all the connections utilized even at peak checkin times. HeidiSQL is a great troubleshooting tool.

    • M

      Imaging unable to create partitions
      Support • • mzprays

      2
      0
      Votes
      2
      Posts
      324
      Views

      M

      I did some digging and it appears bootType is being incorrectly detected as legacy, so the script is formatting the drive as MBR. $env:firmware_type contains the correct value, EFI. I found that the boot type is determined using Confirm-SecureBootUEFI, interpreting a failure to run as legacy boot. This system does not support secure boot, causing Confirm-SecureBootUEFI to crash, although it does use UEFI. Is there a reason Confirm-SecureBootUEFI is used instead of $env:firmware_type for the boot type?

    • M

      1.5.6 detected as virus
      Support • • mzprays

      2
      0
      Votes
      2
      Posts
      471
      Views

      T

      It's correct. There is no virus. It's because Toec can elevate and impersonate users but obviously that's intentional. It's used for the new Winget functionality. The virus scanner is complaining about this file.

      https://github.com/jdolny/Toec/blob/master/Toec-Services/ServiceRunAs.cs

    • M

      Help icon missing
      Support • • mzprays

      3
      0
      Votes
      3
      Posts
      461
      Views

      M

      @mzprays https://docs.theopenem.com/changelog/version-history.html#154-6-2-23 ah, nevermind

    • M

      TOEC unstable to connect to server
      Support • • mzprays

      2
      0
      Votes
      2
      Posts
      390
      Views

      M

      Nevermind, it fixed itself.

    • M

      Command module failing because of space
      Support • • mzprays

      10
      0
      Votes
      10
      Posts
      870
      Views

      T

      Have you tried putting that entire command in the command field instead of using the arguments field?

    • M

      Image capture freezing on first partition
      Support • • mzprays

      3
      0
      Votes
      3
      Posts
      367
      Views

      M

      Solved, my network adapter was set to NAT in VirtualBox
      https://forum.theopenem.com/topic/237/image-upload-always-hangs-at-9-86

    • M

      Switching servers
      Support • • mzprays

      7
      0
      Votes
      7
      Posts
      531
      Views

      M

      Alright, thanks. I'll continue as is for now and see if the connections becomes a problem.