Problems with the "remoteout" command
Project: | JNode Core |
Component: | Code |
Category: | bug report |
Priority: | normal |
Assigned: | Unassigned |
Status: | active |
Description
The remoteout command has some issues (bugs) that need to be addressed:
- In TCP mode, I have had to modify the code to disable redirection of logger output. If this is enabled, JNode dies with a kernel panic due to a locking bug.
- There is currently no support for turning off console / logger output copying.
- The hooks in the CommandShell that implement console copying need to do some security / access checking.