Re: [Vserver] Host and guest compatability

2006-08-15 Thread Herbert Poetzl
On Tue, Aug 15, 2006 at 04:16:18PM +0100, Jim Wight wrote:
> On Tue, 2006-08-15 at 02:33 +0200, Daniel Hokka Zakrisson wrote:
> > Jim Wight wrote:
> > > My setup is 2.6.14.3-vs2.0.1 with 0.30.210. The vserver was created by
> > > dumping an installation on hardware and restoring it to /vservers/fc5
> > > and then:
> > 
> > One of my FC4 hosts is using 2.6.17-1.2142_FC4.vs2.0.2.0.rc26.1smp with 
> > util-vserver-0.30.210-20.fc4, and it can run FC5 guests without any 
> > problems. Any chance you could try with the RPMs? (I'll try to reproduce 
> > your issue once I get FC4 installed on the test box).
> 
> I've installed util-vserver with the aid of dhozac.repo on an FC4 host
> followed by an FC5 guest. It starts:
> 
> # which vserver
> /usr/sbin/vserver
> # vserver gast start
> Bringing up loopback interface:  Device lo does not seem to be present,
> delaying initialization.
>[FAILED]
> Starting system logger:[  OK  ]
> Starting kernel logger:[  OK  ]
> Mounting other filesystems:[  OK  ]
> 
> When I switch to using the util-vserver-0.30.210 I built I get my
> problem back:
> 
> # which vserver
> /addon/local/util-vserver/current/sbin/vserver
> # echo "/addon/local/util-vserver/0.30.210/lib/util-vserver/vshelper" 
> >/proc/sys/kernel/vshelper
> # vserver gast start
> /usr/bin/env: /lib/libc.so.6: version `GLIBC_2.4' not found (required by 
> /usr/bin/env)
> 
> However, since doing that I have made a discovery. If I change the line
> 
>   _ENV="/usr/bin/env"
> 
> to
> 
>   _ENV="/bin/env"
> 
> in util-vserver-vars then my original FC5 guest starts fine using my
> build of util-vserver.
> 
> /usr/bin/env is a symbolic link to ../../bin/env.

that sounds very interesting ... and is probably the 
reason for this bug showing up, thanks for figuring
that out, hope we figure what the actual cause is ...

tx,
Herbert

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


Re: [Vserver] vcontext: execvp("bash"): No such file or directory

2006-08-15 Thread Daniel Hokka Zakrisson

Roman Pretory wrote:

hello

vcontext: execvp("bash"): No such file or directory


Your guest doesn't have bash.


node3 ~ $vserver fc3 build -m rpm --hostname=fc3.yx.at --interface
eth0:192.168.2.29/24  --context 42 -- -d fc3 -b /mnt/cdrom/Fedora/RPMS/
-d fc3 -b /mnt/cdrom/Fedora/RPMS/ --
...


Expected for the rpm build method, it installs only a truly minimal root 
(i.e. just glibc). The rest you'll have to install yourself.


--
Daniel Hokka Zakrisson
GPG id: 06723412
GPG fingerprint: A455 4DF3 990A 431F FECA  7947 6136 DDA2 0672 3412
___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


[Vserver] vcontext: execvp("bash"): No such file or directory

2006-08-15 Thread Roman Pretory
hello

vcontext: execvp("bash"): No such file or directory

what the meaning off??
how it could fixed.
more info were it come from see below.

T&BW
Roman



node3 ~ $vserver fc3 build -m rpm --hostname=fc3.yx.at --interface
eth0:192.168.2.29/24  --context 42 -- -d fc3 -b /mnt/cdrom/Fedora/RPMS/
-d fc3 -b /mnt/cdrom/Fedora/RPMS/ --
Warnung: package glibc = 2.3.3-74 was already added, replacing with glibc <=
2.3.3-74
Preparing...###
[100%]
   1:setup  ### [
14%]
   2:filesystem ### [
29%]
   3:basesystem ### [
43%]
   4:tzdata ### [
57%]
   5:glibc-common   ### [
71%]
   6:libgcc ### [
86%]
   7:glibc  ###
[100%]
vcontext: execvp("bash"): No such file or directory

An error occured while executing the vserver startup sequence; when
there are no other messages, it is very likely that the init-script
(bash -c
exec  >/dev/null
exec 2>/dev/null

set -x
f=/tmp/startwait
trap "rm -f $f" EXIT
mkfifo $f
( sleep 10; kill -s 9 -- -1 ) &
cat "$f" >/dev/null
kill -s 9 -- -1
wait
) failed.

Common causes are:
* /etc/rc.d/rc on Fedora Core 1 and RH9 fails always; the 'apt-rpm' build
  method knows how to deal with this, but on existing installations,
  appending 'true' to this file will help.

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


Re: [Vserver] Host and guest compatability

2006-08-15 Thread Jim Wight
On Tue, 2006-08-15 at 02:33 +0200, Daniel Hokka Zakrisson wrote:
> Jim Wight wrote:
> > My setup is 2.6.14.3-vs2.0.1 with 0.30.210. The vserver was created by
> > dumping an installation on hardware and restoring it to /vservers/fc5
> > and then:
> 
> One of my FC4 hosts is using 2.6.17-1.2142_FC4.vs2.0.2.0.rc26.1smp with 
> util-vserver-0.30.210-20.fc4, and it can run FC5 guests without any 
> problems. Any chance you could try with the RPMs? (I'll try to reproduce 
> your issue once I get FC4 installed on the test box).

I've installed util-vserver with the aid of dhozac.repo on an FC4 host
followed by an FC5 guest. It starts:

# which vserver
/usr/sbin/vserver
# vserver gast start
Bringing up loopback interface:  Device lo does not seem to be present,
delaying initialization.
   [FAILED]
Starting system logger:[  OK  ]
Starting kernel logger:[  OK  ]
Mounting other filesystems:[  OK  ]

When I switch to using the util-vserver-0.30.210 I built I get my
problem back:

# which vserver
/addon/local/util-vserver/current/sbin/vserver
# echo "/addon/local/util-vserver/0.30.210/lib/util-vserver/vshelper" 
>/proc/sys/kernel/vshelper
# vserver gast start
/usr/bin/env: /lib/libc.so.6: version `GLIBC_2.4' not found (required by 
/usr/bin/env)

