You are not logged in.
Ok, it's a bit really too late and I failed to notice that /tmp is in fact still 2GB. I change my question to:
Can I tell Yaourt to use an other directory? (last time I checked I found to such option)
How do I disable the /tmp mount? (systemctl disable tmp.mount didn't do the job it'd seem)I'm trying to install the Unity editor from the AUR and I'm always running into this problem.
When the install process reaches the decompression part, it displays this error on every file. (or at least those printed within the scrollback buffer)
I've checked `df` and I have ~8GB on my Arch partition.
I've tried the 'aur/unity-editor' and the 'aur/unity-editor-bin' packages, the former gives the aforementioned error, the latter gives a more generic one, but it also uses `bsdtar`.
I've had similar problems due to the /tmp partition's 2GB limit, so I disabled the systemd unit that mounts the tmpfs file system on it, but it solved nothing. (I'll probably have to revert that change)
output of df after the last failed attempt
Filesystem 1K-blocks Used Available Use% Mounted on
dev 2506336 0 2506336 0% /dev
run 2509060 668 2508392 1% /run
/dev/sda1 52019796 40940820 8413408 83% /
tmpfs 2509060 4 2509056 1% /dev/shm
tmpfs 2509060 0 2509060 0% /sys/fs/cgroup
tmpfs 2509060 2509060 0 100% /tmp
/dev/sda2 12582908 12040824 542084 96% /mnt/xp
tmpfs 501812 4 501808 1% /run/user/620
tmpfs 501812 8 501804 1% /run/user/1001Previously I managed to install a previously manually downloaded version and I could run it with no apparent problems. At least not more than one would expect from an experimental first-ever Linux build.
Really sorry if this is a stupid question, but I can't find any other sane reason why this would fill up any partition with the caching problem in /tmp eliminated.
Last edited by raingloom (2015-09-07 23:50:08)
Offline
Offline
You're still building in /tmp, df clearly shows it as 100% used. Build in ~.
Either configure yaourt to do so, or just use makepkg.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Moving to AUR Issues, Discussion and PKGBUILD Requests.
(This is because of Yaourt, regardless that the root problem may be because of a full /tmp)
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
I change my question to: Can I tell Yaourt to use an other directory?
Learn to use yaourt properly, or just stop using it all together. This is covered in the configuration file, the man page, and the wiki.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
How do I disable the /tmp mount? (systemctl disable tmp.mount didn't do the job it'd seem)
systemctl mask tmp.mount Last edited by ugjka (2015-09-08 11:31:03)
Offline