Re: [vserver] Running Linux Vserver on Wheezy Host and Guests

From: <senrabdet_at_aol.com>
Date: Thu 08 Aug 2013 - 22:39:37 BST
Message-Id: <8D06296EA04BFC5-139C-3957@webmail-m234.sysops.aol.com>

Thanks Adrian - let me check out suggestions, will let you know!
 

 

 

-----Original Message-----
From: Adrian Reyer <are@lihas.de>
To: vserver <vserver@list.linux-vserver.org>
Sent: Thu, Aug 8, 2013 4:46 pm
Subject: Re: [vserver] Running Linux Vserver on Wheezy Host and Guests

Hi senrabdet,

On Thu, Aug 08, 2013 at 03:44:44PM -0400, senrabdet@aol.com wrote:
> Q: I'm given to understand this is "doable", but is anyone running Wheezy
guests on a Wheezy host with GUI's installed on the guests? It's at that point
I get stuck....suggestions on what to try here?

I have only one VServer on wheezy running a desktop environment. And
that one has been upgraded from squeeze.

> insserv: Service mountkernfs has to be enabled to start service keyboard-setup
> update-rc.d: error: insserv rejected the script header

There's the issue:
you could either try and remove 'Required-Start: mountkernfs' from
/etc/init.d/keyboard-setup which might be tricky as it is just aout to
be installed, or you might try and provide a very basic
/etc/init.d/dummyservices similar to this (just c&p):
cat <<EOF >/etc/init.d/dummyservices
#! /bin/sh
### BEGIN INIT INFO
# Provides: mountkernfs
# Required-Start:
# Required-Stop:
# Should-Start:
# Default-Start: S
# Default-Stop:
# Short-Description: Make ignorant dependency builders happy
# Description: Dependencies are not always what the should be like in our
setup
### END INIT INFO
exit 0
EOF
chmod +x /etc/init.d/dummyservices
update-rc.d dummyservices default

Untested, just typed by heart.

Regards,
        Adrian

-- 
LiHAS - Adrian Reyer - Hessenwiesenstraße 10 - D-70565 Stuttgart
Fon: +49 (7 11) 78 28 50 90 - Fax:  +49 (7 11) 78 28 50 91
Mail: lihas_at_lihas.de - Web: http://lihas.de
Linux, Netzwerke, Consulting & Support - USt-ID: DE 227 816 626 Stuttgart
 
Received on Thu Aug 8 22:39:46 2013
[Next/Previous Months] [Main vserver Project Homepage] [Howto Subscribe/Unsubscribe] [Paul Sladen's vserver stuff]
Generated on Thu 08 Aug 2013 - 22:39:46 BST by hypermail 2.1.8