There's no output for some commands in GUI Console

Project:JNode GUI
Component:User interface
Category:bug report
Priority:normal
Assigned:Stephen Crawley
Status:closed
Description

Commands like fdisk doesn't produce output in GUI Console. Output is generated only in text mode.

#1

Assigned to:Anonymous» Stephen Crawley

#2

I cannot reproduce this. When I run "fdisk" and "fdisk " the output goes to the GUI console. Can you tell me precisely what command arguments you are giving to fdisk?

I expect that the problem you are seeing is because some service / plugin is sending command output to System.out/err. I've seen examples of this, and fixed some of them. IMO this is a service API design issue. If a service is expected to generate command output, it needs to go to a stream supplied by the command in the service call. OTOH, diagnostic output needs to be sent to logger.

#3

I am looking at that. Right now, I have already found a place where output is done to System.out.

I've just commited a fix. Could you have a look and, if you see the same problem, give us the exact command you used ?

#4

Status:active» fixed

The requestor has informed me by email that the problem is fixed as of JNode 0.2.7. Marking issue as fixed.

#5

Status:fixed» closed