Re: [nox-dev] Problem in Setting Up a Virtual Testing Environment

2009-03-16 Thread khan . ferdous
It would be great if you could send me the patched 32-bit x86 package. Thank 
you.

/Khan
---BeginMessage---
Back when Intrepid first came out, I didn't have any luck with their  
VDE package.  Ben developed a patched version of VDE that works.  He  
hasn't applied the patch to the latest version of VDE, so it trails  
the official Ubuntu version a bit.  I haven't had any problems using  
it, though.


Khan, if you'd like me to send you the patched 32-bit x86 package  
files, let me know.


--Justin


On Mar 13, 2009, at 10:18 AM, Peter Balland wrote:


Hi Khan,

I found the VDE packages on Ubuntu 8.04 to be horribly buggy.  Can  
you try running with updated VDE packages (perhaps the ones from  
intrepid)?


Peter

khan.ferd...@upf.edu wrote:

Hi,
I tried to run nox and openflow on the virtual environment. I did  
the following steps very carefully. At first I did the openflow  
installation for Ubuntu. All were done successfully. I saw the  
virtual ethernet pairs also. I killed the avahi-daemon by avahi- 
daemon -k. Then I did the NOX installation by mkdir nox at  
first, then I downloaded the noxcore from the git repository inside  
the nox directory as the nox website described. So I have /nox/ 
noxcore path. I used the cd build/, ../configure --with- 
python=yes at the first time, and all went fine. Then I followed  
the VM steps. But when I ran the start-test-vm, it gave the same  
output as the last one: *** buffer overflow detected ***: slirpvde  
terminated. I checked all packages again and they are fine. So I  
did not understand the problem.
Next, I removed the build directory and followed the INSTALL file's  
instuctions under the noxcore directory, which does not require the  
build directory (quick steps I think). Here I did ./configure -- 
with-python=yes --with-openflow=/home/khan/openflow, but when I  
tried to do the make it gave the error in output which is  
attached below.
Then I do make distclean and again create the build directory but  
now I do cd build/, ../configure --with-python=yes --with- 
openflow=/home/khan/openflow, but when I try to make the same  
error appears.
So whenever I tried to configure with openflow, it could not make.  
Without --with-openflow=/home/khan/openflow, all steps were going  
fine but start-test-vm gave buffer overflow.
There is another issue: I put the line export PATH=$PATH:$HOME/nox/ 
noxcore/src/utilities/ inside the .bashrc and I could see the path  
correctly by echo $PATH but when I run start-test-vm, it does  
not work. So I put this file in /bin directory and it works fine.

Here I have described all the problems, so please help on this topic.
/Khan
Output:
-
k...@netcom:~/nox/noxcore$ make
make all-recursive
make[1]: Entering directory `/home/khan/nox/noxcore'
Making all in src
make[2]: Entering directory `/home/khan/nox/noxcore/src'
make all-recursive
make[3]: Entering directory `/home/khan/nox/noxcore/src'
Making all in include
make[4]: Entering directory `/home/khan/nox/noxcore/src/include'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/khan/nox/noxcore/src/include'
Making all in lib
make[4]: Entering directory `/home/khan/nox/noxcore/src/lib'
make all-am
make[5]: Entering directory `/home/khan/nox/noxcore/src/lib'
/bin/bash ../../libtool --tag=CXX --mode=compile g++ - 
DHAVE_CONFIG_H -I. -I../.. -DPKGDATADIR=\/usr/local/share/nox\ - 
DPKGLIBDIR=\/usr/local/bin/lib\ -DPKGLOCALSTATEDIR=\/usr/local/ 
var/nox\ -DPKGSYSCONFDIR=\/usr/local/etc/nox\ -include ../../ 
config.h -I ../../src/include -I../../src/include/openflow -I/usr/ 
include -D_GNU_SOURCE=1 -D_REENTRANT -D__STDC_LIMIT_MACROS=1 - 
D__STDC_FORMAT_MACROS=1 -D__STDC_CONSTANT_MACROS=1 - 
D_GLIBCXX_CONCEPT_CHECKS=1 -D_GLIBCXX_DEBUG=1 - 
D_GLIBCXX_DEBUG_PEDANTIC=1 -I/usr/include/python2.5 -I../../src/ 
include/openflow -I../../src/nox -fno-omit-frame-pointer -Wall -Wno- 
sign-compare -Winit-self -Wformat-nonliteral -Wformat-security -g - 
O2 -MT async_file.lo -MD -MP -MF .deps/async_file.Tpo -c -o  
async_file.lo async_file.cc

