[Vserver] linux-vserver.nl

2005-11-08 Thread [eMAXX] Sys-Admin

Hi Herbert,

From now on http://linux-vserver.nl is redirecting to 
http://linux-vserver.org.


I hope this appreciated. If so, don't include my name on linux-vserver.org.

If you want, you can get linux-vserver.nl on your name and in your 
dns-server for free. In that case, I'll hear from you.


This is just my little contribution. Maybe the future I have time for a 
Dutch Linux-Vserver community.


Regards,

Vincent Pluk
The Netherlands
___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


Re: [Vserver] Re: Vserver newbie question

2005-09-14 Thread [eMAXX] Sys-Admin

Matvey Gladkikh wrote:


I have no clue what this means anyone?


First you need to find vprocunhide script end execute it once per server
reboot.

second you do not need to create /vserver/NAME dir
cause creation script will do it for you.



It sounds really easy when you say it like this :)

Right now I'm trying to build from scratch with the following howto:
   http://www.debianhowto.de/de:howtos:sarge:linux-vserver

In the howto patch-0.30.208-fix02.diff 
http://www.13thfloor.at/vserver/s_rel26/v2.0/patch-0.30.208-fix02.diff 
is not used, why might I need this patch?


I think the installing procedure isn't that hard and I'm just messing it 
up by following different howto sources for the install. The IRC-logs 
are somewhat helpfull, but I'm really missing the 'red line'.


The main concern I have, is to keep Vserver updated when it's running. 
Debian got a great packiging system, but how should I upgrade Vserver 
(that was build from scratch) when a new version is released? Build 
again from scratch? That's why I tried the sources from 
http://linux-vserver.derjohn.de/ first.


I saw Debian unstable adopted util-vserver-0.30.208 
(http://packages.debian.org/unstable/net/util-vserver), but I'm want to 
use the stable branch. Should I mix?


To much decisions to make ...what's wise to do?


Regards,

Vincent Pluk
eMAXX, Netherlands
___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


Re: [Vserver] Re: Vserver newbie question

2005-09-14 Thread [eMAXX] Sys-Admin

Matvey Gladkikh wrote:


On 14/09/05 10:39 +0200, [eMAXX] Sys-Admin wrote:
 

I saw Debian unstable adopted util-vserver-0.30.208 
(http://packages.debian.org/unstable/net/util-vserver), but I'm want to 
use the stable branch. Should I mix?


   


no, I think you should backport 2.6.12 kernel from sid for using it on sarge
only.
 


To much decisions to make ...what's wise to do?
   



other packeges I compile myself with the help of checkinstall for stable
distro. guest vservers should be updated by apt-get.

get 2.6.12 kernel-sources from sid
get patch vserver 2.6.12
cd /usr/src/2.6.12sources/
patch -p1  ./patch*
make oldconfig
make menuconfig (to enable some options)
make-kpkg --initrd kernel-image
dpkg -i ../kernel-image*.deb


tar xvfz util-vserver...tgz
cd util-vserver
./configure
checkinstall (you should apt-get install checkinstall first)
dpkg -i util-vserver*.deb

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

Ok ... let's start that install again :)  Whenever I get it to work, 
you'll notice it by my questions about the configuration ;)


Thanks a lot!

Regards,

Vincent Pluk
eMAXX, Netherlands
___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


Re: [Vserver] Re: Vserver newbie question

2005-09-14 Thread [eMAXX] Sys-Admin

Matvey Gladkikh wrote:


other packeges I compile myself with the help of checkinstall for stable
distro. guest vservers should be updated by apt-get.

get 2.6.12 kernel-sources from sid
get patch vserver 2.6.12
cd /usr/src/2.6.12sources/
patch -p1  ./patch*
make oldconfig
make menuconfig (to enable some options)
make-kpkg --initrd kernel-image
dpkg -i ../kernel-image*.deb

 

You're going to fast for me; as far as I can see, sid does not provide 
the 2.6.12 kernel-sources: http://packages.debian.org/unstable/allpackages
Would this be ok as well: 
http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.12.4.tar.bz2 ?


This is exactly where it goes wrong with me ... I think I miss some 
basic experience to make a sane decision in these cases (right now I 
think there is no important difference between the two sources).


Whichone will it be?

Regards,

Vincent Pluk
eMAXX, Netherlands
___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


Re: [Vserver] Vserver newbie question

2005-09-14 Thread [eMAXX] Sys-Admin

Daniel Hokka Zakrisson wrote:




Sounds like fix01 was used rather than fix02.


I wouldn't know, since I used precompiled debianpackages: 
http://linux-vserver.derjohn.de/
But util-vserver (0.30.208-1) in 
http://linux-vserver.derjohn.de/util-vserver_0.30.208-1_i386.changes 
suggest fix01


Anyway, I found out that these packages are the best way to get my 
vserver running :)


Back to the struggle ...

Regards,

Vincent Pluk
eMAXX, Netherlands
___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


Re: [Vserver] Vserver newbie question

2005-09-14 Thread [eMAXX] Sys-Admin

[eMAXX] Sys-Admin wrote:



Anyway, I found out that these packages are the best way to get my 
vserver running :)



