Herbert Poetzl wrote:
On Fri, Dec 09, 2005 at 10:10:11PM +0100, Daniel Hokka Zakrisson wrote:
>> Joel Soete wrote:
>> > vserver(2) syscall#: 273/default
>>
>> That's wrong for hppa. Rerun configure with
>> CPPFLAGS="-D__NR_vserver=263" set in the environment.
>
Just on going to rebuild kernel for my home system (a bit slow but fully 
operational 120Mhz C110 model ;-) ).

>it should also work fine if you compile the tools from
>scratch (i.e. get the 0.30.209 tools and do ./configure,
>make, make install)
>
mmm, that was well the util-vserver-0.30.209 but from debian pkg src and 
configure as describe bolow, though.
I will so try to rebuild it better from uptream src (i.e. 
<http://vserver.13thfloor.at/Stuff/SCRIPT/testme.sh-0.14>)
and will advise ;-)

Thx,
        Joel
>HTH,
>Herbert
>
>> --
>> Daniel Hokka Zakrisson
>> GPG id: 06723412



Excepted that for parisc imoh 2.6.14 kernel is far more stable and so I apply
first latest kernel patch: patch-2.6.14.3-vs2.1.0-rc10.diff and save the
default kernel settings:
[...]
CONFIG_VSERVER=y
CONFIG_VSERVER_LEGACYNET=y

#
# Linux VServer
#
CONFIG_VSERVER_LEGACY=y
# CONFIG_VSERVER_LEGACY_VERSION is not set
CONFIG_VSERVER_DYNAMIC_IDS=y
# CONFIG_VSERVER_NGNET is not set
CONFIG_VSERVER_COWBL=y
CONFIG_VSERVER_PROC_SECURE=y
# CONFIG_VSERVER_HARDCPU is not set
# CONFIG_INOXID_NONE is not set
# CONFIG_INOXID_UID16 is not set
# CONFIG_INOXID_GID16 is not set
CONFIG_INOXID_UGID24=y
[...]

The system boot and run fine ;-) :
Linux patst007 2.6.14.3-vs2.1.0-rc10-pa0-d32up #2 Wed Dec 7 12:07:47 CET 2005
parisc GNU/Linux

Secondly, I grab latest tools utils-vserver (latest debian pkg src) and build
it with:
CFLAGS="-Wall -g  -O2" ./configure --build hppa-linux-gnu \
                       --prefix=/usr --enable-release \
                       --mandir=\${prefix}/share/man \
                       --infodir=\${prefix}/share/info \
                       --sysconfdir=/etc \
                       --disable-dietlibc \
                       --localstatedir=/var \
                       --with-vrootdir=/var/lib/vservers

(I just disable dietlibc in a first approach because afaik not available for
parisc-linux?)

_______________________________________________
Vserver mailing list
[email protected]
http://list.linux-vserver.org/mailman/listinfo/vserver

Reply via email to