Re: [arch-general] New Using AUR

2010-03-24 Thread Priit Kivisoo

On 24.03.2010 16:24, David Rosenstrauch wrote:

On 03/24/2010 09:34 AM, Carlos Mennens wrote:

2. Once a package is installed from the AUR, when I do a system
upgrade via Pacman, will outdated packages I installed via AUR get
automatically upgraded or do I have to do all my AUR packages
manually?




You can always install yaourt and upgrade packages with yaourt -Syu –-aur

Priit


Re: [arch-general] Cannot set xattr

2009-11-08 Thread Priit Kivisoo
On Sun, Nov 8, 2009 at 9:32 PM, Thomas Bächler tho...@archlinux.org wrote:

 Priit Kivisoo schrieb:

  I just got a little worried though. Is there any reason for user_xattr not
 being enabled by default?


 I think it's because Arch doesn't use SELinux by default, as it's mostly
 for
 ACLs.


 Neither selinux nor ACL have anything to do with this options. Read man 5
 attr.


They are often used to provide additional functionality to a filesystem -
for example, additional security features such as Access Control Lists
(ACLs) may be implemented using extended attributes.
That's what I read. I may be wrong, of course.

Priit


Re: [arch-general] Can't Install GRUB on a GPT Formatted Disk

2009-10-18 Thread Priit Kivisoo
On Sun, Oct 18, 2009 at 10:19 PM, Aaron Schaefer aa...@elasticdog.comwrote:

 On Sun, Oct 18, 2009 at 11:02 AM, Dan McGee dpmc...@gmail.com wrote:
  http://bugs.archlinux.org/task/10639

 Thanks! I've applied that updated patch, and GRUB seems to install
 okay, but when I boot I don't get the standard GRUB menu, I just get
 dropped into the GRUB console...my menu.lst looks like this:

 # (0) Arch Linux
 title  Arch Linux
 root   (hd0,0)
 kernel /vmlinuz26 root=/dev/mapper/system_vg-root_lv ro
 initrd /kernel26.img

 I'm a little confused on the root declarations...I'm assuming the root
 (hd0,0) should be pointing to the actual /boot partition, and then the
 root kernel parameter points to the actual / partition (in this case
 an LVM partition), correct?

 --
 Aaron ElasticDog Schaefer


Yes, that is correct. However, my menu.lst generated by default install has
root=/dev/disk/by-uuid/longuuid, boots fine (also with lvm). I don't think
it should matter, however. You can try putting the timout line there, if you
don't have it there.

Priit

-- 
Priit Kivisoo