Re: [Vserver] Kernel 2.6.8.1 and Vserver 1.92

2004-10-22 Thread TK Lew
hi :

It keep complaining when I re-run the debootstrap , so i just use --force :)

Cheers


On Thu, 21 Oct 2004 14:43:50 +0200, Herbert Poetzl [EMAIL PROTECTED] wrote:
 On Thu, Oct 21, 2004 at 05:14:27PM +0800, TK Lew wrote:
  hi :
 
  Thank for reply.
 
  I am using this command to build the vserver :
  ./vserver germanium build --force -m debootstrap -- -d sarge
 
 just curious, any reason to use --force?
 
  At some stage of the debootstrap it failed on configuring Exim and exits.
 
  Errors were encountered while processing:
   exim4-config
   exim4-daemon-light
   at
   exim4
   exim4-base
   mailx
  W: Failure while configuring base packages.  This will be attempted 5 times.
 
  is there anyway i can complete the debootstrap manually ?
 
  Thanks
 
 
 
  On Thu, 21 Oct 2004 10:54:02 +0200, Björn Steinbrink
  [EMAIL PROTECTED] wrote:
   On Thu, 21 Oct./vserver germanium build --force -m debootstrap -- -d  2004 
   16:43:32 +0800
 
 hmm, whose mailer is broken here?
 
 best,
 Herbert
 
   TK Lew [EMAIL PROTECTED] wrote:
  
hi All :
   
I have compile a kernel 2.6.8.1 with vserver patch 1.92 and installed
util-vserver-0.30-1.96.
   
Installed the vserver using debootstrap using Piere method.
   
When I start the vserver , I got the following message :
   
sauron:/usr/local/util-vserver/etc/init.d# ./vservers-legacy start
Starting the virtual servers
Starting the virtual server germanium
Server germanium is not running
ipv4root is now 192.168.100.100
Host name is now germanium
New security context is 49158
Starting system log daemon: syslogd
Warning: Fake start-stop-daemon called, doing nothing
.
Starting kernel log daemon: klogd
Warning: Fake start-stop-daemon called, doing nothing
.
Starting internet superserver: inetd
Warning: Fake start-stop-daemon called, doing nothing
.
Starting periodic command scheduler: cron
Warning: Fake start-stop-daemon called, doing nothing
.
sauron:/usr/local/util-vserver/etc/init.d# ./vservers-legacy status
ONBOOT=yes  Server germanium is not running
   
I can't seem to start the vserver.
  
   Hm, seems your debootstrap run wasn't completed successfully.
   debootstrap uses a fake start-stop-daemon to prevent the newly installed
   services from interfering with the currently running services. IIRC it
   should automatically be replaced with the real start-stop-daemon when
   debootstrap finishes.
  
   HTH
   Bjoern
  
  ___
 
 
  Vserver mailing list
  [EMAIL PROTECTED]
  http://list.linux-vserver.org/mailman/listinfo/vserver

___
Vserver mailing list
[EMAIL PROTECTED]
http://list.linux-vserver.org/mailman/listinfo/vserver


Re: [Vserver] Kernel 2.6.8.1 and Vserver 1.92

2004-10-22 Thread Liam Helmer
Hmm...
1) Make sure you've got the latest copy of debootstrap.
2) Make sure you've mounted a copy of /proc in the directory where
you're running debootstrap
3) Make sure your internet connection is functioning right.

I remember when I first ran it, it didn't have /proc in there first,
which was a problem.

Cheers,
Liam

On Fri, 2004-10-22 at 14:35 +0800, TK Lew wrote:
 hi :
 
 It keep complaining when I re-run the debootstrap , so i just use --force :)
 
 Cheers
 
 
 On Thu, 21 Oct 2004 14:43:50 +0200, Herbert Poetzl [EMAIL PROTECTED] wrote:
  On Thu, Oct 21, 2004 at 05:14:27PM +0800, TK Lew wrote:
   hi :
  
   Thank for reply.
  
   I am using this command to build the vserver :
   ./vserver germanium build --force -m debootstrap -- -d sarge
  
  just curious, any reason to use --force?
  
   At some stage of the debootstrap it failed on configuring Exim and exits.
  
   Errors were encountered while processing:
exim4-config
exim4-daemon-light
at
exim4
exim4-base
mailx
   W: Failure while configuring base packages.  This will be attempted 5 times.
  
   is there anyway i can complete the debootstrap manually ?
  
   Thanks
  
  
  
   On Thu, 21 Oct 2004 10:54:02 +0200, Björn Steinbrink
   [EMAIL PROTECTED] wrote:
On Thu, 21 Oct./vserver germanium build --force -m debootstrap -- -d  2004 
16:43:32 +0800
  
  hmm, whose mailer is broken here?
  
  best,
  Herbert
  
