You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I was wondering if there is a reference somewhere that qualifies/documents the systems on which the Pulse Unified Agent is intended/supported to run? I've run through this repo, the supporting docs/, and the issue tracker, but couldn't find a cohesive list anywhere.
I ask this because while I was solving an issue I had with the unified agent installer on an immutable filesystem, I started to dig through the os/init/ro-fs detection mechanisms in the unified agent's install.sh script. I took a quick pass at homogenizing the detection routines, but I soon realized that I might be overthinking the intended installation target list, so I came here to re-scope.
As example, I noticed there were recent changes to support installation on newer versions of TrueNAS SCALE, but there's no mention of TrueNAS CORE devices. This led to a string of questions I realized I couldn't safely assume answers for, ie:
Are CORE devices even supported?
if so, should they be detected as TrueNAS, or FreeNAS?
What about TrueNAS Enterprise?
and speaking of BSD's: besides Darwin, should the Pulse installer detect BSD?
what about BSD-ish Linuxes like Slackware? (besides Unraid that is)
The TrueNAS detection also tries to treat other immutable rootfs systems like "truenas" installs, (which is what bit me,) but I see room to make that process more adaptable, but then which immutable-root platforms should already be expected to work?
I'm posting this here as questions, because I feel like if I posted this as an issue, it would carry the unintended implication that I am asking for new features or bug-fix support, which I'm not. I'm just looking for some more information to reign myself in as I fiddle with the agent-installer's existing init-detection algorithms, so that I don't accidentally make something that's orthogonal to the actual project.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I was wondering if there is a reference somewhere that qualifies/documents the systems on which the Pulse Unified Agent is intended/supported to run? I've run through this repo, the supporting
docs/, and the issue tracker, but couldn't find a cohesive list anywhere.I ask this because while I was solving an issue I had with the unified agent installer on an immutable filesystem, I started to dig through the os/init/ro-fs detection mechanisms in the unified agent's
install.shscript. I took a quick pass at homogenizing the detection routines, but I soon realized that I might be overthinking the intended installation target list, so I came here to re-scope.As example, I noticed there were recent changes to support installation on newer versions of TrueNAS SCALE, but there's no mention of TrueNAS CORE devices. This led to a string of questions I realized I couldn't safely assume answers for, ie:
The TrueNAS detection also tries to treat other immutable rootfs systems like "truenas" installs, (which is what bit me,) but I see room to make that process more adaptable, but then which immutable-root platforms should already be expected to work?
I'm posting this here as questions, because I feel like if I posted this as an issue, it would carry the unintended implication that I am asking for new features or bug-fix support, which I'm not. I'm just looking for some more information to reign myself in as I fiddle with the agent-installer's existing init-detection algorithms, so that I don't accidentally make something that's orthogonal to the actual project.
thanks!
Beta Was this translation helpful? Give feedback.
All reactions