Changes between Initial Version and Version 1 of Ticket #22088
- Timestamp:
- 2022-05-25T16:16:55+02:00 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22088
- Property Milestone → 22.06
- Property Summary Debian start script does not properly check if a path does not exist or is not executable → [RFC PATCH] Debian start script does not properly check if a path does not exist or is not executable
-
Ticket #22088 – Description
initial v1 1 1 I've been working on getting downstreams to use our start script (with some ''minor'' patches) to hopefully avoid future issues where we get bug reports that we've fixed in the start script. 2 3 Steps to reproduce (on Debian/Ubuntu): 4 1. If `/usr/lib/jvm/default-java/bin/java` exists, move it (example: `mv /usr/lib/jvm/default-java/bin/java /usr/lib/jvm/default-java/bin/java.bak`) 5 2. Attempt to run the start script 6 3. If you moved `/usr/lib/jvm/default-java/bin/java` in step 1, move it back (example: `mv /usr/lib/jvm/default-java/bin/java.bak /usr/lib/jvm/default-java/bin/java`) 7 8 You may also be able to reproduce by unsetting `JAVA_HOME` or setting it to an empty string (e.g., `JOSM_HOME="" ./josm`) 2 9 3 10 From https://github.com/flathub/org.openstreetmap.josm/issues/55,