libtool: compile: Failed to create `.libs'
make[5]: *** [async_file.lo] Error 1
make[5]: Leaving directory `/home/khan/nox/noxcore/src/lib'
make[4]: *** [all] Error 2
make[4]: Leaving directory `/home/khan/nox/noxcore/src/lib'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/khan/nox/noxcore/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/khan/nox/noxcore/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/khan/nox/noxcore'
make: *** [all] Error 2
k...@netcom:~/nox/noxcore$ echo $PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/ 
games:/home/khan/nox/noxcore/src/utilities/

Please solve the problem. Thank you.
/Khan
___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org



___
nox-dev 

[nox-dev] Problem in Setting Up a Virtual Testing Environment

2009-03-13 Thread khan . ferdous
Hi,
I tried to run nox and openflow on the virtual environment. I did the following 
steps very carefully. At first I did the openflow installation for Ubuntu. All 
were done successfully. I saw the virtual ethernet pairs also. I killed the 
avahi-daemon by avahi-daemon -k. Then I did the NOX installation by mkdir 
nox at first, then I downloaded the noxcore from the git repository inside the 
nox directory as the nox website described. So I have /nox/noxcore path. I 
used the cd build/, ../configure --with-python=yes at the first time, and 
all went fine. Then I followed the VM steps. But when I ran the 
start-test-vm, it gave the same output as the last one: *** buffer overflow 
detected ***: slirpvde terminated. I checked all packages again and they are 
fine. So I did not understand the problem.

Next, I removed the build directory and followed the INSTALL file's instuctions 
under the noxcore directory, which does not require the build directory (quick 
steps I think). Here I did ./configure --with-python=yes 
--with-openflow=/home/khan/openflow, but when I tried to do the make it gave 
the error in output which is attached below.

Then I do make distclean and again create the build directory but now I do 
cd build/, ../configure --with-python=yes 
--with-openflow=/home/khan/openflow, but when I try to make the same error 
appears.

So whenever I tried to configure with openflow, it could not make. Without 
--with-openflow=/home/khan/openflow, all steps were going fine but 
start-test-vm gave buffer overflow.

There is another issue: I put the line export 
PATH=$PATH:$HOME/nox/noxcore/src/utilities/ inside the .bashrc and I could see 
the path correctly by echo $PATH but when I run start-test-vm, it does not 
work. So I put this file in /bin directory and it works fine.

Here I have described all the problems, so please help on this topic.

/Khan


Output:
-
k...@netcom:~/nox/noxcore$ make
make all-recursive
make[1]: Entering directory `/home/khan/nox/noxcore'
Making all in src
make[2]: Entering directory `/home/khan/nox/noxcore/src'
make all-recursive
make[3]: Entering directory `/home/khan/nox/noxcore/src'
Making all in include
make[4]: Entering directory `/home/khan/nox/noxcore/src/include'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/khan/nox/noxcore/src/include'
Making all in lib
make[4]: Entering directory `/home/khan/nox/noxcore/src/lib'
make all-am
make[5]: Entering directory `/home/khan/nox/noxcore/src/lib'
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. 
-I../.. -DPKGDATADIR=\/usr/local/share/nox\ 
-DPKGLIBDIR=\/usr/local/bin/lib\ -DPKGLOCALSTATEDIR=\/usr/local/var/nox\ 
-DPKGSYSCONFDIR=\/usr/local/etc/nox\ -include ../../config.h -I 
../../src/include -I../../src/include/openflow -I/usr/include -D_GNU_SOURCE=1 
-D_REENTRANT -D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 
-D__STDC_CONSTANT_MACROS=1 -D_GLIBCXX_CONCEPT_CHECKS=1 -D_GLIBCXX_DEBUG=1 
-D_GLIBCXX_DEBUG_PEDANTIC=1 -I/usr/include/python2.5 
-I../../src/include/openflow -I../../src/nox -fno-omit-frame-pointer -Wall 
-Wno-sign-compare -Winit-self -Wformat-nonliteral -Wformat-security -g -O2 -MT 
async_file.lo -MD -MP -MF .deps/async_file.Tpo -c -o async_file.lo async_file.cc
libtool: compile: Failed to create `.libs'
make[5]: *** [async_file.lo] Error 1
make[5]: Leaving directory `/home/khan/nox/noxcore/src/lib'
make[4]: *** [all] Error 2
make[4]: Leaving directory `/home/khan/nox/noxcore/src/lib'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/khan/nox/noxcore/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/khan/nox/noxcore/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/khan/nox/noxcore'
make: *** [all] Error 2

