Hmm.  That seems odd, since it seems like other people have got it set up 
successfully.  It clearly seems to be an issue with your startup scripts.  If 
you want to debug it yourself, you may want to start looking at the ovs-ctl 
script, which does most of that work.  Otherwise, I probably won't have a 
chance to look at it until early next week.

--Justin


On Aug 24, 2012, at 11:59 AM, Markus Ose <ose.mar...@gmail.com> wrote:

> I'm using the 12.04 package
> 
> 
> Mit freundlichen Grüßen / Kind regards 
> 
> Markus Ose
> 
> --
> Markus Ose,
> Mobile +49 (0) 174 3428101
> Mail ose.mar...@gmail.com
> GTalk ose.markus
> 
> Sent by my Galaxy Nexus
> 
> Am 24.08.2012 20:41 schrieb "Justin Pettit" <jpet...@nicira.com>:
> Which version of OVS are you using?  Are you using the Ubuntu 12.04 package 
> or one that you downloaded and build yourself?
> 
> --Justin
> 
> 
> On Aug 24, 2012, at 11:29 AM, Markus Ose <ose.mar...@gmail.com> wrote:
> 
> > Yes, manually with modprobe it works
> >
> > Mit freundlichen Grüßen / Kind regards
> >
> >
> >
> > Markus Ose
> >
> >
> >
> > --
> >
> > Markus Ose
> >
> > Mobile +49 (0) 174 3428101
> >
> > Mail   ose.markus[at]gmail.com
> >
> > GTalk  ose.markus
> >
> >
> >
> >
> > 2012/8/24 Justin Pettit <jpet...@nicira.com>
> > Do you see any errors in your log files?  Does it install if you manually 
> > modprobe/insmod it?
> >
> > --Justin
> >
> >
> > On Aug 24, 2012, at 11:17 AM, Markus Ose <ose.mar...@gmail.com> wrote:
> >
> > > It`s the same. The brcompat module is not loaded yet.
> > >
> > >
> > >
> > > Kind regards
> > >
> > >
> > >
> > > Markus Ose
> > >
> > >
> > >
> > > --
> > >
> > > Markus Ose
> > >
> > > Mobile +49 (0) 174 3428101
> > >
> > > Mail ose.markus[at]gmail.com
> > >
> > > GTalk ose.markus
> > >
> > >
> > >
> > >
> > > 2012/8/24 Iben Rodriguez <iben.rodrig...@gmail.com>
> > > http://blog.scottlowe.org/2012/08/17/installing-kvm-and-open-vswitch-on-ubuntu/
> > >
> > > (forgot to Ctrl-V)
> > >
> > > On Fri, Aug 24, 2012 at 11:00 AM, Markus Ose <ose.mar...@gmail.com> wrote:
> > > > Scott´s Guide? Could you provide a link? :-)
> > > >
> > > > Mit freundlichen Grüßen / Kind regards
> > > >
> > > >
> > > > Markus Ose
> > > >
> > > >
> > > > --
> > > >
> > > > Markus Ose
> > > >
> > > > Mobile +49 (0) 174 3428101
> > > >
> > > > Mail ose.markus[at]gmail.com
> > > >
> > > > GTalk ose.markus
> > > >
> > > >
> > > >
> > > >
> > > > 2012/8/24 Iben Rodriguez <iben.rodrig...@gmail.com>
> > > >>
> > > >> Please try Scott's guide.  It is more up to date.
> > > >>
> > > >> I'd appreciate your feedback if it helps or not so we can improve the
> > > >> new user experience.
> > > >>
> > > >> Thanks!
> > > >>
> > > >> I b e n
> > > >> +14087824726
> > > >> Skype: ibenrodriguez
> > > >>
> > > >>
> > > >> On Fri, Aug 24, 2012 at 9:32 AM, Markus Ose <ose.mar...@gmail.com> 
> > > >> wrote:
> > > >> > Hi,
> > > >> >
> > > >> > I´m a Network Engineer and Freelancer and I`m a newbie on both sides,
> > > >> > Ubuntu
> > > >> > and Open vSwitch. My intention is to get a deeper experience in 
> > > >> > network
> > > >> > virtualization  and therefore I want to install Open vSwitch on my
> > > >> > Ubuntu
> > > >> > 12.04 host. I followed the installation description from this link
> > > >> >
> > > >> > http://blog.allanglesit.com/2012/03/linux-kvm-ubuntu-12-04-with-openvswitch/
> > > >> > but I don´t get running the  brcompat modul.
> > > >> > The module seems to be available, but it´s not loaded.
> > > >> >
> > > >> > $ ls -l /lib/modules/$(uname -r)/kernel
> > > >> > total 5636
> > > >> > drwxr-xr-x  3 root root    4096 Aug 22 22:49 arch
> > > >> > -rw-r--r--  1 root root  503300 Aug 22 23:01 brcompat_mod.ko
> > > >> > drwxr-xr-x  3 root root    4096 Aug 22 22:49 crypto
> > > >> > drwxr-xr-x 63 root root    4096 Aug 22 22:49 drivers
> > > >> > drwxr-xr-x 53 root root    4096 Aug 22 22:49 fs
> > > >> > drwxr-xr-x  6 root root    4096 Aug 22 22:49 lib
> > > >> > drwxr-xr-x 46 root root    4096 Aug 22 22:49 net
> > > >> > -rw-r--r--  1 root root 5232461 Aug 22 23:01 openvswitch_mod.ko
> > > >> > drwxr-xr-x 12 root root    4096 Aug 22 22:49 sound
> > > >> > drwxr-xr-x  5 root root    4096 Aug 22 22:49 ubuntu
> > > >> >
> > > >> >
> > > >> > $ lsmod | grep brcom $
> > > >> >
> > > >> >
> > > >> > Everything else seems to be ok.
> > > >> >
> > > >> > $ service openvswitch-switch status
> > > >> > ovsdb-server is running with pid 1170
> > > >> > ovs-vswitchd is running with pid 1182
> > > >> >
> > > >> >
> > > >> > Can anybody help in this case?
> > > >> >
> > > >> >
> > > >> > Kind regards
> > > >> >
> > > >> > Markus Ose
> > > >> >
> > > >> >
> > > >> > --
> > > >> >
> > > >> > Markus Ose
> > > >> >
> > > >> > Mobile +49 (0) 174 3428101
> > > >> >
> > > >> > Mail ose.mar...@gmail.com
> > > >> >
> > > >> > GTalk ose.markus
> > > >> >
> > > >> >
> > > >> >
> > > >> > _______________________________________________
> > > >> > discuss mailing list
> > > >> > discuss@openvswitch.org
> > > >> > http://openvswitch.org/mailman/listinfo/discuss
> > > >> >
> > > >
> > > >
> > >
> > > _______________________________________________
> > > discuss mailing list
> > > discuss@openvswitch.org
> > > http://openvswitch.org/mailman/listinfo/discuss
> >
> >
> 

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

Reply via email to