Salve a tutti,
Sto cercando di configurare Netkit. Ho linux mint 15.
Quando vado a verificare da terminale che tutti i controlli abbiano avuto successo mi esce che:
codice:
./check_configuration.sh
>  Checking path correctness... passed.
>  Checking environment... passed.
>  Checking for availability of man pages... passed.
>  Checking for proper directories in the PATH... passed.
>  Checking for availability of auxiliary tools:
    awk          : ok
    basename     : ok
    date         : ok
    dirname      : ok
    find         : ok
    getopt       : ok
    grep         : ok
    head         : ok
    id           : ok
    kill         : ok
    ls           : ok
    lsof         : ok
    ps           : ok
    readlink     : ok
    wc           : ok
    port-helper  : ok
    tunctl       : ok
    uml_mconsole : ok
    uml_switch   : ok
passed.
>  Checking for availability of terminal emulator applications:
    xterm          : not found
    konsole        : not found
    gnome-terminal : found
failed!

Warning: either xterm is not installed on your system or it is not
currently available in the PATH. Since xterm is the default terminal
emulator application used by Netkit virtual machines, this may prevent
them from starting up properly. Please refer to the Netkit
documentation for information about using terminal emulators that are
different from xterm.


WARNINGSome configuration settings should be changed.
          You may also ignore this message, but doing so may result in Netkit
          not working properly on your system.
di conseguenza : quando avvio una virtual machine col comando vstart è come se non la avviassi, infatti lanciando vlist mi dice che ci sono 0 virtual machine create.
Aiuto!