outset icon indicating copy to clipboard operation
outset copied to clipboard

Automatically process packages, profiles, and scripts during boot, login, or on demand.

Results 14 outset issues
Sort by recently updated
recently updated
newest added

In console when trying to run Outset we are now seeing /usr/bin/python: bad interpreter: No such file or directory. Seem to be because of Apple removing Python 2.7

Exception logging was calling _decode_ on the Exception rather than utilising the provided string (_strerror_)

Not a problem to resolve (unless you want to add something in outset)m but I was getting operation not permitted when running my scripts, but my permissions looked right. The...

I have a handful of bash scripts that utilize the defaults write command to change various .plist values and modify preferences. I've seen them work before using each of the...

This is probably my second time using Git branching, so I hope I did this correctly. If merged, this would close #85. Since MacAdmins Python and Munki's Python are most...

I am new to Outset. The test scripts I have setup are not executing the results. Not sure what I am missing. - fresh Monterrey Mac - installed Python3 (using...

I have been looking into this solution, and we use it on several customers, thank you very much! On line 538 of `outset` (as part of `on_demand` argument), this is...

Hi ! This appear when running the outset command (cleanup or loading a script folder) `./outset --boot /usr/local/outset/./outset:38: DeprecationWarning: The distutils package is deprecated and slated for removal in Python...

I just moved from Outset version 2 to 3 (I know I'm a little late). I really like your approach to using Python, rather than bundling yet another one. Here's...

Is there something wrong with my plist? What should I do to get outset to run? ``` # ls -l /usr/local/outset/share/com.chilcote.outset.plist -rw-r--r-- 1 root wheel 355 Apr 12 17:26 /usr/local/outset/share/com.chilcote.outset.plist...