Difference between revisions of "Suse 10.2"
Line 9: | Line 9: | ||
| | | | ||
There is a problem with vnuml 1.7.3 in Suse related with vnumlize functionality that causes the scenarios to not start. The parser hangs after printing: | There is a problem with vnuml 1.7.3 in Suse related with vnumlize functionality that causes the scenarios to not start. The parser hangs after printing: | ||
− | + | <pre> | |
Checking for the skas3 patch in the host: | Checking for the skas3 patch in the host: | ||
- /proc/mm...not found | - /proc/mm...not found | ||
Line 15: | Line 15: | ||
- PTRACE_LDT...not found | - PTRACE_LDT...not found | ||
UML running in SKAS0 mode | UML running in SKAS0 mode | ||
− | + | </pre> | |
To avoid the problem, just use the "-Z" option to avoid vnumlize functionallity: | To avoid the problem, just use the "-Z" option to avoid vnumlize functionallity: | ||
Revision as of 22:22, 28 January 2007
Installing VNUML over Open Suse 10.2
Important note: |
---|
There is a problem with vnuml 1.7.3 in Suse related with vnumlize functionality that causes the scenarios to not start. The parser hangs after printing: Checking for the skas3 patch in the host: - /proc/mm...not found - PTRACE_FAULTINFO...not found - PTRACE_LDT...not found UML running in SKAS0 mode To avoid the problem, just use the "-Z" option to avoid vnumlize functionallity: vnumlparser.pl -t simple.xml -v -u root -Z |
Installation Steps:
- Install bridge-utilities from yast
- Install uml-utilities from http://download.opensuse.org/distribution/10.2/repo/oss/suse/i586/uml-utilities-20040406-35.i586.rpm
- Install the following perl modules from CPAN using this command:
- Download the latest version of VNUML from http://www.dit.upm.es/vnuml and:
perl -MCPAN -e "install Net::Pcap; install Module::Build; install Net::IPv6Addr; force install NetAddr::IP"
Note: gcc should be installed for this step to work.
tar xfvz vnuml-1.7.0-rc1.tar.gz cd vnuml-1.7.0-rc1 ./configure --with-build_modules make make install (Note: answer "NO" if asked "Are you ready for manual configuration?")