Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
- Jmriusers
- Messages
Search
Re: Can't get PanelPro or DecoderPro to run under Linux Ubuntu
#linux
On Wed, Apr 16, 2025 at 08:45 AM, Robert Heller wrote:
You just need to install openjdk-21-jre: That worked.? Thank you all for your help.? This is a great user group.
--
Tom |
Re: Can't get PanelPro or DecoderPro to run under Linux Ubuntu
#linux
No, it was probably installed by somerthing else that needed JAVA CLI.
It is often quite normal to have the headless version installed. In fact the headless is needed by the headed version. You just need to install openjdk-21-jre: sudo apt install openjdk-21-jre and you should be just fine. At Wed, 16 Apr 2025 08:25:50 -0700 "Tom Myrick via groups.io" <jmri@...> wrote: -- Robert Heller -- Cell: 413-658-7953 GV: 978-633-5364 Deepwoods Software -- Custom Software Services -- Linux Administration Services heller@... -- Webhosting Services |
Re: Can't get PanelPro or DecoderPro to run under Linux Ubuntu
#linux
Tom, You should be able to add the additional components for GUI support. sudo apt install openjdk-21-jre After you do that, you should have both entries as shown in my example. Dave Sand ----- Original message ----- From: "Tom Myrick via groups.io" <jmri=[email protected]> Subject: Re: [jmriusers] Can't get PanelPro or DecoderPro to run under Linux Ubuntu #linux Date: Wednesday, April 16, 2025 10:25 AM On Wed, Apr 16, 2025 at 06:59 AM, Dave Sand wrote:
Here is my result.? It does appear I have installed the "headless" version of java 21.? I have no idea what that means, but I guess I should not have installed it :) ? ? -- Tom |
Re: Can't get PanelPro or DecoderPro to run under Linux Ubuntu
#linux
Yes:
marchhare% dir -l /usr/bin/java lrwxrwxrwx 1 root root 22 Jan 28 2024 /usr/bin/java -> /etc/alternatives/java* marchhare% dir -l /etc/alternatives/java lrwxrwxrwx 1 root root 43 Jan 28 2024 /etc/alternatives/java -> /usr/lib/jvm/java-17-openjdk-arm64/bin/java* man 8 update-java-alternatives At Wed, 16 Apr 2025 16:59:57 +0200 "Heiko Rosemann via groups.io" <heiko.rosemann@...> wrote: -- Robert Heller -- Cell: 413-658-7953 GV: 978-633-5364 Deepwoods Software -- Custom Software Services -- Linux Administration Services heller@... -- Webhosting Services |
Re: SPEED used by train in automation
开云体育Dear Mr nagsThank you for the response. I think you are describing what happens when you use automation via warrents. I dont use warrents. ?I use dispatcher. Does dispatcher function exactly like warrents? My issue is as follows. I have fast trains. When i create the train window i tell it to use 50% max speed.the train runs at ?a reasonable speed when it has 2 allocated blocks in front of it and slows down when it enters the first allocated blocks if the block in front of the 2 allocated blocks is occupied. It doesnt appear to change speed slowly but changes immediately upon entering the block. ?That speed may be half of its previous speed. My engines do not use momentum. It stops in the block before an occupied block instantly. All this is exactly as it should be. When i run 4 European engines i need the throttle to be set to 100% for them to run at a slow but tolerable speed. I use 100X% in creation. Now when they are asked to run at say half speed they move very very painfully slow to the point that they cant cross switches. ?Also they never recover their full speed and run ultra slow when they restart I am trying to understand what variables dispatcher is calculating to determine speed and to find a way to let the fast trains run as they do but use speeds for the slow trains that keep the speed at 100% when its asked to slow down. Tony On Apr 16, 2025, at 1:16?AM, Nags via groups.io <snowy999@...> wrote:
|
Re: Can't get PanelPro or DecoderPro to run under Linux Ubuntu
#linux
On Wed, Apr 16, 2025 at 08:00 AM, Heiko Rosemann wrote:
According to my google responses, you can run I have ran the command as written and it appears that my Java alternative is Java 21.? I think that is ok.? So I guess I need to install the version that is not headless???
?
--
Tom
|
Re: Can't get PanelPro or DecoderPro to run under Linux Ubuntu
#linux
On Wed, Apr 16, 2025 at 06:59 AM, Dave Sand wrote:
Here is my result.? It does appear I have installed the "headless" version of java 21.? I have no idea what that means, but I guess I should not have installed it :)
?
?
--
Tom |
Re: Can't get PanelPro or DecoderPro to run under Linux Ubuntu
#linux
Heiko,
toggle quoted message
Show quoted text
You are correct. Once we know what is installed, update-java-alternatives is used to select the correct package. Dave Sand ----- Original message -----
From: "Heiko Rosemann via groups.io" <heiko.rosemann@...> To: [email protected] Subject: Re: [jmriusers] Can't get PanelPro or DecoderPro to run under Linux Ubuntu #linux Date: Wednesday, April 16, 2025 9:59 AM Tom and Dave, I don't know Mint/Ubuntu/Debian, but I suppose there is a way to tell the system which java version to use by default? According to my google responses, you can run update-java-alternatives --list followed by sudo update-java-alternatives --set /path/to/java/version (with /path/to/java/version replaced by one of the outputs from the first command) Or alternatively: sudo update-alternatives --config java You may have to re-login afterwards. All according to Make sure to select a non-headless version in that step :) Heiko (On my Slackware machine, I'd manually change JAVA_HOME and PATH, but if the alternatives-commands work, they probably are easier to access) On 4/16/25 15:59, Dave Sand via groups.io wrote: Tom, -- eMails verschlüsseln mit PGP - privacy is your right! Mein PGP-Key zur Verifizierung: Attachments: * OpenPGP_signature.asc |
Re: Can't get PanelPro or DecoderPro to run under Linux Ubuntu
#linux
Tom and Dave,
toggle quoted message
Show quoted text
I don't know Mint/Ubuntu/Debian, but I suppose there is a way to tell the system which java version to use by default? According to my google responses, you can run update-java-alternatives --list followed by sudo update-java-alternatives --set /path/to/java/version (with /path/to/java/version replaced by one of the outputs from the first command) Or alternatively: sudo update-alternatives --config java You may have to re-login afterwards. All according to Make sure to select a non-headless version in that step :) Heiko (On my Slackware machine, I'd manually change JAVA_HOME and PATH, but if the alternatives-commands work, they probably are easier to access) On 4/16/25 15:59, Dave Sand via groups.io wrote:
Tom, --
eMails verschlüsseln mit PGP - privacy is your right! Mein PGP-Key zur Verifizierung: |
Re: Windows 11 Questions
Yes JMRI had issues with W11 when I installed v5.6 on a new laptop last year. The only solution I could find was to use Java21. It has worked perfectly for my use for about a year?now. Good luck Sincerely, Vincent Marino Vincent Marino On Wed, Apr 16, 2025, 9:53 AM Perry Stephen via <perrystephen100=[email protected]> wrote:
|
Re: Windows 11 Questions
From what I have seen on this list, JMRI should just run fine. The only
issues might be related to USB serial port drivers. (And no, *I* have no personal experience with MS-Windows.) At Wed, 16 Apr 2025 08:53:24 -0500 "Perry Stephen via groups.io" <perrystephen100@...> wrote: -- Robert Heller -- Cell: 413-658-7953 GV: 978-633-5364 Deepwoods Software -- Custom Software Services -- Linux Administration Services heller@... -- Webhosting Services |
Re: Can't get PanelPro or DecoderPro to run under Linux Ubuntu
#linux
Tom, The openjdk command installs both the headless version along with the additional components to support GUI based apps such as JMRI. Do the following command to see what you currently have installed. dpkg -l | grep openjdk Note: ?-l is dash el. Here is the result on my Linux test system. ii? openjdk-11-jre:arm64 ? ? ? ? ? ? ? ? ? ? ? 11.0.26+4-1ubuntu1~22.04? ? ? ? ? ? ? ? arm64? ? ? ? OpenJDK Java runtime, using Hotspot JIT ii? openjdk-11-jre-headless:arm64? ? ? ? ? ? ? 11.0.26+4-1ubuntu1~22.04? ? ? ? ? ? ? ? arm64? ? ? ? OpenJDK Java runtime, using Hotspot JIT (headless) ii? openjdk-17-jre:arm64 ? ? ? ? ? ? ? ? ? ? ? 17.0.14+7-1~22.04.1 ? ? ? ? ? ? ? ? ? ? arm64? ? ? ? OpenJDK Java runtime, using Hotspot JIT ii? openjdk-17-jre-headless:arm64? ? ? ? ? ? ? 17.0.14+7-1~22.04.1 ? ? ? ? ? ? ? ? ? ? arm64? ? ? ? OpenJDK Java runtime, using Hotspot JIT (headless) Dave Sand ----- Original message ----- From: "Tom Myrick via groups.io" <jmri=[email protected]> Subject: Re: [jmriusers] Can't get PanelPro or DecoderPro to run under Linux Ubuntu #linux Date: Tuesday, April 15, 2025 11:27 PM On Tue, Apr 15, 2025 at 09:16 PM, Dave Sand wrote:
Will I need to uninstall the headless version of Java (I believe I installed Java 21) or will that command line fix Java? -- Tom |
Re: Windows 11 Questions
Hi: Many of you responded to my first question?- thank you.? But Istill would?like to know if I will have any issues with the JMRI software?if I upgrade to Window 11.? Will I need to uninstall and re-install?JMRI?? Or will the software?work fine?? ('m currently running JMRI Version?5.4 on a Windows 10 PC). Thanks, Perry On Sun, Apr 13, 2025 at 7:36?AM Perry Stephen <perrystephen100@...> wrote:
|
Re: Stopping sensors and speed profile.
#dispatcher
Jean
It ramps down to the "StoppingSpeed" defined in the "Dispatcher Options", when the stopping sensor goes active it sets speed to zero. If the stopping sensor is already active on entry to the section the train stops immediately. For a pinpoint stop add a transit action for On Stop E-Stop.
Steve G.
?
? |
Re: Stopping sensors and speed profile.
#dispatcher
Steve, Does the ramp occurs when entering the section or when reaching the stopping sensor? JeanLouisDelestre@... De: "Steve_G via groups.io" <RailRodder22@...> ?: [email protected] 贰苍惫辞测é: Mercredi 16 Avril 2025 12:33:32 Objet: Re: [jmriusers] Stopping sensors and speed profile. Jean
If ramping is set to "speedprofile", yes.
Steve G.
?
-- ---------------------------------------------
Jean-Louis Paris-France
---------------------------------------------
JRMI 5.9.5 on Windows
DCC EX? on Arduino Mega
Java version 17.1.12
? |
Re: Passenger Car Blocking Order
#operationspro
Dennis,
?
Added the passenger blocking order for Manifests and switch lists to the next test release 5.11.6.
?
Dan |
Re: Can't get PanelPro or DecoderPro to run under Linux Ubuntu
#linux
Mint is actually based on Ubuntu, which in turn is based on Debian. Except
for a few outliers, just about all Linuxes are either Debian based or RedHat based (or use RedHat's package system). At Tue, 15 Apr 2025 21:02:27 -0700 "Tom Myrick via groups.io" <jmri@...> wrote: -- Robert Heller -- Cell: 413-658-7953 GV: 978-633-5364 Deepwoods Software -- Custom Software Services -- Linux Administration Services heller@... -- Webhosting Services |
Re: unknown sensors in table
It sounds like everything is working the way it's supposed to:
*) The DS74’s are announcing what their doing *) JMRI is seeing those announcements, and creating Sensors to record that state information So the question becomes why do you need to get rid of those Sensors? Are they in the way somehow? Bob — Bob Jacobsen rgj1927@... |
Re: unknown sensors in table
Bob, Whatever you do, do not mention JMRI. Mention loconet, mention unexpected publishing - whatever. But say the magic word JMRI and they instantly lose interest 100%. Wouter On Wed, 16 Apr 2025 at 11:20, dnbroraback via <dnbroraback=[email protected]> wrote:
|
to navigate to use esc to dismiss