|
Mantis - Resin
|
|||||
| Viewing Issue Advanced Details | |||||
|
|
|||||
| ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
| 2647 | major | always | 05-02-08 15:20 | 05-22-08 22:17 | |
|
|
|||||
| Reporter: | wirah | Platform: | |||
| Assigned To: | ferg | OS: | |||
| Priority: | normal | OS Version: | |||
| Status: | closed | Product Version: | 3.1.5 | ||
| Product Build: | Resolution: | fixed | |||
| Projection: | none | ||||
| ETA: | none | Fixed in Version: | 3.2.0 | ||
|
|
|||||
| Summary: | 0002647: contrib/init.resin.in does fails due to unquoted commands | ||||
| Description: |
When I run the provided init script on Ubuntu Server 6.06 LTS, the server does not start and the script freezes because the interpreter reads the command: su ant -c /usr/lib/jvm/java-6-sun/bin/java -jar /opt/resin/lib/resin.jar -resin-home /opt/resin start as passing '-jar' to the su command. If I modify it as follows: su ant -c "/usr/lib/jvm/java-6-sun/bin/java -jar /opt/resin/lib/resin.jar -resin-home /opt/resin start" Then it works fine. The init script needs to be modified as I can imagine this happenning on a lot of systems. |
||||
| Steps To Reproduce: | |||||
| Additional Information: | |||||
| Relationships | |||||
| Attached Files: | |||||
| Notes | |||||
|
|
|||||
|
|
||||