Re: [gentoo-user] Nvidia-drivers fails to patch

2023-04-20 Thread Dale
Morgan Wesström wrote: > On 2023-04-21 00:36, Dale wrote: >> /var/tmp/portage/x11-drivers/nvidia-drivers-470.182.03/temp/environment: >> line 1291: >> /var/tmp/portage/x11-drivers/nvidia-drivers-470.182.03/files/nvidia-drivers-470.141.03-clang15.patch: >> >> No such file or directory >> >> Any

Re: [gentoo-user] Nvidia-drivers fails to patch

2023-04-20 Thread Morgan Wesström
On 2023-04-21 00:36, Dale wrote: /var/tmp/portage/x11-drivers/nvidia-drivers-470.182.03/temp/environment: line 1291: /var/tmp/portage/x11-drivers/nvidia-drivers-470.182.03/files/nvidia-drivers-470.141.03-clang15.patch: No such file or directory Any thoughts?  Ideas? I couldn't reproduce the

Re: [gentoo-user] Nvidia-drivers fails to patch

2023-04-20 Thread Mark Knecht
On Thu, Apr 20, 2023 at 3:36 PM Dale wrote: > * patch -p1 failed with > /var/tmp/portage/x11-drivers/nvidia-drivers-470.182.03/files/nvidia-drivers-470.141.03-clang15.patch You know I don't run Gentoo, right? That looks weird to me - building 470.182.03 but patching it with 470.141.03.

Re: [gentoo-user] Re: Finally got a SSD drive to put my OS on

2023-04-20 Thread Wol
On 20/04/2023 05:23, Dale wrote: Some 1,100 directories, not sure if directories use inodes or not. "Everything is a file". A directory is just a data file with a certain structure that maps names to inodes. It might still be there somewhere - I can't imagine it's been deleted, just

[gentoo-user] Nvidia-drivers fails to patch

2023-04-20 Thread Dale
Howdy, I tried a while back to upgrade my kernel but nvidia didn't like it.  Given I can do this a piece at a time, I thought I'd try again.  Kernel compiled fine and when nvidia complained about missing options, I fixed those and recompiled the kernel.  I finally got it happy as far as missing

Re: [gentoo-user] Can I safely switch (no)multilib profile???

2023-04-20 Thread Dr Rainer Woitok
Netfab, On Tuesday, 2023-04-18 19:23:08 +0200, you wrote: > ... > Please post your emerge --info. $ emerge --info Portage 3.0.44 (python 3.10.10-final-0, default/linux/amd64/17.1/desktop, gcc-12, glibc-2.36-r7, 6.1.19-gentoo x86_64)

[gentoo-user] Re: Finally got a SSD drive to put my OS on

2023-04-20 Thread Nikos Chantziaras
On 20/04/2023 13:59, Dale wrote: In place of "find -type..." say "find / -type..." Ahhh, that worked.  I also realized I need to leave off the ' at the beginning and end.  I thought I left those out.  I copy and paste a lot.  lol Btw, if you only want to do this for the root filesystem and

Re: [gentoo-user] Re: Finally got a SSD drive to put my OS on

2023-04-20 Thread Frank Steinmetzger
Am Thu, Apr 20, 2023 at 04:29:59AM -0500 schrieb Dale: > >> I wonder.  Is there a way to find out the smallest size file in a > >> directory or sub directory, largest files, then maybe a average file > >> size??? > > The 20 smallest: > > `find -type f -print0 | xargs -0 stat -c '%s %n' | sort -n

Re: [gentoo-user] Re: Finally got a SSD drive to put my OS on

2023-04-20 Thread Dale
Peter Humphrey wrote: > On Thursday, 20 April 2023 10:29:59 BST Dale wrote: >> Frank Steinmetzger wrote: >>> Am Wed, Apr 19, 2023 at 06:32:45PM -0500 schrieb Dale: Frank Steinmetzger wrote: > <<>> > > When formatting file systems, I usually lower the number of inodes from >

Re: [gentoo-user] Re: Finally got a SSD drive to put my OS on

2023-04-20 Thread Peter Humphrey
On Thursday, 20 April 2023 10:29:59 BST Dale wrote: > Frank Steinmetzger wrote: > > Am Wed, Apr 19, 2023 at 06:32:45PM -0500 schrieb Dale: > >> Frank Steinmetzger wrote: > >>> <<>> > >>> > >>> When formatting file systems, I usually lower the number of inodes from > >>> the > >>> default value to

Re: [gentoo-user] Re: Finally got a SSD drive to put my OS on

2023-04-20 Thread Dale
Peter Humphrey wrote: > On Wednesday, 19 April 2023 18:59:26 BST Dale wrote: >> Peter Humphrey wrote: >>> On Wednesday, 19 April 2023 09:00:33 BST Nikos Chantziaras wrote: With my HDD: # smartctl -x /dev/sda | grep -i 'sector size' Sector Sizes: 512 bytes logical, 4096

Re: [gentoo-user] Re: Finally got a SSD drive to put my OS on

2023-04-20 Thread Dale
eric wrote: > On 4/19/23 21:23, Dale wrote: >> Mark Knecht wrote: >>> >>> > I wonder.  Is there a way to find out the smallest size file in a >>> directory or sub directory, largest files, then maybe a average file >>> size???  I thought about du but given the number of files I have >>> here, it

Re: [gentoo-user] Re: Finally got a SSD drive to put my OS on

2023-04-20 Thread Peter Humphrey
On Wednesday, 19 April 2023 18:59:26 BST Dale wrote: > Peter Humphrey wrote: > > On Wednesday, 19 April 2023 09:00:33 BST Nikos Chantziaras wrote: > >> With my HDD: > >># smartctl -x /dev/sda | grep -i 'sector size' > >>Sector Sizes: 512 bytes logical, 4096 bytes physical > > > > Or,

Re: [gentoo-user] Re: Finally got a SSD drive to put my OS on

2023-04-20 Thread Dale
Frank Steinmetzger wrote: > Am Wed, Apr 19, 2023 at 06:32:45PM -0500 schrieb Dale: >> Frank Steinmetzger wrote: >>> <<>> >>> >>> When formatting file systems, I usually lower the number of inodes from the >>> default value to gain storage space. The default is one inode per 16 kB of >>> FS size,

Re: [gentoo-user] Re: Finally got a SSD drive to put my OS on

2023-04-20 Thread Frank Steinmetzger
Am Wed, Apr 19, 2023 at 06:09:15PM -0700 schrieb Mark Knecht: > > I wonder. Is there a way to find out the smallest size file in a > directory or sub directory, largest files, then maybe a average file > size??? I thought about du but given the number of files I have here, it > would be a really

Re: [gentoo-user] Re: Finally got a SSD drive to put my OS on

2023-04-20 Thread Frank Steinmetzger
Am Wed, Apr 19, 2023 at 06:32:45PM -0500 schrieb Dale: > Frank Steinmetzger wrote: > > <<>> > > > > When formatting file systems, I usually lower the number of inodes from the > > default value to gain storage space. The default is one inode per 16 kB of > > FS size, which gives you 60 million