Re: [gentoo-user] Jekyll on Gentoo using containers

2023-08-29 Thread Michael Orlitzky
On Tue, 2023-08-29 at 15:31 +0100, Peter Humphrey wrote: > Hello list, > > I'm trying to set a container up to run jekyll to build a blog, following a > suggestion at the bottom of https://github.com/gentoo-ev/www.gentoo.de. > This is my first foray into containers. The containers don't add

Re: [gentoo-user] Jekyll on Gentoo using containers

2023-08-29 Thread Peter Humphrey
On Tuesday, 29 August 2023 16:56:42 BST I wrote: > On Tuesday, 29 August 2023 15:57:42 BST Matt Connell wrote: > > Let's start at the top. > > > > When you built docker, did you get any feedback from Portage about > > missing or incorrectly set kernel configuration options? > > Not that I

Re: [gentoo-user] Jekyll on Gentoo using containers

2023-08-29 Thread Peter Humphrey
On Tuesday, 29 August 2023 15:57:42 BST Matt Connell wrote: > Let's start at the top. > > When you built docker, did you get any feedback from Portage about > missing or incorrectly set kernel configuration options? Not that I remember, no. > Docker has a strict list of things that it expects

Re: [gentoo-user] Jekyll on Gentoo using containers

2023-08-29 Thread Matt Connell
On Tue, 2023-08-29 at 15:31 +0100, Peter Humphrey wrote: > > $ cat /var/log/docker.log | cut -d \ -f 2- [to omit date & time] > level=info msg="Starting up" > level=error msg="failed to mount overlay: no such device" > storage-driver=overlay2 > level=error msg="exec: \"fuse-overlayfs\":

[gentoo-user] Jekyll on Gentoo using containers

2023-08-29 Thread Peter Humphrey
Hello list, I'm trying to set a container up to run jekyll to build a blog, following a suggestion at the bottom of https://github.com/gentoo-ev/www.gentoo.de. This is my first foray into containers. So far I've installed lxc and followed https://wiki.gentoo.org/wiki/LXC as far as I can, but I'm

[gentoo-user] Re: Migrate install from Intel 6th gen to AMD Zen 4

2023-08-29 Thread Nikos Chantziaras
On 29/08/2023 13:22, Victor Ivanov wrote: Hello, I will soon be upgrading from a mobile Skylake platform to a desktop Ryzen 7000 series and a full re-install is not an option unless all else fails. I'm thinking of simply moving the drive and recompile as necessary. I don't see why this wouldn't

Re: [gentoo-user] Migrate install from Intel 6th gen to AMD Zen 4

2023-08-29 Thread Rich Freeman
On Tue, Aug 29, 2023 at 6:22 AM Victor Ivanov wrote: > > My existing make.conf has: > > COMMON_FLAGS="-march=skylake -O2 -pipe" > CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt sse > sse2 sse3 sse4_1 sse4_2 ssse3" > > 1) Replace "-march=skylake" with "x86_64[-v1|v2|v3|v4]" or just

[gentoo-user] Migrate install from Intel 6th gen to AMD Zen 4

2023-08-29 Thread Victor Ivanov
Hello, I will soon be upgrading from a mobile Skylake platform to a desktop Ryzen 7000 series and a full re-install is not an option unless all else fails. I'm thinking of simply moving the drive and recompile as necessary. I don't see why this wouldn't work, but wanted to double check with the