TK Lew [EMAIL PROTECTED] wrote:
   
 hi All :

 I have compile a kernel 2.6.8.1 with vserver patch 1.92 and installed
 util-vserver-0.30-1.96.

 Installed the vserver using debootstrap using Piere method.

 When I start the vserver , I got the following message :

 sauron:/usr/local/util-vserver/etc/init.d# ./vservers-legacy start
 Starting the virtual servers
 Starting the virtual server germanium
 Server germanium is not running
 ipv4root is now 192.168.100.100
 Host name is now germanium
 New security context is 49158
 Starting system log daemon: syslogd
 Warning: Fake start-stop-daemon called, doing nothing
 .
 Starting kernel log daemon: klogd
 Warning: Fake start-stop-daemon called, doing nothing
 .
 Starting internet superserver: inetd
 Warning: Fake start-stop-daemon called, doing nothing
 .
 Starting periodic command scheduler: cron
 Warning: Fake start-stop-daemon called, doing nothing
 .
 sauron:/usr/local/util-vserver/etc/init.d# ./vservers-legacy status
 ONBOOT=yes  Server germanium is not running

 I can't seem to start the vserver.
   
Hm, seems your debootstrap run wasn't completed successfully.
debootstrap uses a fake start-stop-daemon to prevent the newly installed
services from interfering with the currently running services. IIRC it
should automatically be replaced with the real start-stop-daemon when
debootstrap finishes.
   
HTH
Bjoern
   
   ___
  
  
   Vserver mailing list
   [EMAIL PROTECTED]
   http://list.linux-vserver.org/mailman/listinfo/vserver
 
 ___
 Vserver mailing list
 [EMAIL PROTECTED]
 http://list.linux-vserver.org/mailman/listinfo/vserver
 
-- 
Liam Helmer [EMAIL PROTECTED]

___
Vserver mailing list
[EMAIL PROTECTED]
http://list.linux-vserver.org/mailman/listinfo/vserver


[Vserver] Kernel 2.6.8.1 and Vserver 1.92

2004-10-21 Thread TK Lew
hi All :

I have compile a kernel 2.6.8.1 with vserver patch 1.92 and installed
util-vserver-0.30-1.96.

Installed the vserver using debootstrap using Piere method.

When I start the vserver , I got the following message :

sauron:/usr/local/util-vserver/etc/init.d# ./vservers-legacy start
Starting the virtual servers
Starting the virtual server germanium
Server germanium is not running
ipv4root is now 192.168.100.100
Host name is now germanium
New security context is 49158
Starting system log daemon: syslogd
Warning: Fake start-stop-daemon called, doing nothing
.
Starting kernel log daemon: klogd
Warning: Fake start-stop-daemon called, doing nothing
.
Starting internet superserver: inetd
Warning: Fake start-stop-daemon called, doing nothing
.
Starting periodic command scheduler: cron
Warning: Fake start-stop-daemon called, doing nothing
.
sauron:/usr/local/util-vserver/etc/init.d# ./vservers-legacy status
ONBOOT=yes  Server germanium is not running

I can't seem to start the vserver.

Appreriate any reply.

Regards
___
Vserver mailing list
[EMAIL PROTECTED]
http://list.linux-vserver.org/mailman/listinfo/vserver


Re: [Vserver] Kernel 2.6.8.1 and Vserver 1.92

2004-10-21 Thread Kilian Krause
Hi TK Lew,

Am Donnerstag, den 21.10.2004, 17:14 +0800 schrieb TK Lew:
 hi :
 
 Thank for reply.
 
 I am using this command to build the vserver :
 ./vserver germanium build --force -m debootstrap -- -d sarge
 
 At some stage of the debootstrap it failed on configuring Exim and exits. 
 
 Errors were encountered while processing:
  exim4-config
  exim4-daemon-light
  at
  exim4
  exim4-base
  mailx
 W: Failure while configuring base packages.  This will be attempted 5 times.
 
 is there anyway i can complete the debootstrap manually ?

Just move /sbin/start-stop-daemon.REAL to /sbin/start-stop-daemon

Hth.

-- 
Best regards,
 Kilian


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
___
Vserver mailing list
[EMAIL PROTECTED]
http://list.linux-vserver.org/mailman/listinfo/vserver


Re: [Vserver] Kernel 2.6.8.1 and Vserver 1.92

2004-10-21 Thread TK Lew
hi :

That do it ! 

Thanks !


