[solved]patch 2.6.29-3-ARCH confilict with aufs2

After checked the aufs2 standalone code and 2.6.29-3-ARCH patch, I found 2.6.29-3-ARCH confilict with aufs2...
2.6.29-3-ARCH changed the do_splice_from of fs/splice.c to vfs_splice_from...   while aufs2 standalone need do_splice_from ...
And there is no such change on kernel official patch 2.6.29.1...
So,
If you need aufs2 support, abandon 2.6.29-3-ARCH patch is the best way...
-------------090406----------------
2.6.29.1-2-ARCH patch already contained aufs patch, use vfs_splice_from...
With  kernel26-2.6.29.1-2.pkg.tar.gz, just need " modprobe aufs" to use aufs...
Last edited by carbonjiao (2009-04-07 01:49:36)

HI, godane, thanks for your reply!
Could you share your kernel PKGBUILD?
I must add tuxonice patch and kernel UTF-8 Chinese characters patch...
Here is my PKGBUILD I am compliling now (haven't finished now...)
pkgname=kernel26-archlive
_realpkgname=kernel26
_basekernel=2.6.29
pkgver=2.6.29.1
pkgrel=1
_patchname="patch-${_basekernel}-3-ARCH"
pkgdesc="Archlive内核及模块,加入了gentoo官方补丁、UTF-8补丁、reiser4补丁、aufs补丁及tuxonice支持."
#pkgdesc="Kernel configs for Archlive, with Gentoo patch set, fbcondecor patch, Chinese fonts patch, \
# and reiser4 patch, aufs patch, also with tuxonice patch set."
arch=(i686 x86_64)
license=('GPL2')
groups=('base')
url="http://archlive.googlecode.com"
backup=(etc/mkinitcpio.d/${_realpkgname}.preset)
depends=('coreutils' 'module-init-tools' 'mkinitcpio>=0.5.18')
provides=('kernel26=2.6.29')
optdepends=('sreadahead: daemon for data sequential boot from disk')
replaces=('kernel24' 'kernel24-scsi' 'kernel26-scsi' 'kernel26'
'alsa-driver' 'ieee80211' 'hostap-driver26'
'pwc' 'nforce' 'squashfs' 'unionfs' 'ivtv'
'zd1211' 'kvm-modules' 'iwlwifi' 'rt2x00-cvs'
'gspcav1')
install=${_realpkgname}.install
source=(
http://www.cn.kernel.org/pub/linux/kernel/v2.6/linux-$_basekernel.tar.bz2
#http://www.kernel.org/pub/linux/kernel/v2.6/linux-$_basekernel.tar.bz2
#http://www.cn.kernel.org/pub/linux/kernel/v2.6/patch-${pkgver}.bz2
#http://www.kernel.org/pub/linux/kernel/v2.6/patch-${pkgver}.bz2
ftp://ftp.archlinux.org/other/kernel26/${_patchname}.bz2
http://www.tuxonice.net/downloads/all/tuxonice-3.0-for-2.6.29.patch.bz2
#http://dev.gentoo.org/~dsd/genpatches/trunk/${_basekernel}/4100_dm-bbr.patch
#http://dev.gentoo.org/~dsd/genpatches/trunk/${_basekernel}/4200_fbcondecor-0.9.4.patch
#http://dev.gentoo.org/~dsd/genpatches/trunk/${_basekernel}/4400_alpha-sysctl-uac.patch
http://svn.berlios.de/svnroot/repos/fullstory/linux-sidux-2.6/tags/2.6.29-7/debian/patches/bugfix/ext4-flush-on-close.patch
#http://svn.berlios.de/svnroot/repos/fullstory/linux-sidux-2.6/tags/2.6.29-7/debian/patches/features/aufs2-20090322.diff
http://www.kernel.org/pub/linux/kernel/people/edward/reiser4/reiser4-for-2.6/reiser4-for-2.6.29.patch.gz
http://nchc.dl.sourceforge.net/sourceforge/ibm-acpi/thinkpad-acpi-0.22-20090318-BETA_v2.6.29.patch.gz
config
config.x86_64
mkinitcpio.conf
kernel26.preset ecryptfs.patch
0001-kernel-trace-open.patch aufs2.patch aufs2-standalone.patch #aufs2-linux-2.6.29.patch
4100_dm-bbr.patch 4200_fbcondecor-0.9.4.patch 4400_alpha-sysctl-uac.patch
utf8-kernel-2.6-fonts-1.patch.tar.gz
utf8-kernel-2.6.29-core-1.patch
utf8-kernel-2.6.29-fbcondecor-1.patch
md5sums=('64921b5ff5cdadbccfcd3820f03be7d8'
#'1ee50bb06a8b981efb6cfacaee7ea2f2'
#'d94bf612ff1a7899f7da9baed4533cf0'
#'1cdc40cd1b8a3a9cfbb22626ad1e3d66'
#'325299ab1c4b5634ec7d2769031d29e0'
#'7ed983ea4f0f47844352ed6e81c8cb55'
build() {
[ "${CARCH}" = "i686" ] && KARCH=x86
[ "${CARCH}" = "x86_64" ] && KARCH=x86
### mkinitcpio
cd $startdir
mkdir $pkgdir/etc
cp mkinitcpio.conf $pkgdir/etc
chmod 644 $pkgdir/etc/mkinitcpio.conf
cd ${srcdir}/linux-$_basekernel
# applying aufs patch
patch -Np1 -i ${srcdir}/aufs2.patch || return 1
patch -Np1 -i ${srcdir}/aufs2-standalone.patch || return 1
patch -Np1 -i ${srcdir}/ecryptfs.patch || return 1
#patch -Np1 -i ${srcdir}/aufs2-linux-2.6.29.patch || return 1
# Applying gentoo patches
for i in $(ls ../[1-9][0-9][0-9][0-9]*);do
patch -Np1 -i ../$i
done
patch -Np1 -i ${srcdir}/0001-kernel-trace-open.patch #|| return 1
# Add kernel utf-8 characters patch
patch -Np1 -i ${srcdir}/utf8-kernel-2.6.29-core-1.patch || return 1
patch -Np1 -i ${srcdir}/utf8-kernel-2.6.29-fbcondecor-1.patch || return 1
patch -Np1 -i ${srcdir}/utf8-kernel-2.6-fonts-1.patch || return 1
patch -Np1 -i ${srcdir}/tuxonice-3.0-for-2.6.29.patch #|| return 1
# Add -ARCH patches
# See http://projects.archlinux.org/git/?p=linux-2.6-ARCH.git;a=summary
#patch -Np1 -i ${srcdir}/${_patchname} #|| return 1
# Applying official patch
patch -Np1 -i ${srcdir}/patch-$pkgver #|| return 1
# applying ext4 patch
patch -Np1 -i ${srcdir}/ext4-flush-on-close.patch #|| return 1
# applying reiserfs4 patch
patch -Np1 -i ${srcdir}/reiser4-for-2.6.29.patch #|| return 1
# applying thinkpad-acpi patch
patch -Np1 -i ${srcdir}/thinkpad-acpi-0.22-20090318-BETA_v2.6.29.patch #|| return 1
if [ "$CARCH" = "x86_64" ]; then
cp ../config.x86_64 ./.config
else
cp ../config ./.config
fi
source ./.config
_kernver="$_basekernel${CONFIG_LOCALVERSION}"
# configure kernel
# use menuconfig, if you want to change the configuration
# make menuconfig
yes "" | make config
# build kernel
make bzImage modules || return 1
mkdir -p $startdir/pkg/{lib/modules,boot}
make INSTALL_MOD_PATH=$startdir/pkg modules_install || return 1
install -D -m644 System.map $startdir/pkg/boot/System.map26
install -D -m644 arch/$KARCH/boot/bzImage $startdir/pkg/boot/vmlinuz26
install -D -m644 Makefile $startdir/pkg/usr/src/linux-$_kernver/Makefile
install -D -m644 kernel/Makefile $startdir/pkg/usr/src/linux-$_kernver/kernel/Makefile
install -D -m644 .config $startdir/pkg/usr/src/linux-$_kernver/.config
install -D -m644 .config $startdir/pkg/boot/kconfig26
mkdir -p $startdir/pkg/usr/src/linux-$_kernver/include
for i in acpi asm-{generic,$KARCH} config linux math-emu media net pcmcia scsi sound video; do
cp -a include/$i $startdir/pkg/usr/src/linux-$_kernver/include/
done
# copy arch includes for external modules
mkdir -p ${pkgdir}/usr/src/linux-${_kernver}/arch/$KARCH
cp -a arch/$KARCH/include ${pkgdir}/usr/src/linux-${_kernver}/arch/$KARCH/
# copy files necessary for later builds, like nvidia and vmware
cp Module.symvers $startdir/pkg/usr/src/linux-$_kernver
cp -a scripts $startdir/pkg/usr/src/linux-$_kernver
# fix permissions on scripts dir
chmod og-w -R $startdir/pkg/usr/src/linux-$_kernver/scripts
mkdir -p $startdir/pkg/usr/src/linux-$_kernver/arch/$KARCH/kernel
cp arch/$KARCH/Makefile $startdir/pkg/usr/src/linux-$_kernver/arch/$KARCH/
if [ "${CARCH}" = "i686" ]; then
cp arch/$KARCH/Makefile_32.cpu $startdir/pkg/usr/src/linux-$_kernver/arch/$KARCH/
fi
cp arch/$KARCH/kernel/asm-offsets.s $startdir/pkg/usr/src/linux-$_kernver/arch/$KARCH/kernel/
# add headers for lirc package
mkdir -p $startdir/pkg/usr/src/linux-$_kernver/drivers/media/video
cp drivers/media/video/*.h $startdir/pkg/usr/src/linux-$_kernver/drivers/media/video/
for i in bt8xx cpia2 cx25840 cx88 em28xx et61x251 pwc saa7134 sn9c102 usbvideo zc0301
do
mkdir -p $startdir/pkg/usr/src/linux-$_kernver/drivers/media/video/$i
cp -a drivers/media/video/$i/*.h $startdir/pkg/usr/src/linux-$_kernver/drivers/media/video/$i
done
# add dm headers
mkdir -p $startdir/pkg/usr/src/linux-$_kernver/drivers/md
cp drivers/md/*.h $startdir/pkg/usr/src/linux-$_kernver/drivers/md
# add inotify.h
mkdir -p $startdir/pkg/usr/src/linux-$_kernver/include/linux
cp include/linux/inotify.h $startdir/pkg/usr/src/linux-$_kernver/include/linux/
# add CLUSTERIP file for iptables
mkdir -p $startdir/pkg/usr/src/linux-$_kernver/net/ipv4/netfilter/
cp net/ipv4/netfilter/ipt_CLUSTERIP.c $startdir/pkg/usr/src/linux-$_kernver/net/ipv4/netfilter/
# add wireless headers
mkdir -p $startdir/pkg/usr/src/linux-$_kernver/net/mac80211/
cp net/mac80211/*.h $startdir/pkg/usr/src/linux-$_kernver/net/mac80211/
# add xfs and shmem for aufs building
mkdir -p $startdir/pkg/usr/src/linux-$_kernver/fs/xfs
mkdir -p $startdir/pkg/usr/src/linux-$_kernver/mm
cp fs/xfs/xfs_sb.h $startdir/pkg/usr/src/linux-$_kernver/fs/xfs/xfs_sb.h
cp mm/shmem.c $startdir/pkg/usr/src/linux-$_kernver/mm/shmem.c
# add vmlinux
cp vmlinux $startdir/pkg/usr/src/linux-$_kernver
# copy in Kconfig files
for i in $(find . -name "Kconfig*")
do
mkdir -p $startdir/pkg/usr/src/linux-$_kernver/$(echo $i | sed 's|/Kconfig.*||')
cp $i $startdir/pkg/usr/src/linux-$_kernver/$i
done
cd $startdir/pkg/usr/src/linux-$_kernver/include && ln -s asm-$KARCH asm
chown -R root.root $startdir/pkg/usr/src/linux-$_kernver
find $startdir/pkg/usr/src/linux-$_kernver -type d -exec chmod 755 {} \;
cd $startdir/pkg/lib/modules/$_kernver && (rm -f source build; ln -sf ../../../usr/src/linux-$_kernver build)
# install fallback mkinitcpio.conf file and preset file for kernel
install -m644 -D ${srcdir}/${_realpkgname}.preset ${pkgdir}/etc/mkinitcpio.d/${_realpkgname}.preset || return 1
# set correct depmod command for install
sed -i -e "s/KERNEL_VERSION=.*/KERNEL_VERSION=${_kernver}/g" $startdir/kernel26.install
echo -e "# DO NOT EDIT THIS FILE\nALL_kver='${_kernver}'" > ${pkgdir}/etc/mkinitcpio.d/${_realpkgname}.kver
# remove unneeded architectures
rm -rf $startdir/pkg/usr/src/linux-$_kernver/arch/{alpha,arm,arm26,avr32,blackfin,cris,frv,h8300,ia64,m32r,m68k,m68knommu,mips,parisc,powerpc,ppc,s390,sh,sh64,sparc,sparc64,um,v850,xtensa}

Similar Messages

  • [SOLVED] Dual boot windows 7 and arch Linux with seperate hard drives

    Ok so I'm stuck trying to get my computer to dual boot windows 7 and arch. They are installed on different hard drives and I have grub 2 as the boot loader. I can't find any tutorials on how to do it with seperate hard drives I know how to do it if they are on the same hard drive. Also I want windows on the "first" hard drive how do I check to see which one it considers the first?
    Last edited by bdawg (2012-09-21 23:15:37)

    DSpider wrote:
    drobole wrote:If you want to change it so that sda becomes sdb and sdb becomes sda, you should be able to do that in BIOS.
    Not from the BIOS. He would need to physically open up the computer and switch the cables between them (or add another drive).
    There's no actual performance increase in changing this order. Performance increase is when you have the partitions as close to the beginning of a HDD as possible, where the platters spin faster (basic mechanics, not to be confused with CD/DVD, which are being written from the inside-out to prevent errors after extended usage), and it especially doesn't apply to SSDs whatsoever.
    You may be right about that. I remember I had to do this a while back but I probably switched the cables. It also messed up the drive mapping in Windows 98 if I remember correctly.

  • [Solved] Boot process hangs for installed Arch and installation usb

    Hi. I've been using Arch Linux for around 6 months now and I'm in love with it. It is now my primary OS. However, I might have done something or performed some update, and I can no longer boot into Arch. The boot process hangs right before it should show the login screen (I'm using Gnome 3.6 with GDM). I see the following messages on the screen:
    Loading Linux core repo kernel ...
    Loading initial ramdisk ...
    /dev/sda3: recovering journal
    /dev/sda3: clean, 330610/1749664 files, 5585671/6996827 blocks
    And then it hangs right there. I have to hard-reboot after this.
    I then tried to boot using the Arch Linux Installation USB (archlinux-2012.12.01-dual.img), which also hangs at a particular point, before it should show me the prompt. I took a picture of the screen where it hangs: Screen Capture. This is an issue with just my laptop, because the USB boots just fine on another laptop I tried.
    I also have Windows 7 and Ubuntu 12.10 installed on my system, and I'm able to boot into both of them.
    I have 2 hard drives: /dev/sda is a 120GB SSD, and /dev/sdb is a 500GB hard disk. My partitions are as follows:
    sda1 - Windows 7 100MB System Reserved Partition (boot flag enabled)
    sda2 - Windows 7 OS
    sda3 - ArchLinux (boot flag enabled)
    sdb1 - Ubuntu 12.10 (boot flag enabled)
    sdb2 - Just data
    I ran bootinfoscript and below is the output:
    Boot Info Script 0.61 [1 April 2012]
    ============================= Boot Info Summary: ===============================
    => Grub2 (v1.99) is installed in the MBR of /dev/sda and looks at sector 1 of
    the same hard drive for core.img. core.img is at this location and looks
    in partition 99 for .
    => Grub2 (v1.99) is installed in the MBR of /dev/sdb and looks at sector 1 of
    the same hard drive for core.img. core.img is at this location and looks
    in partition 99 for .
    sda1: __________________________________________________________________________
    File system: ntfs
    Boot sector type: Windows Vista/7: NTFS
    Boot sector info: No errors found in the Boot Parameter Block.
    Operating System:
    Boot files: /bootmgr /Boot/BCD
    sda2: __________________________________________________________________________
    File system: ntfs
    Boot sector type: Windows Vista/7: NTFS
    Boot sector info: No errors found in the Boot Parameter Block.
    Operating System: Windows 7
    Boot files: /Windows/System32/winload.exe
    sda3: __________________________________________________________________________
    File system: ext4
    Boot sector type: -
    Boot sector info:
    Mounting failed: mount: /dev/sda3 already mounted or sda3 busy
    sdb1: __________________________________________________________________________
    File system: ext4
    Boot sector type: -
    Boot sector info:
    Operating System: Ubuntu 12.10
    Boot files: /boot/grub/grub.cfg /etc/fstab
    sdb2: __________________________________________________________________________
    File system: ntfs
    Boot sector type: Windows Vista/7: NTFS
    Boot sector info: No errors found in the Boot Parameter Block.
    Operating System:
    Boot files:
    ============================ Drive/Partition Info: =============================
    Drive: sda _____________________________________________________________________
    Disk /dev/sda: 120.0 GB, 120034123776 bytes
    255 heads, 63 sectors/track, 14593 cylinders, total 234441648 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    Partition Boot Start Sector End Sector # of Sectors Id System
    /dev/sda1 * 2,048 206,847 204,800 7 NTFS / exFAT / HPFS
    /dev/sda2 206,848 178,466,084 178,259,237 7 NTFS / exFAT / HPFS
    /dev/sda3 * 178,466,085 234,440,703 55,974,619 83 Linux
    Drive: sdb _____________________________________________________________________
    Disk /dev/sdb: 500.1 GB, 500107862016 bytes
    255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    Partition Boot Start Sector End Sector # of Sectors Id System
    /dev/sdb1 * 63 20,948,759 20,948,697 83 Linux
    /dev/sdb2 20,964,824 976,771,071 955,806,248 7 NTFS / exFAT / HPFS
    "blkid" output: ________________________________________________________________
    Device UUID TYPE LABEL
    /dev/mmcblk0p1 6665-3162 vfat
    /dev/sda1 CA6A20CC6A20B75B ntfs System Reserved
    /dev/sda2 1EE242D5E242B137 ntfs
    /dev/sda3 65db0c59-9f04-46f1-975d-8a4c28132137 ext4
    /dev/sdb1 bb9818db-ce7c-43a4-8ad5-8d3702001aed ext4
    /dev/sdb2 3C2E3A4E2E3A0206 ntfs
    ================================ Mount points: =================================
    Device Mount_Point Type Options
    /dev/mmcblk0p1 /media/dhaval/6665-3162 vfat (rw,nosuid,nodev,uid=1000,gid=1000,shortname=mixed,dmask=0077,utf8=1,showexec,flush,uhelper=udisks2)
    /dev/sdb1 / ext4 (rw,errors=remount-ro)
    =========================== sdb1/boot/grub/grub.cfg: ===========================
    # DO NOT EDIT THIS FILE
    # It is automatically generated by grub-mkconfig using templates
    # from /etc/grub.d and settings from /etc/default/grub
    ### BEGIN /etc/grub.d/00_header ###
    if [ -s $prefix/grubenv ]; then
    set have_grubenv=true
    load_env
    fi
    set default="0"
    if [ x"${feature_menuentry_id}" = xy ]; then
    menuentry_id_option="--id"
    else
    menuentry_id_option=""
    fi
    export menuentry_id_option
    if [ "${prev_saved_entry}" ]; then
    set saved_entry="${prev_saved_entry}"
    save_env saved_entry
    set prev_saved_entry=
    save_env prev_saved_entry
    set boot_once=true
    fi
    function savedefault {
    if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
    fi
    function recordfail {
    set recordfail=1
    if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
    function load_video {
    if [ x$feature_all_video_module = xy ]; then
    insmod all_video
    else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
    fi
    if [ x$feature_default_font_path = xy ] ; then
    font=unicode
    else
    insmod part_msdos
    insmod ext2
    set root='hd1,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 bb9818db-ce7c-43a4-8ad5-8d3702001aed
    else
    search --no-floppy --fs-uuid --set=root bb9818db-ce7c-43a4-8ad5-8d3702001aed
    fi
    font="/usr/share/grub/unicode.pf2"
    fi
    if loadfont $font ; then
    set gfxmode=auto
    load_video
    insmod gfxterm
    set locale_dir=$prefix/locale
    set lang=en_US
    insmod gettext
    fi
    terminal_output gfxterm
    if [ "${recordfail}" = 1 ]; then
    set timeout=-1
    else
    set timeout=10
    fi
    ### END /etc/grub.d/00_header ###
    ### BEGIN /etc/grub.d/05_debian_theme ###
    set menu_color_normal=white/black
    set menu_color_highlight=black/light-gray
    if background_color 13,37,73; then
    clear
    fi
    ### END /etc/grub.d/05_debian_theme ###
    ### BEGIN /etc/grub.d/10_linux ###
    function gfxmode {
    set gfxpayload="${1}"
    if [ "${1}" = "keep" ]; then
    set vt_handoff=vt.handoff=7
    else
    set vt_handoff=
    fi
    if [ "${recordfail}" != 1 ]; then
    if [ -e ${prefix}/gfxblacklist.txt ]; then
    if hwmatch ${prefix}/gfxblacklist.txt 3; then
    if [ ${match} = 0 ]; then
    set linux_gfx_mode=keep
    else
    set linux_gfx_mode=text
    fi
    else
    set linux_gfx_mode=text
    fi
    else
    set linux_gfx_mode=keep
    fi
    else
    set linux_gfx_mode=text
    fi
    export linux_gfx_mode
    if [ "${linux_gfx_mode}" != "text" ]; then load_video; fi
    menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-bb9818db-ce7c-43a4-8ad5-8d3702001aed' {
    recordfail
    gfxmode $linux_gfx_mode
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd1,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 bb9818db-ce7c-43a4-8ad5-8d3702001aed
    else
    search --no-floppy --fs-uuid --set=root bb9818db-ce7c-43a4-8ad5-8d3702001aed
    fi
    linux /boot/vmlinuz-3.5.0-21-generic root=UUID=bb9818db-ce7c-43a4-8ad5-8d3702001aed ro quiet splash acpi_osi=Linux acpi_backlight=vendor $vt_handoff
    initrd /boot/initrd.img-3.5.0-21-generic
    submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-bb9818db-ce7c-43a4-8ad5-8d3702001aed' {
    menuentry 'Ubuntu, with Linux 3.5.0-21-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-21-generic-advanced-bb9818db-ce7c-43a4-8ad5-8d3702001aed' {
    recordfail
    gfxmode $linux_gfx_mode
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd1,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 bb9818db-ce7c-43a4-8ad5-8d3702001aed
    else
    search --no-floppy --fs-uuid --set=root bb9818db-ce7c-43a4-8ad5-8d3702001aed
    fi
    echo 'Loading Linux 3.5.0-21-generic ...'
    linux /boot/vmlinuz-3.5.0-21-generic root=UUID=bb9818db-ce7c-43a4-8ad5-8d3702001aed ro quiet splash acpi_osi=Linux acpi_backlight=vendor $vt_handoff
    echo 'Loading initial ramdisk ...'
    initrd /boot/initrd.img-3.5.0-21-generic
    menuentry 'Ubuntu, with Linux 3.5.0-21-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-21-generic-recovery-bb9818db-ce7c-43a4-8ad5-8d3702001aed' {
    recordfail
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd1,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 bb9818db-ce7c-43a4-8ad5-8d3702001aed
    else
    search --no-floppy --fs-uuid --set=root bb9818db-ce7c-43a4-8ad5-8d3702001aed
    fi
    echo 'Loading Linux 3.5.0-21-generic ...'
    linux /boot/vmlinuz-3.5.0-21-generic root=UUID=bb9818db-ce7c-43a4-8ad5-8d3702001aed ro recovery nomodeset
    echo 'Loading initial ramdisk ...'
    initrd /boot/initrd.img-3.5.0-21-generic
    menuentry 'Ubuntu, with Linux 3.2.0-29-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-29-generic-advanced-bb9818db-ce7c-43a4-8ad5-8d3702001aed' {
    recordfail
    gfxmode $linux_gfx_mode
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd1,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 bb9818db-ce7c-43a4-8ad5-8d3702001aed
    else
    search --no-floppy --fs-uuid --set=root bb9818db-ce7c-43a4-8ad5-8d3702001aed
    fi
    echo 'Loading Linux 3.2.0-29-generic ...'
    linux /boot/vmlinuz-3.2.0-29-generic root=UUID=bb9818db-ce7c-43a4-8ad5-8d3702001aed ro quiet splash acpi_osi=Linux acpi_backlight=vendor $vt_handoff
    echo 'Loading initial ramdisk ...'
    initrd /boot/initrd.img-3.2.0-29-generic
    menuentry 'Ubuntu, with Linux 3.2.0-29-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-29-generic-recovery-bb9818db-ce7c-43a4-8ad5-8d3702001aed' {
    recordfail
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd1,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 bb9818db-ce7c-43a4-8ad5-8d3702001aed
    else
    search --no-floppy --fs-uuid --set=root bb9818db-ce7c-43a4-8ad5-8d3702001aed
    fi
    echo 'Loading Linux 3.2.0-29-generic ...'
    linux /boot/vmlinuz-3.2.0-29-generic root=UUID=bb9818db-ce7c-43a4-8ad5-8d3702001aed ro recovery nomodeset
    echo 'Loading initial ramdisk ...'
    initrd /boot/initrd.img-3.2.0-29-generic
    ### END /etc/grub.d/10_linux ###
    ### BEGIN /etc/grub.d/20_linux_xen ###
    ### END /etc/grub.d/20_linux_xen ###
    ### BEGIN /etc/grub.d/20_memtest86+ ###
    menuentry "Memory test (memtest86+)" {
    insmod part_msdos
    insmod ext2
    set root='hd1,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 bb9818db-ce7c-43a4-8ad5-8d3702001aed
    else
    search --no-floppy --fs-uuid --set=root bb9818db-ce7c-43a4-8ad5-8d3702001aed
    fi
    linux16 /boot/memtest86+.bin
    menuentry "Memory test (memtest86+, serial console 115200)" {
    insmod part_msdos
    insmod ext2
    set root='hd1,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 bb9818db-ce7c-43a4-8ad5-8d3702001aed
    else
    search --no-floppy --fs-uuid --set=root bb9818db-ce7c-43a4-8ad5-8d3702001aed
    fi
    linux16 /boot/memtest86+.bin console=ttyS0,115200n8
    ### END /etc/grub.d/20_memtest86+ ###
    ### BEGIN /etc/grub.d/30_os-prober ###
    menuentry 'Windows 7 (loader) (on /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-CA6A20CC6A20B75B' {
    insmod part_msdos
    insmod ntfs
    set root='hd0,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 CA6A20CC6A20B75B
    else
    search --no-floppy --fs-uuid --set=root CA6A20CC6A20B75B
    fi
    chainloader +1
    ### END /etc/grub.d/30_os-prober ###
    ### BEGIN /etc/grub.d/30_uefi-firmware ###
    ### END /etc/grub.d/30_uefi-firmware ###
    ### BEGIN /etc/grub.d/40_custom ###
    # This file provides an easy way to add custom menu entries. Simply type the
    # menu entries you want to add after this comment. Be careful not to change
    # the 'exec tail' line above.
    ### END /etc/grub.d/40_custom ###
    ### BEGIN /etc/grub.d/41_custom ###
    if [ -f ${config_directory}/custom.cfg ]; then
    source ${config_directory}/custom.cfg
    elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
    source $prefix/custom.cfg;
    fi
    ### END /etc/grub.d/41_custom ###
    =============================== sdb1/etc/fstab: ================================
    # /etc/fstab: static file system information.
    # Use 'blkid' to print the universally unique identifier for a
    # device; this may be used with UUID= as a more robust way to name devices
    # that works even if disks are added and removed. See fstab(5).
    # <file system> <mount point> <type> <options> <dump> <pass>
    proc /proc proc nodev,noexec,nosuid 0 0
    # / was on /dev/sdb1 during installation
    UUID=bb9818db-ce7c-43a4-8ad5-8d3702001aed / ext4 errors=remount-ro 0 1
    =================== sdb1: Location of files loaded by Grub: ====================
    GiB - GB File Fragment(s)
    4.564525127 = 4.901121536 boot/grub/grub.cfg 1
    5.130507946 = 5.508840960 boot/initrd.img-3.2.0-29-generic 2
    5.851592541 = 6.283099648 boot/initrd.img-3.5.0-21-generic 2
    6.317649364 = 6.783524352 boot/vmlinuz-3.2.0-29-generic 1
    4.965751171 = 5.331934720 boot/vmlinuz-3.5.0-21-generic 2
    5.851592541 = 6.283099648 initrd.img 2
    5.851592541 = 6.283099648 initrd.img.old 2
    4.965751171 = 5.331934720 vmlinuz 2
    4.965751171 = 5.331934720 vmlinuz.old 2
    I tried adding nomodeset and acpi=off to the boot parameters, but the boot process still hangs. Please let me know if I should provide any other information.
    Last edited by dhavalparmar (2012-12-30 11:45:25)

    Ok.. So my Arch Linux randomly decided to work. I'm sure I didn't do anything between my last "not working" state and my current "working" state. Below are a few things I tried:
    I thought of trying an earlier build of ArchLinux, and downloaded archlinux-2012.11.01-dual.iso and made a bootable USB out of it. It still hung.
    I was getting error messages during Arch boot that the last access time for the disks was at a future date. I found out that Ubuntu was using localtime instead of UTC and screwing up my hardware clock. I fixed it, and thought maybe the time issues were causing the boot problem. But fixing time didn't solve my problem.
    I chrooted into Arch from my Ubuntu install, ran 'sudo pacman -Syyu' and updated my Arch install.
    I thought maybe GDM isn't starting up. I re-enabled the service using 'systemctl enable gdm.service'.
    I removed OpenNTPd and installed NTPd. Enabled the daemon using 'systemctl enable ntpd'
    None of the above solved the problem, and rebooting to Arch still hung the system. So I stopped fiddling with it yesterday. Today, as usual, I just tried logging into Arch.. And it just worked out of the blue. The solution to me is as mysterious as the problem.
    I told this to my friend who introduced me to Arch, and this is what he said:
    Damn it computers, you were supposed to be deterministic!

  • [Solved] How to edit IP of Arch images

    Hi,
    I've got some (half-old) Arch images with a static IP of 10.x.x.x.
    My current router gives me addresses at 192.x.x.x.
    How can I edit these images to change the IPs?
    I've tried mounting the image and editing /etc/netctl/my-network, but this seems to have no effect, I'm guessing because I didn't issue netctl start / enable (and I don't know how I would do that, since these are images that I cannot access... due to their static IP).
    Any clues?
    Thanks
    Last edited by jcristovao (2014-05-12 12:06:23)

    jcristovao wrote:I've got some (half-old) Arch images
    Images you created?
    Don't think you will see much help here anyway
    Partial Updates Are Not Supported

  • [SOLVED] Totem missing settings on 64 Arch with Gnome 3.6

    Hi all,
    after clean install Arch 64 with Gnome 3.6.2 I cant find settings in default video player Totem to set my subtitles encoding (East Europe - Windows 1250).
    Can anybody tell me, how or where can I set subtitles encoding in new version of Totem?
    Thank you!
    Last edited by shmakky (2012-11-24 16:45:57)

    You can access "Preferences" in "Application menu"
    Look at this screen: https://live.gnome.org/Design/HIG/Appli … s-menu.png

  • A VERY Easy Tutorial on doing a clean install of Arch Linux with Gnome

    is there anyone who could help me test Arch Linux with Gnome DE?

    The pacman bit is new, and has already been solved: [SOLVED] pacman update fails: gcc requires gcc-libs=4.7.0-3
    Just press "N" and you'll see that pacman will be on the list.
    Welcome to the forums.
    Edit:
    Shahe1993 wrote:is there anyone who cou...
    Oh. Feeling a bit busy there, huh? Nevermind.
    Last edited by DSpider (2012-04-12 17:28:18)

  • Please can you help me to solve my problem  ( I have iphone is linked with Apple ID and I forgot that Apple ID and I can't remember it , I need thats Apple ID to activate my iphone ,,, what should I do ?

    please can you help me to solve my problem  ( I have iphone is linked with Apple ID and I forgot that Apple ID and I can't remember it , I need thats Apple ID to activate my iphone ,,, what should I do ?

    mohammed aljasim wrote:
    there are many people that error is happened with them and one of this people is me ,, Apple must be find the solution for this problem
    You are absolutely WRONG. Apple bears no responsibility in this at all. YOU purchased a STOLEN phone. You are guilty of receiving stolen property at best. Take it back to wherever you bought it and demand a refund. Failing that, turn it over to the police. You got ripped off. I'm sorry you wasted your money, but there is NOTHING Apple or anyone else can do for you. Only the rightful owner of the phone can unlock it.

  • When I delete com.apple.audio.SystemSettings.plist my audio/sound problems are solved. However when the file is replaced with another file, the sound is crappy and the quality is reduced. Can you please help me?

    When I delete com.apple.audio.SystemSettings.plist my audio/sound problems are solved. However when the file is replaced with another file, the sound is crappy and the quality is reduced. Can anyone please help me?
    Sincerely,
    Eric

    Run this when you have the problem and post the results here.
    EtreCheck
    This will tell us what is loaded

  • Fresh installed arch hanged with Skype in wmii during video call.

    Fresh installed arch hanged with Skype in wmi during video call. The keyboard stopped reacting to any keys, including Ctrl+Alt+F1 (F2, F3, F4, F5, F6), Ctrl+Alt+Backspace.
    The timer was actually working but updating in 3-5 seconds. While I had powerful laptop (i5 2.6GHz, 8Gb RAM). So,... I had to use power button to restart.
    Any ideas how to avoid this in future?
    Dis anybody experience similar issue?

    try webcam scharing had 20 scharing on there and wibe them out
    and myn works again

  • Install Arch Linux with UEFI and GPT

    Hi, I purchased a new laptop and I created a partition with Windows 8 (default OS on laptop) and another partition where I want to install Arch Linux.
    When I tried to install Arch Linux not boot from CD. After searching in Google I downloaded the latest Arch Linux ISO (2012-12-01) and tried again.
    This time CD started without problems but when I used cfdisk showed an error with GPT partition. I went back to search in Google and I read about gdisk and gfdisk and I try it but when I partitioning to install Arch Linux partition show that may cause damage. I searched and searched without success and I wonder if there is a Arch Linux GPT install guide or if someone knows how to install Arch Linux with GPT and a Windows 8 partition in UEFI.
    Thanks and regards.

    Hi again, finally I got "install" Arch Linux but when I reboot the follow message appears:
    "No Booteable Device, Hit any key."
    I don't know if I broke Windows Boot Manager, UEFI or both...
    I tried to reinstall GRUB but was unsuccessful.
    Can anyone help me?
    Thanks and regards.

  • [SOLVED] Patch For Openbox In Repos Needed

    I just experienced a crash in openbox due to java. This fix works (scroll to last reply):
    https://bbs.archlinux.org/viewtopic.php?id=130654
    I just realized that when I updated to "3.5.0-5" a while back this had still not gotten fixed. I tested the same fix and it works. Not sure how to implement a patch or if this can be done so that other people do not have to experience this. Not sure why it never got fixed as the fix was found on their bug tracker before this last release. I know that a lot of our packages are pretty vanilla so I am not sure what the official policy is on this is or if an alternate PKGBUILD would have to be created. I am interested in any feedback on this. Thanks.
    Last edited by dodo3773 (2012-03-31 05:13:34)

    tomk wrote:
    The patch in that bug report was submitted by the bug reporter in October 2011, and the status is still "ASSIGNED" i.e. no fix has been applied yet, despite the patch submission. Also, Openbox 3.5.0 was released in August 2011, so clearly it does not include this patch.
    Arch policy here is to continue to provide the current stable upstream release. You should contact the Openbox developers regarding the fix for this problem.
    Thanks for the clarification. The reason I was confused is that sometimes in a PKGBUILD I see patch files. Marking thread as solved. I hope they fix this in the next major release / before we get another version update to 3.5.0-6.

  • [solved] Video conversion problem: Mencoder on Arch versus Windows XP

    I have a cheap portable video player which (according to a supplied Windows software configuration file) requires any video to be converted (say from a YouTube .flv) using a command line like:
    mencoder myfile.flv -ofps 15 -vf-add scale=160:128 -vf-add expand=160:128:-1:-1:1 -srate 44100 -ovc xvid -stereo 0 -xvidencopts bitrate=300:max_bframes=0:quant_type=h263:me_quality=0 -oac lavc -lavcopts acodec=mp2:abitrate=128 -o myfile.avi
    If I do the conversion on Linux - my fully-upgraded Arch - the resulting .avi file has the audio and video out of sync when played with Mplayer (on Linux and Windows), and no audio at all when played with Vlc (on Linux and Windows). But if I do (supposedly) exactly the same conversion using Mencoder on Windows, the resulting .avi file plays perfectly on everything on both Linux and Windows (and also the portable video player).
    Here's the version information for the Mencoders being used:
    Windows: MEncoder Sherpya-MinGW-20060312-4.1.0 (C) 2000-2006 MPlayer Team
    Arch: MEncoder SVN-r32492-4.5.1 (C) 2000-2010 MPlayer Team
    I'd be grateful for any ideas as to how to make my Mencoder conversion work as well on Linux as it does on Windows XP! (Or is there something wrong with the way I'm playing the file with Mplayer and Vlc on Arch?!)
    Last edited by ninian (2010-11-16 23:28:02)

    Aha! I think I've cracked it, but using ffmpeg instead, with options prompted by this blog post:
    ffmpeg -i infile.flv -r 15 -vcodec mpeg4 -vtag XVID -s 160x128 -aspect 4:3 -qmin 3 -qmax 5 -ar 44100 -ab 128k -ac 2 -acodec mp2 -g 1 outfile.avi
    This seems to work everywhere, and the writer specially notes that:
    The most important option is the -g 1 to force every frame to be a keyframe
    which may well be where my conversions were going wrong. So I'll mark this as 'solved' even though mencoder is still a mystery, but I have learned to keep Vlc up my sleeve, so thanks for that tip again.

  • [Solved] Patch for idle3-tools

    Package aur/idle3-tools (0.9.1-1) installs a binary under /sbin and is thus affected by the recent /usr/bin consolidation; indeed, it was one of a handful of packages on my system that I uninstalled so I could do the upgrade.
    I have flagged the package and no doubt the maintainer will attend to it in due course, but to try and help out a bit I include below the changes necessary to make the package install in a post-consolidation Arch environment. Cursory searches of the source do not suggest the presence of any (other) hard-coded paths, and the binary appears to be operable from the new location, so it's only a build issue.
    (1) arch-usrbin-makefile-fix.diff (as file)
    --- src/idle3-tools-0.9.1/Makefile 2011-05-31 18:48:52.000000000 +1000
    +++ src/idle3-tools-0.9.1/Makefile 2013-06-08 11:41:02.000000000 +1000
    @@ -3,10 +3,10 @@
    # DESTDIR is for non root installs (eg packages, NFS) only!
    DESTDIR =
    -binprefix =
    +binprefix = /usr
    manprefix = /usr
    exec_prefix = $(binprefix)/
    -sbindir = $(exec_prefix)sbin
    +sbindir = $(exec_prefix)bin
    mandir = $(manprefix)/share/man
    oldmandir = $(manprefix)/man
    (2) PKGBUILD.diff (to make a new PKGBUILD) -- In addition to including the above patch, it also corrects issues identified by namcap (full package name appearing in description, and an apparent dependency on glibc)
    --- PKGBUILD 2011-07-18 20:08:00.000000000 +1000
    +++ PKGBUILD 2013-06-08 12:23:41.000000000 +1000
    @@ -3,14 +3,18 @@
    pkgname=idle3-tools
    pkgver=0.9.1
    pkgrel=1
    -pkgdesc="Idle3-tools provides a linux/unix utility that can disable, get and set the value of the infamous idle3 timer found on recent Western Digital Hard Disk Drives."
    +pkgdesc="A linux/unix utility that can disable, get and set the value of the idle3 timer found on recent Western Digital Hard Disk Drives."
    arch=('i686' 'x86_64')
    url="http://idle3-tools.sourceforge.net/"
    license=('GPL')
    -source=("http://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tgz")
    -md5sums=('797d8775b80b7b7b67a1f8b0a5b41f30')
    +depends=('glibc')
    +source=("http://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tgz" arch-usrbin-makefile-fix.diff)
    +md5sums=('797d8775b80b7b7b67a1f8b0a5b41f30' '10468e498dcd772180a73934435a001e')
    build() {
    + #Patch Makefile per ArchLinux /usr/bin consolidation of June 2013
    + patch -Np1 -i ${srcdir}/arch-usrbin-makefile-fix.diff
    +
    cd ${srcdir}/${pkgname}-${pkgver}
    make
    As this is the first time I have actually constructed a patch myself and made it available, any (constructive) feedback is welcome; I tried to make as few changes as possible to the original files, so apologies if I missed correcting/adjusting things that should have been changed as well.
    I will of course add a comment to the package page in AUR noting this topic.
    Last edited by aexoxea (2013-07-19 15:32:20)

    WonderWoofy wrote:
    There are those free single public file hosting sites that y[o]u can use.
    [#1284856]
    Good point. I admit I've never looked into such services, but if I'm going to help out with things like this I probably should . I'll do some research, unless there are some particular services you (and/or the ArchLinux community in general) recommend...?
    WonderWoofy wrote:
    Otherwise, I would say that since the package has not been updated since it was first uploaded, you should email the maintainer and see if you get a response.  I doubt that you will since it was uploaded and last updated in 2011.  If you don't get a response for two weeks you can then email aur-general and have the package orphaned so that you can adopt it.
    [#1284856]
    Fair enough. The maintainer updated another package in AUR seven weeks ago, so there's reason to believe that they'll respond. I'll give them a bit of time to do so (as there's a workaround, per this thread), and will then follow through as you suggest; I'll also post updates here for anyone interested.
    The lack of updates is likely due to upstream not having issued a new version since the package was uploaded (and the last commit to upstream is dated 24 January 2012); it's possible the tool is unmaintained upstream, though it does seem to get several hundred downloads each month (per SourceForge's stats) and there aren't lots of complaints plastered all over the discussions/bugs, so who knows?

  • [SOLVED] MASM Assembly X86 Programming on Arch

    Whats the best way to program MASM in Arch? I could go for an IDE or use VIM and then use the CLI to compile, but I'm not sure how to do it, on Windows I just used VS which has a built in MASM compiler. I tried installing Jwasm but I'm not sure what to do as in I don't know how to install it lol. Its just a zip file with a bunch of files in it. I tried the tarball from the AUR too but that gives me an error. can anyone help me? Many thanks I am new to Arch. actually I installed it a few years ago but went back to Windows when my laptop died. This is the last obstacle to making Arch perfect for me
    [ansm@archie jwasm]$ makepkg -si
    ==> Making package: jwasm 2.09-1 (Sat Feb 15 22:45:04 UTC 2014)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Installing missing dependencies...
    error: target not found: hd2u
    ==> ERROR: 'pacman' failed to install missing dependencies.
    [ansm@archie jwasm]$ makepkg -s
    ==> Making package: jwasm 2.09-1 (Sat Feb 15 22:45:12 UTC 2014)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Installing missing dependencies...
    error: target not found: hd2u
    ==> ERROR: 'pacman' failed to install missing dependencies.
    Last edited by stevenplanet (2014-02-16 18:47:27)

    korn36 wrote:
    stevenplanet wrote:
    jasonwryan wrote:The error message is self-explanatory; you need to install hd2u. Pacman won't install packages from the AUR.
    Thanks for the reply! So I tried pacman on hd2u and that didnt work since it said target wasn't found. So I figured it was probably on the AUR so I downloaded the tarball, unzipped it, went into the folder, and did makepkg -si, but it spat out this
    [ansm@archie hd2u]$ ls
    PKGBUILD always-false.patch
    [ansm@archie hd2u]$ makepkg -si
    ==> Making package: hd2u 1.0.3-7 (Sun Feb 16 01:35:46 UTC 2014)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving sources...
    -> Downloading hd2u-1.0.3.tgz...
    % Total % Received % Xferd Average Speed Time Time Time Current
    Dload Upload Total Spent Left Speed
    100 60024 100 60024 0 0 55661 0 0:00:01 0:00:01 --:--:-- 55680
    -> Found always-false.patch
    ==> Validating source files with sha512sums...
    hd2u-1.0.3.tgz ... Passed
    always-false.patch ... Passed
    ==> Extracting sources...
    -> Extracting hd2u-1.0.3.tgz with bsdtar
    bsdtar: Failed to set default locale
    ==> Starting prepare()...
    /home/ansm/Downloads/hd2u/PKGBUILD: line 20: patch: command not found
    ==> ERROR: A failure occurred in prepare().
    Aborting...
    [ansm@archie hd2u]$
    I also tried makepkg -s but it yields the same error.
    pacman -S base-devel
    Thank you!!! This got everything working! Cheers!

  • [SOLVED] install arch VM with pacstrap

    Dear all,
    I am installing a Arch VM on my Arch host. The host is up-to-date, well configured (at least I think) in a vanilla manner (no suspicious hacks).
    # pacstrap -i -c -d /dahlia base base-devel
    is installing all packages but gives me this error many times:
    /usr/bin/bash: error while loading shared libraries: libreadline.so.6: cannot open shared object file: No such file or directory
    error: command failed to execute correctly
    Googling this error returns lot of topics but I couldn't find a clear answer. I do not want to start with a semi-broken arch VM, so I want to solve this issue before going further.
    Thank you
    Last edited by gabx (2014-02-10 13:22:42)

    # pacstrap -i -c -d /dahlia base base-devel readline lib32-ncurses ncurses acl attr gettext
    did the trick

Maybe you are looking for

  • Problem downloading applications on Firefox

    I recently formatted my Windows Xp a few months ago and since then when i try downloading applications and other stuf my computer does not finish the task. it can end at saying ' A few seconds remaining - 1.0 of 1.0 MB' what can i do to solve this

  • TS3276 Why am I getting someone else's email in icloud acct?

    I am getting someone else's email at my icloud.com account . This person has same email as me. Emails are all UK based

  • LIS Structure issue

    Hi gurus, I am using a standard LIS datasource, 2lis_01_s001 to load data to standard Customer Cube, 0SD_C01. In R/3 am getting 0 records in S001 table so am getting 0 records in RSA3 in turn. As it is a standard datasource and no enhancement has bee

  • Parameter Search, Alphanumerics but we want to search on range

    I've a bit of a dilemma here with how I'm going to implement this. I want to create a parameter that takes range values.  The field that this parameter will check against is a string field.  A range search does not work well for numeric string values

  • Internal error at method Method 521 after CC static checker is run.

    After running the static checker on my solution, does all the usual hoo hah, and then throws internal error at method Method 521 at me. any idea what causes this? It seems intermittent at times. But occurs quite often nonetheless. here's the output f