Dear all:

I used Ubuntu12.04-LTS repository to install the Open vSwitch 1.4, and it
can work successfully.

$ apt-get install openvswitch-datapath-source bridge-utils

$ module-assistant auto-install openvswitch-datapath

$ apt-get install openvswitch-brcompat openvswitch-common

And I also modified the BRCOMPAT setting:

vim /etc/default/openvswitch-switch
=> BRCOMPAT=yes

I checked the brcom module, and it be load rightly.( Using the command
''lsmod | grep brcom'' )



But when I reboot the machine which install the Open vSwitch, it had some
problems like below:

#ovs-vsctl show
Jan 29 19:43:35|00001|stream_unix|ERR|/tmp/stream-unix.2729.0: connection
to /var/run/openvswitch/db.sock failed: No such file or directory
Jan 29 19:43:35|00002|reconnect|WARN|unix:/var/run/openvswitch/db.sock:
connection attempt failed (No such file or directory)
Jan 29 19:43:36|00003|stream_unix|ERR|/tmp/stream-unix.2729.1: connection
to /var/run/openvswitch/db.sock failed: No such file or directory

I checked the brcom module, but it didn't be load when I reboot the OS.(
#lsmod | grep brcom )

What's the problem on my OVS system?

Can anyone help me to solve the problem? Thanks.


-- 
Best Regards
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to