Re: [gentoo-user] Controlling emerges

2023-09-21 Thread Dale
Tsukasa Mcp_Reznor wrote: > So I feel I should add my own 2 cents to the pileor possibly 25 cents due > to inflation. > > > PORTAGE_IONICE_COMMAND="ionice -c 3 -p \${PID}" > PORTAGE_SCHEDULING_POLICY="idle" > > Those 2 together in make.conf have had a noticeable effect on multitasking > for

Re: [gentoo-user] What is a dependency of ruby

2023-09-21 Thread Jack
On 2023.09.21 13:09, Alan McKinnon wrote: On Thu, Sep 21, 2023 at 6:35 PM Jack wrote: > On 9/21/23 12:30, Alan McKinnon wrote: > > > > On Thu, Sep 21, 2023 at 5:03 PM Neil Bothwick wrote: > >> On Thu, 21 Sep 2023 13:45:19 +0200, Alan McKinnon wrote: >> >> > Not 100% back in the gentoo

[gentoo-user] Re: How to move ext4 partition

2023-09-21 Thread Grant Edwards
On 2023-09-21, Jack wrote: > >> [...] Of course I've discovered for the Nth time in the past 10-15 >> years, that for the root= command line argument, the kernel doesn't >> grok LABEL or UUID values -- it only understands device names and >> PARTUUID. > > while my Gentoo grub.cfg has

Re: [gentoo-user] Re: How to move ext4 partition

2023-09-21 Thread Jack
On 9/21/23 16:23, Grant Edwards wrote: On 2023-09-21, Victor Ivanov wrote: On Wed, 20 Sept 2023 at 23:58, Grant Edwards wrote: Just make sure you update /etc/fstab and bootloader config file with the new filesystem UUID or partition indices. I always forget one or the other until after I

Re: [gentoo-user] What is a dependency of ruby

2023-09-21 Thread Neil Bothwick
On Thu, 21 Sep 2023 11:21:34 -0400, Matt Connell wrote: > > emerge -cav ruby > > emerge --depclean --pretend ruby > > No need to ask when you don't actually mean to depclean it... nor could > you if something depended on it. Muscle memory added the --ask, but you do need verbose for this to

Re: [gentoo-user] Controlling emerges

2023-09-21 Thread Tsukasa Mcp_Reznor
So I feel I should add my own 2 cents to the pileor possibly 25 cents due to inflation. PORTAGE_IONICE_COMMAND="ionice -c 3 -p \${PID}" PORTAGE_SCHEDULING_POLICY="idle" Those 2 together in make.conf have had a noticeable effect on multitasking for me. I still wouldn't recommend

[gentoo-user] Re: How to move ext4 partition

2023-09-21 Thread Grant Edwards
On 2023-09-21, Victor Ivanov wrote: > On Wed, 20 Sept 2023 at 23:58, Grant Edwards > wrote: > >>> Just make sure you update /etc/fstab and bootloader config file >>> with the new filesystem UUID or partition indices. >> >> I always forget one or the other until after I try to boot the >> first

RE: [gentoo-user] Controlling emerges

2023-09-21 Thread Laurence Perkins
> -Original Message- > From: Wol > Sent: Wednesday, September 20, 2023 3:07 PM > To: gentoo-user@lists.gentoo.org > Subject: Re: [gentoo-user] Controlling emerges > > > What you have is not a portage problem. It is a orthodox parallelism > > problem, and I think you are thinking your

Re: [gentoo-user] What is a dependency of ruby

2023-09-21 Thread Alan McKinnon
On Thu, Sep 21, 2023 at 6:35 PM Jack wrote: > On 9/21/23 12:30, Alan McKinnon wrote: > > > > On Thu, Sep 21, 2023 at 5:03 PM Neil Bothwick wrote: > >> On Thu, 21 Sep 2023 13:45:19 +0200, Alan McKinnon wrote: >> >> > Not 100% back in the gentoo groove yet, forget some basic tools. >> > >> >

Re: [gentoo-user] What is a dependency of ruby

