Aw: Re: Issue with Debian 9 guest system
[email protected] Tue, 12 Mar 2019 09:38:44 +0100
| Newsgroups | gmane.linux.vserver |
|---|---|
| Message-ID | <trinity-013c7770-a323-493e-b789-85936721659a-1552379924942@3c-app-gmx-bs32> |
Small addendum: I yesterday tested your (Ben) addition in the build string for building a _guest_ system with Debian 9 (Stretch) with --include=sysvinit-core,lsb-release --exclude=systemd and it worded fine! :-) It doesn't work building a _guest_ system with Debian 8 (Jessie). Therefore, the proposal for a right addition to the build string on http://linux-vserver.org/Installation_on_Debian (section "Jessie") --include=sysvinit-core,sysvinit,sysvinit-utils --exclude=systemd will get you to a working (jessie) _guest_ system. THX again. And so far [ SOLVED ] for me. > Quoting [email protected]: > > > which, if I understood right, should 'help with' (work around) the > > known systemd-issues with Debian 8/9 > > > It works around issue running systemd on _host_ systems. It does > nothing for running systemd on _guest_ systems. For installing Stretch > guests you must specify not installing systemd. Adding these to build > string should work: > > --include=sysvinit-core,lsb-release --exclude=systemd > > If that doesn't fix building and running guests for you, something > else is wrong. > > Cheers, > Ben > > > >