RDM for linux vs RDM windows don't use same XML data parametrs in sqlite file

Implemented

RDM for linux vs RDM windows don't use same XML data parametrs in sqlite file

avatar

I try use in work(windows) and in home (linux)

SSH settings made in windows version not seen in linux version.

All Comments (9)

avatar

Windows version 2024.1.29.0
When in WINDOWS I set "Post login command" look like:

<Terminal>
<AfterConnectTerminalMacros>
<TerminalMacro>
<Macro>sudo -i</Macro>
</TerminalMacro>
<TerminalMacro>
<Macro></Macro>
</TerminalMacro>
</Terminal>

Linux version 2024.1.1.3
When in LINUX I set "Post login command" look like:

<Terminal>
<AfterConnectMacros>
<string>sudo -i</string>
<string>S</string>
</AfterConnectMacros>
</Terminal>

avatar

Windows version see Linux config like

Screenshot_20240522_160755.png

avatar

Hello Konstantin,

Thank you for reporting this issue. I have created a ticket, and we will try to reproduce it. We will inform you here once the issue is resolved.

Regards,

Gabriel Dubois

avatar

Plz, check other parameters saving.

avatar

when I connect to test server from linux, RDM exec after login command. But not seen in config show.

изображение.png

avatar
when I connect to test server from linux, RDM exec after login command. But not seen in config show.


Update to 2024.1.2.2 don't resolve this bug.

avatar

Hello Konstantin,

We have a fix for this issue, but it has not been released yet. The fix will be available in version 2024.1.2.3 of RDM.

Regards,

Gabriel Dubois

avatar

Hello Konstantin,

I'm pleased to inform you that version 2024.1.2.3 has been released, including a fix for the issue you reported.

Please let me know if this update resolves your problem.

Best regards,

Simon Duguay Létourneau

avatar

update 2024.1.2.3 resolve the problem.