k...@netcom:~/nox/noxcore$ echo $PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/khan/nox/noxcore/src/utilities/

Please solve the problem. Thank you.

/Khan


___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org


Re: [nox-dev] Problem in Setting Up a Virtual Testing Environment

2009-03-13 Thread Brandon Heller
Hi Khan,

How much memory did you allocate to the primary virtual machine?  What does
'cat /proc/meminfo' show from the Ubuntu VM?

-Brandon

On Fri, Mar 13, 2009 at 4:15 AM, khan.ferd...@upf.edu wrote:

 Hi,
 I tried to run nox and openflow on the virtual environment. I did the
 following steps very carefully. At first I did the openflow installation for
 Ubuntu. All were done successfully. I saw the virtual ethernet pairs also. I
 killed the avahi-daemon by avahi-daemon -k. Then I did the NOX
 installation by mkdir nox at first, then I downloaded the noxcore from the
 git repository inside the nox directory as the nox website described. So I
 have /nox/noxcore path. I used the cd build/, ../configure
 --with-python=yes at the first time, and all went fine. Then I followed the
 VM steps. But when I ran the start-test-vm, it gave the same output as the
 last one: *** buffer overflow detected ***: slirpvde terminated. I checked
 all packages again and they are fine. So I did not understand the problem.

 Next, I removed the build directory and followed the INSTALL file's
 instuctions under the noxcore directory, which does not require the build
 directory (quick steps I think). Here I did ./configure --with-python=yes
 --with-openflow=/home/khan/openflow, but when I tried to do the make it
 gave the error in output which is attached below.

 Then I do make distclean and again create the build directory but now I
 do cd build/, ../configure --with-python=yes
 --with-openflow=/home/khan/openflow, but when I try to make the same
 error appears.

 So whenever I tried to configure with openflow, it could not make. Without
 --with-openflow=/home/khan/openflow, all steps were going fine but
 start-test-vm gave buffer overflow.

 There is another issue: I put the line export
 PATH=$PATH:$HOME/nox/noxcore/src/utilities/ inside the .bashrc and I could
 see the path correctly by echo $PATH but when I run start-test-vm, it
 does not work. So I put this file in /bin directory and it works fine.

 Here I have described all the problems, so please help on this topic.

 /Khan


 Output:
 -
 k...@netcom:~/nox/noxcore$ make
 make all-recursive
 make[1]: Entering directory `/home/khan/nox/noxcore'
 Making all in src
 make[2]: Entering directory `/home/khan/nox/noxcore/src'
 make all-recursive
 make[3]: Entering directory `/home/khan/nox/noxcore/src'
 Making all in include
 make[4]: Entering directory `/home/khan/nox/noxcore/src/include'
 make[4]: Nothing to be done for `all'.
 make[4]: Leaving directory `/home/khan/nox/noxcore/src/include'
 Making all in lib
 make[4]: Entering directory `/home/khan/nox/noxcore/src/lib'
 make all-am
 make[5]: Entering directory `/home/khan/nox/noxcore/src/lib'
 /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.
 -I../.. -DPKGDATADIR=\/usr/local/share/nox\
 -DPKGLIBDIR=\/usr/local/bin/lib\ -DPKGLOCALSTATEDIR=\/usr/local/var/nox\
 -DPKGSYSCONFDIR=\/usr/local/etc/nox\ -include ../../config.h -I
 ../../src/include -I../../src/include/openflow -I/usr/include
 -D_GNU_SOURCE=1 -D_REENTRANT -D__STDC_LIMIT_MACROS=1
 -D__STDC_FORMAT_MACROS=1 -D__STDC_CONSTANT_MACROS=1
 -D_GLIBCXX_CONCEPT_CHECKS=1 -D_GLIBCXX_DEBUG=1 -D_GLIBCXX_DEBUG_PEDANTIC=1
 -I/usr/include/python2.5 -I../../src/include/openflow -I../../src/nox
 -fno-omit-frame-pointer -Wall -Wno-sign-compare -Winit-self
 -Wformat-nonliteral -Wformat-security -g -O2 -MT async_file.lo -MD -MP -MF
 .deps/async_file.Tpo -c -o async_file.lo async_file.cc
 libtool: compile: Failed to create `.libs'
 make[5]: *** [async_file.lo] Error 1
 make[5]: Leaving directory `/home/khan/nox/noxcore/src/lib'
 make[4]: *** [all] Error 2
 make[4]: Leaving directory `/home/khan/nox/noxcore/src/lib'
 make[3]: *** [all-recursive] Error 1
 make[3]: Leaving directory `/home/khan/nox/noxcore/src'
 make[2]: *** [all] Error 2
 make[2]: Leaving directory `/home/khan/nox/noxcore/src'
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory `/home/khan/nox/noxcore'
 make: *** [all] Error 2

 k...@netcom:~/nox/noxcore$ echo $PATH

 /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/khan/nox/noxcore/src/utilities/

 Please solve the problem. Thank you.

 /Khan


 ___
 nox-dev mailing list
 nox-dev@noxrepo.org
 http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org

