Set kernel name (uname) for VE [message #30688] |
Tue, 03 June 2008 11:42 |
MailingListe
Messages: 29 Registered: May 2008
|
Junior Member |
|
|
Hello
is it possible to set the kernel name a VE get for the "uname" call?
There seams to be a bug in the oracle installer with long kernel names
and we try to test if this is still the case for our oracle 11g client
setup dying with segmentation fault inside the VE
Link to (possible) Oracle Bug :
http://kevinclosson.wordpress.com/2007/04/18/dont-install-oracle-on-linux-servers-with-long-kernel-names/
Thanks
Andreas
--
All your trash belong to us ;-) www.spamschlucker.org
To: stephan@spamschlucker.org
|
|
|
Re: Set kernel name (uname) for VE [message #30690 is a reply to message #30688] |
Tue, 03 June 2008 13:34 |
|
See /proc/sys/kernel/virt_osrelease -- there you can see/set kernel
version as visible from inside containers.
MailingListe wrote:
> Hello
>
> is it possible to set the kernel name a VE get for the "uname" call?
> There seams to be a bug in the oracle installer with long kernel names
> and we try to test if this is still the case for our oracle 11g client
> setup dying with segmentation fault inside the VE
> Link to (possible) Oracle Bug :
> http://kevinclosson.wordpress.com/2007/04/18/dont-install-oracle-on-linux-servers-with-long-kernel-names/
>
>
> Thanks
>
> Andreas
>
>
|
|
|
|
|
host and ve communication [message #30723 is a reply to message #30696] |
Wed, 04 June 2008 23:12 |
Zhaohui Wang
Messages: 10 Registered: May 2008
|
Junior Member |
|
|
Hi all
I am tring to use unix domain socket to do communication between the host and the container.
Now,it's working on the 2.6.18 stable kernel, if and only if I start the server socket inside the container and connect from the host, and with abstract name.
BUT,the same approach failed on 2.6.24 ovz004 kernel.
Can any one tell me what changes have been made to unix domain socket,and abstract namespaces. Does openvz separated socket namespace in ovz004?
Before I am digging the code,any information would be appreciated.
Thanks Den.
Best Regards
Zhaohui Wang
> -----Original Message-----
> From: users-bounces@openvz.org [mailto:users-bounces@openvz.org] On
> Behalf Of Denis V. Lunev
> Sent: Wednesday, June 04, 2008 1:00 AM
> To: users@openvz.org
> Subject: Re: [Users] veth and venet0
>
> On Tue, 2008-06-03 at 17:11 -0400, Zhaohui Wang wrote:
> > Hi all,
> >
> > If I want to use veth for container networking,do I have to delete
> venet0?
> no, they can co-exist
>
> > If they can exist at the same time, which one is priorer to the
> other?How the packet goes before it get to the physical device?
> this depends upon you routing tables
>
> > Best Regards
> > Zhaohui Wang
> >
> >
> > > -----Original Message-----
> > > From: users-bounces@openvz.org [mailto:users-bounces@openvz.org] On
> > > Behalf Of Kir Kolyshkin
> > > Sent: Tuesday, June 03, 2008 9:35 AM
> > > To: users@openvz.org
> > > Subject: Re: [Users] Set kernel name (uname) for VE
> > >
> > > See /proc/sys/kernel/virt_osrelease -- there you can see/set kernel
> > > version as visible from inside containers.
> > >
> > > MailingListe wrote:
> > > > Hello
> > > >
> > > > is it possible to set the kernel name a VE get for the "uname"
> call?
> > > > There seams to be a bug in the oracle installer with long kernel
> > > names
> > > > and we try to test if this is still the case for our oracle 11g
> > > client
> > > > setup dying with segmentation fault inside the VE
> > > > Link to (possible) Oracle Bug :
> > > > http://kevinclosson.wordpress.com/2007/04/18/dont-install-oracle-
> on-
> > > linux-servers-with-long-kernel-names/
> > > >
> > > >
> > > > Thanks
> > > >
> > > > Andreas
> > > >
> > > >
> > >
|
|
|