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
 https://wiki.archlinux.org/index.php/Grub


 So I can't find a way to dual boot with ARCH and I'm stuck with this.

 I have noted one weird thing with efibootmgr -v from arch-chroot, with
 fails
 with an invalid pointer message and lots of backtrace, and the following
 output :

 BootCurrent: 0001
 Timeout: 2 seconds
 BootOrder: 0002,,3000,2001,2002,2003
 Boot* Windows Boot Manager  HD(2,c8800,82000,dc61d0de-af32-472f-8c54-
 fdafe931e191)File(\EFI\Microsoft\Boot\bootmgfw.efi)(invalid optional data
 length)
 Boot0001* USB Hard Drive (UEFI) - USB DISK 2.0

 I am hereby requesting help to solve this issue.

 Thank you.


It is possible that the thread at
https://bbs.archlinux.org/viewtopic.php?id=177356 may help?

-- 
mike c


[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   3.2G  3.2G  160k 100% /tmp
tmpfs   627M  4.1k  627M   1% /run/user/1000

I have installed my arch linux on one partition only, on /dev/sda3.

I tried to install icecat several times, moreover after a reboot too,
but always get this error message.

I tried also to setup yaourt and makepkg:
/etc/yaourtrc
TMPDIR=/tmp

/etc/makepkg.conf
BUILDDIR=/tmp/makepkg

Still get the above error.
What can I do to solve this problem?

-- 
Regards from Pal


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   3.2G 0  3.2G   0% /sys/fs/cgroup
 tmpfs   3.2G  3.2G  160k 100% /tmp
 tmpfs   627M  4.1k  627M   1% /run/user/1000
 
 I have installed my arch linux on one partition only, on /dev/sda3.
 
 I tried to install icecat several times, moreover after a reboot too,
 but always get this error message.
 
 I tried also to setup yaourt and makepkg:
 /etc/yaourtrc
 TMPDIR=/tmp
 
 /etc/makepkg.conf
 BUILDDIR=/tmp/makepkg
 
 Still get the above error.
 What can I do to solve this problem?

Stop building a very large package in a filesystem of very limited size.
The BUILDDIR option is unset by default, and if you leave it unset
`makepkg` will work fine.



signature.asc
Description: OpenPGP digital signature


[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  /media/cdromiso9660
ro,user,noauto,unhide   0 0
/swapfile   noneswapdefaults
 0 0

-- 
Regards from Pal


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% /
 tmpfs   3.2G 0  3.2G   0% /dev/shm
 tmpfs   3.2G 0  3.2G   0% /sys/fs/cgroup
 tmpfs   3.2G  3.2G  160k 100% /tmp
 tmpfs   627M  4.1k  627M   1% /run/user/1000

 I have installed my arch linux on one partition only, on /dev/sda3.

 I tried to install icecat several times, moreover after a reboot too,
 but always get this error message.

 I tried also to setup yaourt and makepkg:
 /etc/yaourtrc
 TMPDIR=/tmp

 /etc/makepkg.conf
 BUILDDIR=/tmp/makepkg

 Still get the above error.
 What can I do to solve this problem?

 Stop building a very large package in a filesystem of very limited size.
 The BUILDDIR option is unset by default, and if you leave it unset
 `makepkg` will work fine.

Before I edited the file: /etc/makepkg.conf

I tried to install with yaourt the icecat package but get the same
error message.
That is way I edited the /etc/makepkg.conf file and set the BUILDDIR option to:
BUILDDIR=/tmp/makepkg

So, leaving it unset doesn't work here.

-- 
Regards from Pal


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
 /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   3.2G  3.2G  160k 100% /tmp
 tmpfs   627M  4.1k  627M   1% /run/user/1000

 I have installed my arch linux on one partition only, on /dev/sda3.

 I tried to install icecat several times, moreover after a reboot too,
 but always get this error message.

 I tried also to setup yaourt and makepkg:
 /etc/yaourtrc
 TMPDIR=/tmp

 /etc/makepkg.conf
 BUILDDIR=/tmp/makepkg

 Still get the above error.
 What can I do to solve this problem?

 Stop building a very large package in a filesystem of very limited size.
 The BUILDDIR option is unset by default, and if you leave it unset
 `makepkg` will work fine.
 
 Before I edited the file: /etc/makepkg.conf
 
 I tried to install with yaourt the icecat package but get the same
 error message.
 That is way I edited the /etc/makepkg.conf file and set the BUILDDIR option 
 to:
 BUILDDIR=/tmp/makepkg
 
 So, leaving it unset doesn't work here.

Leave it unset and build with makepkg directly.



signature.asc
Description: OpenPGP digital signature


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 ramdisk.
 

Salutations,

I just looked at yaourt's yaourtrc and it's clear that it's storing
its temporary files in /tmp. Building with yaourt means building in
tmpfs which would for large compilation jobs can exhaust the tmpfs
file system. Either extend the size of /tmp by specifying a larger
size when mounting in /tmp (using fstab or just command line) or set a
different direcotry via yaourt --tmp temporary directory.

This should really be posted to the AUR mailing list since it's an AUR
issue. I hope this helps.

Regards,
Mark
-BEGIN PGP SIGNATURE-
Version: GnuPG v2
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iF4EAREIAAYFAlPJfgwACgkQZ/Z80n6+J/byEgD+J+nePBfjUg8kWqHyV63Kmv/Q
NbN4k4IglwAZmYjElXAA/RGf0pCnPeGQuFVPPiG2kHEpHUieeO25xTuRs4gsc3hL
=smlC
-END PGP SIGNATURE-


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   /   ext4
 rw,relatime,data=ordered0 1
 /dev/cdrom  /media/cdromiso9660
 ro,user,noauto,unhide   0 0
 /swapfile   noneswapdefaults
  0 0
 
The best way to overcome this error is to allocate the space you need in
fstab as per the instructions on the fstab page on ArchWiki.

John


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 it or
not. Specifying tmpfs in /etc/fstab allows you to dictate how large the ramdisk
is, but unless you explicitly stop systemd from mounting /tmp in RAM that's
where it will go.

-- 
A common mistake that people make when trying to design something completely
foolproof is to underestimate the ingenuity of complete fools. - Douglas Adams