| Summary: | Running vim kills my terminal connection | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Mark Macdonald <mamacdon> |
| Component: | Docker | Assignee: | Anthony Hunter <ahunter.eclipse> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | ahunter.eclipse |
| Version: | 5.0 | ||
| Target Milestone: | 6.0 M1 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
I think this is due to the locale not being set within the container. http://jaredmarkell.com/docker-and-locales/ After updating the Orion base image with the locale settings, vi works as before. Fixed with commit: http://git.eclipse.org/c/orion/org.eclipse.orion.server.git/commit/?id=c6cd0e27b7f5f0f95af12cd5cacf15197b39e886 |
I'm testing against the Orion internal Docker server. 1. Launch a Docker terminal session 2. Run vim This causes an error in the browser JS console, and the terminal stops responding. > WebSocket connection to 'ws://vottachubuntu.ottawa.ibm.com:4243/containers/mamacdon2/attach/ws?stream=1&stdin=1&stdout=1&stderr=1' failed: Could not decode a text frame as UTF-8. Reloading the page shows vim, as expected.