[PLUG] Bug? with tab completion in terminal

Robert Citek robert.citek at gmail.com
Sun Oct 15 06:03:04 UTC 2017


On Sat, Oct 14, 2017 at 10:02 PM, John Jason Jordan <johnxj at gmx.com> wrote:
> On Sat, 14 Oct 2017 19:57:19 -0700
> wes <plug at the-wes.com> dijo:
>
>>you did state that there is plenty of space available, but did you
>>check all drives/partitions?
>
> I'm not sure what you mean by 'check all drives/partitions.' The drive
> where any extension would go and where the download would be is ~/.
> That partition must have been working or nothing would have been
> working.

I believe Wes is suggesting that the filesystem on /tmp/ may be
running low on disk space.  See this post:

https://unix.stackexchange.com/questions/277387/bash-cannot-create-temp-file-for-here-document-no-space-left-on-device

Can you post the output of running this command?

$ df -hTPl -x tmpfs

It should look something like this:

$ df -hTPl -x tmpfs
Filesystem                  Type      Size  Used Avail Use% Mounted on
udev                        devtmpfs   32G  4.0K   32G   1% /dev
/dev/dm-2                   ext4      1.9G  646M  1.2G  37% /
/dev/sda1                   ext4      945M   68M  813M   8% /boot
/dev/mapper/vgroot-lvopt    ext4      1.9G  676M  1.1G  39% /opt
/dev/mapper/vgroot-lvhome   ext4       12G  8.2G  3.1G  73% /home
/dev/mapper/vgroot-lvusr    ext4      3.7G  1.3G  2.3G  37% /usr
/dev/mapper/vgdata-lvdata   ext4       11T  9.9T  1.1T  91% /data
/dev/mapper/vgroot-lvtmp    ext4      107G   25M  102G   1% /tmp
/dev/mapper/vgroot-lvvar    ext4      7.4G  6.2G  815M  89% /var

Regards,
- Robert



More information about the PLUG mailing list