Re: [Vserver] debian dependency question

2004-05-04 Thread Ola Lundqvist
Hello

I actually do not know (even if I'm the maintainer). It is
not something I put there, but build tools may have added
it automatically.

Regards,

// Ola

On Sun, Mar 07, 2004 at 10:26:42PM -0700, Lucas Albers wrote:
> I installed the testing version of vserver for debian(!).
> And I was curious to know why it had this dependency:
> gcc-3.3-base
> 
> 
> -- 
> Luke Computer Science System Administrator
> Security Administrator,College of Engineering
> Montana State University-Bozeman,Montana
> 
> ___
> Vserver mailing list
> [EMAIL PROTECTED]
> http://list.linux-vserver.org/mailman/listinfo/vserver

-- 
 - Ola Lundqvist ---
/  [EMAIL PROTECTED] Annebergsslingan 37  \
|  [EMAIL PROTECTED] 654 65 KARLSTAD  |
|  +46 (0)54-10 14 30  +46 (0)70-332 1551   |
|  http://www.opal.dhs.org UIN/icq: 4912500 |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36  4FE4 18A1 B1CF 0FE5 3DD9 /
 ---
___
Vserver mailing list
[EMAIL PROTECTED]
http://list.linux-vserver.org/mailman/listinfo/vserver


Re: [Vserver] debian diffs for vserver 0.29 tools anyone?

2004-05-04 Thread Ola Lundqvist
Thanks. It is applied now. Have not read this mailinglist for some
time.

Regards,

// Ola

On Sat, Dec 13, 2003 at 08:49:26PM +0100, Ivo De Decker wrote:
> On Fri, Dec 12, 2003 at 09:36:23PM +0100, Ola Lundqvist wrote:
> > New vserver-0.29 packages will be available for unstable now
> > on http://debian.opal.dhs.org/
> > 
> > Also uploaded to unstable since a few seconds.
> 
> A small bugfix for the debian newvserver script:
> 
> When newvserver creates a config file for the vserver, IPROOTDEV is set to
> eth0, even if another interface is specified.
> 
> Trivial patch:
> 
> --- newvserver.sh.orig2003-12-13 20:40:19.0 +0100
> +++ newvserver.sh 2003-12-13 20:40:56.0 +0100
> @@ -501,7 +501,7 @@
>  cat << EOF > /etc/vservers/$VHOST.conf
>  S_HOSTNAME="$VHOST"
>  IPROOT="$IP"
> -IPROOTDEV="eth0"
> +IPROOTDEV="$INTERFACE"
>  ONBOOT="yes"
>  S_NICE=""
>  S_FLAGS="lock nproc$FAKEINIT"
> 
> 
> Greetings,
> 
> Ivo De Decker
> 
> ___
> Vserver mailing list
> [EMAIL PROTECTED]
> http://list.linux-vserver.org/mailman/listinfo/vserver

-- 
 - Ola Lundqvist ---
/  [EMAIL PROTECTED] Annebergsslingan 37  \
|  [EMAIL PROTECTED] 654 65 KARLSTAD  |
|  +46 (0)54-10 14 30  +46 (0)70-332 1551   |
|  http://www.opal.dhs.org UIN/icq: 4912500 |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36  4FE4 18A1 B1CF 0FE5 3DD9 /
 ---
___
Vserver mailing list
[EMAIL PROTECTED]
http://list.linux-vserver.org/mailman/listinfo/vserver


Re: [Vserver] debian diffs for vserver 0.29 tools anyone?

2004-05-04 Thread Ola Lundqvist
Hello

I know that replying on this is very late. More than four months... but. :)

On Wed, Dec 17, 2003 at 12:11:52PM -0500, Jacques Gelinas wrote:
> On Tue, 16 Dec 2003 09:11:00 -0500, Ivo De Decker wrote
> > On Mon, Dec 15, 2003 at 03:39:05PM -0500, Jacques Gelinas wrote:
> > > > A small bugfix for the debian newvserver script:
> > > 
> > > Can't find this code in my own newvserver script. I guess the debian package
> > > provides another utility called newvserver.sh. Right ?
> > 
> > That is correct. The debian package has a debian-specific newvserver script.
> > (the original one is included in the package as newrpmvserver).
> 
> This is not appropriate. While the original newvserver can create 
> vserver from CDs, it is also useful to clone and reconfigure vservers
> as well.

What is not apropriate?

> If the script /usr/lib/vserver/distrib-info was completed for DEB, then all
> the tools would be able to perform unification and vserver cloning for
> debian.

The problem is that Debian do not use rpm, so the newvserver tools in the
package do not support Debian at all. It was a lot easier to write a new
tool based on debian debootstrap than to try to modify this. As far as I know,
this is no longer a problem since util-vserver (development branch) support
debian.

> Further, newvserver could be enhance to create debian install from scratch.
> For example, it could setup the configuration and call your newvserver.sh
> script to complete the installation.
> 
> Right ?

No because debian is not rpm based.

Regards,

// Ola

> -
> Jacques Gelinas <[EMAIL PROTECTED]>
> vserver: run general purpose virtual servers on one box, full speed!
> http://www.solucorp.qc.ca/miscprj/s_context.hc
> ___
> Vserver mailing list
> [EMAIL PROTECTED]
> http://list.linux-vserver.org/mailman/listinfo/vserver

-- 
 - Ola Lundqvist ---
/  [EMAIL PROTECTED] Annebergsslingan 37  \
|  [EMAIL PROTECTED] 654 65 KARLSTAD  |
|  +46 (0)54-10 14 30  +46 (0)70-332 1551   |
|  http://www.opal.dhs.org UIN/icq: 4912500 |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36  4FE4 18A1 B1CF 0FE5 3DD9 /
 ---
