Skip to content

Language resource has potential to break host #9

@janis-veinbergs

Description

@janis-veinbergs

I applied the following config and broke the host:

        Language LatvianCulture 
        {
            IsSingleInstance = "Yes" 
            AddInputLanguages = @("1062:00001062") 
            SystemLocale = "en-US"
            UserLocale = "lv-LV"
            CopySystem = $true 
            CopyNewUser = $true
        }

I suspect input language may not be correct or what. I couldn't find any documentation on what is "Long LCID" format as you say in readme that it has to be used.

Anyways, the "broke" manifisted in the following way:

  • When logging in with domain user, my session gets terminated.
  • Same with local admin account
  • Azure DevOps agent manifested server as offline
  • It was an IIS server. The weba availability was intermittent, up-down-up-down

Rolled back with this config:

        Language LatvianCulture 
        {
            IsSingleInstance = "Yes" 
            AddInputLanguages = @("1062:00001062")
            RemoveInputLanguages = @("0809:00000809")
            SystemLocale = "en-US"
            UserLocale = "en-US"
            CopySystem = $true 
            CopyNewUser = $true
        }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions