Hi,
I always get the following error message when trying to install plex media server on my PogoPlug device through yaourt:
$this->bbcode_second_pass_code('', '/usr/lib/yaourt/pkgbuild.sh: line 176: cannot create temp file for here-document: No space left on device
')
looking into df -h revealed that my /tmp partition is only 60mb big while the spk downloaded through yaourt is already 90mb big, therefore it always fails at 59.xmb
Now normally I would go into my fstab and change the size of my /tmp partition, unfortunately with Arch Linux ARM, there's no such entry (actually, why?!).
So how can I change the size of my tmpfs?!
Thanks