___
Vserver mailing list
[EMAIL PROTECTED]
http://list.linux-vserver.org/mailman/listinfo/vserver


Re: [Vserver] Security Context?

2004-05-04 Thread Lucas Albers
Dude,
read the documentation, you are asking rtm questions.

Gilbert said:
> Just curious if anyone would know what this happens to mean:
>
> [EMAIL PROTECTED] vservers]# vserver test start
> Starting the virtual server test
> Server test is not running
> ipv4root is now 69.64.37.50
> New security context is 49165
>
>
> Thanks
> Gilbert
> ___
> Vserver mailing list
> [EMAIL PROTECTED]
> http://list.linux-vserver.org/mailman/listinfo/vserver
>


-- 
Luke Computer Science System Administrator
Security Administrator,College of Engineering
Montana State University-Bozeman,Montana

___
Vserver mailing list
[EMAIL PROTECTED]
http://list.linux-vserver.org/mailman/listinfo/vserver


[Vserver] Vserver Utils 0.29.4-0 RH9 RPMs

2004-05-04 Thread Napalm
Here goes my first post to the vserver mailing list.

I've just added RH9 i386 builds of the vserver utils to the VServer Wiki.

[wiki] Page 'Vserver Utils 0.29.4-0 RH9 RPMs'
http://www.linux-vserver.org/index.php?page=Vserver+Utils+0.29.4-0+RH9+RPMs

Everyone who needs them, enjoy!

~Napalm~

___
Vserver mailing list
[EMAIL PROTECTED]
http://list.linux-vserver.org/mailman/listinfo/vserver


[Vserver] Strange INSTALL option

2004-05-04 Thread Roderick A. Anderson
I have a really strange situation so before I even try it I'd like some 
input.

I provide support for non-profit that has it's own server hosting several
domains.  The system has been up for 460+ days (with the last time it was
down was for a physical move).  The system was build based on RHL 6.1.  
Now they, the non-profix, want to add and updates services and add some
more domains.  I'd prefer to isolate the domains and to some extent the 
services so vserver comes to mind.
   The question is: will a vserver kernel built using the 'older'
distribution's compiler and utilities support vservers built using
other/later distributions?  Ie. Fedora Core 1, Debian, etc.


TIA,
Rod
-- 
"Open Source Software - You usually get more than you pay for..."
 "Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL"


___
Vserver mailing list
[EMAIL PROTECTED]
http://list.linux-vserver.org/mailman/listinfo/vserver


Re: [Vserver] vs 1.27 & debian 2.4.26 source package

2004-05-04 Thread Ola Lundqvist
Hello

New debian package that fix this issue was uploaded a few
minutes ago.

I hope it works. I have not had the time to test it yet.

Regards,

// Ola

On Thu, Apr 22, 2004 at 09:46:40AM +1200, Sam Vilain wrote:
> The Debian patch against the 2.4.26 kernel is at:
> 
> http://ftp.debian.org/debian/pool/main/k/kernel-source-2.4.26/kernel-source-2.4.26_2.4.26-1.diff.gz
> 
> Ola Lundqvist and Ron Lee are the current maintainers of the Debian 
> package that includes patches against various versions of the Debian 
> source trees.
> 
> Maintainer information about the Debian versions of the util-vserver 
> utilities package and patch are at:
> 
> http://packages.qa.debian.org/u/util-vserver.html
> http://packages.qa.debian.org/k/kernel-patch-ctx.html
> 
> Sam.
> 
> Herbert Poetzl wrote:
> 
> >On Wed, Apr 21, 2004 at 12:05:30PM +0300, Berk Ülsoy wrote:
> > 
> >
> >>Hi!,
> >>I just read Herbert's note about vs 1.27 on 2.4.26 and grabbed the 
> >>debian source package 
> >>(http://packages.debian.org/unstable/devel/kernel-source-2.4.26) to test 
> >>it. however patch fails on 5 places. I tried to alter the patch file but 
> >>difference was not only line numbers but also function declarations, 
> >>return values etc so i  think its better to leave this more professional 
> >>hands.
> >>
> >>Debian kernel source packages almost always include some fixes and 
> >>patches and crash the vserver patch file. For those who do not want to 
> >>switch from debian maintained kernel source to bare source, shall we 
> >>expect a special debian patch file for every vserver release ? (at least 
> >>stable ones ?)
> >>   
> >>
> >
> >well, is there a stable debian kernel in debian unstable?
> >
> >anyway, provide the patches (from vanilla to debian kernel)
> >and promise to test the kernel, and I'll update the
> >debian patches to 2.4.26-X (which should be done by the
> >debian vserver maintainers, btw ...)
> >
> >best,
> >Herbert
> >
> > 
> >
> >>good day !
> >>
> >>Berk
> >>   
> >>
> -- 
> Sam Vilain, sam /\T vilain |><>T net, PGP key ID: 0x05B52F13
> (include my PGP key ID in personal replies to avoid spam filtering)
> 
> ___
> Vserver mailing list
> [EMAIL PROTECTED]
> http://list.linux-vserver.org/mailman/listinfo/vserver

-- 
 - Ola Lundqvist ---
/  [EMAIL PROTECTED] Annebergsslingan 37  \
|  [EMAIL PROTECTED] 654 65 KARLSTAD  |
|  +46 (0)54-10 14 30  +46 (0)70-332 1551   |
|  http://www.opal.dhs.org UIN/icq: 4912500 |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36  4FE4 18A1 B1CF 0FE5 3DD9 /
 ---
___
Vserver mailing list
[EMAIL PROTECTED]
http://list.linux-vserver.org/mailman/listinfo/vserver