Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gentoo template not usable out-of-the-box #37

Open
m23project opened this issue Oct 21, 2020 · 1 comment
Open

Gentoo template not usable out-of-the-box #37

m23project opened this issue Oct 21, 2020 · 1 comment

Comments

@m23project
Copy link

Required information

  • Distribution: Proxmox
  • Distribution version: 6.1

Issue description

Hi there,

the Gentoo template is missing a feature to make the package manager work. To enable it, do the following:

echo 'FEATURES="-pid-sandbox"' >> /etc/portage/make.conf

Then the SSH server is not installed in the template, so a SSH connection to the container will not work, even if the public SSH key is given in the Proxmox GUI. To enable the SSH server, do the following:

emerge-webrsync
emerge --changed-use net-misc/openssh
rc-update add sshd default
rc-service sshd start

Further information (in German) can be found in https://www.goos-habermann.de/howto-10048-Gentoo-Proxmox-Paketverwaltung-LAMP-Software-Downgrade .

It would be nice, if you could include these "patches" into the next version of the Gentoo template. So it would be fully usable out-of-the-box.

Cu Hauke

@m23project
Copy link
Author

Was previously reported at: lxc/lxc#3544 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant