Discussion:
[ovs-discuss] OVS 1.10 in Repositories
Dmita Levy
2013-08-07 17:37:51 UTC
Permalink
Hello,

Forgive me as I am a student and not a Linux guru.... At present,
installing OVS from apt-get will yield version 1.04. Is there anyway to get
1.10?

Regards,
Dmita
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://openvswitch.org/pipermail/discuss/attachments/20130807/322a4086/attachment.htm>
Gurucharan Shetty
2013-08-07 17:59:09 UTC
Permalink
Post by Dmita Levy
Hello,
Forgive me as I am a student and not a Linux guru.... At present,
installing OVS from apt-get will yield version 1.04. Is there anyway to get
1.10?
* Download the OVS repo on a ubuntu machine.
* git checkout -b 1.10_local origin/branch-1.10
* DEB_BUILD_OPTIONS=nocheck dpkg-buildpackage -b (If you get a complaint
that some dpkg utilities are missing, install them using the regular
apt-get install)
* cd ../
* ls
* dpkg -i openvswitch-switch_1.10*.deb
openvswitch-common_1.10*.deb openvswitch-datapath-dkms*.deb

For dkms and ssl, you may beed some packages:
ex: (for me):
sudo apt-get build-dep dkms
sudo apt-get install dkms libssl0.9.8

You may also need the linux headers package if not already installed.
Post by Dmita Levy
Regards,
Dmita
_______________________________________________
discuss mailing list
discuss at openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://openvswitch.org/pipermail/discuss/attachments/20130807/99d393de/attachment.htm>
Dmita Levy
2013-08-07 18:25:46 UTC
Permalink
Hello Gurucharan,

Thank you for all your help we really appreciate it. How do I *Download the
OVS repo ?

Thanks
Dmita
Post by Gurucharan Shetty
Post by Dmita Levy
Hello,
Forgive me as I am a student and not a Linux guru.... At present,
installing OVS from apt-get will yield version 1.04. Is there anyway to get
1.10?
* Download the OVS repo on a ubuntu machine.
* git checkout -b 1.10_local origin/branch-1.10
* DEB_BUILD_OPTIONS=nocheck dpkg-buildpackage -b (If you get a complaint
that some dpkg utilities are missing, install them using the regular
apt-get install)
* cd ../
* ls
* dpkg -i openvswitch-switch_1.10*.deb
openvswitch-common_1.10*.deb openvswitch-datapath-dkms*.deb
sudo apt-get build-dep dkms
sudo apt-get install dkms libssl0.9.8
You may also need the linux headers package if not already installed.
Post by Dmita Levy
Regards,
Dmita
_______________________________________________
discuss mailing list
discuss at openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://openvswitch.org/pipermail/discuss/attachments/20130807/d317b984/attachment.htm>
Gurucharan Shetty
2013-08-07 18:45:20 UTC
Permalink
Post by Dmita Levy
Hello Gurucharan,
Thank you for all your help we really appreciate it. How do I *Download
the OVS repo ?
git clone git://git.openvswitch.org/openvswitch
Post by Dmita Levy
Thanks
Dmita
Post by Gurucharan Shetty
Post by Dmita Levy
Hello,
Forgive me as I am a student and not a Linux guru.... At present,
installing OVS from apt-get will yield version 1.04. Is there anyway to get
1.10?
* Download the OVS repo on a ubuntu machine.
* git checkout -b 1.10_local origin/branch-1.10
* DEB_BUILD_OPTIONS=nocheck dpkg-buildpackage -b (If you get a complaint
that some dpkg utilities are missing, install them using the regular
apt-get install)
* cd ../
* ls
* dpkg -i openvswitch-switch_1.10*.deb
openvswitch-common_1.10*.deb openvswitch-datapath-dkms*.deb
sudo apt-get build-dep dkms
sudo apt-get install dkms libssl0.9.8
You may also need the linux headers package if not already installed.
Post by Dmita Levy
Regards,
Dmita
_______________________________________________
discuss mailing list
discuss at openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://openvswitch.org/pipermail/discuss/attachments/20130807/9d6d9b75/attachment.htm>
Loading...