[SOLVED]Unable to boot into the kernel I compiled, kernel panic

I try to compile a kernel myself and boot into it, and I use virtualbox to test it. (arch guest inside my arch host)  I first copy /proc/config.gz of my guest system to the linux source code directory, rename it to .config, and just compile it. After that I copy the image under arch/x86/bzImage to /boot directory, then I follow the instruction given by the arch wiki to create an entry in grub. Here is my /etc/grub.d/40-custom:
#!/bin/sh
exec tail -n +3 $0
menuentry 'Custom Entry' {
set root=(hd0,msdos1)
echo 'Loading Modified Linux'
linux /boot/vmlinuz-modified
echo 'Loading initial ramdisk ...'
initrd /boot/initramfs-linux.img
following is this command:
grub-mkconfig -o /boot/grub/grub.cfg
But after reboot I cannot boot into the new kernel, it shows "unable to mount root fs on unknown-block(0,0):
https://img.vim-cn.com/e5/5227d8d4cc07c … ce81ee.png (choose "Advanced Option for Archlinux-> With Linux Modified")
https://img.vim-cn.com/a9/12869edfbbca1 … 649380.png (choose "Custom Entry" on the first page directly)
I have searched for a while but didn't find a solution. Is there anything I'm doing wrong, please?
Last edited by Frefreak (2015-05-07 10:48:05)

Head_on_a_Stick wrote:
Frefreak wrote:I think I did compress it, if I remember correctly. (I actually built it several times)
I am referring to /proc/config.gz -- this is a gzip archive and needs to be decompressed before you can use it to compile your kernel image.
This isn't strictly true, it just makes the process easier because you're starting with a sane .config (assuming you're booted into one of Arch's official kernels at least). You can start from scratch, but you need to know what you're doing.
Frefreak wrote:Ok, I'll rebuild everything from the beginning later.
No need to rebuild everything, just generate an initramfs for the custom kernel. The initramfs contains modules that are specific to a the kernel image that they were generated for; this is probably why /boot/initramfs-linux.img isn't working for you.

Similar Messages

  • [solved] unable to boot to the root partition on my new (usb) HDD

    hello,
    i got a "unable to determine major/minor number of root device" error message when the system try to find the root partition (after it succefully boot on the boot partition).
    Shuttle XPC SB65G2 (Mainboard FB65), usb HDD: Intenso INIC-1608L, Linux ctkarch 2.6.37-ARCH #1 SMP PREEMPT, grub legacy.
    sdb1: /boot (ext2), sdb2: swap, sdb3: / (ext4), sdb4: /home (ext4)
    of course i have a kernel compiled with usb in HOOKS in mkinitcpio.conf.
    i tried to install with sdb1: / (ext4), sdb2: swap, sdb3: /home (ext4)
    but i got another error: it can't find the file /dev/blabla (root partition) (after it succefully boot on the partition!).
    at last i found the solution: i have to comment "root (hdx,x)" in menu.lst for grub legacy!:
    # (0) Arch Linux
    title Arch Linux
    # root (hd1,0)
    kernel ... by-uuid...
    you don't need this line when you define by uuid, by label, or so...
    it seems this line perturbs the behavior of the system.
    if this can help...

    You do not need the "raw". If you do:
    ok devalias
    it will show you how other aliases are formed
    do ls -l /dev/dsk/c0t2d0s0 and you'll see the "non-raw" device path
    ok reset
    will "lock" your alias in NVRAM but it will attempt to boot from boot-device (normally disk) the next time unless auto-boot? is set to false
    ok setenv auto-boot? false
    My guess is that it could not understand "raw", reset, and booted from boot-device.
    You can:
    ok setenv auto-boot? false
    ok nvunalias altboot
    ok nvalias altboot /pci@1f,0/ide@d/dad@2,0
    ok reset
    ok boot altboot

  • [SOLVED] Unable to boot into fresh install (UEFI, gummiboot)

    Hello to you all,
    I installed arch linux on my new Lenovo E130 following Beginner's guide. After install, when I rebooted the system I'm dropped into emergency shell. Whole log:
    :: running early hook [udev]
    :: running hook [udev]
    :: Triggering uevents...
    :: performing fsck on '/dev/sda1'
    fsck: fsck.vfat: not found
    fsck: error 2 while executing fsck.vfat for /dev/sda1
    ERROR: fsck failed on '/dev/sda1'
    :: mounting '/dev/sda1' on real root
    mount: unknown filesystem type 'vfat'
    You are now being dropped into an emergency shell.
    /dev/sda1 is my UEFI partition in fat32 filesystem, mounted to /boot in fstab. Also it's wierd that fsck is trying to run on this partition as it's entery in fstab is
    /dev/sda1 /boot vfat defaults 0 0
    so no fsck is expected? Also I tried linux-lts kernel and installing dostools and than mkinitcpio to renew all the hooks, the error is still the same.
    Thanks for all your help.
    Last edited by kokice12 (2013-12-27 00:54:35)

    My root is on ext4 partition, let me just show you my fstab
    /dev/sda1 /boot vfat defaults 0 0
    /dev/sda2 none swap defaults 0 0
    /dev/sda3 / ext4 rw,relatime,data=ordered 0 1
    I really don't know why is it forcing fsck on partition with pass=0 in fstab?
    And thank you

  • [SOLVED] Unable to boot after a pacman and etc-update

    I updated my machine with pacman following which I started having issues with pacman complaining about unavailable database and stopped working.
    Then thinking it to be the problem with new configuration files, I ran etc-update and merged the pacnew files.
    Now, on restart, I can't boot into the machine. I keep getting the following lines over and over again.
    Starting LXDE Display manager.
    Stopping LXDE Display manager.
    Stopped LXDE Display manager.
    Starting LXDE Display manager.
    Stopping LXDE Display manager.
    Stopped LXDE Display manager.
    Starting LXDE Display manager.
    Stopping LXDE Display manager.
    Stopped LXDE Display manager.
    Any help would be much appreciated.
    EDIT: The solution is as below.
    PROBLEM: I was using catalyst drivers for my ATI Radeon card. Lately, the repo was not responding and pacman was not upgrading anything from that repo. So, after an upgrade and merging of pacnew files with etc-update, I was unable to boot. Not sure exactly where from the problem started.
    SOLUTION:
    1. Removed catalyst - Follow all the steps mentioned in the wiki - https://wiki.archlinux.org/index.php/AM … stallation. I missed a few and well, I was stuck.  In my case, I had installed using catalyst-generator and hence,  had to remove it using catalyst_build_module remove_all after getting into root.
    2. Install open source driver - Installed the Open source drive with all steps mentioned in the wiki - https://wiki.archlinux.org/index.php/ATI#Installation
    3. I had forgotten to follow all the steps correctly while removing catalyst, had not removed "nomodset" from kernel parameters and hence, was not able to boot as well. Don't forget to remove that from grub.
    Last edited by ravisghosh (2014-07-28 04:13:27)

    Continued from previous:
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gnupg in core
    debug: searching for replacements for gnutls in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gnutls in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gnutls in core
    debug: searching for replacements for gnutls in extra
    debug: searching for replacements for gobject-introspection in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gobject-introspection in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gobject-introspection in core
    debug: searching for replacements for gobject-introspection in extra
    debug: searching for replacements for goffice in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for goffice in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for goffice in core
    debug: searching for replacements for goffice in extra
    debug: searching for replacements for goffice0.8 in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for goffice0.8 in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for goffice0.8 in core
    debug: searching for replacements for goffice0.8 in extra
    debug: searching for replacements for google-talkplugin in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for google-talkplugin in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for google-talkplugin in core
    debug: searching for replacements for google-talkplugin in extra
    debug: searching for replacements for google-talkplugin in community
    debug: searching for replacements for google-talkplugin in multilib
    debug: searching for replacements for gparted in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gparted in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gparted in core
    debug: searching for replacements for gparted in extra
    debug: new version of 'gparted' found (0.19.0-1 => 0.19.1-1)
    debug: adding package gparted-0.19.1-1 to the transaction targets
    debug: searching for replacements for gperf in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gperf in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gperf in core
    debug: searching for replacements for gperf in extra
    debug: searching for replacements for gpgme in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gpgme in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gpgme in core
    debug: searching for replacements for gpm in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gpm in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gpm in core
    debug: searching for replacements for grantlee in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for grantlee in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for grantlee in core
    debug: searching for replacements for grantlee in extra
    debug: searching for replacements for graphite in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for graphite in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for graphite in core
    debug: searching for replacements for graphite in extra
    debug: searching for replacements for grep in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for grep in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for grep in core
    debug: searching for replacements for grilo in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for grilo in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for grilo in core
    debug: searching for replacements for grilo in extra
    debug: searching for replacements for grilo-plugins in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for grilo-plugins in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for grilo-plugins in core
    debug: searching for replacements for grilo-plugins in extra
    debug: searching for replacements for groff in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for groff in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for groff in core
    debug: searching for replacements for grub in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for grub in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for grub in core
    debug: searching for replacements for gsettings-desktop-schemas in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gsettings-desktop-schemas in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gsettings-desktop-schemas in core
    debug: searching for replacements for gsettings-desktop-schemas in extra
    debug: searching for replacements for gsfonts in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gsfonts in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gsfonts in core
    debug: searching for replacements for gsfonts in extra
    debug: searching for replacements for gsm in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gsm in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gsm in core
    debug: searching for replacements for gsm in extra
    debug: searching for replacements for gst-libav in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gst-libav in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gst-libav in core
    debug: searching for replacements for gst-libav in extra
    debug: searching for replacements for gst-plugins-bad in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gst-plugins-bad in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gst-plugins-bad in core
    debug: searching for replacements for gst-plugins-bad in extra
    debug: searching for replacements for gst-plugins-base in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gst-plugins-base in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gst-plugins-base in core
    debug: searching for replacements for gst-plugins-base in extra
    debug: searching for replacements for gst-plugins-base-libs in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gst-plugins-base-libs in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gst-plugins-base-libs in core
    debug: searching for replacements for gst-plugins-base-libs in extra
    debug: searching for replacements for gst-plugins-good in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gst-plugins-good in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gst-plugins-good in core
    debug: searching for replacements for gst-plugins-good in extra
    debug: searching for replacements for gst-plugins-ugly in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gst-plugins-ugly in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gst-plugins-ugly in core
    debug: searching for replacements for gst-plugins-ugly in extra
    debug: searching for replacements for gstreamer in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gstreamer in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gstreamer in core
    debug: searching for replacements for gstreamer in extra
    debug: searching for replacements for gstreamer0.10 in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gstreamer0.10 in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gstreamer0.10 in core
    debug: searching for replacements for gstreamer0.10 in extra
    debug: searching for replacements for gstreamer0.10-bad in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gstreamer0.10-bad in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gstreamer0.10-bad in core
    debug: searching for replacements for gstreamer0.10-bad in extra
    debug: searching for replacements for gstreamer0.10-bad-plugins in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gstreamer0.10-bad-plugins in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gstreamer0.10-bad-plugins in core
    debug: searching for replacements for gstreamer0.10-bad-plugins in extra
    debug: searching for replacements for gstreamer0.10-base in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gstreamer0.10-base in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gstreamer0.10-base in core
    debug: searching for replacements for gstreamer0.10-base in extra
    debug: searching for replacements for gstreamer0.10-base-plugins in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gstreamer0.10-base-plugins in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gstreamer0.10-base-plugins in core
    debug: searching for replacements for gstreamer0.10-base-plugins in extra
    debug: searching for replacements for gstreamer0.10-ffmpeg in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gstreamer0.10-ffmpeg in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gstreamer0.10-ffmpeg in core
    debug: searching for replacements for gstreamer0.10-ffmpeg in extra
    debug: searching for replacements for gstreamer0.10-good in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gstreamer0.10-good in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gstreamer0.10-good in core
    debug: searching for replacements for gstreamer0.10-good in extra
    debug: searching for replacements for gstreamer0.10-good-plugins in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gstreamer0.10-good-plugins in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gstreamer0.10-good-plugins in core
    debug: searching for replacements for gstreamer0.10-good-plugins in extra
    debug: searching for replacements for gstreamer0.10-ugly in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gstreamer0.10-ugly in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gstreamer0.10-ugly in core
    debug: searching for replacements for gstreamer0.10-ugly in extra
    debug: searching for replacements for gstreamer0.10-ugly-plugins in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gstreamer0.10-ugly-plugins in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gstreamer0.10-ugly-plugins in core
    debug: searching for replacements for gstreamer0.10-ugly-plugins in extra
    debug: searching for replacements for gtk-engines in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gtk-engines in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gtk-engines in core
    debug: searching for replacements for gtk-engines in extra
    debug: searching for replacements for gtk-update-icon-cache in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gtk-update-icon-cache in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gtk-update-icon-cache in core
    debug: searching for replacements for gtk-update-icon-cache in extra
    debug: searching for replacements for gtk2 in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gtk2 in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gtk2 in core
    debug: searching for replacements for gtk2 in extra
    debug: searching for replacements for gtk3 in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gtk3 in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gtk3 in core
    debug: searching for replacements for gtk3 in extra
    debug: searching for replacements for gtkglext in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gtkglext in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gtkglext in core
    debug: searching for replacements for gtkglext in extra
    debug: searching for replacements for gtkhotkey in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gtkhotkey in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gtkhotkey in core
    debug: searching for replacements for gtkhotkey in extra
    debug: searching for replacements for gtkhotkey in community
    debug: searching for replacements for gtkhtml in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gtkhtml in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gtkhtml in core
    debug: searching for replacements for gtkhtml in extra
    debug: searching for replacements for gtkhtml in community
    debug: searching for replacements for gtkhtml in multilib
    debug: searching for replacements for gtkmm in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gtkmm in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gtkmm in core
    debug: searching for replacements for gtkmm in extra
    debug: searching for replacements for gtkmm3 in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gtkmm3 in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gtkmm3 in core
    debug: searching for replacements for gtkmm3 in extra
    debug: searching for replacements for gtksourceview3 in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gtksourceview3 in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gtksourceview3 in core
    debug: searching for replacements for gtksourceview3 in extra
    debug: searching for replacements for gucharmap in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gucharmap in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gucharmap in core
    debug: searching for replacements for gucharmap in extra
    debug: searching for replacements for guile in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for guile in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for guile in core
    debug: searching for replacements for guile in extra
    debug: searching for replacements for guile1.8 in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for guile1.8 in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for guile1.8 in core
    debug: searching for replacements for guile1.8 in extra
    debug: searching for replacements for gvfs in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gvfs in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gvfs in core
    debug: searching for replacements for gvfs in extra
    debug: searching for replacements for gwenhywfar in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gwenhywfar in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gwenhywfar in core
    debug: searching for replacements for gwenhywfar in extra
    debug: searching for replacements for gwenhywfar in community
    debug: searching for replacements for gzip in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for gzip in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for gzip in core
    debug: searching for replacements for harfbuzz in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for harfbuzz in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for harfbuzz in core
    debug: searching for replacements for harfbuzz in extra
    debug: new version of 'harfbuzz' found (0.9.30-1 => 0.9.32-1)
    debug: adding package harfbuzz-0.9.32-1 to the transaction targets
    debug: searching for replacements for harfbuzz-icu in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for harfbuzz-icu in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for harfbuzz-icu in core
    debug: searching for replacements for harfbuzz-icu in extra
    debug: new version of 'harfbuzz-icu' found (0.9.30-1 => 0.9.32-1)
    debug: adding package harfbuzz-icu-0.9.32-1 to the transaction targets
    debug: searching for replacements for hddtemp in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for hddtemp in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for hddtemp in core
    debug: searching for replacements for hddtemp in extra
    debug: searching for replacements for hicolor-icon-theme in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for hicolor-icon-theme in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for hicolor-icon-theme in core
    debug: searching for replacements for hicolor-icon-theme in extra
    debug: searching for replacements for hspell in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for hspell in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for hspell in core
    debug: searching for replacements for hspell in extra
    debug: searching for replacements for htop in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for htop in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for htop in core
    debug: searching for replacements for htop in extra
    debug: searching for replacements for hunspell in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for hunspell in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for hunspell in core
    debug: searching for replacements for hunspell in extra
    debug: searching for replacements for hunspell-en in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for hunspell-en in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for hunspell-en in core
    debug: searching for replacements for hunspell-en in extra
    debug: searching for replacements for hwids in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for hwids in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for hwids in core
    debug: searching for replacements for hyphen in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for hyphen in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: loading package cache for repository 'catalyst-hd234k'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'catalyst-hd234k'
    debug: searching for replacements for hyphen in core
    debug: searching for replacements for hyphen in extra
    debug: searching for replacements for i8kmonitor in xorg112
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: loading package cache for repository 'xorg112'
    debug: returning error 15 from sync_db_populate : could not find database
    debug: failed to load package cache for repository 'xorg112'
    debug: searching for replacements for i8kmonitor in catalyst-hd234k
    debug: loading package cache for repository 'catalyst-hd234k'
    deb

  • Bootcamp 5.1 Windows could not prepare the computer to boot into the next phase of installation

    I've searched the internet, I've tried solutions on some of the discussions on here:
    Windows 8.1 install fails on new 2013 Retina MacBook
    https://discussions.apple.com/message/23490854#23490854
    How to install Windows 8.1 on Haswell MBP
    https://discussions.apple.com/message/23545484#23545484
    Windows 8.1 Install Fails on New 2013 Retina MacBook, Users Report
    http://wind8apps.com/windows-8-1-install-fails-new-2013-retina-macbook/
    (Can't try this one because I don't have physical media or a burner and don't want to upgrade to 8.1)
    Tried maskedferret's and jarvil's instructions that might work for others but not for me. Also the process must be older version of disk utility. There is no "minus" to remove a partition in the one I have.
    Half the problem is those threads are so long with people posting up their problems that are not even the same problem. So then you have to sift through all these responses that aren't even really releated.
    If you're problem isn't this problem then please don't use this thread to solve another issue.
    “Windows could not prepare the computer to boot into the next phase of the installation. To install Windows, restart the installation.”
    I can't find in the release notes of any beta Maverick update that this is being addressed.
    1) Does anyone know if there is a fix coming out for this?
    2) Is there some solution that doesn't require to have physical media?
         a) I have Windows 8.1 iso and product key
         b) I have a 32gb USB stick that I had Bootcamp format
         c) I have a spare 16gb USB stick.  Both are USB 2.0 so I can't do Windows To Go. Maybe I should get one.
    3) I have no idea how tell which MacBookPro I have since no one at Apple seems to believe in model numbers. I just ordered it online two weeks ago and received it this week so I guess it's the "latest" model hardware wise.  Running 10.9
    The cloest possible solution I came across was to boot up Windows 8 OS on a USB stick (Not the install) and run diskpert or fdisk for mbr thought I can' try this out because I don't have Windows To Go.  I'd rather have it worked problem from Apple if I can figure out when they plan to update I might be willing to wait.

    Finally got a physical CD and to the third link option still same issue. Even worse actually as even after formating the partition I get a "Windows cannot be installed on this disk. The selected disk is of the GPT partition style"
    Found my "-" minus remove parition in Disk Utility. Will attempt maskedferret's again

  • Unable to log into the portal-After Upgrade from NetWeaver 7.0 to 7.3EHP1

    Dear Experts,
    We have poltal landscape(NW 7.0 Dualstack SPS27) with our customozed themes and par files(Company name,logos and colours)
    Recently we upgraded the one of portal from NW 7.0 to NW 7.3EHP1 . Upgrade has been successfilly completed with small issue.
    After upgrade all urls are working(/nwa, /sld) except /irj/portal.We know that NW 7.3 EHp1 accepts only ear file i.e we converted the our customized log on par file to ear file through par migration tool and the same was deployed successfully through NWDS 7.3 version.After deploying we are able to access the
    /irj/portal url with our customized par(means ear file) without issues,
    We are unable to log into the portal after giving the correct user id and password,getting the portal runtime error as foloows.
    Portal runtime error
    An exception occured while processing your request.Send the exception ID your administrator
    Exception id:
    see log files for details about this exception
    Default.trc log file(/server0/log)
    #EP-PIN-PRT#tc~epbc~prtc~api#C00061FD2733006C00000005000056CB#9034950000000004#sap.com/com.sap.portal.runtime.system.hooks#com.sap.portal.prt.
    runtime#J2EE_ADMIN#4##43E00B85A79911E380F800000089DCC6#3a483a0fa79911e3903000000089dcc6#3a483a0fa79911e3903000000089dcc6#0#Thread[HTTP Worker
    [@900472845],5,Dedicated_Application_Thread]#Plain##
    08:14_09/03/14_0005_9034950
    [EXCEPTION]
    java.lang.RuntimeException: Could not create Resource Repository root folder in PCD
    at com.sap.portal.resource.repository.ResourceRepositorySrv.initRepositoryRootContext(ResourceRepositorySrv.java:140)
    at com.sap.portal.resource.repository.ResourceRepositorySrv.init(ResourceRepositorySrv.java:93)
    at com.sap.portal.prt.core.RequestDispatcherFactory$ServiceRequestDispatcher$3.service(RequestDispatcherFactory.java:518)
    at com.sap.engine.services.servlets_jsp.server.deploy.impl.module.IRequestDispatcherImpl.dispatch(IRequestDispatcherImpl.java:363)
    at com.sap.portal.prt.core.RequestDispatcherFactory$ServiceRequestDispatcher.init(RequestDispatcherFactory.java:503)
    at com.sap.portal.prt.broker.PortalServiceItem.initServiceInstance(PortalServiceItem.java:347)
    at com.sap.portal.prt.broker.PortalServiceItem.getServiceInstance(PortalServiceItem.java:210)
    at com.sap.portal.prt.broker.PortalServiceItem.load(PortalServiceItem.java:578)
    at com.sap.portal.prt.om.ObjectsManager.createObejctHandle(ObjectsManager.java:234)
    at com.sap.portal.prt.om.ObjectsManager.getObjectHandle(ObjectsManager.java:147)
    at com.sap.portal.prt.broker.PortalAppBroker.getPortalService(PortalAppBroker.java:498)
    at com.sap.portal.prt.service.ServiceManager.getPortalServiceItem(ServiceManager.java:431)
    at com.sap.portal.prt.service.ServiceManager.get(ServiceManager.java:220)
    at com.sap.portal.prt.runtime.Portal$RuntimeResources.getService(Portal.java:130)
    at com.sap.portal.resource.repository.WebResourceRepositorySrv.init(WebResourceRepositorySrv.java:71)
    at com.sap.portal.prt.core.RequestDispatcherFactory$ServiceRequestDispatcher$3.service(RequestDispatcherFactory.java:518)
    at com.sap.engine.services.servlets_jsp.server.deploy.impl.module.IRequestDispatcherImpl.dispatch(IRequestDispatcherImpl.java:363)
    at com.sap.portal.prt.core.RequestDispatcherFactory$ServiceRequestDispatcher.init(RequestDispatcherFactory.java:503)
    at com.sap.portal.prt.broker.PortalServiceItem.initServiceInstance(PortalServiceItem.java:347)
    at com.sap.engine.services.servlets_jsp.server.deploy.impl.module.IRequestDispatcherImpl.dispatch(IRequestDispatcherImpl.java:363)
    at com.sap.portal.prt.core.RequestDispatcherFactory$ServiceRequestDispatcher.init(RequestDispatcherFactory.java:503)
    at com.sap.portal.prt.broker.PortalServiceItem.initServiceInstance(PortalServiceItem.java:347)
            at com.sap.portal.prt.broker.PortalServiceItem.getServiceInstance(PortalServiceItem.java:210)
            at com.sap.portal.prt.broker.PortalServiceItem.load(PortalServiceItem.java:578)
            at com.sap.portal.prt.om.ObjectsManager.createObejctHandle(ObjectsManager.java:234)
            at com.sap.portal.prt.om.ObjectsManager.getObjectHandle(ObjectsManager.java:147)
            at com.sap.portal.prt.broker.PortalAppBroker.getPortalService(PortalAppBroker.java:498)
            at com.sap.portal.prt.service.ServiceManager.getPortalServiceItem(ServiceManager.java:431)
            at com.sap.portal.prt.service.ServiceManager.get(ServiceManager.java:220)
            at com.sap.portal.prt.runtime.Portal$RuntimeResources.getService(Portal.java:130)
            at com.sap.portal.resource.repository.WebResourceImportService$ResourceImporter.<init>(WebResourceImportService.java:248)
            at com.sap.portal.resource.repository.WebResourceImportService.importApplicationResources(WebResourceImportService.java:172)
            at com.sapportals.portal.navigation.NavigationMimeRepositoryService.loadAllPicsToWRR(NavigationMimeRepositoryService.java:186)
            at com.sapportals.portal.navigation.NavigationMimeRepositoryService.init(NavigationMimeRepositoryService.java:160)
            at com.sap.portal.prt.core.RequestDispatcherFactory$ServiceRequestDispatcher$3.service(RequestDispatcherFactory.java:518)
            at com.sap.engine.services.servlets_jsp.server.deploy.impl.module.IRequestDispatcherImpl.dispatch(IRequestDispatcherImpl.java:363)
            at com.sap.portal.prt.core.RequestDispatcherFactory$ServiceRequestDispatcher.init(RequestDispatcherFactory.java:503)
            at com.sap.portal.prt.broker.PortalServiceItem.initServiceInstance(PortalServiceItem.java:347)
            at com.sap.portal.prt.broker.PortalServiceItem.getServiceInstance(PortalServiceItem.java:210)
            at com.sap.portal.prt.broker.PortalServiceItem.load(PortalServiceItem.java:578)
            at com.sap.portal.prt.om.ObjectsManager.createObejctHandle(ObjectsManager.java:234)
            at com.sap.portal.prt.om.ObjectsManager.getObjectHandle(ObjectsManager.java:147)
            at com.sap.portal.prt.broker.PortalAppBroker.getPortalService(PortalAppBroker.java:498)
            at com.sap.portal.prt.service.ServiceManager.getPortalServiceItem(ServiceManager.java:431)
            at com.sap.portal.prt.service.ServiceManager.get(ServiceManager.java:220)
    at com.sap.portal.prt.runtime.Portal$RuntimeResources.getService(Portal.java:130)
            at com.sap.portal.pcm.iview.admin.PcmIviewCommon.getAdditionalAttributes(PcmIviewCommon.java:358)
            at com.sap.portal.pcm.iview.admin.PcmIviewCommon.initLayers(PcmIviewCommon.java:173)
            at com.sap.portal.pcm.iview.admin.AdminBaseiView.createAttrSetLayersList(AdminBaseiView.java:177)
            at com.sap.portal.pcm.page.admin.AdminBasePage.getCustomImplementation(AdminBasePage.java:76)
            at com.sap.portal.pcm.admin.PcmAdminBase.getImplementation(PcmAdminBase.java:642)
            at com.sapportals.portal.navigation.LightningHelperService.getFrameworkPageAttributesValues(LightningHelperService.java:143)
            at com.sapportals.portal.navigation.LightningHelperService.getFrameworkPageAttributesValues(LightningHelperService.java:171)
            at com.sapportals.portal.navigation.fpm.util.PhaseConfiguration.prepareAttributes(PhaseConfiguration.java:71)
            at com.sapportals.portal.navigation.fpm.util.PhaseConfiguration.storeRelatedAttributesInSharedStorage(PhaseConfiguration.java:35)
            at com.sapportals.portal.navigation.fpm.NavigationFpmListener.doFrameworkPhase(NavigationFpmListener.java:535)
            at com.sapportals.portal.navigation.fpm.NavigationFpmListener.doPhase(NavigationFpmListener.java:122)
            at com.sapportals.portal.pb.fpm.FPMContainer.distributeEvent(FPMContainer.java:63)
            at com.sapportals.portal.pb.fpm.FPM.doDocumentHook(FPM.java:179)
            at com.sapportals.portal.prt.service.document.DocumentHookMulticaster.doDocumentHook(DocumentHookMulticaster.java:100)
            at com.sapportals.portal.prt.service.document.DocumentHookService.doDocumentHook(DocumentHookService.java:119)
            at com.sapportals.portal.prt.service.document.DocumentHookServiceNew.doDocumentHook(DocumentHookServiceNew.java:186)
            at com.sapportals.portal.prt.connection.PortalHook.doDocumentHook(PortalHook.java:665)
            at com.sap.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:183)
            at com.sap.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:107)
            at com.sap.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:141)
            at com.sap.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:206)
            at com.sapportals.portal.navigation.PortalLauncher.doContent(PortalLauncher.java:116)
            at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:213)
            at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:129)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
            at com.sap.engine.services.httpserver.filters.MemoryStatisticFilter.process(MemoryStatisticFilter.java:57)
            at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
            at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
            at com.sap.engine.services.httpserver.filters.DSRHttpFilter.process(DSRHttpFilter.java:43)
            at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
            at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
            at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:475)
            at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.process(Processor.java:269)
            at com.sap.engine.services.httpserver.server.rcm.RequestProcessorThread.run(RequestProcessorThread.java:56)
            at com.sap.engine.core.thread.execution.Executable.run(Executable.java:122)
            at com.sap.engine.core.thread.execution.Executable.run(Executable.java:101)
            at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:328)
    Caused by: javax.naming.InvalidNameException: Character not allowed: ':' in 'pcd:resource_repository'
    at com.sapportals.portal.pcd.pl.PcdName.checkComponent(PcdName.java:64)
            at com.sapportals.portal.pcd.pl.PcdName.checkNameComponent(PcdName.java:39)
            at com.sapportals.portal.pcd.pl.PcdName.padd(PcdName.java:636)
            at com.sapportals.portal.pcd.pl.PcdName.add(PcdName.java:626)
            at com.sapportals.portal.pcd.gl.util.StringUtils.tokenizeIntoPcdName(StringUtils.java:112)
            at com.sapportals.portal.pcd.pl.PcdName.appendUrlInternal(PcdName.java:408)
            at com.sapportals.portal.pcd.pl.PcdName.<init>(PcdName.java:245)
            at com.sap.portal.resource.repository.ResourceRepositorySrv.initRepositoryRootContext(ResourceRepositorySrv.java:121)
            ... 132 more
    1)We are suspecting this issue is related to the theme issue.How to update the theme in the upgraded portal(have a backup of themes)
    2)Want to know if we update a theme where it stored at the operating system level(in NW 7.3 EHP1 as well as NW 7.0)
    3)Is there any post steps after portal upgrade.
    Request you suggest.
    Regards
    Maruthi

    Hi
    Refer the SAP Notes
    1942399 - Fix usage of unregistered class loader while processing HTTP request in an application being updated or stopped at the same time
    1744820 - Migration 7.3 fails while executing migration of pcd_upgrade
    1703578 - WPC migration stops during connection creation
    1918086 - ERROR: Unable to get iView
    Regards
    Ram

  • I am trying to create an account and I am unable to type into the password box.

    When I try to create a new account I am unable to type into the password text box. I can enter my email and I can type int he security wquestion box. I have Windows 7, the current version of iTunes and its a fairly powerful PC. Please help!

    Same problem.  Wasted 2 hours so far!  I use my personal email for registering all my HP products and can log-in to that fine. Trying to use same personal email for eprint seems to be problem. 

  • My iMac will not boot into the Apple Hard Ware test. Why is this?

    I have a late 2012 27 inch iMac. It will not boot into the Apple Hard Ware test. I do have File Vault turned on. Will this stop it from booting in to the test?

    See Using Apple Hardware Test. For some Apple computers that shipped with OS X Lion, if Apple Hardware Test cannot be found on the hard drive, an Internet-based version starts up instead. An Internet-enabled connection via ethernet or Wi-Fi is required to use this feature. Some computers that shipped with Lion require a software update to use this feature. See Computers that can be upgraded to use OS X Internet Recovery for more information.
    Note: your machine cannot be running Mac OS X (10.6.7).
    27" i7 iMac (Mid 2011) refurb, OS X Mavericks (10.9.4), ML & SL, G4 450 MP w/Leopard, 9.2.2

  • Is it possible to boot into the OSX DVD Without a keyboard?

    Hi everyone,
    Today I found a WORKING 800mhz PowerMac G4 Quicksilver (2002) at my local thrift shop for $15. Hard Drive was skipping and I had a 160GB hard drive laying around, so took the bad hard drive out and now it works, at least it has been. But heres the problem. My USB keyboard (My only one, btw) doesn't work when I start it up so when I press the power button and hit C nothing happend because my USB keyboard isn't working with it for some reason. Is there a way I can boot into the Mac OS X Startup disc to install the OS without a keyboard?
    Thanks,
    Erik

    Hi, might also try this...
    reset FW bus, same goes for USB reset...
    Reset the Firewire bus
    If your Firewire or USB isn't recognizing any device.  A solution which has worked for some whose hard drive became invisible in 10.4 was simply to follow these four steps to reset the Firewire/USB bus:
    1. Shut the machine down.
    2. UNPLUG the power lead to the computer and any firewire/USB drive or devices.
    3. leave it for 10 minutes.
    4. Connect back up and reboot.
    http://www.macmaps.com/firewirebug2.html

  • Hi Folks,   I have a problem with OBIEE EM, There in Enterprise Manager i am unable to navigate into the options like when i clik on any Tab it is not working and even  i am unable to create a report using analysis.

    Hi Folks,
      I have a problem with OBIEE EM, There in Enterprise Manager i am unable to navigate into the options like when i clik on any Tab it is not working and even  i am unable to create a report using analysis.
    Thanks in advance

    i have also tried that but no use can u give me any other way.......

  • Report Viewer unable to log into the database

    I'm fairly novice to ZFD Inventory and have a reporting issue when attempting to run from ConsoleOne (1.3.6f). Receive a Report Viewer error that states "unable to log into the database. Ensure the ODBC driver...".
    TID 10094443 describes my symptom exactly but apparently doesn't apply. It applies to ZFD6.5 and we're running 7. Does the Oracle fix it refers to even apply to ZFD7 Inventory? If not, what does address my issue?
    Is it SQL now?
    Thanks for any help.

    Originally Posted by youngj
    I'm fairly novice to ZFD Inventory and have a reporting issue when attempting to run from ConsoleOne (1.3.6f). Receive a Report Viewer error that states "unable to log into the database. Ensure the ODBC driver...".
    TID 10094443 describes my symptom exactly but apparently doesn't apply. It applies to ZFD6.5 and we're running 7. Does the Oracle fix it refers to even apply to ZFD7 Inventory? If not, what does address my issue?
    Is it SQL now?
    Thanks for any help.
    If you are using the Sybase database with ZDM7, take a look at the file \database drivers\odbcreadme.txt file on the Novell ZENworks 7 Companion 2 CD (downloadable from novell.com if you don't already have it). Page 347 of the ZDM 7 Install Doc also mentions this procedure:
    http://www.novell.com/documentation/...dm7install.pdf

  • Windows could not prepare the computer to boot into the next phase of the installation. Windows 8.1

    Hi! I have a Lenovo G500 notebook with a new HDD. I try to do a clean install but i always get an error message" windows could not prepare the computet the boot into the next phase. Restart the insralattion."  i talked with my country's windows
    help line and the operator said i have to change something in the BIOS. Can somebody help me?

    Hi,
    You can enter BIOS, then change the Boot sequence for CD/DVD, HDD or USB. Make sure that the disk speck is enough for storing the installation files. Make sure the installation media is fine.
    Probably cause of this error is that the associated disk partition is corrupted. In this situation, you need to delete the partition and then repartition the hard drive, after that, try to install Windows again, check if error has gone.
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • HT4157 I am unable to log into the "View Account",

    I am unable to log into the "View Account" on my iPad,  I have tried to Reset the account but never get sent an e-mail.  (I know what e-mail address it was originally setup with, but I did try all 3 just to be sure).   I also not not able to reset the Subscription, for some reason that is not an option anymore -  It was an option last week, I filled out the subscription to activate my connection, once I did the 3G went a way and that is when things started.
    Just some other background - the same day this started,  I received error trying to watch unrented movies on my iPad.  When I tried to start watching, I received an error - "Unable to Open".  I am not sure this is related or not.
    I have since reset the entire iPad,  (Reset all settings and Data) thinking this would fix the issue but no lick.
    Network is AT&T
    IOS is 5.1.1 (9B206)
    64 GB
    Any suggestions ?

    I have had a similar problem trying to view my account with AT&T, it could be the AT&T server is down for viewing your account.

  • Zenworks unable to log into the network

    We have a Zenworks Configuration Management 11.2.2 environment with Active Directory authentication. The User source was pointing at a particular Domain controller with SSL authentication and working just fine. Today, the Domain Controller went down and I had to change it to another DC. I updated the certificate for the new DC and switched to it with no problems in the Zenworks Console. Now when users are logging into PCs with the agent installed it will generate an error and not authenticate to Zenworks. You are able to hit 'cancel' and login to the computer. If you try to manually login to the agent it will generate the following error:
    "zenworks unable to log into the network because the login credentials or the server certificate is incorrect"
    In the console, I am able to verify the User Source connection is correct and communicating properly. I have turned SSL on/off, switched the DC server back to the original authenticating server, and rebooted all the servers but I still get this error even on the Zenworks server themselves. I'm not sure what else to check. I found a thread with a similar issue but there resolution was to blow away the server and start from scratch. That is not a viable option for me as this system is fully set up and in production.
    Any insight would greatly be appreciated.

    I would start by testing LDAP Connectivity to the new server using a
    native LDAP Toool. (Caution - Some MS LDAP Tools may not even use LDAP
    but Use Std Windows Networking.)
    On 4/22/2013 5:26 PM, scotholl wrote:
    >
    > We have a Zenworks Configuration Management 11.2.2 environment with
    > Active Directory authentication. The User source was pointing at a
    > particular Domain controller with SSL authentication and working just
    > fine. Today, the Domain Controller went down and I had to change it to
    > another DC. I updated the certificate for the new DC and switched to it
    > with no problems in the Zenworks Console. Now when users are logging
    > into PCs with the agent installed it will generate an error and not
    > authenticate to Zenworks. You are able to hit 'cancel' and login to the
    > computer. If you try to manually login to the agent it will generate
    > the following error:
    >
    > "zenworks unable to log into the network because the login credentials
    > or the server certificate is incorrect"
    >
    > In the console, I am able to verify the User Source connection is
    > correct and communicating properly. I have turned SSL on/off, switched
    > the DC server back to the original authenticating server, and rebooted
    > all the servers but I still get this error even on the Zenworks server
    > themselves. I'm not sure what else to check. I found a thread with a
    > similar issue but there resolution was to blow away the server and start
    > from scratch. That is not a viable option for me as this system is
    > fully set up and in production.
    >
    > Any insight would greatly be appreciated.
    >
    >
    Craig Wilson - MCNE, MCSE, CCNA
    Novell Knowledge Partner
    Novell does not officially monitor these forums.
    Suggestions/Opinions/Statements made by me are solely my own.
    These thoughts may not be shared by either Novell or any rational human.

  • Help when i boot into the windows 7 instal disk it freezes at windows loading files

    Help when i boot into the windows 7 instal disk it freezes at windows loading files.

    1. Have you tried both Alt keys - maybe your Alt key is dead.
    2. Do you have wireless keyboard? Have you tried to change batteries? USB Keyboard?
    3. If your Win is installed correctly then you have also installed all windows support software.
    There should be Startup manager like on the Mac (next to the clock little bootcamp app or in control pannel) to restart your Mac into the Mac partition.

Maybe you are looking for