this is my depclan line:
emerge --depclean --ask --exclude "sys-kernel/gentoo-sources"
when I check disk usage I get the following:
Code: Select all
df -H
Filesystem Size Used Avail Use% Mounted on
/dev/root 916G 869G 0 100% /
. . . more below
I tried to do a world update and I get the following:
Code: Select all
>>> Failed to emerge dev-lang/ruby-3.1.6-r1, Log file:
>>> '/var/tmp/portage/dev-lang/ruby-3.1.6-r1/temp/build.log'
* Messages for package dev-lang/ruby-3.1.6-r1:
* The ebuild phase 'unpack' has exited unexpectedly. This type of behavior
* is known to be triggered by things such as failed variable assignments
* (bug #190128) or bad substitution errors (bug #200313). Normally, before
* exiting, bash should have displayed an error message above. If bash did
* not produce an error message above, it's possible that the ebuild has
* called `exit` when it should have called `die` instead. This behavior
* may also be triggered by a corrupt bash binary or a hardware problem
* such as memory or cpu malfunction. If the problem is not reproducible or
* it appears to occur randomly, then it is likely to be triggered by a
* hardware problem. If you suspect a hardware problem then you should try
* some basic hardware diagnostics such as memtest. Please do not report
* this as a bug unless it is consistently reproducible and you are sure
* that your bash binary and hardware are functioning properly.
* GNU info directory index is up-to-date.
* After world updates, it is important to remove obsolete packages with
* emerge --depclean. Refer to `man emerge` for more information.
Code: Select all
/dev/sda1 /boot ext4 defaults,noatime 0 2
/dev/sda2 none swap sw 0 0
/dev/sda3 / ext4 noatime 0 1
/dev/cdrom /mnt/cdrom auto noauto,user 0 0
/dev/sdb /y ext4 noatime,user,exec 0 0
/dev/sdc /z xfs noatime,user,exec 0 0
Code: Select all
# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/root 853G 807G 2.3G 100% /
devtmpfs 10M 0 10M 0% /dev
tmpfs 13G 1.2M 13G 1% /run
shm 32G 0 32G 0% /dev/shm
/dev/sda1 459M 200M 230M 47% /boot
/dev/sdb 916G 185G 685G 22% /y
/dev/sdc 932G 309G 623G 34% /z
tmpfs 6.3G 2.4M 6.3G 1% /run/user/1000
Code: Select all
yoda ~ # df -H
Filesystem Size Used Avail Use% Mounted on
/dev/root 916G 869G 0 100% /
devtmpfs 11M 0 11M 0% /dev
tmpfs 14G 1.3M 14G 1% /run
shm 34G 0 34G 0% /dev/shm
/dev/sda1 481M 210M 241M 47% /boot
/dev/sdb 984G 199G 736G 22% /y
/dev/sdc 1.0T 329G 672G 33% /z
tmpfs 6.8G 2.5M 6.8G 1% /run/user/1000
yoda ~ # fdisk -l
Disk /dev/sdb: 931.51 GiB, 1000204886016 bytes, 1953525168 sectors
Disk model: WDC WD10EZEX-00B
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/sda: 931.51 GiB, 1000204886016 bytes, 1953525168 sectors
Disk model: WDC WDS100T2B0A
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x1d6021cc
Device Boot Start End Sectors Size Id Type
/dev/sda1 2048 1026047 1024000 500M 83 Linux
/dev/sda2 1026048 135243775 134217728 64G 83 Linux
/dev/sda3 135243776 1953525167 1818281392 867G 83 Linux


