Re: [Vserver] vserver build - one remaining issue...

2005-07-23 Thread Enrico Scholz
[EMAIL PROTECTED] (Brian Ipsen) writes:

> # ./vserver-build --force -m yum -n dns-int1 -- -d wbel4
> ...
> error: unpacking of archive failed on file /usr/bin/X11;42dd8791: cpio:
> symlink failed - No such file or directory

Happens due to a bug in rpm[1]. That's why, an 'initpre' script must be
executed which worksarounds this issue. The common redhat-style 'initpre'
script should be fine for RH clones, so you should add a symlink like

| /etc/vservers/.distributions/initpre ->  
/usr/lib/util-vserver/distributions/redhat/initpre


I will add more diagnostics to warn the user about this...


Nevertheless, as yum does not do proper errorhandling this bug will be
ignored and vserver should be built.




Enrico

Footnotes: 
[1]  https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=90941
 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=52725



pgpbApEpCTMwS.pgp
Description: PGP signature
___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


[Vserver] vserver build - one remaining issue...

2005-07-20 Thread Brian Ipsen
Hi,

 One remaining issue (besides the bugs I might have run into)...

# ./vserver-build --force -m yum -n dns-int1 -- -d wbel4
Transaction Listing:
  Install: glibc.i686 0:2.3.4-2 - base

Performing the following to resolve dependencies:
  Install: basesystem.noarch 0:8.0-4 - base
  Install: filesystem.i386 0:2.3.0-1 - base
  Install: glibc-common.i386 0:2.3.4-2 - base
  Install: libgcc.i386 0:3.4.3-9.EL4 - base
  Install: setup.noarch 0:2.5.37-1.1 - base
  Install: tzdata.noarch 0:2004e-2 - base
Total download size: 19 M
error: unpacking of archive failed on file /usr/bin/X11;42dd8791: cpio:
symlink failed - No such file or directory

Installed: glibc.i686 0:2.3.4-2
Dependency Installed: basesystem.noarch 0:8.0-4 filesystem.i386 0:2.3.0-1
glibc-common.i386 0:2.3.4-2 libgcc.i386 0:3.4.3-9.EL4 setup.noarch
0:2.5.37-1.1 tzdata.noarch 0:2004e-2


After this, it seems like the shell is "hanging" - I don't know what the
system does, except, taht with "netstat" I can see an active ftp connection
to the yum repository...

Any idea what causes the cpio error - and how to fix it ?

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