On Thu, Jun 30, 2016 at 12:05 PM, Carlos E. R. <robin.listas@telefonica.net> wrote:
On 2016-06-30 17:28, Chris Murphy wrote:
Originally it's reported:
OSError: [Errno 28] No space left on device: '/usr/tmp/tmpzrux9b_p'
That is definitely on Btrfs.
Later,
fatal error: error writing to /tmp/ccZoakJY.s: No space left on device
That is /tmp on tmpfs which ends up using swap space if necessary. So we need to make sure to keep these problems separate.
On another post:
..........
Let's start with obvious question - where is /tmp mounted?
fstab tells me:
UUID="very long id" /tmp btrfs subvol=tmp 0 0 ..........
So, that's not a tmpfs.
Aha, well at least things are consistent! -- Chris Murphy -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org