Re: [Vserver] CentOS RPM's

2007-03-25 Thread Bernd Petrovitsch
On Sun, 2007-03-25 at 15:55 +0200, Daniel Hokka Zakrisson wrote:
 Matt Paine wrote:
[...]
  Has anyone got kernel RPM's with the linux vserver patches installed
  (vanilla or otherwise) that are build for CentOS4.4? I know Daniel has
  the fedora kernels, and I've been scouring his rpm repository to find
  the centos ones with no luck (plenty of util-vserver rpms, but no
  kernels). I had the thought that the vserver stuff might already be in
  the kernel (long shot i know, but anythings possible) so I downloaded
  the util-vserver rpms and tried them, to no avail of course :)
 
 The problem with the CentOS kernel is that it's really old and it would
 require major surgery in order to get any sort of recent Linux-VServer
 version on there. I've been playing with the idea of providing more
 recent, vanilla kernel RPMs too, but nothing has come out of that yet,
 mostly because the userspace matches the old kernel. So in order to get a
 recent kernel working nicely, you'd probably need to update at least udev
 and mkinitrd.

If you take these from FC6, you need several more just because of the
dependencies of the FC6-RPMS. But I didn't try it (read: rebuilding them
and `rpm -i --nodeps` them) since I can't risk it ATM.

Another option/possibility could be to use CentOS-5 with a (very
probably heavily patched) 2.6.18 kernel which is now in beta since RHEL5
has been annouced last week or so. So at least the user-space should be
much more recent.

Bernd
-- 
Firmix Software GmbH   http://www.firmix.at/
mobil: +43 664 4416156 fax: +43 1 7890849-55
  Embedded Linux Development and Services

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


Re: [Vserver] A possible new idea

2006-05-11 Thread Bernd Petrovitsch
Risking to get off-topic:

On Wed, 2006-05-10 at 23:20 -0400, Stephen Harris wrote:
 On Thu, May 11, 2006 at 12:35:38AM +0200, Herbert Poetzl wrote:
  why would somebody want to _share_ the host files with
  the guest, instead of having a separate filesystem for
  them?
 
 This is actually how Solaris 10 zones work.  In a Solaris 10
 zone the filesystems /usr /bin /lib and so on are read-only loop-back
 mounts to the host OS.  It makes the guest a lot smaller as a result.
 Pretty much most of the overhead of a guest (zone in Solaris terms)
 is the local files in writeable filesystems to ensure OS stability
 (eg /var/sadm for package maintenance).
 
 You don't have to worry about patching each guest because each guest
 is using the host OS; patch the host, reboot the guest and it's
 automatically patched.  Yes, this requires native OS support (eg the
 patch utilities need to know that a guest exists and so updates it's
 package state files; the patch _contents_ would appear automatically as
 a result of the loopback mounts; it's merely the package state files that
 need updating).

On Solaris not even that is necessary - the package mgmt tools can
handle the update of already updated files (e.g. on read-only mounted
NFS-volumes) since ages cleanly.

Bernd
-- 
Firmix Software GmbH   http://www.firmix.at/
mobil: +43 664 4416156 fax: +43 1 7890849-55
  Embedded Linux Development and Services

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


Re: [Vserver] Logo design

2006-01-20 Thread Bernd Petrovitsch
On Fri, 2006-01-20 at 09:17 -0600, Matt Nuzum wrote:
 On 1/19/06, Herbert Poetzl [EMAIL PROTECTED] wrote:
  maybe we should try to register it or something
  like that? anybody who knows about the legal
  details here (and maybe about the costs?)
 
  I'm confident,
  Herbert
 
 In the USA (and most western countries, I believe), a creator
 automatically has copyright for original works. It's enough to simply

ACK.

 say that the mark is copyrighted and all rights are reserved (in most

Don't say mark if you mean work. And it *is* copyrighted (at least
in the free world) automatically - no need for notices etc.

 cases). If you want to register it as a trademark or service mark then
 there are costs involved.

Exactly. Since the USPTO and Madrid (the city where the EU trademark
office is) was mentioned, I would assume that the point is to have a
registered trademark (i.e. in the law sense). 

Bernd
-- 
Firmix Software GmbH   http://www.firmix.at/
mobil: +43 664 4416156 fax: +43 1 7890849-55
  Embedded Linux Development and Services

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


Re: [Vserver] BIND (named) and lo interface inside vserver

2005-11-16 Thread Bernd Petrovitsch
On Wed, 2005-11-16 at 09:14 +, Lyn St George wrote:
 On Wed, 16 Nov 2005 02:17:30 +0100, Herbert Poetzl wrote:
 
  Please tell if you have a solution?.
 
 just change 127.0.0.1 to your first guest IP in your
 config files, and everything should work fine ...
 
 I can confirm that it works fine if you do that, ie use an
 IP in the named.conf file

And add localhost as hostname in thwe vserver's /etc/hosts for the
eth0 IP address. Then you can use localhost as usual (as hostname) and
it should word.