However, since doing that I have made a discovery. If I change the line

  _ENV="/usr/bin/env"

to

  _ENV="/bin/env"

in util-vserver-vars then my original FC5 guest starts fine using my
build of util-vserver.

/usr/bin/env is a symbolic link to ../../bin/env.

Jim


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


Re: [Vserver] Guest buid from mounted iso / cd

2006-08-15 Thread Roman Pretory


Roman Pretory wrote:
> Hi
> 
> Have anyone the syntax and canges to be made, to install a vserver 
> with util-vserver from /mnt/cdrom where a cd is inside or a iso of the 
> disti is mountet? no howto found until now.

vserver ... build -m rpm ... -- -d  -b /mnt/cdrom

Thanks but it seem to be also a onway ticket.
the next way to get no vserver:
node3 ~ $ vserver fc3 build -m rpm --hostname=fc3.xy.at --interface
eth0:192.168.2.29/24 --force --keep -- -d fc3 -b /mnt/cdrom/Fedora/RPMS/
-d fc3 -b /mnt/cdrom/Fedora/RPMS/ --
/etc/vservers/.defaults/vdirbase/fc3/dev
Renamed '/etc/vservers/.defaults/vdirbase/fc3' to
'/etc/vservers/.defaults/vdirbase/fc3.~1155651281~'
/etc/vservers/fc3/apps
Renamed '/etc/vservers/fc3' to '/etc/vservers/fc3.~1155651281~'
Renamed '/etc/vservers/.defaults/vdirbase/.pkg/fc3' to
'/etc/vservers/.defaults/vdirbase/.pkg/fc3.~1155651282~'
/tmp/vserver-build.rpm.manifest.l16224: not an rpm package (or package
manifest):


It's better now to go outside with the dog bevor i killing the pc .. hg/brg
rp


Ps: found not working howto:
http://linux-vserver.org/alpha+util-vserver
http://linux-vserver.org/FedoraHowTo old one?? it works with vserver4.0-1


-- 
Daniel Hokka Zakrisson
GPG id: 06723412
GPG fingerprint: A455 4DF3 990A 431F FECA  7947 6136 DDA2 0672 3412
___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver

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


Re: [Vserver] FC4 with apt

2006-08-15 Thread Roman Pretory

Roman Pretory wrote:
> 
> RP>> Install Failed
> 
> GH>Can't see that, only the line
> RP>> /usr/lib/util-vserver/distributions/fc4/initpost: line 107: 10724
> RP>> Getötet $_VSERVER "$vserver" exec bash -c ': >/tmp/startwait' 
> RP>> >&/dev/null
> GH> show's an error, which is "half" normal.
> 
> half not half it dos't work
> the server did't start and I can't fix it!

