Re: [Vserver] Problems with Knoppix 5.2 (which should be Vserver-enabled...)

2007-03-22 Thread alexander goeres - lieblinx GmbH
Hi Gerhard,

I just tested the knoppix cd you mentioned. I could install a vserver without 
problems. Could it be that you started the knoppix-system with the normal 
knoppix-kernel instead of the vserver-enabled one?

Gruß,
Alexander

Am Mittwoch, 21. März 2007 17:03 schrieb Gerhard Hofmann:
> Hi all,
>
> I have some Vserver hosts running that were setup according to this HowTo:
> http://www.howtoforge.com/linux_vserver_debian
>
> Because these are quite a lot of steps I always thought it would be nice
> to have a Debian distro that is Vserver-enabled out-of-the-box.
>
> Now, in the recenct release of German magazine c't, there was a Knoppix
> 5.2 CD which claims to be Vserver-ready.
>
> Has anybody here already tried Knoppix 5.2 and can share his or her
> experiences?
>
> I booted Knoppix, tried to setup a Vserver like this:
> vserver vserver1 build \
> -n vserver1 \
> --hostname vserver1 \
> --interface eth0:192.168.1.133/24 \
> -m debootstrap -- -d sarge
>
> I get this error message:
> /etc/vservers/.defaults/vdirbase/vserver1: Function not implemented
>
> Any ideas? Or any other Vserver-ready distro out there?
>
> TIA
> Gerhard
> ___
> Vserver mailing list
> Vserver@list.linux-vserver.org
> http://list.linux-vserver.org/mailman/listinfo/vserver

-- 
netzwerk- & systemadministrator
---
lieblinx
 we do software
---
agoeres at lieblinx. net
http://lieblinx.net

tel.: +49 (0)30 / 62 90 81 05
fax: +49 (0)30 / 61 20 26 87

reichenberger straße 125
10999 berlin

---
geschäftsführer:
fabian thiele, stefan kausch

sitz der gesellschaft: berlin
amtsgericht: berlin charlottenburg
handelsregistereintrag HRB 97554 B

___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


Re: [Vserver] a question regarding disk limits

2007-01-17 Thread alexander goeres - lieblinx GmbH
Am Dienstag, 16. Januar 2007 23:15 schrieb Herbert Poetzl:
> On Tue, Jan 16, 2007 at 04:04:51PM +0100, alexander goeres - lieblinx GmbH 
wrote:
> > Hello List!
> >
> > I'm trying to make the disk-limits work for my vservers to gain some
> > flexibility and ran into a problem: the disk limits seem to be
> > disfunctional.  I wonder if anyone could help me with that ..
> >
> > I followed the instructions provided on
> > http://oldwiki.linux-vserver.org/Disk+Limits:
> > - created a directory /etc/vservers/test1/dlimit/0
> > - in there I created the files space_total with 716800, inode_total
> >   with 10, reserved with 5 and directory with /var/lib/vservers/test
> > - I was tagging the files in /var/lib/vservers: chxid -r
> > --xid /var/lib/vservers/test
> >
> > When I reduced the space_total to an amount smaller than the actual
> > vserver content "vserver test start" refused to come up, complaining
> > that there is not enough space.
> >
> > After adjusting the space, the vserver could be started. Doing a "df -kh"
> > inside the vserver gave:
> > FilesystemSize  Used Avail Use% Mounted on
> > /dev/hdv1 700M  579M   87M  88% /
> >
> > Until here everything looks fine.
> >
> > The error showed, when inside this vserver I succeed doing a:
> > dd if=/dev/zero of=testfile bs=1M count=1024
> >
> > This produced a 1 GB big file inside the vserver that claimed to
> > have only 87 MB left.
>
> not that unusal, disk limits are only implemented for
> ext2/3/4, reiserfs and jfs for now, so xfs is not
> accounted and thus not limited ..

Perfect, so i just picked the wrong fs ...

>
> > Are the disk limits functional?
>
> yes, they are working quite fine for the supported
> filesystems ...
>
> > If yes, how are they to be set up?
>
> The setup was simplified with recent tools, which do
> now calculate the used space and save/restore the
> current values and limits properly

No complaints about the setup from me. If it works it could hardly be 
easier ...

>
> so what you described should work fine for the
> supported filesystems ...
>
> > Any advice is appreciated.
> >
> > The vserver-version is a vanilla kernel 2.6.19.2 with vs 2.2.0-rc7.
> > Util-Vserver is 0.30.211 (debian compiled). The vservers' partition
> > is a XFS-filesystem mounted with the "tagxid"-option.
>
> as there seems some xfs boom recently, and folks
> start to actually use that filesystem, I'm inclined
> to add the missing feature, given that there are a
> few folks willing to test that ...
>
> so please let me know if you're interested ...

Sure, if you are willing to implement this feature I can do some tests, with 
the limitation that I only have a amd64 system at hand for testing. If this 
is ok, I just need to know what to do ...:-)

>
> TIA,
> Herbert

best regards,
Alexander

>
> > Thanks in advance,
> >
> > Alexander

-- 
netzwerk- & systemadministrator
---
agoeres at lieblinx. net
tel.: +49 (0)30 / 62 90 81 05
fax: +49 (0)30 / 69 00 46 03
---
lieblinx
 we do software
---
reichenberger straße 125
10999 berlin

http://lieblinx.net
---
___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


[Vserver] a question regarding disk limits

2007-01-16 Thread alexander goeres - lieblinx GmbH
Hello List!

I'm trying to make the disk-limits work for my vservers to gain some 
flexibility and ran into a problem: the disk limits seem to be disfunctional. 
I wonder if anyone could help me with that ..

