The following error message was received:[root@n6re /]# mkinitcpio -p linux
==> Building image from preset: 'default'
-> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
==> Starting build: 3.3.6-1-ARCH
-> Parsing hook: [base]
-> Parsing hook: [udev]
-> Parsing hook: [autodetect]
/usr/bin/mkinitcpio: line 268: 1694 Segmentation fault
I just run into the same problem. However, I had to edit /etc/mkinitcpio.conf and add the support for lvm2 :HOOKS="base udev autodetect pata scsi sata lvm2 filesystems usbinput fsck"The source of the problem may be with the hook autodetect.
Hi,I'm trying to set up an lvm-on-luks install of Chakra, along the following plan:- Normal install via Tribe- Tar up my / and /home partitions onto a seperate disk- Repartition the drive, configure Luks and LVM, and put the files back- Rerun mkinitcpio, adding the encrypt and lvm2 hooks- Adjust Grub to boot the new configuration- Adjust /etc/rc.conf for LVM, /etc/fstab for new mounts, anythi
Hi i have successfully developed one xml parsing example..i have referred this tutorial:Android XML Parsing Tutorial
but my doubt is the update method is possible using in this xml parsing example... i have to update the data in mysql via this xml parsing example using xml feed.if possible means give me solution for this..please give me some ideas...
Hi!I have an ocz revodrive ssd with a silicon image raid controller within, which is managed by dmraid properly. I've read that dmraid will be depreciated and mdadm is the replacing method.
Hi There,
I'm having some issues upgrading my F9 to F12 using 'preupgrade' so I'm looking for some help to see if there is anybody who has ever been able to complete a preupgrade from F9 x86_64 to F12.
The error message I receive is TypeError: Parsing primary.xml error: attributes construct error.
Hi,I have a problem about my installation which use LUKS encrypt, LVM, Raid1 system referred this post (http://jasonwryan.com/blog/2012/02/11/lvm/).I've done installation my laptop has no mdadm arrays.But my raided server shows this error...(Show up /dev/md0 as /boot)Booting the kernel.
:: runnning early hook [udev]
:: runnning hook [udev]
::Triggering uevents...
:: runnning hook [mdadm]
:: L
The device-mapper functionality at boot is achieved with the initramfs. So this means you must include the necessary scripts. Fortunately, the amazing devs have included hooks in mkinitpcio that will take care of this for you. In your case, it sounds like you need to include the lvm2 hook before the filesystems hook, and the encrypt hook before the lvm2 hook. This is assumi
Stemp wrote:In your rc.conf the LOCALE is set to ru_RU.utf-8 but loc ale-gen generate ru_RU.UTF-8?This was the first thing I have tried to change. Actualy I put an uppercase version first. The same goes for ru_RU.utf8 without '-'.