Re: [gentoo-user] How to fix license error during install?

2020-03-20 Thread madscientistatlarge
Sent with ProtonMail Secure Email. ‐‐‐ Original Message ‐‐‐ On Friday, March 20, 2020 8:18 PM, Jeffrey Walton wrote: > On Fri, Mar 20, 2020 at 10:16 PM John Covici cov...@ccs.covici.com wrote: > > > On Fri, 20 Mar 2020 21:16:10 -0400, > > Jeffrey Walton wrote: > > > > > Hi Everyone, > >

Re: [gentoo-user] How to fix license error during install?

2020-03-20 Thread Jeffrey Walton
On Fri, Mar 20, 2020 at 10:16 PM John Covici wrote: > > On Fri, 20 Mar 2020 21:16:10 -0400, > Jeffrey Walton wrote: > > > > Hi Everyone, > > > > I'm having trouble installing Gentoo in a Virtual Box VM for testing. > > It is a x86_64 guest. I selected a hardened profile to test PaX, which > >

Re: [gentoo-user] How to fix license error during install?

2020-03-20 Thread John Covici
On Fri, 20 Mar 2020 21:16:10 -0400, Jeffrey Walton wrote: > > Hi Everyone, > > I'm having trouble installing Gentoo in a Virtual Box VM for testing. > It is a x86_64 guest. I selected a hardened profile to test PaX, which > means I selected 18 in 'eselect profile'. > > I'm at "Configuring the

[gentoo-user] How to fix license error during install?

2020-03-20 Thread Jeffrey Walton
Hi Everyone, I'm having trouble installing Gentoo in a Virtual Box VM for testing. It is a x86_64 guest. I selected a hardened profile to test PaX, which means I selected 18 in 'eselect profile'. I'm at "Configuring the Linux kernel" in the Handbook

Re: [gentoo-user] Re: Testing ebuilds

2020-03-20 Thread Alarig Le Lay
On ven. 20 mars 09:16:34 2020, Ian Zimmerman wrote: > > Do you have hardening or something like that? > > No. Here is my make.conf: Nothing unusual, indeed. Could you please share the ebuild that has the behavior? The issue might be there. -- Alarig

[gentoo-user] Re: Testing ebuilds

2020-03-20 Thread Ian Zimmerman
On 2020-03-20 10:10, Alarig Le Lay wrote: > > Assuming it's /usr/lib/portage/python3.6/ebuild-helpers/dobin, mine > > contains as the last significant chunk the following: > > > > for x in "$@" ; do > > if [[ -e ${x} ]] ; then > > install -m0755 -o ${PORTAGE_INST_UID:-0}

[gentoo-user] need know-hows to fine-tune the kernel with new hardware

2020-03-20 Thread WooHyung Jeon
Dear amazing mentors! I bought a new laptop, thinkpad E495. This laptop has Ryzen 3500U and vega gpu. The hardware specification for this particular laptop isn't the topic. I spent bunch of time to start X with this hardware, and then the 'gentoo-kernel-bin' came to my mind. And then it does

Re: [gentoo-user] Re: How to set up a website

2020-03-20 Thread Peter Humphrey
On Thursday, 19 March 2020 18:35:33 GMT Ian Zimmerman wrote: > On 2020-03-19 18:53, J. Roeleveld wrote: > > I found it far simpler to use Nginx when dealing with different > > websites, incl. seperate SSL certificates per site even though it is 1 > > server and public IP. > > +1 I just hadn't

Re: [gentoo-user] Re: Testing ebuilds

2020-03-20 Thread Alarig Le Lay
On ven. 20 mars 00:07:45 2020, Ian Zimmerman wrote: > On 2020-03-19 20:18, Alarig Le Lay wrote: > > > Yes and it has always worked. `dobin` shouldn’t try to chown in theory, > > it’s done during the merge. > > Assuming it's /usr/lib/portage/python3.6/ebuild-helpers/dobin, mine > contains as the

Re: [gentoo-user] Re: swaps mounted randomly [not out of the woods yet]

2020-03-20 Thread Michael
On Friday, 20 March 2020 01:27:27 GMT Ian Zimmerman wrote: > On 2020-03-20 00:30, Michael wrote: > > Finally, I don't think you can use the hardware specific ID, found > > under /dev/ disk/by-id/wwn-xx-part1, which is a > > symlink to the /dev/sda1 name. > > Why not? I think you

[gentoo-user] Re: Testing ebuilds

2020-03-20 Thread Ian Zimmerman
On 2020-03-19 20:18, Alarig Le Lay wrote: > Yes and it has always worked. `dobin` shouldn’t try to chown in theory, > it’s done during the merge. Assuming it's /usr/lib/portage/python3.6/ebuild-helpers/dobin, mine contains as the last significant chunk the following: for x in "$@" ; do