Massimo Rimondini

Results 13 issues of Massimo Rimondini

There are some around (most notably, http://kartoch.msi.unilim.fr/blog/?p=19). Consider the possibility to include them in order, e.g., to attach a host-side sniffer (e.g., wireshark) directly to a collision domain.

`uml_tools` are now compiled dynamically (because of compatibility issues with Ubuntu distributions). `uml_mconsole` is the only tool that, besides standard libraries, also requires `libreadline.so.6` to be installed on the host....

BUG

The path used by `uml_mconsole` to locate Netkit's Unix sockets should not replace the standard path (`.uml/`) but rather be added. A patch is likely ready, but did not make...

The `check_configuration.sh` script may incorrectly report the Netkit setup as faulty. This is due to the fact that the output of some of the commands used for the check may...

This is due to the fact that `uml_mconsole` is not provided with the full path to the mconsole file and is unable to find it by itself. The bug does...

BUG

Window titles are still not set correctly for the secondary console when konsole is used as terminal emulator. Also, the konsole launched for `con1` does not close automatically when using...

BUG

When virtual machine options are explicitly configured inside lab.conf, these options may be passed twice to `vstart`, thus resulting in user-specific settings being overridden by `lstart`. Most notably, this happens...

BUG

At the very least, `vlist` reports xterm-attached consoles as "stdin/stdout". It also fails to recognize the kernel currently used by a virtual machine.

BUG

At present, launching multiple labs is only possible if there are no overlaps on virtual machine names. An option could be introduced to allow starting multiple labs with equally-named virtual...

If Netkit does not start ([FAQ 05](http://wiki.netkit.org/index.php/FAQ#When_I_try_to_start_a_virtual_machine.2C_nothing_happens_or_an_xterm_window_pops_up_and_immediately_disappears._It_looks_like_Netkit_is_crashing._What_can_I_do.3F)), it may be because /dev/shm is mounted noexec. The fix is to remove noexec from /etc/fstab. This should be both documented in the...