I followed the instructions provided on 
http://oldwiki.linux-vserver.org/Disk+Limits:
- created a directory /etc/vservers/test1/dlimit/0
- in there I created the files space_total with 716800, inode_total with 
10, reserved with 5 and directory with /var/lib/vservers/test
- I was tagging the files in /var/lib/vservers: chxid -r 
--xid /var/lib/vservers/test

When I reduced the space_total to an amount smaller than the actual vserver 
content "vserver test start" refused to come up, complaining that there is 
not enough space.

After adjusting the space, the vserver could be started. Doing a "df -kh" 
inside the vserver gave:
FilesystemSize  Used Avail Use% Mounted on
/dev/hdv1 700M  579M   87M  88% /

Until here everything looks fine.

The error showed, when inside this vserver I succeed doing a:
dd if=/dev/zero of=testfile bs=1M count=1024

This produced a 1 GB big file inside the vserver that claimed to have only 87 
MB left.

Are the disk limits functional? If yes, how are they to be set up? Any advice 
is appreciated.

The vserver-version is a vanilla kernel 2.6.19.2 with vs 2.2.0-rc7. 
Util-Vserver is 0.30.211 (debian compiled). The vservers' partition is a 
XFS-filesystem mounted with the "tagxid"-option.

Thanks in advance,

Alexander
-- 
netzwerk- & systemadministrator
---
agoeres at lieblinx. net
tel.: +49 (0)30 / 62 90 81 05
fax: +49 (0)30 / 69 00 46 03
---
lieblinx
 we do software
---
reichenberger straße 125
10999 berlin

http://lieblinx.net
---
___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


Re: [Vserver] Re: future vserver on ubuntu

2006-11-29 Thread alexander goeres - lieblinx GmbH
Nice to know, thanks for the info...

cheers,

Alexander

Am Dienstag, 28. November 2006 17:28 schrieb Peter Mann:
> On Tue, Nov 28, 2006 at 05:11:32PM +0100, alexander goeres - lieblinx GmbH 
wrote:
> > just one question aside: is anybody able to figure out, what
> > vserver-versions the debian-kernel-packagers are using?
>
> http://packages.debian.org/linux-image-vserver-686
> http://packages.debian.org/linux-image-vserver-k7
>
> http://packages.debian.org/changelogs/pool/main/l/linux-2.6/linux-2.6_2.6.1
>7-9/changelog
>
> * Update vserver patch to 2.0.2.
>
> http://packages.debian.org/changelogs/pool/main/l/linux-2.6/linux-2.6_2.6.1
>8-5/changelog
>
> * Update vserver patch to 2.0.2.2-rc6.

-- 
netzwerk- & systemadministrator
---
agoeres at lieblinx. net
tel.: +49 (0)30 / 61 20 26 86
fax: +49 (0)30 / 69 00 46 03
---
lieblinx
 we do software
---
reichenberger straße 125
10999 berlin

http://lieblinx.net
---
___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


Re: [Vserver] Re: future vserver on ubuntu

2006-11-28 Thread alexander goeres - lieblinx GmbH
Hello List,

just one question aside: is anybody able to figure out, what vserver-versions 
the debian-kernel-packagers are using?

Alexander

Am Dienstag, 28. November 2006 16:23 schrieb Michael S. Zick:
> On Tue November 28 2006 08:56, Herbert Poetzl wrote:
> > On Sun, Nov 26, 2006 at 07:18:15PM -0600, Michael S. Zick wrote:
> > > On Sun November 26 2006 12:15, Philippe Clérié wrote:
> > > > Gerald at uni-klu was kind enough to reply to a query I sent him. He
> > > > will not soon be building a vserver kernel for edgy because of lack
> > > > of time.
> > > >
> > > > So I think I'll stick to dapper for a while yet.
> > > >
> > > > Regarding vserver and feisty, it's very likely that the patch is not
> > > > in the distribution because it's no longer in sid. And it makes sense
> > > > not to include it in sid since debian is building kernels with
> > > > built-in vserver. For all architectures too!
> > >
> > > All?
> > > Can't find the -ixp4xx (arm, little endian), nor pa-risc 32 or 64 bit.
> > > The ones posted only have the VServer Kconfig changes.
> >
> > hppa(/64) works quite fine in Linux-VServer, arm
> > too, arm26 is not really tested ... but I don't
> > know for the debian versions ...
>
> Sorry if I was unclear.  The answer is not what architectures work,
> but what architectures Debian provides pre-built kernels for.
>
> I test virgin kernel+VServer on armv5tel Joel tests on hppa/32/64 -
> but neither of us test the _Debian_ pre-builts.
>
> None of those machines are speed demons - so when someone said that
> pre-built kernels where available - I did spend time searching the
> package depositories for them.  Then offered my update of the word: _all_.
>
> For those who roll-their-own:
> Your best bet on arm is 2.6.18.3 or newer to avoid swap problems ...
> Probably 2.6.16.???-pa on hppa (after the spinlock fixes)
> to avoid scsi iommu problems ...
> (Neither set of problems are VServer related.)
>
> Mike
> ___
> Vserver mailing list
> Vserver@list.linux-vserver.org
> http://list.linux-vserver.org/mailman/listinfo/vserver

-- 
netzwerk- & systemadministrator
---
agoeres at lieblinx. net
tel.: +49 (0)30 / 61 20 26 86
fax: +49 (0)30 / 69 00 46 03
---
lieblinx
 we do software
---
reichenberger straße 125
10999 berlin

http://lieblinx.net
---
___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver