Re: [gentoo-user] gentoo-sources-5.10.103 - will not boot

2022-03-14 Thread Steve Wilson
On 13/03/2022 22:26, the...@sys-concept.com wrote: On 3/13/22 14:34, Neil Bothwick wrote: On Sun, 13 Mar 2022 14:04:59 -0600, the...@sys-concept.com wrote: On 3/13/22 13:21, the...@sys-concept.com wrote: Upgraded to: gentoo-sources-5.10.103 and kernel will not boot, not even recovery mode.

Re: [gentoo-user] Any way to run multiple commands from single script in parallel?

2022-03-14 Thread J. Roeleveld
On Monday, March 14, 2022 11:51:44 AM CET Björn Fischer wrote: > Hello Joost, > > > Is there a tool/method to execute multiple lines/commands > > simultaneously? Like having 3 or 4 run together and when 1 is > > finished, it will grab the next one in the list? > > probably, GNU Parallel is what

Re: [gentoo-user] depclean wants to remove xf86-video-intel

2022-03-14 Thread Neil Bothwick
On Mon, 14 Mar 2022 17:07:54 - (UTC), Grant Edwards wrote: > I was a bit startled thos morning when emerge --depclean wanted to > remove xf86-video-intel. I presume this is a result of the switch to > the "built in" modesetting driver? And there are no corresponding Xorg > config changes that

RE: [gentoo-user] Any way to run multiple commands from single script in parallel?

2022-03-14 Thread Laurence Perkins
If you don't want to do thread management yourself in bash then you can use something like GNU Parallel (in the repo) to handle forking and collating processes for you. Parallel in particular has the additional advantage that it's capable of shipping tasks off to other machines via SSH, so if

[gentoo-user] depclean wants to remove xf86-video-intel

2022-03-14 Thread Grant Edwards
I was a bit startled thos morning when emerge --depclean wanted to remove xf86-video-intel. I presume this is a result of the switch to the "built in" modesetting driver? And there are no corresponding Xorg config changes that need to be made? My video chipset is 00:02.0 VGA compatible

Re: [gentoo-user] Any way to run multiple commands from single script in parallel?

2022-03-14 Thread Andreas Fink
On Mon, 14 Mar 2022 11:13:13 +0100 "J. Roeleveld" wrote: > Hi, > > I often put multiple commands into a single file/script to be run in sequence. > (each line can be executed individually, there is no dependency) > > Is there a tool/method to execute multiple lines/commands simultaneously? Like

Re: [gentoo-user] Any way to run multiple commands from single script in parallel?

2022-03-14 Thread Björn Fischer
Hello Joost, Is there a tool/method to execute multiple lines/commands simultaneously? Like having 3 or 4 run together and when 1 is finished, it will grab the next one in the list? probably, GNU Parallel is what you are looking for:

Re: [gentoo-user] Any way to run multiple commands from single script in parallel?

2022-03-14 Thread Ramon Fischer
Hello Joost, I suppose, that you are talking about Bash scripts. If so, you may put each individual command in a subshell by using an ampersand ("&") at the end of the line. This example[1] shows it nicely. -Ramon [1] 3. Parallelize running commands by grabbing PIDs.:

[gentoo-user] Re: gentoo-sources-5.10.103 - will not boot

2022-03-14 Thread Nikos Chantziaras
On 14/03/2022 00:26, the...@sys-concept.com wrote: Simple human error :-/ When I did: cd linux cp ../linux-old_kernel/.config . mount /boot/ make oldconfig New entries showed up. Instead of pressing "enter" I made a mistake and press "Y" several times. This enabled some feature in the new