Thanks Ben. I will try it out tomorrow on 3.3.

On Tue, Jun 19, 2012 at 7:53 PM, Ben Pfaff <b...@nicira.com> wrote:
> Thanks for the report.
>
> Mehak found the problem:
>        http://openvswitch.org/pipermail/dev/2012-June/018145.html
> and I expect that she will commit the fix soon.
>
> On Tue, Jun 19, 2012 at 03:45:32PM -0700, ravi kerur wrote:
>> this is all it has...
>>
>> root@:~/tmp_ovs/openvswitch# cat
>> /usr/local/var/log/openvswitch/ovsdb-server.log
>> 2012-06-19T22:39:22Z|00001|vlog|INFO|opened log file
>> /usr/local/var/log/openvswitch/ovsdb-server.log
>> 2012-06-19T22:39:32Z|00002|memory|INFO|576 kB peak resident set size
>> after 10.0 seconds
>> 2012-06-19T22:39:32Z|00003|memory|INFO|
>>
>>
>> On Tue, Jun 19, 2012 at 3:17 PM, Ben Pfaff <b...@nicira.com> wrote:
>> > If you add --log-file to the ovsdb-server command line then you'll get
>> > a log file in the log directory.
>> >
>> > On Tue, Jun 19, 2012 at 03:14:49PM -0700, ravi kerur wrote:
>> >> Odd about error seen by ovs-vsctl or ?
>> >>
>> >> I don't see log file anywhere in openvswitch and following directories
>> >> and not in /usr/local/etc either, where is it located?
>> >>
>> >> I started ovs-db-server with the options mentioned in INSTALL.Linux
>> >>
>> >> On Tue, Jun 19, 2012 at 2:57 PM, Ben Pfaff <b...@nicira.com> wrote:
>> >> > How odd.
>> >> >
>> >> > What's in the ovsdb-server log?
>> >> >
>> >> > On Tue, Jun 19, 2012 at 02:55:44PM -0700, ravi kerur wrote:
>> >> >> root@:~/tmp_ovs/openvswitch# ovs-vsctl -vjsonrpc --no-wait init
>> >> >> 2012-06-19T21:51:58Z|00002|jsonrpc|DBG|unix:/usr/local/var/run/openvswitch/db.sock:
>> >> >> send request, method="monitor",
>> >> >> params=["Open_vSwitch",null,{"Open_vSwitch":{"columns":[]}}], id=0
>> >> >> 2012-06-19T21:51:58Z|00003|jsonrpc|WARN|unix:/usr/local/var/run/openvswitch/db.sock:
>> >> >> receive error: Connection reset by peer
>> >> >> 2012-06-19T21:51:58Z|00004|reconnect|WARN|unix:/usr/local/var/run/openvswitch/db.sock:
>> >> >> connection dropped (Connection reset by peer)
>> >> >> 2012-06-19T21:51:59Z|00005|jsonrpc|DBG|unix:/usr/local/var/run/openvswitch/db.sock:
>> >> >> send request, method="monitor",
>> >> >> params=["Open_vSwitch",null,{"Open_vSwitch":{"columns":[]}}], id=1
>> >> >> 2012-06-19T21:51:59Z|00006|jsonrpc|WARN|unix:/usr/local/var/run/openvswitch/db.sock:
>> >> >> receive error: Connection reset by peer
>> >> >> 2012-06-19T21:51:59Z|00007|reconnect|WARN|unix:/usr/local/var/run/openvswitch/db.sock:
>> >> >> connection dropped (Connection reset by peer)
>> >> >> 2012-06-19T21:52:01Z|00008|jsonrpc|DBG|unix:/usr/local/var/run/openvswitch/db.sock:
>> >> >> send request, method="monitor",
>> >> >> params=["Open_vSwitch",null,{"Open_vSwitch":{"columns":[]}}], id=2
>> >> >> 2012-06-19T21:52:01Z|00009|jsonrpc|WARN|unix:/usr/local/var/run/openvswitch/db.sock:
>> >> >> receive error: Connection reset by peer
>> >> >> 2012-06-19T21:52:01Z|00010|reconnect|WARN|unix:/usr/local/var/run/openvswitch/db.sock:
>> >> >> connection dropped (Connection reset by peer)
>> >> >> 2012-06-19T21:52:05Z|00011|jsonrpc|DBG|unix:/usr/local/var/run/openvswitch/db.sock:
>> >> >> send request, method="monitor",
>> >> >> params=["Open_vSwitch",null,{"Open_vSwitch":{"columns":[]}}], id=3
>> >> >> 2012-06-19T21:52:05Z|00012|jsonrpc|WARN|unix:/usr/local/var/run/openvswitch/db.sock:
>> >> >> receive error: Connection reset by peer
>> >> >> 2012-06-19T21:52:05Z|00013|reconnect|WARN|unix:/usr/local/var/run/openvswitch/db.sock:
>> >> >> connection dropped (Connection reset by peer)
>> >> >> ^C2012-06-19T21:52:10Z|00014|fatal_signal|WARN|terminating with signal
>> >> >> 2 (Interrupt)
>> >> >>
>> >> >>
>> >> >> On Tue, Jun 19, 2012 at 2:45 PM, Ben Pfaff <b...@nicira.com> wrote:
>> >> >> > On Tue, Jun 19, 2012 at 02:40:59PM -0700, ravi kerur wrote:
>> >> >> >> I am getting following errors when installing ovs on kernel 3.3 and
>> >> >> >> Ubuntu 12.04, it works fine on kernel 3.0. I checked out latest git
>> >> >> >> code and while installation get following errors. Installation on
>> >> >> >> kernel 3.3 had worked perfectly before. Does ovs-vsctl need more
>> >> >> >> parameters now?
>> >> >> >
>> >> >> > No, something else is wrong.
>> >> >> >
>> >> >> > Try ovs-vsctl with -vjsonrpc so we can see more details of what's
>> >> >> > going on.
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to