Mattias Fransson
Mattias Fransson
Some more info from the logs: ``` [root@host ~]# grep -i 41d /etc/xrdp/xrdp_keyboard.ini rdp_layout_se=0x0000041D [root@host ~]# grep -w se /etc/xrdp/xrdp_keyboard.ini rdp_layout_se=se rdp_layout_se=se [root@host ~]# localectl System Locale: LANG=en_US.UTF-8 VC Keymap:...
Forcing the keylayout using xrdp.override_keylayout works: ``` # grep -ri 41d /etc/xrdp/ /etc/xrdp/xrdp_keyboard.ini:rdp_layout_se=0x0000041D /etc/xrdp/xrdp.ini:xrdp.override_keylayout=0x0000041d ``` But I realize the default config uses upper case D while the file is created...
> Is that useful? Absolutely! Thanks! I've tried using `xfreerdp` like so: ``` $ xfreerdp /v:myhost /u:myuser /p:mypass /kbd-lang:0x041d [14:08:21:091] [59023:59024] [WARN][com.freerdp.crypto] - Certificate verification failure 'self-signed certificate (18)' at...
> Does that work with xrdp and windows? `/kbd` works with xrdp but does not seem to affect windows. `/kbd-lang` works with windows but does not seem to affect xrdp....
> What version of Windows are you connecting to? My windows test target is `Windows Server 2016`.
@AllForNothing suggested > Try using your email as the Access ID and the auth token as the Secret does not seem to work any better
> Are you able to save the endpoint with ID and Secret empty? yes > Able to pull images from a public repo? yes
Is this the useful log from Harbor Core? ``` # kubectl logs -n harbor harbor-core-5f4644b9cb-rwg9s | sed 's/2...-..-..T..:..:... //' | sort -u [ERROR] [/lib/http/error.go:57]: {"errors":[{"code":"UNKNOWN","message":"unknown: invalid character 'b' looking for...
> The harbor-core logs indicate that the access_id and access secret is wrong, you should correct it through the UI. The very question I started with is "how format to...
> try this: > > access Id: `json_file` access secret: > > { > "account_name": "USERNAME+TOKEN_NAME", > "docker_cli_password": "TOKEN_CONTENT" > } > dunno where exactly i found this... but that...