ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. QuixoticJustin
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 9
    • Posts 336
    • Best 145
    • Controversial 1
    • Groups 0

    Topics created by QuixoticJustin

    • QuixoticJustinQ

      Installing SaltStack Salt-Minion to Solus Linux

      IT Discussion
      • linux solus solus 3 saltstack salt minion eopkg • • QuixoticJustin
      3
      4
      Votes
      3
      Posts
      1.2k
      Views

      QuixoticJustinQ

      @dafyre said in Installing SaltStack Salt-Minion to Solus Linux:

      @quixoticjustin said in Installing SaltStack Salt-Minion to Solus Linux:

      Solus Linux lacks a native package for SaltStack and so to use it as a Salt Minion you have to grab the packages from GitHub and create it yourself. Special thanks to @scottalanmiller who looked into this and Exoner4ted in the Solus community who did the research and figured out how to make this work.

      Remember to change "saltmastip" to the actual IP of your salt master or handle that however makes sense for you.

      cd /tmp; wget https://github.com/saltstack/salt/archive/2018.3.zip unzip 2018.3.zip; cd /tmp/salt-2018.3/ python /root/salt-2018.3setup.py install echo "saltmasterip salt" >> /etc/hosts cp /root/salt-2018.3/pkg/salt-minion.service /usr/lib/systemd/system/ systemctl daemon-reload && systemctl enable salt-minion eopkg install python-pyzmq pycrypto python-msgpack python-tornado python-jinja pyyaml systemctl restart salt-minion

      Unfortunately this package is not self updating.

      Once you get the initial client installed, you should be able to to push out new salt-minion packages via Salt itself, right?

      Yes, but not using a repo. So you'd need to build your own installer / updater inside of a Salt state. Totally possible, but not as simple as telling it to update.

    • QuixoticJustinQ

      Host File Management - SodiumSuite's First System Management Tool

      SodiumSuite
      • hosts file hostname sodiumsuite • • QuixoticJustin
      1
      4
      Votes
      1
      Posts
      646
      Views

      No one has replied

    • QuixoticJustinQ

      Fun Sodium Slogans

      SodiumSuite
      • sodium • • QuixoticJustin
      4
      1
      Votes
      4
      Posts
      3.0k
      Views

      QuixoticJustinQ

      @nerdydad said in Fun Sodium Slogans:

      @quixoticjustin said in Fun Sodium Slogans:

      Sodium, Reactive and Useful

      Liking that one the most.

      That one will be better when we get moved to an actually reactive interface. Till then, it's funny but a bit misleading 🙂

    • QuixoticJustinQ

      August 18 Sodium Update Roundup

      SodiumSuite
      • sodium • • QuixoticJustin
      13
      0
      Votes
      13
      Posts
      1.7k
      Views

      QuixoticJeremyQ

      @scottalanmiller said in August 18 Sodium Update Roundup:

      Avatars are pretty cool. It immediately makes the whole thing feel more polished, for one. But it also means that a lot of times you can shrink things and use little avatars to clean up screen real estate to make things easier.

      Yep and that's definitely the direction this will head. This release in particular was just getting the foundation of avatars in place but it will be used all over the place eventually.

    • QuixoticJustinQ

      Sodium Agent Support Matrix

      SodiumSuite
      • sodium sodium agent • • QuixoticJustin
      66
      9
      Votes
      66
      Posts
      10.1k
      Views

      scottalanmillerS

      @wls-itguy said in Sodium Agent Support Matrix:

      @scottalanmiller said in Sodium Agent Support Matrix:

      Added MacOS 10.11

      Should the Mac machines be checking in or is something still wonky?

      No, Macs will not check in.

    • QuixoticJustinQ

      Aug 11 Sodium Update Roundup

      SodiumSuite
      • sodium • • QuixoticJustin
      19
      1
      Votes
      19
      Posts
      1.9k
      Views

      QuixoticJustinQ

      The team is wrapping up for the night. It's been a long, productive night. See everyone tomorrow as we attempt to get more updates rolled out for you.

    • QuixoticJustinQ

      Aug 4 Sodium Update Roundup

      SodiumSuite
      • sodium sodium help desk • • QuixoticJustin
      7
      1
      Votes
      7
      Posts
      754
      Views

      QuixoticJeremyQ

      Or maybe I'll just make @QuixoticJustin do it. That could be fun too.

    • QuixoticJustinQ

      What Do You Want in a Helpdesk and Ticketing System?

      SodiumSuite
      • sodium tickets ticketing helpdesk • • QuixoticJustin
      59
      2
      Votes
      59
      Posts
      6.4k
      Views

      QuixoticJeremyQ

      @dustinb3403 said in What Do You Want in a Helpdesk and Ticketing System?:

      /s I want beer and food from my help desk system. Can you build that in? /s-off

      Now that would be an amazing feat. No one would ever use a different ticketing system. Not to mention I would never get any further work done ever again lol.

    • QuixoticJustinQ

      Sodium System Status

      SodiumSuite
      • sodium • • QuixoticJustin
      11
      0
      Votes
      11
      Posts
      1.5k
      Views

      QuixoticJeremyQ

      @manxam said in Sodium System Status:

      @QuixoticJeremy, I installed the agent on a Windows 10 system a few days ago but Sodium does not show any information beneath "Applications" for it.

      Also, it enumerated the DVD drive (E:) but shows "Not Available" for all of the data. Could you do a quick WMI check on drives to determine if they're ROM and, if empty (isReady = False), show "Empty" or something along those lines?

      [IO.DriveInfo]::GetDrives() | where { $_.DriveType -eq 'CDRom' }

      Name : E:
      DriveType : CDRom
      DriveFormat :
      IsReady : False
      AvailableFreeSpace :
      TotalFreeSpace :
      TotalSize :
      RootDirectory : E:
      VolumeLabel :

      Hi @manxam! Thanks for posting/helping us test. Yep, you are 100% right, the applications not showing is indeed a known issue and I'm actually working on it as we speak. (It was reported on Friday but we've had some crisis situations that prevented me from getting to it until now). As for the storage side of things I'm making note of that and will check into that right after I fix the app bug. Thanks again!

    • 1 / 1