Re: [arch-general] EFI-GPT : GRUB won't load

2014-07-18 Thread Mike Cloaked
On Thu, Jul 17, 2014 at 10:17 PM, Saleem EDAH-TALLY nm...@netcourrier.com wrote: Hello, I'm trying to dual boot Arch with Windows 8.1 on an HP Pavilion 15-n216sf with Windows 8.1 pre-installed. I have followed https://wiki.archlinux.org/index.php/Unified_Extensible_Firmware_Interface

[arch-general] yaourt - tmpfs error: No space left on device

2014-07-18 Thread Csányi Pál
Hi, I'm trying to install icecat with yaourt but get always error: No space left on device. $ df -H Filesystem Size Used Avail Use% Mounted on /dev/sda366G 38G 26G 60% / tmpfs 3.2G 0 3.2G 0% /dev/shm tmpfs 3.2G 0 3.2G 0% /sys/fs/cgroup tmpfs

Re: [arch-general] yaourt - tmpfs error: No space left on device

2014-07-18 Thread Daniel Micay
On 18/07/14 03:40 PM, Csányi Pál wrote: Hi, I'm trying to install icecat with yaourt but get always error: No space left on device. $ df -H Filesystem Size Used Avail Use% Mounted on /dev/sda366G 38G 26G 60% / tmpfs 3.2G 0 3.2G 0% /dev/shm tmpfs

[arch-general] yaourt - tmpfs error: No space left on device

2014-07-18 Thread Csányi Pál
I forgot to write down here some more information: $ free -h total used free shared buffers cached Mem: 5.8G 4.2G 1.6G 2.9G 64M 3.2G -/+ buffers/cache: 928M 4.9G Swap: 511M 0B 511M /etc/fstab /dev/sda3 / ext4 rw,relatime,data=ordered0 1 /dev/cdrom

Re: [arch-general] yaourt - tmpfs error: No space left on device

2014-07-18 Thread Csányi Pál
2014-07-18 21:44 GMT+02:00 Daniel Micay danielmi...@gmail.com: On 18/07/14 03:40 PM, Csányi Pál wrote: I'm trying to install icecat with yaourt but get always error: No space left on device. $ df -H Filesystem Size Used Avail Use% Mounted on /dev/sda366G 38G 26G 60% /

Re: [arch-general] yaourt - tmpfs error: No space left on device

2014-07-18 Thread Daniel Micay
On 18/07/14 03:49 PM, Csányi Pál wrote: 2014-07-18 21:44 GMT+02:00 Daniel Micay danielmi...@gmail.com: On 18/07/14 03:40 PM, Csányi Pál wrote: I'm trying to install icecat with yaourt but get always error: No space left on device. $ df -H Filesystem Size Used Avail Use% Mounted on

Re: [arch-general] yaourt - tmpfs error: No space left on device

2014-07-18 Thread Daniel Micay
On 18/07/14 03:51 PM, Travis Thompson wrote: Set BUILDDIR=/var/tmp instead, /tmp is filling up. Or just use the *default* of not building in a global directory... especially /tmp which is a ramdisk. signature.asc Description: OpenPGP digital signature

Re: [arch-general] yaourt - tmpfs error: No space left on device

2014-07-18 Thread Mark Lee
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 07/18/2014 03:55 PM, Daniel Micay wrote: On 18/07/14 03:51 PM, Travis Thompson wrote: Set BUILDDIR=/var/tmp instead, /tmp is filling up. Or just use the *default* of not building in a global directory... especially /tmp which is a

Re: [arch-general] yaourt - tmpfs error: No space left on device

2014-07-18 Thread Ralf Mardorf
[rocketmouse@archlinux ~]$ grep tmp /etc/fstab #tmpfs /tmp tmpfs nodev,nosuid,size=3G 0 0 It's commented out, but I once had to use it and it solved the issue for me.

Re: [arch-general] yaourt - tmpfs error: No space left on device

2014-07-18 Thread John Briggs
On Fri, Jul 18, 2014 at 09:45:43PM +0200, Csányi Pál wrote: I forgot to write down here some more information: $ free -h total used free shared buffers cached Mem: 5.8G 4.2G 1.6G 2.9G 64M 3.2G -/+ buffers/cache: 928M 4.9G Swap: 511M 0B 511M /etc/fstab /dev/sda3 /

Re: [arch-general] yaourt - tmpfs error: No space left on device

2014-07-18 Thread Bigby James
On 07/18, Ralf Mardorf wrote: [rocketmouse@archlinux ~]$ grep tmp /etc/fstab #tmpfs /tmp tmpfs nodev,nosuid,size=3G 0 0 It's commented out, but I once had to use it and it solved the issue for me. systemd will allocate /tmp to a ramdisk by default, whether you specify