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

From: Adrian Reyer <are_at_lihas.de>
Date: Thu 08 Aug 2013 - 21:46:21 BST
Message-ID: <20130808204621.GA1612@r2d2.s.lihas.de>

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 21:46:35 2013
[Next/Previous Months] [Main vserver Project Homepage] [Howto Subscribe/Unsubscribe] [Paul Sladen's vserver stuff]
Generated on Thu 08 Aug 2013 - 21:46:35 BST by hypermail 2.1.8