gentoo – otrs – emerge error – ‘chown $S not allowed’

SetPermissions.pl –otrs-user=otrs –web-user=apache –otrs-group=apache –web-group=apache “${S}” dies with “Could not set permissions” Caused by running emerge as user portage. This user has sometimes insufficient file rights. This is the default behaviour since 2013SEP, when the portage FEATURE userpriv was enabled per default. See man make.conf. Disable this FEATURE using the awesome /etc/portage/package.env file. Edit this […]

gentoo – enable initramfs

# emerge genkernel then mount the boot volume # genkernel –install initramfs edit the grub.conf: > title Gentoo Linux 3.10.7-gentoo > root (hd0,0) > kernel /boot/kernel-3.10.7-gentoo root=/dev/sda3 rootfstype=ext3 > initrd /boot/initramfs-genkernel-x86_64-3.10.7-gentoo do not forget to create a new initramfs in case of building new kernels