2023-09-21 Thread Jack
On 9/21/23 12:30, Alan McKinnon wrote: On Thu, Sep 21, 2023 at 5:03 PM Neil Bothwick wrote: On Thu, 21 Sep 2023 13:45:19 +0200, Alan McKinnon wrote: > Not 100% back in the gentoo groove yet, forget some basic tools. > > Something pulled in ruby, I know not what. > >

Re: [gentoo-user] What is a dependency of ruby

2023-09-21 Thread Alan McKinnon
On Thu, Sep 21, 2023 at 5:03 PM Neil Bothwick wrote: > On Thu, 21 Sep 2023 13:45:19 +0200, Alan McKinnon wrote: > > > Not 100% back in the gentoo groove yet, forget some basic tools. > > > > Something pulled in ruby, I know not what. > > > > What commands show me what installed packages have

Re: [gentoo-user] What is a dependency of ruby

2023-09-21 Thread Matt Connell
On Thu, 2023-09-21 at 16:03 +0100, Neil Bothwick wrote: > > What commands show me what installed packages have ruby as a dependency? > > emerge -cav ruby emerge --depclean --pretend ruby No need to ask when you don't actually mean to depclean it... nor could you if something depended on it.

Re: [gentoo-user] What is a dependency of ruby

2023-09-21 Thread Michael
On Thursday, 21 September 2023 13:34:20 BST Alan McKinnon wrote: > On Thu, Sep 21, 2023 at 2:01 PM Arve Barsnes wrote: > > On Thu, 21 Sept 2023 at 13:45, Alan McKinnon > > > > wrote: > > > Hey Gentooers, > > > > > > Not 100% back in the gentoo groove yet, forget some basic tools. > > > > > >

Re: [gentoo-user] What is a dependency of ruby

2023-09-21 Thread Neil Bothwick
On Thu, 21 Sep 2023 13:45:19 +0200, Alan McKinnon wrote: > Not 100% back in the gentoo groove yet, forget some basic tools. > > Something pulled in ruby, I know not what. > > What commands show me what installed packages have ruby as a dependency? emerge -cav ruby -- Neil Bothwick If at

Re: [gentoo-user] What is a dependency of ruby

2023-09-21 Thread Alan McKinnon
On Thu, Sep 21, 2023 at 2:01 PM Arve Barsnes wrote: > On Thu, 21 Sept 2023 at 13:45, Alan McKinnon > wrote: > > > > Hey Gentooers, > > > > Not 100% back in the gentoo groove yet, forget some basic tools. > > > > Something pulled in ruby, I know not what. > > > > What commands show me what

Re: [gentoo-user] What is a dependency of ruby

2023-09-21 Thread Arve Barsnes
On Thu, 21 Sept 2023 at 13:45, Alan McKinnon wrote: > > Hey Gentooers, > > Not 100% back in the gentoo groove yet, forget some basic tools. > > Something pulled in ruby, I know not what. > > What commands show me what installed packages have ruby as a dependency? I tend to use # equery d

[gentoo-user] What is a dependency of ruby

2023-09-21 Thread Alan McKinnon
Hey Gentooers, Not 100% back in the gentoo groove yet, forget some basic tools. Something pulled in ruby, I know not what. What commands show me what installed packages have ruby as a dependency? -- Alan McKinnon alan dot mckinnon at gmail dot com

Re: [gentoo-user] Re: How to move ext4 partition

2023-09-21 Thread Victor Ivanov
On Wed, 20 Sept 2023 at 23:58, Grant Edwards wrote: > Yep, that's pretty much what I decided on based on the tar command > shown at > >https://wiki.gentoo.org/wiki/Handbook:AMD64/Installation/Stage > > Interestingly, the Arch Linux Wiki recommends using bsdtar because > "GNU tar with --xattrs

Re: [gentoo-user] Re: How to move ext4 partition

2023-09-21 Thread Victor Ivanov
On Thu, 21 Sept 2023 at 02:01, Frank Steinmetzger wrote: > > $ tar -cpf /path/to/backup.tar --xattrs --xattrs-include='*.*' -C / . > > Does that stop at file system boundaries (because you tar up '/')? I think > it must be, otherwise you wouldn’t use it that way. No, it doesn't. It will archive