Skip to content

Instantly share code, notes, and snippets.

@altercation
Created October 3, 2012 23:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save altercation/3830524 to your computer and use it in GitHub Desktop.
Save altercation/3830524 to your computer and use it in GitHub Desktop.
archblocks - no temp fs space error
JUST PRIOR TO ERROR:
# -----------------------------------------------------------------------------------------------
# df -a > /test/1/dump_df
# -----------------------------------------------------------------------------------------------
Filesystem 1K-blocks Used Available Use% Mounted on
rootfs 28507096 2636548 24422468 10% /
proc 0 0 0 - /proc
sys 0 0 0 - /sys
dev 1958016 0 1958016 0% /dev
run 1966912 0 1966912 0% /run
/dev/mapper/arch_root-image 28507096 2636548 24422468 10% /
/dev/mapper/arch_usr-lib-modules 28507096 2636548 24422468 10% /usr/lib/modules
/dev/mapper/arch_usr-share 28507096 2636548 24422468 10% /usr/share
devpts 0 0 0 - /dev/pts
shm 1966912 0 1966912 0% /dev/shm
tmpfs 51200 51200 0 100% /tmp
binfmt 0 0 0 - /proc/sys/fs/binfmt_misc
/dev/mapper/cryptroot 28507096 2636548 24422468 10% /
proc 0 0 0 - /proc
sys 0 0 0 - /sys
udev 1958016 0 1958016 0% /dev
devpts 0 0 0 - /dev/pts
shm 1966912 0 1966912 0% /dev/shm
run 1966912 0 1966912 0% /run
tmp 51200 51200 0 100% /tmp
/dev/mapper/arch_root-image 748848 351580 397268 47% /etc/resolv.conf
/dev/sda1 203572 21756 181816 11% /boot/efi
# -----------------------------------------------------------------------------------------------
# free -m > /test/1/dump_free
# -----------------------------------------------------------------------------------------------
total used free shared buffers cached
Mem: 3841 2957 883 0 66 2614
-/+ buffers/cache: 276 3564
Swap: 0 0 0
# -----------------------------------------------------------------------------------------------
# lsof > /test/1/dump_lsof
# -----------------------------------------------------------------------------------------------
- no output -
# -----------------------------------------------------------------------------------------------
# pstree > /test/1/dump_pstree
# -----------------------------------------------------------------------------------------------
init-+-5*[agetty]
|-dhcpcd
|-haveged
|-login---zsh---bash---arch-chroot---post-chroot.sh---pstree
|-syslog-ng---syslog-ng
`-systemd-udevd
# -----------------------------------------------------------------------------------------------
# Contents of /dev/fd
# -----------------------------------------------------------------------------------------------
/dev/fd/0
/dev/fd/1
/dev/fd/2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment