Re: [Vserver] problems shuting down vserver with the same IP of the host

2006-04-04 Thread eyck
> the point here is, if you tell the tools to create _and_ > remove the ip on startup and shutdown, they will do so. but I didn't tell the tools to create and especially remove anything... > now for the syntax and/or changes to the config: > 'dev' = eth0 definitely means: please create that ip

Re: [Vserver] problems shuting down vserver with the same IP of the host

2006-04-04 Thread Herbert Poetzl
On Tue, Apr 04, 2006 at 07:35:09PM +0200, eyck wrote: > > >|/echo "200.55.194.24" > /etc/vservers/geekzone/interfaces/0/ip/| > > >|/echo "29" > /etc/vservers/geekzone/interfaces/0/prefix/| > > You forgot to touch /etc/vservers/geekzone/interfaces/0/nodev so the > > vserver script will try to add

Re: [Vserver] nfs mount

2006-04-04 Thread Xavier Montagutelli
On Tuesday 04 April 2006 18:40, Herbert Poetzl wrote: > On Tue, Apr 04, 2006 at 01:27:43PM +0200, Albert Shih wrote: > > Hi all > > > > I want my guest (yes the guest) mount some nfs partition from my central > > NFS server. > > > > When I try this I got this message > > > > mount: permission deni

[Vserver] [x86] 2.6.16-vs2.0.2-rc15 works with FC5

2006-04-04 Thread Guenther Fuchs
4tr: -- snip -- # ./testme.sh -Lv Linux-VServer Test [V0.15] Copyright (C) 2003-2006 H.Poetzl chcontext is working. chbind is working. chcontext 0.30.210 -- allocates/enters a security context This program is part of util-vserver 0.30.210 Copyright (C) 2004 Enrico Scholz This program is

Re: [Vserver] vattribute resets bcapabilities ?

2006-04-04 Thread Xavier Montagutelli
On Tuesday 04 April 2006 18:25, Daniel Hokka Zakrisson wrote: > Xavier Montagutelli wrote: > > > > https://savannah.nongnu.org/patch/?func=detailitem&item_id=4968 Thank you. It's exactly what I had in mind. I never think about looking at this site, I'll do better in the future. -- Xavier Mont

Re: [Vserver] problems shuting down vserver with the same IP of the host

2006-04-04 Thread eyck
> >|/echo "200.55.194.24" > /etc/vservers/geekzone/interfaces/0/ip/| > >|/echo "29" > /etc/vservers/geekzone/interfaces/0/prefix/| > You forgot to touch /etc/vservers/geekzone/interfaces/0/nodev so the > vserver script will try to add and remove that address. Is it impossible for vserver scripts

Re: [Vserver] problems shuting down vserver with the same IP of the host

2006-04-04 Thread Daniel Hokka Zakrisson
Daniel Ortiz wrote: |/echo "200.55.194.24" > /etc/vservers/geekzone/interfaces/0/ip/| |/echo "29" > /etc/vservers/geekzone/interfaces/0/prefix/| You forgot to touch /etc/vservers/geekzone/interfaces/0/nodev so the vserver script will try to add and remove that address. -- Daniel Hokka Zakris

[Vserver] problems shuting down vserver with the same IP of the host

2006-04-04 Thread Daniel Ortiz
Hi   First my host configuration   Debian Sarge       Uname –a       Linux debian 2.6.14.7-vs2.1.0-grsec-2.1.9 #1 PREEMPT Thu Mar 2 13:59:25 CLST 2006 i686 GNU/Linux   When i create a vserver (name of vserver = geekzone) with a private IP (192.168.1.2/24) I have n

Re: [Vserver] nfs mount

2006-04-04 Thread Herbert Poetzl
On Tue, Apr 04, 2006 at 01:27:43PM +0200, Albert Shih wrote: > Hi all > > I want my guest (yes the guest) mount some nfs partition from my central > NFS server. > > When I try this I got this message > > mount: permission denied you are very likely missing the secure_mount and binary_mount c

Re: [Vserver] vattribute resets bcapabilities ?

2006-04-04 Thread Daniel Hokka Zakrisson
Xavier Montagutelli wrote: https://savannah.nongnu.org/patch/?func=detailitem&item_id=4968 -- Daniel Hokka Zakrisson GPG id: 06723412 GPG fingerprint: A455 4DF3 990A 431F FECA 7947 6136 DDA2 0672 3412 ___ Vserver mailing list Vserver@list.linux-vse

Re: [Vserver] ACLs on root filesystem in vserver

2006-04-04 Thread Herbert Poetzl
On Tue, Apr 04, 2006 at 11:37:17AM +0200, January Weiner wrote: > Hi there, > > > usually the 'guest' filesystem is already mounted > > on the host, so if you have it mounted with acl, > > the acls will be used inside and outside the guest > > Strange things happen. I created a new server, and th

[Vserver] vattribute resets bcapabilities ?

2006-04-04 Thread Xavier Montagutelli
I try the "vattribute" command on a running vserver to change context capabilities : [EMAIL PROTECTED] ~]# grep Caps /proc/virtual/500/status BCaps: 344c04ff CCaps: 0101 [EMAIL PROTECTED] ~]# vattribute --ccap SECURE_MOUNT --xid 500 [EMAIL PROTECTED] ~]# grep Caps /proc/v

[Vserver] nfs mount

2006-04-04 Thread Albert Shih
Hi all I want my guest (yes the guest) mount some nfs partition from my central NFS server. When I try this I got this message mount: permission denied What's wrong ? I've google and some message tell me that's no really good idea to do this because the guest can make new /dev. But I «don't

Re: [Vserver] problem with apt-get

2006-04-04 Thread Geoffroy Culot
Peter Mann a écrit : So I have a question is the kernel-image package needed on the client side ?? no Good News ... If not, how to remove it and how clean the apt-get history ? apt-get remove --purge kernel-image-2.4.27-2-686 kernel-image-2.6.8-2-386 Thank you very much ! yo

Re: [Vserver] ACLs on root filesystem in vserver

2006-04-04 Thread January Weiner
Hi there, > usually the 'guest' filesystem is already mounted > on the host, so if you have it mounted with acl, > the acls will be used inside and outside the guest Strange things happen. I created a new server, and the ACLs worked. Beside, I'm pretty sure that at a certain point of time the ACL

Re: [Vserver] ACLs on root filesystem in vserver

2006-04-04 Thread Gerald Hochegger
On Tue, Apr 04, 2006 at 08:44:57AM +0200, January Weiner wrote: > > usually the 'guest' filesystem is already mounted > > on the host, so if you have it mounted with acl, > > the acls will be used inside and outside the guest > > Ummm, OK. Below you will find how it looks like on my system. But >

Re: [Vserver] Host & guest

2006-04-04 Thread Guenther Fuchs
Hi there, on Monday, April 3, 2006 at 11:58:19 AM there was posted: AS> I've some strange problem with my guest. AS> I've configured a vserver (the guest) with FC4 (the host too). AS> On the guest (after vserver name enter) everthing work. AS> On the host everything work too. AS> But if I make a

Re: [Vserver] kde and ltsp on a guest

2006-04-04 Thread Chris Fanning
Hi Oliver, > > If you get this up and running - I would appreciate to see your resukts > > on the wiki or here on the list (have the same need but didnt spend any > > efforts so long..) I gave up trying vserver with LTSP. I needed to use portmap and 127.0.0.1 So I went back to Xen and discovered