Discussion:
[ovs-discuss] OpenVswitch on OpenWrt(backfire)
H leo
2014-09-26 14:29:06 UTC
Permalink
Hello,everyone.Recently I am trying to build OpenVswtich on OpenWrt.I build
the OpenVswtich according to https://github.com/schuza/openvswitch.But I
found it worked fine on OpenWrt(attitude_adjustment) but failed on
backfire.Is there anyone have build OVS on attitude_adjustment?Can give me
some guides to make it?
Thx very much!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://openvswitch.org/pipermail/discuss/attachments/20140926/d982ad6c/attachment-0001.html>
Ben Pfaff
2014-09-26 16:43:13 UTC
Permalink
Post by H leo
Hello,everyone.Recently I am trying to build OpenVswtich on OpenWrt.I build
the OpenVswtich according to https://github.com/schuza/openvswitch.But I
found it worked fine on OpenWrt(attitude_adjustment) but failed on
backfire.Is there anyone have build OVS on attitude_adjustment?Can give me
some guides to make it?
How does it fail?
Ping Chun Huang
2014-09-26 16:59:08 UTC
Permalink
Hi,

try to use my guild

https://github.com/pichuang/openvwrt

thx.

pichuang, Ping-Chun Huang ???


Wireless Internet Laboratory
D-Link NCTU Joint Research Center
Computer Center, Department of Computer Science
National Chiao Tung University
Post by Ben Pfaff
Post by H leo
Hello,everyone.Recently I am trying to build OpenVswtich on OpenWrt.I build
the OpenVswtich according to https://github.com/schuza/openvswitch.But I
found it worked fine on OpenWrt(attitude_adjustment) but failed on
backfire.Is there anyone have build OVS on attitude_adjustment?Can give me
some guides to make it?
How does it fail?
_______________________________________________
discuss mailing list
discuss at openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss
Julius Schulz-Zander
2014-09-29 12:53:33 UTC
Permalink
Please provide an error message. Run "make V=99? in your OpenWrt path.

Cheers,
-Julius
Post by Ping Chun Huang
Hi,
try to use my guild
https://github.com/pichuang/openvwrt
thx.
pichuang, Ping-Chun Huang ???
Wireless Internet Laboratory
D-Link NCTU Joint Research Center
Computer Center, Department of Computer Science
National Chiao Tung University
Post by Ben Pfaff
Post by H leo
Hello,everyone.Recently I am trying to build OpenVswtich on OpenWrt.I build
the OpenVswtich according to https://github.com/schuza/openvswitch.But I
found it worked fine on OpenWrt(attitude_adjustment) but failed on
backfire.Is there anyone have build OVS on attitude_adjustment?Can give me
some guides to make it?
How does it fail?
_______________________________________________
discuss mailing list
discuss at openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss
_______________________________________________
discuss mailing list
discuss at openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss
H leo
2014-10-15 10:29:29 UTC
Permalink
Sorry to reply too late.I make some tries thes days to install openvswitch
on openwrt backfire.I got the openvswitch file from
github.com/schuza/openvswitch,the latest file worked with attitude
adjustment,and I found a backfire version from its history file.But using
the history file I did not get the kmod-openvswitch either.Some warnings is
presented in the make log:
WARNING: kmod-openvswitch is not available in the kernel config

Collected errors:
* satisfy_dependencies_for: Cannot satisfy the following dependencies for
openvswitch-common:
* libopenssl * kmod-openvswitch *

And when I restart openvswitch on openwrt router,some errors happens:

Jan 01 13:41:19|00001|reconnect|INFO|unix:/var/run/db.sock: connecting...

Jan 01 13:41:19|00002|reconnect|INFO|unix:/var/run/db.sock: connected

Jan 01 13:41:19|00003|dpif_linux|ERR|Generic Netlink family 'ovs_datapath'
does not exist. The Open vSwitch kernel module is probably not loaded.

Jan 01 13:41:19|00004|dpif|WARN|failed to enumerate system datapaths: No
such file or directory

ovs-brcompatd: could not open brcompat socket. Check "brcompat" kernel
module.

#

# WARNING: the 'service_kill' function is now deprecated and might be

# removed soon. Consider using the other new service_* wrappers instead.

#

#

# WARNING: the 'service_kill' function is now deprecated and might be

# removed soon. Consider using the other new service_* wrappers instead.

#

#

# WARNING: the 'service_kill' function is now deprecated and might be

# removed soon. Consider using the other new service_* wrappers instead.

#

udhcpc (v1.15.3) started

root at OpenWrt:~# Sending discover...

Sending discover...

Sending discover...

I have installed the openvswitch as feed,but I do not know where is wrong
and how to solve this problem.

If you have some ideas,please give some guides.

Thx very much!


2014-09-29 20:53 GMT+08:00 Julius Schulz-Zander <
Post by Julius Schulz-Zander
Please provide an error message. Run "make V=99? in your OpenWrt path.
Cheers,
-Julius
Post by Ping Chun Huang
Hi,
try to use my guild
https://github.com/pichuang/openvwrt
thx.
pichuang, Ping-Chun Huang ???
Wireless Internet Laboratory
D-Link NCTU Joint Research Center
Computer Center, Department of Computer Science
National Chiao Tung University
Post by Ben Pfaff
Post by H leo
Hello,everyone.Recently I am trying to build OpenVswtich on OpenWrt.I
build
Post by Ping Chun Huang
Post by Ben Pfaff
Post by H leo
the OpenVswtich according to https://github.com/schuza/openvswitch.But
I
Post by Ping Chun Huang
Post by Ben Pfaff
Post by H leo
found it worked fine on OpenWrt(attitude_adjustment) but failed on
backfire.Is there anyone have build OVS on attitude_adjustment?Can
give me
Post by Ping Chun Huang
Post by Ben Pfaff
Post by H leo
some guides to make it?
How does it fail?
_______________________________________________
discuss mailing list
discuss at openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss
_______________________________________________
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/20141015/1c0f42ea/attachment-0001.html>
Ben Pfaff
2014-10-15 15:40:16 UTC
Permalink
Post by H leo
Sorry to reply too late.I make some tries thes days to install openvswitch
on openwrt backfire.I got the openvswitch file from
github.com/schuza/openvswitch,the latest file worked with attitude
adjustment,and I found a backfire version from its history file.But using
the history file I did not get the kmod-openvswitch either.Some warnings is
WARNING: kmod-openvswitch is not available in the kernel config
I don't know anything about how openwrt works, but this is the problem.
You need to configure your kernel to have openvswitch support.

Loading...