Bernd
-- 
Firmix Software GmbH   http://www.firmix.at/
mobil: +43 664 4416156 fax: +43 1 7890849-55
  Embedded Linux Development and Services

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


Re: [Vserver] BIND (named) and lo interface inside vserver

2005-11-16 Thread Bernd Petrovitsch
On Wed, 2005-11-16 at 10:23 +, Lyn St George wrote:
 On Wed, 16 Nov 2005 10:35:50 +0100, Bernd Petrovitsch wrote:
 
 On Wed, 2005-11-16 at 09:14 +, Lyn St George wrote:
  On Wed, 16 Nov 2005 02:17:30 +0100, Herbert Poetzl wrote:
  
   Please tell if you have a solution?.
  
  just change 127.0.0.1 to your first guest IP in your
  config files, and everything should work fine ...
  
  I can confirm that it works fine if you do that, ie use an
  IP in the named.conf file
 
 And add localhost as hostname in thwe vserver's /etc/hosts for the
 eth0 IP address. Then you can use localhost as usual (as hostname) and
 it should word.
 
 Yes, I've also done that in another vserver running Postfix + amavisd, 
 which needs to run 127.0.0.1 on ports 10024 and 10025. But I also take
 note of Herbert P's previous comment to the effect that this may not
 be entirely safe with the curent networking code (or least that is how
 I understood it - I can't find that message now to check). Possibly
 it may be safe enough if done in one vserver, but not in more than one? 

I fear we are mixing here two independent things: Hostnames and
IP-Adresses.
1) Your vserver has no lo Interface, where 127.0.0.1/8 resides. If I
understand correctly, there some compatibility hack, that using the
IP-address 127.0.0.1 is mapped transparently to another IP address.
2) The localhost entry in /etc/hosts simply maps the hostname
localhost not to 127.0.0.1 as in 99.99% of all other setups but
directly to another IP address.
This won't work in 100% of all cases but in 99.9% (at least in my
limited experience with vserver).

If you specify 127.0.0.1 you are directly using the IP address, no
address resolving involved.
If you specify localhost or hostname.example.com, the host forst
resolves that name through whatever means (/etc/hosts, DNS, ...) and
uses the IP address is gets back from there.

Bernd
-- 
Firmix Software GmbH   http://www.firmix.at/
mobil: +43 664 4416156 fax: +43 1 7890849-55
  Embedded Linux Development and Services

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


Re: [Vserver] rlimit for memory usage

2005-08-26 Thread Bernd Petrovitsch
On Fri, 2005-08-26 at 13:32 +0200, Helmut Wollmersdorfer wrote:
[...]
 128 MB RSS rlimit, and 500 MB VM rlimit. But if OOM can kill some vital 
 processes, this would need watching the services and restart them by 
 heartbeat.

You basically have to do it anyway since it bahaves the same without
vserver. And AFAIK there is no concept or what-ever of important vs.
unimportant process when it comes to kill one.

Bernd
-- 
Firmix Software GmbH   http://www.firmix.at/
mobil: +43 664 4416156 fax: +43 1 7890849-55
  Embedded Linux Development and Services

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


[Vserver] Re: hi

2005-07-28 Thread Bernd Petrovitsch
On Thu, 2005-07-28 at 10:55 +0200, Erik Mouw wrote:
 On Thu, Jul 28, 2005 at 08:30:02AM -, rohit  hooda wrote:
  I have some kernel experience .
  done a project on virtualization called System Virtualizations 
  
  i don't whether i should be writing this mail on this list or not but still 
  i give it  a shot .
  
  Can some one plz let me some idea which i could work on .
  to write some module or something .
  
  would really appreciate it .
  
  
  This is what i have done 
  
  PROJECT DEFINITION
  
  To design and implement a framework which by which we can run
  multiple virtual systems on a single LINUX operating system. Each
  virtual system has its own packages, its own services, its own users
  and is confined to using some IP numbers only and some area(s) of the
  file system. You can think of them as virtual machines. This is done
  by
[...]
 I think you should have a look at User Mode Linux and Xen which both
 provide different ways to create virtual systems.

And you should look especially into the VServer project at
http://linux-vserver.org/ since you quite precisely describe what is
already working there.

Bernd
-- 
Firmix Software GmbH   http://www.firmix.at/
mobil: +43 664 4416156 fax: +43 1 7890849-55
  Embedded Linux Development and Services

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


[Vserver] Re: Automatic response - eMail address verification

2005-07-28 Thread Bernd Petrovitsch
On Thu, 2005-07-28 at 11:19 +0200, vserver
[EMAIL PROTECTED] wrote:
 Your mail to vserver@list.linux-vserver.org with the subject Re: hi
  was intercepted, since your eMail address not is verified.
 
 To verify your eMail address, please reply to this eMail.

Strange and crazy, I'm subscribed since long ago .

Bernd
-- 
Firmix Software GmbH   http://www.firmix.at/
mobil: +43 664 4416156 fax: +43 1 7890849-55
  Embedded Linux Development and Services

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