DHZ> What doesn't work? vserver ... build doesn't start the guest, it just 
DHZ> builds it. You'll have to start it afterwards.

Yes i know correct it don't start it, the meaning was the start after
failes.

> http://www.fedora.is/fedora/core/updates/4/i386/repodata/repomd.xml: 
> [Errno 4] IOError:  Verbindung ist abgelaufen')>

DHZ> export LANG=C LC_ALL=C will make errors a lot easier to read for people

DHZ> not speaking your language.

no idea what you mean
also is this not imortant part

> node3 ~ $ vserver fc4 start
> RTNETLINK answers: File exists
> vshelper.init: can not determine xid of vserver 'fc4'; returned value 
> was ''
> 
> An error occured after executing the vserver startup sequence. This 
> means that some processes may exist in the created context and the 
> manual execution of
> 
>   /usr/sbin/vserver '/etc/vservers/fc4' stop
> 
> is recommended to fix this.
> node3 ~ $

DHZ> This probably means that the syslog initscript wasn't enabled for 
DHZ> whatever reason, and thus no process is started inside the context.


this is clear for me the whatever makes me trouble!
how to fix it?

> node3 ~ $ vserver fc3 start
> Starting syslog:  execvp: No such file or directory
>[FAILED]

DHZ> An strace would probably help here.

please a litle more information here "strace"??


Thanks for help
Roman

-- 
Daniel Hokka Zakrisson
GPG id: 06723412
GPG fingerprint: A455 4DF3 990A 431F FECA  7947 6136 DDA2 0672 3412
___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver

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


Re: [Vserver] FC4 with apt

2006-08-15 Thread Daniel Hokka Zakrisson

Roman Pretory wrote:


RP>> Install Failed

GH>Can't see that, only the line
RP>> /usr/lib/util-vserver/distributions/fc4/initpost: line 107: 10724 
RP>> Getötet $_VSERVER "$vserver" exec bash -c ': >/tmp/startwait' 
RP>> >&/dev/null

GH> show's an error, which is "half" normal.

half not half it dos't work
the server did't start and I can't fix it!


What doesn't work? vserver ... build doesn't start the guest, it just 
builds it. You'll have to start it afterwards.



http://www.fedora.is/fedora/core/updates/4/i386/repodata/repomd.xml: [Errno
4] IOError: 


export LANG=C LC_ALL=C will make errors a lot easier to read for people 
not speaking your language.



node3 ~ $ vserver fc4 start
RTNETLINK answers: File exists
vshelper.init: can not determine xid of vserver 'fc4'; returned value was ''

An error occured after executing the vserver startup sequence. This
means that some processes may exist in the created context and the
manual execution of

  /usr/sbin/vserver '/etc/vservers/fc4' stop

is recommended to fix this.
node3 ~ $


This probably means that the syslog initscript wasn't enabled for 
whatever reason, and thus no process is started inside the context.



node3 ~ $ vserver fc3 start
Starting syslog:  execvp: No such file or directory
   [FAILED]


An strace would probably help here.

--
Daniel Hokka Zakrisson
GPG id: 06723412
GPG fingerprint: A455 4DF3 990A 431F FECA  7947 6136 DDA2 0672 3412
___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


Re: [Vserver] Guest buid from mounted iso / cd

2006-08-15 Thread Daniel Hokka Zakrisson

Roman Pretory wrote:

Hi

Have anyone the syntax and canges to be made, to install a vserver with
util-vserver from /mnt/cdrom
where a cd is inside or a iso of the disti is mountet?
no howto found until now.


vserver ... build -m rpm ... -- -d  -b /mnt/cdrom

--
Daniel Hokka Zakrisson
GPG id: 06723412
GPG fingerprint: A455 4DF3 990A 431F FECA  7947 6136 DDA2 0672 3412
___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


Re: [Vserver] FC4 with apt

2006-08-15 Thread Roman Pretory


RP>> Install Failed

GH>Can't see that, only the line
RP>> /usr/lib/util-vserver/distributions/fc4/initpost: line 107: 10724 
RP>> Getötet $_VSERVER "$vserver" exec bash -c ': >/tmp/startwait' 
RP>> >&/dev/null
GH> show's an error, which is "half" normal.