___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org


Re: [nox-dev] Problem in Setting Up a Virtual Testing Environment

2009-03-13 Thread Martin Casado

Hi Khan,

Inline:

Hi,
I tried to run nox and openflow on the virtual environment. I did the following steps very carefully. At first I did the openflow installation for 
Ubuntu. All were done successfully. I saw the virtual ethernet pairs also. I killed the avahi-daemon by avahi-daemon -k. Then I did the 
NOX installation by mkdir nox at first, then I downloaded the noxcore from the git repository inside the nox directory as the nox website 
described. So I have /nox/noxcore path. I used the cd build/, ../configure --with-python=yes at the first time, 
and all went fine. Then I followed the VM steps. But when I ran the start-test-vm, it gave the same output as the last one: *** 
buffer overflow detected ***: slirpvde terminated. I checked all packages again and they are fine. So I did not understand the problem.
  


This is the right way to build nox.  I'm guessing this is a problem with 
vde on Ubuntu.  What version are you using?


.martin

___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org


Re: [nox-dev] Problem in Setting Up a Virtual Testing Environment

2009-03-13 Thread Martin Casado
If there are any particular gotchas with Ubuntu 8.04, please send them 
out to the list so that I can update the install docs :) thanks!



Hi Khan,

I setup the testing environment on Ubuntu 8.04 last week and I 
followed the steps as on the wiki. I succeeded after a few problems. 
Just check one thing is your nox git code the latest.

Because it seems some bugs were fixed recently.

Just do one thing. Try setting up in a new folder a new install and 
see if that works. I did something similar and it just worked for me.


Good Luck!
Hope this helps...
Surabhi

On Fri, Mar 13, 2009 at 11:56 AM, Martin Casado cas...@nicira.com 
mailto:cas...@nicira.com wrote:


Hi Khan,

Inline:

Hi,
I tried to run nox and openflow on the virtual environment. I
did the following steps very carefully. At first I did the
openflow installation for Ubuntu. All were done successfully.
I saw the virtual ethernet pairs also. I killed the
avahi-daemon by avahi-daemon -k. Then I did the NOX
installation by mkdir nox at first, then I downloaded the
noxcore from the git repository inside the nox directory as
the nox website described. So I have /nox/noxcore path. I
used the cd build/, ../configure --with-python=yes at the
first time, and all went fine. Then I followed the VM steps.
But when I ran the start-test-vm, it gave the same output as
the last one: *** buffer overflow detected ***: slirpvde
terminated. I checked all packages again and they are fine.
So I did not understand the problem.
 



This is the right way to build nox.  I'm guessing this is a
problem with vde on Ubuntu.  What version are you using?

.martin


___
nox-dev mailing list
nox-dev@noxrepo.org mailto:nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org





___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org


Re: [nox-dev] Problem in Setting Up a Virtual Testing Environment

2009-03-13 Thread Peter Balland

Hi Khan,

I found the VDE packages on Ubuntu 8.04 to be horribly buggy.  Can you 
try running with updated VDE packages (perhaps the ones from intrepid)?


Peter

khan.ferd...@upf.edu wrote:

