Inedo Community Forums Forums
    • Recent
    • Tags
    • Popular
    • Login
    1. Home
    2. philippe.camelio_3885
    3. Posts

    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!

    P Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 81
    • Posts 272
    • Groups 0

    Posts

    Recent Best Controversial
    • Deploy inedo agent with gMSA

      Hi
      I am looking for a method to deploy silently inedo agent with gMSA.
      I made some tests unsuccessfully.
      Any ideas ?

      posted in Support
      P
      philippe.camelio_3885
    • 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 this

      Best regards
      PhilippeC.

      posted in Support
      P
      philippe.camelio_3885
    • 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
        e3389ac0-5188-4ac9-9a7f-1e236a7eca64-image.png
      • Create the new Raft : gitlab-default
        470b76a8-dfa1-4193-bca3-4cff93192f55-image.png

      Test for browsing the raft:
      5211786c-14dc-4de3-8c01-f3f0d5063bcb-{A7A5A153-F733-478B-8BEF-5E33D5850644}.png
      6a6a6a2f-d0fc-43a4-ba17-3ec9d3ceea5f-image.png

      Any help would be helpful
      Best regards
      PhilippeC.

      PS: I am using the last windows version of Otter

      posted in Support otter
      P
      philippe.camelio_3885
    • RE: [BM / OT] Renaming "user/password" or "private key" credentials breaks Linux config

      @atripp
      I thought the fix was for Otter ! 😂

      posted in Support
      P
      philippe.camelio_3885
    • 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.

      posted in Support
      P
      philippe.camelio_3885
    • RE: |OTTER] Status filter not working for "any error"

      @atripp 😂
      Thanks for the update

      posted in Support
      P
      philippe.camelio_3885
    • RE: [BM / OT] Renaming "user/password" or "private key" credentials breaks Linux config

      @gdivis

      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:

      81089926-6f83-4ef9-98b7-723cd028545e-image.png

      posted in Support
      P
      philippe.camelio_3885
    • 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

      posted in Support
      P
      philippe.camelio_3885
    • 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.

      posted in Support
      P
      philippe.camelio_3885
    • 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

      posted in Support
      P
      philippe.camelio_3885
    • RE: [OT] Modifying a server configuration triggers a full "Server Check"

      @stevedennis

      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.

      posted in Support
      P
      philippe.camelio_3885
    • 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.

      posted in Support
      P
      philippe.camelio_3885
    • RE: [BM / OT] Renaming "user/password" or "private key" credentials breaks Linux config

      @stevedennis
      Yes 😊

      posted in Support
      P
      philippe.camelio_3885
    • 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.

      posted in Support
      P
      philippe.camelio_3885
    • 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.

      f874ea5d-2fe1-4921-96d7-483d6c072594-image.png

      Error msg
      e31a1ec0-59b4-4fb0-8c2b-d5d1cc09b541-image.png

      posted in Support
      P
      philippe.camelio_3885
    • [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 😧 .

      bac66778-e7ec-497e-8877-a80be4f363f8-image.png
      log order: bottom - top

      Otter docker last version.

      Best regards
      PhilippeC.

      posted in Support
      P
      philippe.camelio_3885
    • 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

      471c74f8-587f-42e8-84bf-3bfc041931b0-image.png

      The problem is present for all list type variables I have

      Any thoughts ?

      posted in Support
      P
      philippe.camelio_3885
    • 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.

      posted in Support
      P
      philippe.camelio_3885
    • RE: GPG error updating Debian repositories

      @atripp
      Yes, you should update the doc.
      Starting debian 11 and ubuntu 22.04 apt-key is deprecated.

      You will find more details on this article

      Best regards
      PhilippeC.

      posted in Support
      P
      philippe.camelio_3885
    • 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 command

      curl -fsSL ${proget}/${feed}/keys/${feed}.asc | sudo gpg --dearmor  -o /etc/apt/keyrings/${feed}.gpg
      

      A 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.

      posted in Support
      P
      philippe.camelio_3885
    • 1 / 1