Hi, using --nodeps for the RPM command in install-rh9.0 (as seen in vserver 0.23) is not a really good idea -
[EMAIL PROTECTED] rh9]# /usr/lib/vserver/install-rh9.0 test 247 packages to install warning: /vservers/.install/rh9/acl-2.2.3-1.i386.rpm: V3 DSA signature: NOKEY, key ID db42a60e Preparing... ########################################### [100%] 1:bash ########################################### [ 0%] error: %post(bash-2.05b-20) scriptlet failed, exit status 255 2:glibc ########################################### [ 1%] 3:info ########################################### [ 1%] /bin/sh: error while loading shared libraries: libtermcap.so.2: cannot open shared object file: No such file or directory error: %post(info-4.3-5) scriptlet failed, exit status 127 4:perl ########################################### [ 2%] 5:chkconfig ########################################### [ 2%] /bin/sh: error while loading shared libraries: libtermcap.so.2: cannot open shared object file: No such file or directory error: %pre(coreutils-4.5.3-19) scriptlet failed, exit status 127 error: install: %pre scriptlet failed (2), skipping coreutils-4.5.3-19 6:shadow-utils ########################################### [ 2%] Keeps going like this all the time. Though the termcap package is to be installed, it isn't installed _first_ to meet required dependencies. Maybe this can be fixed? Cheers Chris
