Hello,

I'm using the latest webmin, and this on a HP-UX 11i box.
When I check the process list, only a limited amount of characters of the command is show.
For example:
The process: (ps -xef)

------
/opt/java1.3/jre/bin/../bin/PA_RISC2.0/native_threads/java -Xmx512m -cp llmain.jar:llcore.jar:llobj.jar:corba.jar:lltelex.jar:/opt/oracle/product/current/jdbc/lib/classes12.zip:/opt/oracle/product/current/jdbc/lib/nls_charset12.zip:fscontext.jar:providerutil.jar lisline.main.TelexWriterMain
/opt/java1.3/jre/bin/../bin/PA_RISC2.0/native_threads/java
------
Is only available as:
    
-----
/opt/java1.3/jre/bin/../bin/PA_RISC2.0/native_threads/java
-----

As you can see, a lot is missing. The 'truncate' in the module config was also set to unlimited , but this doesn't help.
Anybody knows how I can solve that?
I need this because I want to monitor a process with this.

     Bart