half not half it dos't work
the server did't start and I can't fix it!


GH> Btw: apt-get is deprecated for FC4 - latest Fedora supported version is
FC3. So with FC4+ you should use yum instead.

Would meen that it work with fc3 => but it DOSN'T TOO
it is quit the same error see below (*fc3) --in full version


RP>> please have a look

GH>Would it be a problem for you to use the method(s) described in the
HowTo?
GH>  => http://linux-vserver.org/VServer+installation+Fedora+Core+4

OH no, no problem, if it would work,
than I can't stop testing differt methods to get a running server with the
util-vserver
but it dosn't work => see below (*fc4_yum) --in full version

I wish back the old kind of create a vserver from the cdrom, 
- is was very fast
- no update from conf files
- no traffic on the line 
- and WORKING without troubles.stop. not complete  correct, bootstap
with debian works, but I don't use debian :-) 

I continue search for the syntax, maybe I get help by the thread i opened. 


regards,
Roman


*fc4_yum
node3 ~ $ vserver fc4 build -m yum --hostname=fc4.xy.at --interface
fc4=eth0:192.168.2.29/24 --force --keep -- -d fc4
/etc/vservers/.defaults/vdirbase/fc4/bin
Renamed '/etc/vservers/.defaults/vdirbase/fc4' to
'/etc/vservers/.defaults/vdirbase/fc4.~1155641385~'
/etc/vservers/fc4/apps
Renamed '/etc/vservers/fc4' to '/etc/vservers/fc4.~1155641385~'
Renamed '/etc/vservers/.defaults/vdirbase/.pkg/fc4' to
'/etc/vservers/.defaults/vdirbase/.pkg/fc4.~1155641385~'
You are using a version of yum which is insecure and broken in chroot
related operations; either apply the patches shipped in the 'contrib/'
directory of util-vserver, or ask the author of yum to apply them
(preferred).

In the meantime, 'vyum' will continue with dirty hacks which might not
work when the vserver is running and local DOS attacks are possible.

Execution will continue in 5 seconds...
http://www.fedora.is/fedora/core/updates/4/i386/repodata/repomd.xml: [Errno
4] IOError: 
Trying other mirror.
Transaction Listing:
  Install: glibc.i686 0:2.3.6-3 - updates-released

Performing the following to resolve dependencies:
  Install: basesystem.noarch 0:8.0-5 - base
  Install: filesystem.i386 0:2.3.4-1 - base
  Install: glibc-common.i386 0:2.3.6-3 - updates-released
  Install: libgcc.i386 0:4.0.2-8.fc4 - updates-released
  Install: setup.noarch 0:2.5.44-1.1 - updates-released
  Install: tzdata.noarch 0:2006g-1.fc4 - updates-released
Total download size: 22 M

Installed: glibc.i686 0:2.3.6-3
Dependency Installed: basesystem.noarch 0:8.0-5 filesystem.i386 0:2.3.4-1
glibc-common.i386 0:2.3.6-3 libgcc.i386 0:4.0.2-8.fc4 setup.noarch
0:2.5.44-1.1 tzdata.noarch 0:2006g-1.fc4
You are using a version of yum which is insecure and broken in chroot
related operations; either apply the patches shipped in the 'contrib/'
directory of util-vserver, or ask the author of yum to apply them
(preferred).

In the meantime, 'vyum' will continue with dirty hacks which might not
work when the vserver is running and local DOS attacks are possible.

Execution will continue in 5 seconds...
You are using a version of yum which is insecure and broken in chroot
related operations; either apply the patches shipped in the 'contrib/'
directory of util-vserver, or ask the author of yum to apply them
(preferred).

In the meantime, 'vyum' will continue with dirty hacks which might not
work when the vserver is running and local DOS attacks are possible.

Execution will continue in 5 seconds...
Transaction Listing:
  Install: coreutils.i386 0:5.2.1-48.1 - updates-released

