mwinkel-dev
mwinkel-dev
Proposal is to add a new Docker image for `alpine-3.14-armhf` and delete all older `*-armhf` images. The `alpine-3.14-*` images have Java that works and also switched to python3. Experiments show...
Found that when run on a 32-bit Raspberry Pi, the old `alpine-3.6-armhf` image does not hang when type `java -version`. This implies that there is an incompatibility with the old...
Many customers will not be able to switch all of their mdsip servers and client workstations to mdsplus8 at once. Some sites thus will have a mixture of both versions...
The Version 7 (and earlier) pattern does not apply to Version 8, because of an important difference in the node name definitions. - Version 8 defines a node name to...
Cursory manual testing does reveal potential issues with TCL's `show current` and `set current` commands when using the thick-client (e.g. `export some_tree_path=::`). And better behavior when using distributed access (e.g....
A digression . . . If use `default_tree_path` and it points to a directory containing many different types of trees (A, B, C, etc.), the "current shot" applies to all...
Hi @kgerickson and @ahaglory, Was able to reproduce the `show current` issue. And found a problem with `set current`. The `show current` issue probably indicates that the `mdsip` server is...
Note that there are several ways to set tree paths on mdsip servers. The most common way is probably to use the `envsyms` feature. Will post more on the topic...
Hi @ahaglory, Thanks for the additional detail. Much appreciated. When I did my experiments yesterday, I forgot to use `envsyms` -- which is the standard and recommended way to set...
Hi @ahaglory, On my Rocky 9.3 VM, I have experimented with `envsyms` and reproduced the error that you've seen with thick-client. Some initial debugging shows that the tree paths that...