I copied my .config from 5.13 to 6.7, and ran the following:
Command and result :
# genkernel --menuconfig --oldconfig --microcode=none all * Gentoo Linux Genkernel; Version 4.3.8 * Using genkernel configuration from '/etc/genkernel.conf' ... * Running with options: --menuconfig --oldconfig ...
I'm looking to set up Kubernetes on my Gentoo server, and I'm wondering what experience others have had getting things configured. I'm new to k8s from an admin pov, so any input would be helpful. I'll be starting with sys-cluster/kubelet installation and going from there. Anything else as far as ...
Can you verify that the binary in /usr/bin is definitely the one you expect (etc)? It definitely seems like it shouldn't be, but maybe we compiled bzip2 incorrectly in the stage3 (seems very unlikely).
Too late. I was forced to reimage the drive from a copy.
The alternative is that you mv the binpkg (the .tbz2 file) into /usr/portage/packages/app-arch/ (so that Portage can find it) on your broken/main install, then emerge -v1 --usepkg=y "=app-arch/bzip2-1.0.8-r1" and it should install using the binpkg.
Today I upgraded machines from an i5-2400 to Xeon E-2236. I wanted to recompile system/world, so I changed my "march".
Intel lists teh E-2236 as Coffee Lake: https://www.intel.com/content/www/us/en/products/sku/191040/intel-xeon-e2236-processor-12m-cache-3-40-ghz/specifications.html
I think that python-3.4 not support openssl-1.1, but because you have yet this version installed? Default PYTHON_TARGETS set by profile are python2_7 and python3_6, so python3_4 isn't longer required.
You did notice the part above which says the package list contains packages which cannot be installed at the same time on the same system, right? Portage will not let you install both app-emulation/runc and app-emulation/docker-runc, presumably because the docker fork installs many files which ...
I accidentally set the directory ownership for everything recursively under /var to root:root. I need help determining the correct ownership for each directory/file. I can't believe I messed up this bad.
# ls -al total 68 drwxr-xr-x 17 root root 4096 Nov 16 15:31 . drwxr-xr-x 22 root root 4096 Sep ...
The solution was to get rid of the entire /var/www/localhost/htdocs/bugzilla/lib/i686-linux-thread-multi directory! It looks like that is where modules are installed by the bugzilla script, and they overwrite system modules.
Well, as for the version numbers, that's just different versioning scheme in portage and upstream. But as for the output, are you sure you've rebuilt dev-perl/DBI ? ..and why does it look for it in /var/www/localhost/htdocs/bugzilla/ in the first place ?