Performing the following to resolve dependencies:
  Install: MAKEDEV.i386 0:3.19-1 - base
  Install: SysVinit.i386 0:2.85-39 - base
  Install: audit-libs.i386 0:1.0.14-1.fc4 - updates-released
  Install: bash.i386 0:3.0-31 - base
  Install: chkconfig.i386 0:1.3.23-0.4 - updates-released
  Install: cpio.i386 0:2.6-9.FC4 - updates-released
  Install: cracklib.i386 0:2.8.2-1 - base
  Install: cracklib-dicts.i386 0:2.8.2-1 - base
  Install: db4.i386 0:4.3.27-5.fc4 - updates-released
  Install: device-mapper.i386 0:1.02.07-2.0 - updates-released
  Install: e2fsprogs.i386 0:1.38-0.FC4.1 - updates-released
  Install: ethtool.i386 0:3-1 - base
  Install: fedora-release.noarch 0:4-2 - base
  Install: findutils.i386 1:4.2.20-1 - base
  Install: gawk.i386 0:3.1.4-5.4 - updates-released
  Install: grep.i386 0:2.5.1-48.2 - updates-released
  Install: gzip.i386 0:1.3.5-6 - base
  Install: hotplug.i386 3:2004_09_23-7 - base
  Install: hwdata.noarch 0:0.158.3-1 - updates-released
  Install: info.i386 0:4.8-8.fc4.2 - updates-released
  Install: initscripts.i386 0:8.11.1-1 - base
  Install: iproute.i386 0:2.6.11-1 - base
  Install: iputils.i386 0:20020927-22 - base
  Ins

Re: [Vserver] Host and guest compatability

2006-08-15 Thread Guenther Fuchs
Hi there,

on Tuesday, August 15, 2006 at 12:51:36 PM there was posted:

JW> Do you mean by using 'vserver fc5 build -m yum'? I'm not familiar with
JW> the method, and FC5 doesn't appear to be supported by 0.30.210. I had
JW> hoped the page
JW> http://linux-vserver.org/VServer+installation+Fedora+Core+5 might help,

The restored page does, Daniel's RPMs do include the necessary changes
required for FC5.

-- 
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


[Vserver] wiki spam (was: Host and guest compatability)

2006-08-15 Thread Guenther Fuchs
Hi there,

on Tuesday, August 15, 2006 at 12:51:36 PM there was posted:

JW> http://linux-vserver.org/VServer+installation+Fedora+Core+5 might
JW> help, but it has nothing to do with the subject.

It has. Just a bot-SPAM overloaded the page, which has been restored
meanwhile. History on bottom help's ;-)

JW> Has it been hacked?

"hacked" is the wrong word s anyone just can edit the wiki, there's
just some bot's trying to fake their page ranks by using high pagerank
wikies to place their crap ...

-- 
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] FC4 with apt

2006-08-15 Thread Guenther Fuchs
Hi there,

on Tuesday, August 15, 2006 at 11:24:49 AM there was posted:

RP> Install Failed

Can't see that, only the line
RP> /usr/lib/util-vserver/distributions/fc4/initpost: line 107: 10724 Getötet
RP> $_VSERVER "$vserver" exec bash -c ': >/tmp/startwait' >&/dev/null
show's an error, which is "half" normal.

Btw: apt-get is deprecated for FC4 - latest Fedora supported version
is FC3. So with FC4+ you should use yum instead.

RP> please have a look

Would it be a problem for you to use the method(s) described in the
HowTo?
  => http://linux-vserver.org/VServer+installation+Fedora+Core+4

-- 
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] Host and guest compatability

2006-08-15 Thread Jim Wight
On Tue, 2006-08-15 at 02:33 +0200, Daniel Hokka Zakrisson wrote:
> Jim Wight wrote:
> > My setup is 2.6.14.3-vs2.0.1 with 0.30.210. The vserver was created by
> > dumping an installation on hardware and restoring it to /vservers/fc5
> > and then:
> 
> One of my FC4 hosts is using 2.6.17-1.2142_FC4.vs2.0.2.0.rc26.1smp with 
> util-vserver-0.30.210-20.fc4, and it can run FC5 guests without any 
> problems. Any chance you could try with the RPMs? (I'll try to reproduce 
> your issue once I get FC4 installed on the test box).

Do you mean by using 'vserver fc5 build -m yum'? I'm not familiar with
the method, and FC5 doesn't appear to be supported by 0.30.210. I had
hoped the page http://linux-vserver.org/VServer+installation+Fedora+Core
+5 might help, but it has nothing to do with the subject. Has it been
hacked?

Jim


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


[Vserver] Guest buid from mounted iso / cd

2006-08-15 Thread Roman Pretory
Hi

Have anyone the syntax and canges to be made, to install a vserver with
util-vserver from /mnt/cdrom
where a cd is inside or a iso of the disti is mountet?
no howto found until now.

just like it runs with newverver 


thanks,
Roman

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


[Vserver] FC4 with apt

