GithubHelp home page GithubHelp logo

Comments (6)

kartoch avatar kartoch commented on September 6, 2024

@bingel74 Could you comment about how to reproduce it (commands, labs, etc.) and information about the host OS ?

from netkit-ng-core.

bingel74 avatar bingel74 commented on September 6, 2024

OS: Ubuntu Desktop 12.04 (updated)

Soon after having run configuration as described in installation instructions and soon after having checked the configuration through the appropriate script "check_configuration.sh", I have performed the the first working test. I have started a virtual machine with the command

"vstart pc1"

and virtual machine started correctly then I have given command

"vlist"

and it returned correct output but when, on the host machine console, I typed the command

"vhalt -r pc1"

I obtained this output error:

"vhalt: could not shut down virtual machine "pc1"".

So, to stop virtual machine, I had to type "shutdown -hP now" inside virtual machine console.

from netkit-ng-core.

kartoch avatar kartoch commented on September 6, 2024

I can reproduce the bug.

from netkit-ng-core.

kartoch avatar kartoch commented on September 6, 2024

uml_mconsole requires libtinfo.so.5 to run, but it is not available on my archlinux or probably @bingel74 ubuntu. The missing library seems related to a library split in ncurses. I probably need to take some time to compile uml_tools with static flag to avoid such dependency problems in the future.

Temporary fix:

linux:~> cd /lib
linux:/lib> sudo ln -s libncurses.so.5.9 libtinfo.so.5

from netkit-ng-core.

kartoch avatar kartoch commented on September 6, 2024

Fix proposal pushed in 7ba2de2

from netkit-ng-core.

kartoch avatar kartoch commented on September 6, 2024

Fix released in version 3.0.4.

from netkit-ng-core.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.