Hi
I am looking for a method to deploy silently inedo agent with gMSA.
I made some tests unsuccessfully.
Any ideas ?
Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
Posts
-
Deploy inedo agent with gMSA
-
RE: How to configure raft git in Otter
Hello @atripp
Oups !
I made a mistake, I used master instead of main for the branch.
It is working fine
Sorry for thisBest regards
PhilippeC. -
How to configure raft git in Otter
Hello
I am trying to create a git rafts in otter 2024.
It should be simple but it doesn't work and I can't figure out why.I have done this:
- Export the Default Raft (contains just a single script and a single role)
- Create a Git repo on an onprem gitlab instance
- Create a Secure Credentials

- Create the new Raft : gitlab-default

Test for browsing the raft:


Any help would be helpful
Best regards
PhilippeC.PS: I am using the last windows version of Otter
-
RE: [BM / OT] Renaming "user/password" or "private key" credentials breaks Linux config
@atripp
I thought the fix was for Otter !
-
RE: [OTTER]Gitlab Secure Ressource gone
@atripp
Thank you for your time and the fix.
I can wait for the next release.Best regards
PhilippeC. -
RE: |OTTER] Status filter not working for "any error"
@atripp

Thanks for the update -
RE: [BM / OT] Renaming "user/password" or "private key" credentials breaks Linux config
I made a test case,
I can use such variable format instead the json, but the export / import still buggy
Variable :
@(%(Nom:"Carbon",Version:"2.15.1"))Export the variable
{ "roles": [ { "name": "role-test", "variables": { "PowerShellModules": "@(%(Nom: Carbon, Version: 2.15.1))" } } ] }Try to import:

-
RE: [BM / OT] Renaming "user/password" or "private key" credentials breaks Linux config
Hi @gdivis
Thanks for this.
I will try this syntax.Best regards
-
RE: [OT] Modifying a server configuration triggers a full "Server Check"
Hi Dean
Thank you
This is helpfull.
I will dig a little bit and let you know if I found something.
Best regards
PhilippeC. -
RE: [OT] Modifying a server configuration triggers a full "Server Check"
Hello @stevedennis
Just a question, if we put the database problem aside, why a full ServerCheck is started every time a creation / modification is made for a server ? Is it the expected behavior ?Version
Otter docker 2023.4
SQL : docker express:2019-latest -
RE: [OT] Modifying a server configuration triggers a full "Server Check"
I have done some db maintenance (mainly for defrag index), but as I am not a dba guy and I don't have too much for debugging so it is difficult for me to found some missing index.
-
RE: [OT] Modifying a server configuration triggers a full "Server Check"
@stevedennis
Few weeks ago,I migrated the docker stack Otter from a small linux vm (2 vCpu / 8 go Ram) to a physical serveur (2 x 16 core / 256 Go Ram).
There was still the pb
.I will try to make the database maintenance as you suggest and let you know what is going on.
Cheers
PhilippeC. -
RE: [BM / OT] Renaming "user/password" or "private key" credentials breaks Linux config
@stevedennis said in [BM / OT] Renaming "user/password" or "private key" credentials breaks Linux config:
I can't think of a work-around that would be any simpler then editing the impacted servers.
Thank you.
Do you plan also for OTTER ?Best regards
PhilippeC. -
RE: [OT] Modifying a server configuration triggers a full "Server Check"
@stevedennis said in [OT] Modifying a server configuration triggers a full "Server Check":
Also, can you give more detail about what you mean by crashing? There is no "app pool" on Linux/Docker (doesn't use IIS), and the web application isn't responsible for running the server check (that's the Service application). So unclear what the crash would be.
Hi Steve
Yes, every time a Full Server check is running, Otter hangs and restart (docker swarm stack).
Following the error msg I got.
Error msg

-
[OT] Modifying a server configuration triggers a full "Server Check"
Hello,
When a modification is made on a server configuration, a full Server Check is triggered.
This results in a app pool server crash and a restart
.
log order: bottom - topOtter docker last version.
Best regards
PhilippeC. -
RE: [BM / OT] Renaming "user/password" or "private key" credentials breaks Linux config
Hi @atripp
As you suggested, I export the json, and when I try to import it.
I have errors:Validation failed: Error converting value "[{"Nom": "Carbon","Version": "2.15.1"},{"Nom": "ActiveDirectoryDsc","Version": "6.2.0"},{"Nom": "ComputerManagementDsc","Version": "9.0.0"},{"Nom": "NetworkingDsc","Version": "9.0.0"}]" to type 'Inedo.Otter.Infrastructure.VariableValueJsonModel'. Path 'roles[2].variables.PSModules', line 2678, position 367.The json line is
"variables": { "PSModules": "[{\u0022Nom\u0022: \u0022Carbon\u0022,\u0022Version\u0022: \u00222.15.1\u0022},{\u0022Nom\u0022: \u0022ActiveDirectoryDsc\u0022,\u0022Version\u0022: \u00226.2.0\u0022},{\u0022Nom\u0022: \u0022ComputerManagementDsc\u0022,\u0022Version\u0022: \u00229.0.0\u0022},{\u0022Nom\u0022: \u0022NetworkingDsc\u0022,\u0022Version\u0022: \u00229.0.0\u0022}]" }Screenshot of the variable

The problem is present for all list type variables I have
Any thoughts ?
-
RE: [BM / OT] Renaming "user/password" or "private key" credentials breaks Linux config
Hi @atripp
Thanks for the reply and the tricks.
I thought that credential name was just a label so I changed it. Bad idea
Best regards
PhilippeC. -
RE: GPG error updating Debian repositories
-
RE: GPG error updating Debian repositories
Hello
Just in case, starting from Ubuntu 22.04, certificates for Debian repositories stored in Proget can be imported using this commandcurl -fsSL ${proget}/${feed}/keys/${feed}.asc | sudo gpg --dearmor -o /etc/apt/keyrings/${feed}.gpgA source file in /etc/apt/sources.list.d/ will contain
deb [arch=amd64 signed-by=/etc/apt/keyrings/${feed}.gpg] ${proget}/${feed} ${distribution} ${components}Best regards
PhilippeC.
