Editing
Installation on Debian
(section)
From Linix VServer
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== Buster === The buster release is really using systemd so to create a guest use something like <pre> vserver buildbuster64 build -n buildbuster64 -m debootstrap --i-know-its-there --context <number> --hostname <whetever.net> -- -d buster -- --arch=amd64 <br/> --exclude=systemd-sysv,systemd,libsystemd0 <br/> --include=cron,sysvinit-core,sysvinit-utils;<br/> </pre> Also the utils could have issue starting, if you have this issue starting the guest you can apply this patch to util vserver: <br/> <pre> Index: util-vserver-0.30.216-pre3131/scripts/vserver.functions =================================================================== --- util-vserver-0.30.216-pre3131.orig/scripts/vserver.functions +++ util-vserver-0.30.216-pre3131/scripts/vserver.functions @@ -324,7 +324,7 @@ function _generateInitOptions test -n "$RUNLEVEL_START" || RUNLEVEL_START=3 test -n "$RUNLEVEL_STOP" || RUNLEVEL_STOP=6 - for i in /etc/init.d/rc /etc/rc.d/rc; do + for i in /etc/init.d/rc /etc/rc.d/rc /lib/init/rc /usr/lib/init/rc; do test -x "$vdir/vdir/$i" || continue INITCMD_START=( "$i" "$RUNLEVEL_START" ) INITCMD_STOP=( "$i" "$RUNLEVEL_STOP" ) </pre>
Summary:
Please note that all contributions to Linix VServer may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Linix VServer:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Page actions
Page
Discussion
Read
Edit
History
Page actions
Page
Discussion
More
Tools
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
About
Overview
Paper
News
Developers
Donations
Search
Getting Started
Downloads
FAQs
Documentation
Support
Participate
How to participate
Report a Bug
Communicate
Teams/Projects
Hall of Fame
Resources
Archives
Recent Wiki Changes
Pastebin
Related Projects
VServer Hosting
Happy VServer Users
Tools
What links here
Related changes
Special pages
Page information