Hi,
I tried to run nox and openflow on the virtual environment. I did the following steps very carefully. At first I did the openflow installation for 
Ubuntu. All were done successfully. I saw the virtual ethernet pairs also. I killed the avahi-daemon by avahi-daemon -k. Then I did the 
NOX installation by mkdir nox at first, then I downloaded the noxcore from the git repository inside the nox directory as the nox website 
described. So I have /nox/noxcore path. I used the cd build/, ../configure --with-python=yes at the first time, 
and all went fine. Then I followed the VM steps. But when I ran the start-test-vm, it gave the same output as the last one: *** 
buffer overflow detected ***: slirpvde terminated. I checked all packages again and they are fine. So I did not understand the problem.

Next, I removed the build directory and followed the INSTALL file's instuctions under the noxcore 
directory, which does not require the build directory (quick steps I think). Here I did 
./configure --with-python=yes --with-openflow=/home/khan/openflow, but when I tried to 
do the make it gave the error in output which is attached below.

Then I do make distclean and again create the build directory but now I do cd build/, 
../configure --with-python=yes --with-openflow=/home/khan/openflow, but when I try to make the 
same error appears.

So whenever I tried to configure with openflow, it could not make. Without 
--with-openflow=/home/khan/openflow, all steps were going fine but 
start-test-vm gave buffer overflow.

There is another issue: I put the line export PATH=$PATH:$HOME/nox/noxcore/src/utilities/ inside 
the .bashrc and I could see the path correctly by echo $PATH but when I run 
start-test-vm, it does not work. So I put this file in /bin directory and it works fine.

Here I have described all the problems, so please help on this topic.

/Khan