That shoud be:Are NOT the best way   

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


Re: [Vserver] Re: Vserver newbie question

2005-09-14 Thread [eMAXX] Sys-Admin

Matvey Gladkikh wrote:


On 14/09/05 13:26 +0200, [eMAXX] Sys-Admin wrote:
 

You're going to fast for me; as far as I can see, sid does not provide 
the 2.6.12 kernel-sources: http://packages.debian.org/unstable/allpackages
   

Okey guess I made a mistake here, since there ARE kernel-source 
2.6.12 in sid :) they're just named different :S


kernel-source-2.6.11 (2.6.11-7)
 Linux kernel source for version 2.6.11 with Debian patches

linux-source-2.6.12 (2.6.12-6)
   Linux kernel source for version 2.6.12 with Debian patches


You allso can download kernel.org kernel 2.6.12
in this case you should install apt-get install kernel-patch (smth 
like that)

and patch kernel sources with cramfs patch
patch -p1  /usr/src/debian-patches(or smth like
that)/blablabla/fs.cramfs.diff

Ok, since I want to try to this option later, where is that cramfs 
patch? I asumed it should be in one of the debian patch-packages? I 
searched http://packages.debian.org/unstable/allpackages for a possible 
candidate... but nogo..


Regards,

Vincent Pluk
eMAXX, Netherlands
___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


[Vserver] newbie: testme.sh errors

2005-08-05 Thread [eMAXX] Sys-Admin

Hi there,

I just installed Vserver on Debian Sarge mostly with the manual found here:
http://linux-vserver.org/Step-by-Step+Guide+2.6

I tried to setup an alias interface for the vserver, but I can't get it 
to work. SSH connections still connect at the host server. The problem 
could either be my configuration of the interface or a problem I 
discovered during the installation from the test script 
(http://vserver.13thfloor.at/Stuff/SCRIPT/testme.sh):


--

~# ./testme.sh 
Linux-VServer Test [V0.13] Copyright (C) 2003-2005 H.Poetzl

vcontext: vc_create_context(): Invalid argument
chcontext failed!
chbind is working.
Linux 2.6.8 i686/0.30.204/0.30.204 [Ea] (0)
VCI:  0001:0025 273 8374
---

--

Linux 2.6.8 i686/0.30.204/0.30.204 [Ea] (0)
VCI:  0001:0025 273 8374
---
archer:~# vserver-info
Versions:
  Kernel: 2.6.8
  VS-API: 0x00010025
util-vserver: 0.30.204; May 24 2005, 22:22:03

Features:
  CC: gcc, gcc (GCC) 3.3.5 (Debian 1:3.3.5-5)
 CXX: g++, g++ (GCC) 3.3.5 (Debian 1:3.3.5-5)
CPPFLAGS: ''
  CFLAGS: '-Wall -g  -O2 -std=c99 -Wall -pedantic -W'
CXXFLAGS: '-g -O2 -ansi -Wall -pedantic -W 
-fmessage-length=0'

  build/host: i386-pc-linux-gnu/i386-pc-linux-gnu
Use dietlibc: yes
  Build C++ programs: yes
  Build C99 programs: yes
  Available APIs: compat,v11,v13,fscompat,net,oldproc,olduts
   ext2fs Source: e2fsprogs
   syscall(2) invocation: fast
 vserver(2) syscall#: 273/glibc

Paths:
  prefix: /usr
   sysconf-Directory: /etc
   cfg-Directory: /etc/vservers
initrd-Directory: $(sysconfdir)/init.d
  pkgstate-Directory: /var/run/vservers
   Kernelheaders: /lib/modules/2.6.10-1-686-smp/build/include
 vserver-Rootdir: /var/lib/vservers
--

I CAN enter the vserver en apt-get. Suggestions where to look now?

Thanks!

Regards,

Vince.



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


Re: [Vserver] newbie: testme.sh errors

2005-08-05 Thread [eMAXX] Sys-Admin

Herbert Poetzl wrote:


On Fri, Aug 05, 2005 at 01:20:25PM +0200, [eMAXX] Sys-Admin wrote:
 


cut
   



you have to restrict the host's sshd to host only IPs
 


That didn't work, I must be doing something else wrong :)



well update to 2.6.12.3-vs2.0-rc9 and 0.30.208 tools
and the testme.sh should work as expected ...
(forget about the sarge packages, they are somewhat broken)
 


Ok I'll try that after my holiday :)

The new kernel and tools could be an option, but I'll have to see how it 
wil fit in to the way we maintain debian systems over here and I have 
not used the 2.6.12 kernel, so I can't tell if it's stable (it's not 
even in Debian 'testing' )


Thanks for your info!

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