[gentoo-user] [SOLVED} Exact setting in grub to default to a kernel by name?

2021-06-15 Thread Walter Dnes
On Tue, Jun 15, 2021 at 02:56:48PM +0100, Neil Bothwick wrote > On Mon, 14 Jun 2021 16:25:00 -0400, Walter Dnes wrote: > > > Unfortunately, just like the standard grub.cfg, it's a tiny-looking > > text font on my 1920x1080 monitor that I have to squint at. Next > > step... what do I do to get

Re: [gentoo-user] cryptsetup close and device in use when it is not

2021-06-15 Thread Ramon Fischer
If the "umount" command seems to be hanging next time, it is most likely due to cache writebacks. You can monitor this like so: $ watch "grep 'Dirty\|Writeback' /proc/meminfo" -Ramon On 15/06/2021 17:26, Dale wrote: Jack wrote: On 6/15/21 10:21 AM, Dale wrote: Ramon Fischer wrote:

[gentoo-user]

2021-06-15 Thread Mike Kaliman

[gentoo-user] Re: cryptsetup close and device in use when it is not

2021-06-15 Thread Remy Blank
Dale wrote on 15/06/2021 16:21: > Ramon Fischer wrote: >> Hello Dale, >> >> this also happens to me sometimes and the culprit was an open process >> still accessing the hard drive. Maybe you can solve it like this: >> >>    $ lsof /mnt/8tb >>    zsh   8390 root  cwd    DIR  253,2  4096

Re: [gentoo-user] cryptsetup close and device in use when it is not

2021-06-15 Thread Dale
Jack wrote: > On 6/15/21 10:21 AM, Dale wrote: >> Ramon Fischer wrote: >>> Hello Dale, >>> >>> this also happens to me sometimes and the culprit was an open process >>> still accessing the hard drive. Maybe you can solve it like this: >>> >>>     $ lsof /mnt/8tb >>>     zsh   8390 root  cwd   

Re: [gentoo-user] Building package "dev-texlive/texlive-basic-2021" failed

2021-06-15 Thread Dr Rainer Woitok
Peter, On Tuesday, 2021-06-15 08:41:40 +0100, you wrote: > ... > ># eselect locale set 4 > ># env-update > > > >>>> Regenerating /etc/ld.so.cache... > > After that you need to source /etc/profile, no? Yes, if you want to continue working in this shell. But if I start my Gentoo

Re: [gentoo-user] cryptsetup close and device in use when it is not

2021-06-15 Thread Jack
On 6/15/21 10:21 AM, Dale wrote: Ramon Fischer wrote: Hello Dale, this also happens to me sometimes and the culprit was an open process still accessing the hard drive. Maybe you can solve it like this:    $ lsof /mnt/8tb    zsh   8390 root  cwd    DIR  253,2  4096 27787265 /mnt/8tb

Re: [gentoo-user] cryptsetup close and device in use when it is not

2021-06-15 Thread Dale
Ramon Fischer wrote: > Hello Dale, > > this also happens to me sometimes and the culprit was an open process > still accessing the hard drive. Maybe you can solve it like this: > >    $ lsof /mnt/8tb >    zsh   8390 root  cwd    DIR  253,2  4096 27787265 /mnt/8tb >    $ kill 8390 >    $

Re: [gentoo-user] Re: Exact setting in grub to default to a kernel by name?

2021-06-15 Thread Neil Bothwick
On Mon, 14 Jun 2021 16:25:00 -0400, Walter Dnes wrote: > Unfortunately, just like the standard grub.cfg, it's a tiny-looking > text font on my 1920x1080 monitor that I have to squint at. Next > step... what do I do to get a functioning GUI? Set up a theme, you can use one of the supplied

Re: [gentoo-user] cryptsetup close and device in use when it is not

2021-06-15 Thread Ramon Fischer
Hello Dale, this also happens to me sometimes and the culprit was an open process still accessing the hard drive. Maybe you can solve it like this: $ lsof /mnt/8tb zsh   8390 root  cwd    DIR  253,2  4096 27787265 /mnt/8tb $ kill 8390 $ lsof /mnt/8tb After that, you

Re: [gentoo-user] Building package "dev-texlive/texlive-basic-2021" failed

2021-06-15 Thread Peter Humphrey
On Monday, 14 June 2021 17:36:11 BST Dr Rainer Woitok wrote: > Michael, > > On Sunday, 2021-06-13 18:23:54 +0100, you wrote: > > ... > > Yes, this looks odd, but I have not worked out how locale is sourced in > > > > detail. Have you added: > > LANG="en_GB.UTF-8" > > > > in your