On Thu, 21 Oct 2004 11:53:29 +0200, Kilian Krause [EMAIL PROTECTED] wrote:
 Hi TK Lew,
 
 Am Donnerstag, den 21.10.2004, 17:14 +0800 schrieb TK Lew:
  hi :
 
  Thank for reply.
 
  I am using this command to build the vserver :
  ./vserver germanium build --force -m debootstrap -- -d sarge
 
  At some stage of the debootstrap it failed on configuring Exim and exits.
 
  Errors were encountered while processing:
   exim4-config
   exim4-daemon-light
   at
   exim4
   exim4-base
   mailx
  W: Failure while configuring base packages.  This will be attempted 5 times.
 
  is there anyway i can complete the debootstrap manually ?
 
 Just move /sbin/start-stop-daemon.REAL to /sbin/start-stop-daemon
 
 Hth.
 
 --
 Best regards,
  Kilian
 
 
 ___
 Vserver mailing list
 [EMAIL PROTECTED]
 http://list.linux-vserver.org/mailman/listinfo/vserver
 
 
 

___
Vserver mailing list
[EMAIL PROTECTED]
http://list.linux-vserver.org/mailman/listinfo/vserver


Re: [Vserver] Kernel 2.6.8.1 and Vserver 1.92

2004-10-21 Thread Matthias Wieser
On Thursday 21 October 2004 11:14, TK Lew wrote:
 Errors were encountered while processing:
  exim4-config
  exim4-daemon-light
  at
  exim4
  exim4-base
  mailx
 W: Failure while configuring base packages.  This will be attempted 5
 times.

 is there anyway i can complete the debootstrap manually ?
chroot into the directory, 
do a dpkg --configure -a
and 
apt-get --reinstall install dpkg
probably the /etc/apt/sources.list needs to be touched. (and a apt-get update 
run)

Ciao, Matthias
-- 
Matthias Wieser
Calle de Viella 24b
28040MADRID
España   -  Spanien

Mob:+34 65 847 5171
Tel:+34 913 117 689
___
Vserver mailing list
[EMAIL PROTECTED]
http://list.linux-vserver.org/mailman/listinfo/vserver


Re: [Vserver] Kernel 2.6.8.1 and Vserver 1.92

2004-10-21 Thread Herbert Poetzl
On Thu, Oct 21, 2004 at 05:14:27PM +0800, TK Lew wrote:
 hi :
 
 Thank for reply.
 
 I am using this command to build the vserver :
 ./vserver germanium build --force -m debootstrap -- -d sarge

just curious, any reason to use --force? 

 At some stage of the debootstrap it failed on configuring Exim and exits. 
 
 Errors were encountered while processing:
  exim4-config
  exim4-daemon-light
  at
  exim4
  exim4-base
  mailx
 W: Failure while configuring base packages.  This will be attempted 5 times.
 
 is there anyway i can complete the debootstrap manually ?
 
 Thanks
 
 
 
 On Thu, 21 Oct 2004 10:54:02 +0200, Björn Steinbrink
 [EMAIL PROTECTED] wrote:
  On Thu, 21 Oct./vserver germanium build --force -m debootstrap -- -d  2004 
  16:43:32 +0800

hmm, whose mailer is broken here?

best,
Herbert

  TK Lew [EMAIL PROTECTED] wrote:
  
   hi All :
  
   I have compile a kernel 2.6.8.1 with vserver patch 1.92 and installed
   util-vserver-0.30-1.96.
  
   Installed the vserver using debootstrap using Piere method.
  
   When I start the vserver , I got the following message :
  
   sauron:/usr/local/util-vserver/etc/init.d# ./vservers-legacy start
   Starting the virtual servers
   Starting the virtual server germanium
   Server germanium is not running
   ipv4root is now 192.168.100.100
   Host name is now germanium
   New security context is 49158
   Starting system log daemon: syslogd
   Warning: Fake start-stop-daemon called, doing nothing
   .
   Starting kernel log daemon: klogd
   Warning: Fake start-stop-daemon called, doing nothing
   .
   Starting internet superserver: inetd
   Warning: Fake start-stop-daemon called, doing nothing
   .
   Starting periodic command scheduler: cron
   Warning: Fake start-stop-daemon called, doing nothing
   .
   sauron:/usr/local/util-vserver/etc/init.d# ./vservers-legacy status
   ONBOOT=yes  Server germanium is not running
  
   I can't seem to start the vserver.
  
  Hm, seems your debootstrap run wasn't completed successfully.
  debootstrap uses a fake start-stop-daemon to prevent the newly installed
  services from interfering with the currently running services. IIRC it
  should automatically be replaced with the real start-stop-daemon when
  debootstrap finishes.
  
  HTH
  Bjoern
 
 ___
 Vserver mailing list
 [EMAIL PROTECTED]
 http://list.linux-vserver.org/mailman/listinfo/vserver
___
Vserver mailing list
[EMAIL PROTECTED]
http://list.linux-vserver.org/mailman/listinfo/vserver