Output:
-
k...@netcom:~/nox/noxcore$ make
make all-recursive
make[1]: Entering directory `/home/khan/nox/noxcore'
Making all in src
make[2]: Entering directory `/home/khan/nox/noxcore/src'
make all-recursive
make[3]: Entering directory `/home/khan/nox/noxcore/src'
Making all in include
make[4]: Entering directory `/home/khan/nox/noxcore/src/include'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/khan/nox/noxcore/src/include'
Making all in lib
make[4]: Entering directory `/home/khan/nox/noxcore/src/lib'
make all-am
make[5]: Entering directory `/home/khan/nox/noxcore/src/lib'
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. 
-DPKGDATADIR=\/usr/local/share/nox\ -DPKGLIBDIR=\/usr/local/bin/lib\ 
-DPKGLOCALSTATEDIR=\/usr/local/var/nox\ -DPKGSYSCONFDIR=\/usr/local/etc/nox\ -include 
../../config.h -I ../../src/include -I../../src/include/openflow -I/usr/include -D_GNU_SOURCE=1 -D_REENTRANT 
-D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1 -D__STDC_CONSTANT_MACROS=1 -D_GLIBCXX_CONCEPT_CHECKS=1 
-D_GLIBCXX_DEBUG=1 -D_GLIBCXX_DEBUG_PEDANTIC=1 -I/usr/include/python2.5 -I../../src/include/openflow -I../../src/nox 
-fno-omit-frame-pointer -Wall -Wno-sign-compare -Winit-self -Wformat-nonliteral -Wformat-security -g -O2 -MT 
async_file.lo -MD -MP -MF .deps/async_file.Tpo -c -o async_file.lo async_file.cc
libtool: compile: Failed to create `.libs'
make[5]: *** [async_file.lo] Error 1
make[5]: Leaving directory `/home/khan/nox/noxcore/src/lib'
make[4]: *** [all] Error 2
make[4]: Leaving directory `/home/khan/nox/noxcore/src/lib'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/khan/nox/noxcore/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/khan/nox/noxcore/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/khan/nox/noxcore'
make: *** [all] Error 2

k...@netcom:~/nox/noxcore$ echo $PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/khan/nox/noxcore/src/utilities/

Please solve the problem. Thank you.

/Khan


___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org



___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org


Re: [nox-dev] Problem in Setting Up a Virtual Testing Environment

2009-03-13 Thread Justin Pettit
Back when Intrepid first came out, I didn't have any luck with their  
VDE package.  Ben developed a patched version of VDE that works.  He  
hasn't applied the patch to the latest version of VDE, so it trails  
the official Ubuntu version a bit.  I haven't had any problems using  
it, though.


Khan, if you'd like me to send you the patched 32-bit x86 package  
files, let me know.


--Justin


On Mar 13, 2009, at 10:18 AM, Peter Balland wrote:


Hi Khan,

I found the VDE packages on Ubuntu 8.04 to be horribly buggy.  Can  
you try running with updated VDE packages (perhaps the ones from  
intrepid)?


Peter

khan.ferd...@upf.edu wrote:

Hi,
I tried to run nox and openflow on the virtual environment. I did  
the following steps very carefully. At first I did the openflow  
installation for Ubuntu. All were done successfully. I saw the  
virtual ethernet pairs also. I killed the avahi-daemon by avahi- 
daemon -k. Then I did the NOX installation by mkdir nox at  
first, then I downloaded the noxcore from the git repository inside  
the nox directory as the nox website described. So I have /nox/ 
noxcore path. I used the cd build/, ../configure --with- 
python=yes at the first time, and all went fine. Then I followed  
the VM steps. But when I ran the start-test-vm, it gave the same  
output as the last one: *** buffer overflow detected ***: slirpvde  
terminated. I checked all packages again and they are fine. So I  
did not understand the problem.
Next, I removed the build directory and followed the INSTALL file's  
instuctions under the noxcore directory, which does not require the  
build directory (quick steps I think). Here I did ./configure -- 
with-python=yes --with-openflow=/home/khan/openflow, but when I  
tried to do the make it gave the error in output which is  
attached below.
Then I do make distclean and again create the build directory but  
now I do cd build/, ../configure --with-python=yes --with- 
openflow=/home/khan/openflow, but when I try to make the same  
error appears.
So whenever I tried to configure with openflow, it could not make.  
Without --with-openflow=/home/khan/openflow, all steps were going  
fine but start-test-vm gave buffer overflow.
There is another issue: I put the line export PATH=$PATH:$HOME/nox/ 
noxcore/src/utilities/ inside the .bashrc and I could see the path  
correctly by echo $PATH but when I run start-test-vm, it does  
not work. So I put this file in /bin directory and it works fine.

Here I have described all the problems, so please help on this topic.
/Khan
Output:
-
k...@netcom:~/nox/noxcore$ make
make all-recursive
make[1]: Entering directory `/home/khan/nox/noxcore'
Making all in src
make[2]: Entering directory `/home/khan/nox/noxcore/src'
make all-recursive
make[3]: Entering directory `/home/khan/nox/noxcore/src'
Making all in include
make[4]: Entering directory `/home/khan/nox/noxcore/src/include'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/khan/nox/noxcore/src/include'
Making all in lib
make[4]: Entering directory `/home/khan/nox/noxcore/src/lib'
make all-am
make[5]: Entering directory `/home/khan/nox/noxcore/src/lib'
/bin/bash ../../libtool --tag=CXX --mode=compile g++ - 
DHAVE_CONFIG_H -I. -I../.. -DPKGDATADIR=\/usr/local/share/nox\ - 
DPKGLIBDIR=\/usr/local/bin/lib\ -DPKGLOCALSTATEDIR=\/usr/local/ 
var/nox\ -DPKGSYSCONFDIR=\/usr/local/etc/nox\ -include ../../ 
config.h -I ../../src/include -I../../src/include/openflow -I/usr/ 
include -D_GNU_SOURCE=1 -D_REENTRANT -D__STDC_LIMIT_MACROS=1 - 
D__STDC_FORMAT_MACROS=1 -D__STDC_CONSTANT_MACROS=1 - 
D_GLIBCXX_CONCEPT_CHECKS=1 -D_GLIBCXX_DEBUG=1 - 
D_GLIBCXX_DEBUG_PEDANTIC=1 -I/usr/include/python2.5 -I../../src/ 
include/openflow -I../../src/nox -fno-omit-frame-pointer -Wall -Wno- 
sign-compare -Winit-self -Wformat-nonliteral -Wformat-security -g - 
O2 -MT async_file.lo -MD -MP -MF .deps/async_file.Tpo -c -o  
async_file.lo async_file.cc

libtool: compile: Failed to create `.libs'
make[5]: *** [async_file.lo] Error 1
make[5]: Leaving directory `/home/khan/nox/noxcore/src/lib'
make[4]: *** [all] Error 2
make[4]: Leaving directory `/home/khan/nox/noxcore/src/lib'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/khan/nox/noxcore/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/khan/nox/noxcore/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/khan/nox/noxcore'
make: *** [all] Error 2
k...@netcom:~/nox/noxcore$ echo $PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/ 
games:/home/khan/nox/noxcore/src/utilities/

Please solve the problem. Thank you.
/Khan
___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org



___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org