2006-08-15 Thread Roman Pretory
Hi

Install Failed
please have a look


==
Edit /etc/vservers/.distributions/fc4/apt/sources.list

### Fedora Core Linux
repomd http://ayo.freshrpms.net fedora/linux/4/$(ARCH)/core
#repomd http://ayo.freshrpms.net fedora/linux/4/$(ARCH)/updates
#rpm http://ayo.freshrpms.net fedora/linux/4/$(ARCH) core updates
==


node4 ~ $vserver fc4 build -m apt-rpm --hostname=fc4.xy.at --interface
eth0:192.168.2.31/24 --force --keep -- -d fc4

Get:1 http://ayo.freshrpms.net fedora/linux/4/i386/core repomd.xml [1140B]
..
Get:4 http://ayo.freshrpms.net fedora/linux/4/i386/updates/ filelists.xml
[1553kB]
Fetched 4635kB in 19s (234kB/s)
Reading Package Lists... Done
Building Dependency Tree... Done
Reading Package Lists... Done
Building Dependency Tree... Done
The following extra packages will be installed:
  basesystem filesystem glibc-common libgcc setup tzdata
The following NEW packages will be installed:
  basesystem filesystem glibc glibc-common libgcc setup tzdata
0 upgraded, 7 newly installed, 0 removed and 0 not upgraded.
Need to get 23,4MB of archives.
After unpacking 79,6MB of additional disk space will be used.
Get:1 http://ayo.freshrpms.net fedora/linux/4/i386/updates/ setup 2.5.44-1.1
[31,8kB]
..
Get:7 http://ayo.freshrpms.net fedora/linux/4/i386/updates/ glibc 2.3.6-3
[6510kB]
Fetched 23,4MB in 1m34s (247kB/s)
Executing RPM (-Uvh)...
Preparing...###
[100%]
   1:setup  ### [
14%]
...
   7:glibc  ###
[100%]
Done.
Reading Package Lists... Done
Building Dependency Tree... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 removed and 0 not upgraded.
Need to get 0B/16,4kB of archives.
After unpacking 0B of additional disk space will be used.
Executing RPM (-Uvh)...
Preparing...###
[100%]
   1:filesystem ###
[100%]
Done.
Reading Package Lists... Done
Building Dependency Tree... Done
setup is already the newest version.
The following extra packages will be installed:
  MAKEDEV SysVinit audit-libs bash chkconfig cpio cracklib cracklib-dicts
db4 device-mapper e2fsprogs ethtool fedora-release findutils gawk grep gzip
hotplug hwdata info
  initscripts iproute iputils kernel less libacl libattr libselinux libsepol
libstdc++ libtermcap lvm2 mingetty mkinitrd mktemp module-init-tools ncurses
net-tools pam
  pcre popt procps psmisc readline sed shadow-utils sysklogd tar termcap
udev util-linux zlib
The following NEW packages will be installed:
  MAKEDEV SysVinit audit-libs bash chkconfig coreutils cpio cracklib
cracklib-dicts db4 device-mapper e2fsprogs ethtool fedora-release findutils
gawk grep gzip hotplug
  hwdata info initscripts iproute iputils kernel less libacl libattr
libselinux libsepol libstdc++ libtermcap lvm2 mingetty mkinitrd mktemp
module-init-tools ncurses
  net-tools pam pcre popt procps psmisc readline sed shadow-utils sysklogd
tar termcap udev util-linux zlib
0 upgraded, 53 newly installed, 0 removed and 0 not upgraded.
Need to get 45,9MB of archives.
After unpacking 112MB of additional disk space will be used.
Get:1 http://ayo.freshrpms.net fedora/linux/4/i386/core/ mktemp 3:1.5-23
[13,5kB]
...
Get:53 http://ayo.freshrpms.net fedora/linux/4/i386/updates/ coreutils
5.2.1-48.1 [3091kB]
Fetched 45,9MB in 3m10s (241kB/s)
Executing RPM (-Uvh)...
Preparing...###
[100%]
   1:libselinux ### [
2%]
...
  53:lvm2   ###
[100%]
Done.
Reading Package Lists... Done
Building Dependency Tree... Done
Calculating Upgrade... Done
0 upgraded, 0 newly installed, 0 removed and 0 not upgraded.
/usr/lib/util-vserver/distributions/fc4/initpost: line 107: 10724 Getötet
$_VSERVER "$vserver" exec bash -c ': >/tmp/startwait' >&/dev/null



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