Thank you for you help.
I will try to send a mail and install the instruction at https://github.com/bigswitch/snac/wiki/



---------[ 받은 메일 내용 ]----------
제목 : Re: [nox-dev] NOX 0.4.0
날짜 : 2011년 2월 07일 월요일, 17시 22분 36초 +0900
보낸이 :"James \"Murphy\" McCauley" <jam...@nau.edu>
받는이 :Min-Hyup KANG <kang-min-h...@hanmail.net>
I don't know that much about SNAC. I believe more SNAC discussion takes
place on the openflow-discuss mailing list than here, so you might have
more luck there than on the nox mailing list.

It looks like your main problems may just be with the packaged versions
of SNAC, and you may have better luck building from source. SNAC
maintains their own fork of an old NOX. You might try the instructions
at https://github.com/bigswitch/snac/wiki/ .


-- Murphy

P.S., I notice you dropped the CC to the mailing list. We usually try
to keep discussions on the list if possible so that everyone can help
and everyone can benefit. :)

On Mon, 2011-02-07 at 17:03 +0900, Min-Hyup KANG wrote:
>
> Thank you for your information.
>
>
> so, My test-bed is below
>
>
>
> Pronto
> 3290(ETH1:192.168.2.1)--------------(eth1:192.168.2.2)Controller(eth0)-----------------------------INTERNET
> (Indigo-beta-4)
> (NOX, FlowVisor, SNAC)(Ubuntu server 10.10)
>
>
> so, I already installed NOX(0.6.0), FlowVisor, Indigo firmware.
>
>
> During installing SNAC, I am facing some problem.
> There are installation step in http://www.openflowswitch.org/wp/snac/
> apt-get install openssl libboost-test1.34.1 libboost-filesystem1.34.1 \
> libboost-serialization1.34.1 libxerces-c28 python2.5 python-twisted \
> python-simplejson python-mako python-openssl tmpreaper \
> python-sphinx libldap2-dev
> but Now, I can not use libboost1.34.1 and python2.5
> root@ofc:/opt/nox/snac_packages# apt-get install libboost-test1.34.1
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> Package libboost-test1.34.1 is not available, but is referred to by
> another package.
> This may mean that the package is missing, has been obsoleted, or
> is only available from another source
> E: Package 'libboost-test1.34.1' has no installation candidate
>
>
> so, I replace 1.42.0 and python2.6
> and then I try to install 1.0 SNAC.
>
>
> root@ofc:/opt/nox/snac_packages# dpkg -i *.deb
> Selecting previously deselected package noxcore.
> (Reading database ... 73358 files and directories currently
> installed.)
> Unpacking noxcore (from noxcore_0.4.0~beta_amd64.deb) ...
> Selecting previously deselected package nox-dbg.
> Unpacking nox-dbg (from nox-dbg_0.4.0~beta_amd64.deb) ...
> Selecting previously deselected package noxext.
> Unpacking noxext (from noxext_0.4.0~beta_amd64.deb) ...
> Selecting previously deselected package nox-monitor.
> Unpacking nox-monitor (from nox-monitor_0.4.0~beta_amd64.deb) ...
> Selecting previously deselected package openflow-common.
> Unpacking openflow-common (from
> openflow-common_0.8.9-rev4_amd64.deb) ...
> Selecting previously deselected package openflow-pki.
> Unpacking openflow-pki (from openflow-pki_0.8.9-rev4_all.deb) ...
> Selecting previously deselected package snacdocs.
> Unpacking snacdocs (from snacdocs_0.4.0~beta_amd64.deb) ...
> dpkg: dependency problems prevent configuration of noxcore:
> noxcore depends on libboost-filesystem1.34.1 (>= 1.34.1-2.1);
> however:
> Package libboost-filesystem1.34.1 is not installed.
> noxcore depends on libboost-serialization1.34.1 (>= 1.34.1-2.1);
> however:
> Package libboost-serialization1.34.1 is not installed.
> noxcore depends on libboost-test1.34.1 (>= 1.34.1-2.1); however:
> Package libboost-test1.34.1 is not installed.
> noxcore depends on python2.5 (>= 2.5); however:
> Package python2.5 is not installed.
> dpkg: error processing noxcore (--install):
> dependency problems - leaving unconfigured
> Setting up nox-dbg (0.4.0~beta) ...
> dpkg: dependency problems prevent configuration of noxext:
> noxext depends on noxcore (= 0.4.0~beta); however:
> Package noxcore is not configured yet.
> dpkg: error processing noxext (--install):
> dependency problems - leaving unconfigured
> dpkg: dependency problems prevent configuration of nox-monitor:
> nox-monitor depends on noxcore; however:
> Package noxcore is not configured yet.
> dpkg: error processing nox-monitor (--install):
> dependency problems - leaving unconfigured
> Setting up openflow-common (0.8.9-rev4) ...
> dpkg: dependency problems prevent configuration of snacdocs:
> snacdocs depends on noxext (= 0.4.0~beta); however:
> Package noxext is not configured yet.
> dpkg: error processing snacdocs (--install):
> dependency problems - leaving unconfigured
> Processing triggers for man-db ...
> Setting up openflow-pki (0.8.9-rev4) ...
> /usr/local/bin/ofp-pki: /usr/local/share/openflow/pki already exists
> and --force not specified
> dpkg: error processing openflow-pki (--install):
> subprocess installed post-installation script returned error exit
> status 1
> Processing triggers for ureadahead ...
> Errors were encountered while processing:
> noxcore
> noxext
> nox-monitor
> snacdocs
> openflow-pki
> root@ofc:/opt/nox/snac_packages# ps -Af |grep nox_core
> root 29704 1518 0 14:21 pts/0 00:00:00 grep --color=auto
> nox_core
> root@ofc:/opt/nox/snac_packages#
>
>
> As you can see, Above message have
> Package libboost-filesystem1.34.1 is not installed.
> Package libboost-serialization1.34.1 is not installed.
> Package libboost-test1.34.1 is not installed.
> ....
> ....
> You said
>
>
> "Do you have a specific reason to use old versions of NOX?"
> -> As you can see above messages, I think SNAC need to NOX(0.4.0).
> What do you think about that ?
>
>
> "If I remember, you have a Pronto switch... doesn't it
> implement OpenFlow 1.0?"
> -> What is the mean ? Can you please explain more easily ?
> Should I install OpenFlow 1.0 ?
>
>
>
>
>
>
>
>
> ---------[ 받은 메일 내용 ]----------
> 제목 : Re: [nox-dev] NOX 0.4.0
> 날짜 : 2011년 2월 07일 월요일, 16시 42분 51초 +0900
> 보낸이 :"James \"Murphy\" McCauley" <jam...@nau.edu>
> 받는이 :Min-Hyup Kang <kang-min-h...@hanmail.net>
> 함께받는이 : "nox-dev@noxrepo.org" <nox-dev@noxrepo.org>
> We've never been that great about version numbers, and most
> "releases"
> really just correlate to a snapshot of the repository. We're
> hopefully
> a little bit more sane now. We currently have two active-ish
> branches
> in the nox repository: a stable one named zaku (occasionally
> known as
> 0.9.0), and a developmental one known as destiny (occasionally
> known as
> 0.9.1). Both of these are for OpenFlow 1.0.
>
> Do you have a specific reason to use old versions of NOX? If I
> remember, you have a Pronto switch... doesn't it implement
> OpenFlow 1.0?
> Unless you really need support for old versions of OpenFlow, I
> would not
> recommend using old versions of NOX, as they're not
> maintained. Just
> building and running them on up-to-date operating systems will
> probably
> present challenges, and there are many bug fixes and
> improvements that
> are only available in zaku and destiny.
>
> If you really must use old versions of NOX... first, I'll
> point out that
> the directions on the front page of noxrepo.org for getting
> NOX 0.6.0
> don't get you anything like 0.6.0 anymore -- they'll get you
> zaku. The
> code that was NOX 0.6.0 is in the openflow-0.8.9 branch of the
> git://noxrepo.org/nox repository, I believe.
>
> I don't remember where NOX 0.4.0 was. It might be in the
> openflow-0.8.9
> branch of the nox repository too (but further back). It might
> also have
> been in the old git://noxrepo.org/noxcore repository, which
> has been
> renamed git://noxrepo.org/noxcore_old .
>
> Hope that helps!
>
> -- Murphy
>
> On Mon, 2011-02-07 at 16:09 +0900, Min-Hyup Kang wrote:
> > Dear All,
> >
> >
> >
> > Is NOX(0.4.0) not able to use now ?
> >
> > I can use 0.6.0, but I can't use 0.4.0
> >
> > Please check it.
> >
> >
> >
> >
> >
> > Thanks,
> >
> >
> > _______________________________________________
> > nox-dev mailing list
> > nox-dev@noxrepo.org
> > http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org
>
>
>
>
>
> Thanks,
> Min-Hyup KANG
>
>





Thanks,
Min-Hyup KANG


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

Reply via email to