Re: [Vserver] FedoraCore 5 release issues

2006-03-21 Thread Daniel Hokka Zakrisson

Daniel Hokka Zakrisson wrote:
I just started adapting the patches (Core CVS didn't have the FC-5 
branches available previously), but syncing the Core 5 tree to the local 
mirror is taking longer than anticipated so they may not appear until 
late (CET) tomorrow.


The Xen kernels seems to make it take quite a bit longer, so it will 
have to wait until tomorrow morning.


--
Daniel Hokka Zakrisson
GPG id: 06723412
___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


Re: [Vserver] FedoraCore 5 release issues

2006-03-21 Thread Eric Jorgensen
I created a stripped down FC5 box and was able to compile and boot a vserver kernel "out of the box":
# cd ~
# wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.15.6.tar.bz2
# wget http://vserver.13thfloor.at/Experimental/patch-2.6.15.6-vs2.0.2-rc13.diff# wget http://www.13thfloor.at/~ensc/util-vserver/files/alpha/util-vserver-0.30.210.tar.bz2
# cd /usr/src
# tar xvfj ~/linux-2.6.15.6.tar.bz2
# patch -p0  ~/patch-2.6.15.6-vs2.0.2-rc13.diff

# cd linux-2.6.15.6
# make
# make modules_install
# make install
# reboot

# yum install beecrypt-devel tetex-latex dietlibc
# rpmbuild --without xalan -tb util-vserver-0.30.210.tar.bz2
# cd /usr/src/redhat/RPMS/i386
# ls
util-vserver-0.30.210-0.i386.rpm
util-vserver-build-0.30.210-0.i386.rpm
util-vserver-core-0.30.210-0.i386.rpm
util-vserver-debuginfo-0.30.210-0.i386.rpm
util-vserver-devel-0.30.210-0.i386.rpm
util-vserver-legacy-0.30.210-0.i386.rpm
util-vserver-lib-0.30.210-0.i386.rpm
util-vserver-sysv-0.30.210-0.i386.rpm
# rpm -i util-vserver-*.rpm
/vservers: Function not implemented
/vservers/.pkg: Function not implemented
/vservers/.hash: Function not implemented

# uname -a
Linux FC5 2.6.15.6-vs2.0.2-rc13 #1 Tue Mar 21 10:19:54 MST 2006 i686 i686 i386 GNU/Linux

# sh testme.sh
Linux-VServer Test [V0.15] Copyright (C) 2003-2006 H.Poetzl
chcontext is working.
chbind is working.
Linux 2.6.15.6-vs2.0.2-rc13 #1 Tue Mar 21 10:19:54 MST 2006 i686
Ea 0.30.210 273/glibc (DSa) v13,net
VCI: 0002:0001 273 0316 (TbLgnP)
---
[000]# succeeded.
[001]# succeeded.
[011]# succeeded.
[031]# succeeded.
[101]# succeeded.
[102]# succeeded.
[201]# succeeded.
[202]# succeeded.



Tomorrow, I will try and create a FC5 guest on this host, but given Guenther's experience, I suspect it will go well!


jorgy




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


[Vserver] FedoraCore 5 release issues

2006-03-20 Thread Guenther Fuchs
Hi there,

first of all: Due to the very good development of the various parts
involved with VServer, getting usage of FC5 seems to get easy and
quickly available.

First test on today's release of FC5 showd nly some small and easy to
solve issues on building an FC5 guest on an FC4 host system:

.) Tools (to Enrico): Providing the mirrors of FC5 will be synced
   properly soon, adaption of the FC4 files to FC5 (repo only
   necessary for this step; just replace (fc)4 to (fc)5 in path
   names) solves necesary dependancis. Mirrors not fully functional
   yet, so /lib/util-vserver/distributions/fc5 preparation are not too
   quickly required (support of FC5 to not experienced users needs the
   mirrors working first)
.) Networking (to all): Default installation issues Bringing up
   loopback interface:  Device lo does not seem to be present,
   delaying initialization. - this probably can simply be solved by
   deactivating in /etc/sysconfig/network-scripts/ifcfg-lo
.) Fake packages (to Veit): They will not install due to not solved
   (new) dependencies. Error messages for you below.
.) Kernel for FC5 host and FC5 RPMs: I guess, Daniel will work on this
   soon ;-)
.) Documentation on the wiki: As soon as minimum the mirrors are
   synced and anyone (maybe myself within next 14 days) has installed
   and tested a FC5 host, I will create this and keep it up-to-date as
   well.

So at the moment FC5 seems to get working soon as well - stay tuned.

-  Errors for Veit:  -
  udev = 078-1 wird benötigt von (installiert) initscripts-8.31.1-1.i386
  udev = 057-3 wird benötigt von (installiert) hal-0.5.7-3.i386
  libdevmapper.so.1.02 wird benötigt von (installiert) 
e2fsprogs-libs-1.38-12.i386
  libdevmapper.so.1.02 wird benötigt von (installiert) 
dmraid-1.0.0.rc9-FC5_5.2.i386
  libdevmapper.so.1.02(Base) wird benötigt von (installiert) 
e2fsprogs-libs-1.38-12.i386
  libdevmapper.so.1.02(Base) wird benötigt von (installiert) 
dmraid-1.0.0.rc9-FC5_5.2.i386
  device-mapper wird benötigt von (installiert) e2fsprogs-1.38-12.i386
- /Errors for Veit:  -

-- 
regards 'n greez,

Guenther Fuchs
(aka muh and powerfox)

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


Re: [Vserver] FedoraCore 5 release issues

2006-03-20 Thread Daniel Hokka Zakrisson

Guenther Fuchs wrote:

.) Networking (to all): Default installation issues Bringing up
   loopback interface:  Device lo does not seem to be present,
   delaying initialization. - this probably can simply be solved by
   deactivating in /etc/sysconfig/network-scripts/ifcfg-lo


In a guest? vserver ... build should've taken care of that.


.) Kernel for FC5 host and FC5 RPMs: I guess, Daniel will work on this
   soon ;-)


I just started adapting the patches (Core CVS didn't have the FC-5 
branches available previously), but syncing the Core 5 tree to the local 
mirror is taking longer than anticipated so they may not appear until 
late (CET) tomorrow.


--
Daniel Hokka Zakrisson
GPG id: 06723412
___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


Re: [Vserver] FedoraCore 5 release issues

2006-03-20 Thread Guenther Fuchs
Hi there,

on Tuesday, March 21, 2006 at 12:23:12 AM there was posted:

DHZ In a guest? vserver ... build should've taken care of that.

Should - as there was no FC5 stabel before, Enrico probably hasn't
been able to fix this  I guess.

DHZ mirror is taking longer than anticipated so they may not appear
DHZ until late (CET) tomorrow.

That's still very fast - thank's for that preview.

-- 
regards 'n greez,

Guenther Fuchs
(aka muh and powerfox)

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