GRUB Error, unable to boot [SOLVED]

Edited Away!
Last edited by wroom (2009-06-12 20:57:32)

No problem.  I am glad I was able to help. 
FYI,  In the grub entry for Vector you used the devfs (Arch) style (/dev/discs/disc0/partx) to define the root partition instead of the older dev system (/dev/hdax) that Vector expected.  Besides that there was nothing wrong with your grub entries.

Similar Messages

  • [SOLVED] Grub error 18 - cannot boot to Windows

    Earlier today I tried to install Arch 64bit (I had 32bit earlier) with kdemod to test new KDE4.2. However, after installation I could not boot neither Arch nor Windows. Grub appeared, but every single option gave me an error. I can't remember anymore which error it was, but It doesn't matter anymore. I thought I had made a really stupid and basic mistake while installing, I just didn't know what.
    I wanted to test KDE4.2 so much so I installed Kubuntu (yeah, this topic is not related to Arch Linux, I hope that somebody can help me though, move this topic to somewhere else if it doesn't belong here ). Installation was fine, booting to Kubuntu was fine (and upgrading to KDE4.2 was fine), but booting to Windows was not. It gave me a following error:
    Error 18: Selected cylinder exceeds maximum supported by BIOS
    I googled a bit and found this: http://wiki.linuxquestions.org/wiki/GRUB#Error_18 I reinstalled Kubuntu using /dev/sdb1 as /boot and /dev/sdb2 as / (/dev/sdb3 is windows and /dev/sdb4 is my game partition, ntfs). Before this I had /dev/sdb1 as / and /dev/sdb2 as swap (now I have no swap at all, my 4GB RAM should be enough). The only difference was that at first grub gave me error 15 (I fixed it with Kubuntu LiveCD). After that - no difference.
    I need Windows for playing. That's why it's very important that I can use it. [SOLVED] In addition, I should say that /dev/sda is a separated hard drive which is encrypted with Truecrypt. (I said this because I think that Kubuntu tried to install grub on (hd0)...) When I tried to mount this hard drive with Kubuntu, it couldn't do it. I wanted to test mounting on Windows to check if it is just Kubuntu's problem. If not, I'm fucked because this hard drive contains VERY VERY VERY IMPORTANT files. [/SOLVED]
    I really need help, please. If somebody can help me, (s)he is my hero.
    Last edited by Exitium (2009-01-29 14:42:32)

    Oops, I forgot:
    menu.lst:
    (Yup, a lot of comments, Ubuntu style)
    # menu.lst - See: grub(8), info grub, update-grub(8)
    # grub-install(8), grub-floppy(8),
    # grub-md5-crypt, /usr/share/doc/grub
    # and /usr/share/doc/grub-doc/.
    ## default num
    # Set the default entry to the entry number NUM. Numbering starts from 0, and
    # the entry number 0 is the default if the command is not used.
    # You can specify 'saved' instead of a number. In this case, the default entry
    # is the entry saved with the command 'savedefault'.
    # WARNING: If you are using dmraid do not use 'savedefault' or your
    # array will desync and will not let you boot your system.
    default 0
    ## timeout sec
    # Set a timeout, in SEC seconds, before automatically booting the default entry
    # (normally the first entry defined).
    timeout 10
    ## hiddenmenu
    # Hides the menu by default (press ESC to see the menu)
    #hiddenmenu
    # Pretty colours
    #color cyan/blue white/blue
    ## password ['--md5'] passwd
    # If used in the first section of a menu file, disable all interactive editing
    # control (menu entry editor and command-line) and entries protected by the
    # command 'lock'
    # e.g. password topsecret
    # password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
    # password topsecret
    # examples
    # title Windows 95/98/NT/2000
    # root (hd0,0)
    # makeactive
    # chainloader +1
    # title Linux
    # root (hd0,1)
    # kernel /vmlinuz root=/dev/hda2 ro
    # Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST
    ### BEGIN AUTOMAGIC KERNELS LIST
    ## lines between the AUTOMAGIC KERNELS LIST markers will be modified
    ## by the debian update-grub script except for the default options below
    ## DO NOT UNCOMMENT THEM, Just edit them to your needs
    ## ## Start Default Options ##
    ## default kernel options
    ## default kernel options for automagic boot options
    ## If you want special options for specific kernels use kopt_x_y_z
    ## where x.y.z is kernel version. Minor versions can be omitted.
    ## e.g. kopt=root=/dev/hda1 ro
    ## kopt_2_6_8=root=/dev/hdc1 ro
    ## kopt_2_6_8_2_686=root=/dev/hdc2 ro
    # kopt=root=UUID=e85e83e5-0f7c-419e-8cad-1fe5d9128e8f ro
    ## default grub root device
    ## e.g. groot=(hd0,0)
    # groot=504fab5b-7bb6-4b20-af58-83677386de37
    ## should update-grub create alternative automagic boot options
    ## e.g. alternative=true
    ## alternative=false
    # alternative=true
    ## should update-grub lock alternative automagic boot options
    ## e.g. lockalternative=true
    ## lockalternative=false
    # lockalternative=false
    ## additional options to use with the default boot option, but not with the
    ## alternatives
    ## e.g. defoptions=vga=791 resume=/dev/hda5
    # defoptions=quiet splash
    ## should update-grub lock old automagic boot options
    ## e.g. lockold=false
    ## lockold=true
    # lockold=false
    ## Xen hypervisor options to use with the default Xen boot option
    # xenhopt=
    ## Xen Linux kernel options to use with the default Xen boot option
    # xenkopt=console=tty0
    ## altoption boot targets option
    ## multiple altoptions lines are allowed
    ## e.g. altoptions=(extra menu suffix) extra boot options
    ## altoptions=(recovery) single
    # altoptions=(recovery mode) single
    ## controls how many kernels should be put into the menu.lst
    ## only counts the first occurence of a kernel, not the
    ## alternative kernel options
    ## e.g. howmany=all
    ## howmany=7
    # howmany=all
    ## should update-grub create memtest86 boot option
    ## e.g. memtest86=true
    ## memtest86=false
    # memtest86=true
    ## should update-grub adjust the value of the default booted system
    ## can be true or false
    # updatedefaultentry=false
    ## should update-grub add savedefault to the default options
    ## can be true or false
    # savedefault=false
    ## ## End Default Options ##
    title Ubuntu 8.10, kernel 2.6.27-11-generic
    uuid 504fab5b-7bb6-4b20-af58-83677386de37
    kernel /vmlinuz-2.6.27-11-generic root=UUID=e85e83e5-0f7c-419e-8cad-1fe5d9128e8f ro quiet splash
    initrd /initrd.img-2.6.27-11-generic
    quiet
    title Ubuntu 8.10, kernel 2.6.27-11-generic (recovery mode)
    uuid 504fab5b-7bb6-4b20-af58-83677386de37
    kernel /vmlinuz-2.6.27-11-generic root=UUID=e85e83e5-0f7c-419e-8cad-1fe5d9128e8f ro single
    initrd /initrd.img-2.6.27-11-generic
    title Ubuntu 8.10, memtest86+
    uuid 504fab5b-7bb6-4b20-af58-83677386de37
    kernel /memtest86+.bin
    quiet
    title Wintoosa
    root (hd1,2)
    savedefault
    makeactive
    map (hd0) (hd1)
    map (hd1) (hd0)
    chainloader +1
    fdisk -l
    (Note: These results are mainly in Finnish. It could be hard to you to read it... But whatever... I'll translate these only if necessary)
    Levy /dev/sda: 640.1 Gt, 640135028736 tavua
    255 päätä, 63 sektoria/ura, 77825 sylinteriä
    Yksiköt = 16065 * 512 = 8225280 -tavuiset sylinterit
    Levyn tunniste: 0xcc5d88e2
    Laite Käynn Alku Loppu Lohkot Id Järjestelmä
    /dev/sda1 * 244091 485122 1936074870+ b8 BSDI sivutus
    Osion 1 loppu ei ole sylinterin rajalla.
    /dev/sda2 176430 394864 1754572509+ 43 Tuntematon
    Osion 2 loppu ei ole sylinterin rajalla.
    /dev/sda3 177329 413105 1893868925 29 Tuntematon
    Osion 3 loppu ei ole sylinterin rajalla.
    /dev/sda4 57435 309703 2026342066 5c Priam Edisk
    Osion 4 loppu ei ole sylinterin rajalla.
    Osiotaulumerkinnät eivät ole levyjärjestyksessä
    Levy /dev/sdb: 500.1 Gt, 500107862016 tavua
    255 päätä, 63 sektoria/ura, 60801 sylinteriä
    Yksiköt = 16065 * 512 = 8225280 -tavuiset sylinterit
    Levyn tunniste: 0x0007a52a
    Laite Käynn Alku Loppu Lohkot Id Järjestelmä
    /dev/sdb1 1 128 1028128+ 83 Linux
    /dev/sdb2 129 13185 104880352+ 83 Linux
    /dev/sdb3 13186 26239 104856255 7 HPFS/NTFS
    /dev/sdb4 26240 60801 277619265 7 HPFS/NTFS
    Last edited by Exitium (2009-01-28 21:05:33)

  • Inconsistent grub error 17, dual booting issues

    Hello,
    I've recently installed Arch as a second OS on my computer, but I'm having a bit of trouble when it comes to booting it. I'm a bit new to Linux in general, but I've tried to research the problem, and seem to have run into a wall. Any comments, insight, suggestions would be greatly appreciated. Preemptive apologies for being windy, I'm trying to give as much relevant info as possible here
    ****************Here are the details:******************
    -1st hard drive (sda): Windows 7
    -2nd hard drive (sdb): Arch
    Partitioning scheme:
    sdb1 = boot, about 100Mb, ext2
    sdb2 = swap, ~2gig
    sdb3 = root, ~20gig, ext3
    sdb4 = home, the rest (HD is 500gb total), ext3
    -grub is installed on the MBR of sdb
    -windows has no problems booting independently (when i disconnect my second hard drive), so sda hasn't been touched at all
    in grub's menu.lst:
    arch has root set to (hd1,0)
    windows 7 has rootnoverify set to (hd0,0), with chainloader +1 after.
    **************The issue:********************
    when choosing to boot arch from grub, (this is booting off of the second hard drive), i get an error 17, saying the filesystem is unrecognized and the partition type is 0x7.
    if i then enter into the command line mode for grub, and try
    find /grub/stage1
    it spits out (hd0,0), which is incorrect. it should be (hd1,0) since my boot partition is the first partition on the second hard drive, and (hd0,0) is an entirely different hard drive with nothing but windows on it.
    An interesting complication:
    If I boot the USB iso image of arch I used to originally install it, and I highlight the option "boot existing OS", press tab to change hd0 0 to hd1 0, it loads up Grub, and from there on Grub boots perfectly fine to Arch - implying that at the very least Arch installed on the hard drive properly. Also, Grub run in this fashion seems to realize that (hd1,0) is ext2.
    After booting arch as in the previous paragraph^ (note, this is arch as installed on the hard drive, not the liveCD version), i run:
    grub
    grub> find /grub/stage1
    and it replies that stage1 is in hd(1,0), which is where it should be.
    Googling suggests my partitions are somehow messed up, but I'm not completely sure of that. Booting from the USB image and running
    fdisk -l
    seems to give the right partition order and sizes.
    However, there could be a problem stemming from how I partitioned the second hard drive in the first place: it's an Advanced Format drive, and using Western Digital's guidelines - http://wdc.custhelp.com/app/answers/detail/a_id/5655 - i ran:
    parted -a optimal /dev/sdb
    and created my partitions, then used the Arch installer to establish their file systems and do the rest.
    I don't have any concrete ideas about what's going on, except that Grub is somehow having trouble mounting/recognizing the file system when I try to run it from the MBR directly.
    Once again, sorry for such a long post, and any help at all is greatly appreciated.

    Ok, so I've tried to reconfigure my grub/menu.lst as described in https://wiki.archlinux.org/index.php/Pe … t_managers .
    When I try to boot after that, it claims that the device /dev/disk/by-uuid/*the uuid i got for my boot partition* cannot be found.
    This next paragraph might be a bit of a facepalm moment; in retrospect, it seems like it should be obvious that this would happen (like lifeafter2am is saying, my drives are getting switched at boot up):
    After booting up grub in a bunch of different configurations, I've managed to determine that what my computer does is this:
    - In the bios, I changed the boot order to be USB -> 2nd hard drive (the one with arch on it) -> first hard drive (since I use a USB for a liveCD, and the 2nd hard drive's MBR has grub on it, which i want to use to dual boot both arch and windows, windows being on the first hard drive).
    So every time I insert the usb, it changes what grub perceives to be hd0 and hd1. When I insert the usb, the usb becomes hd0, and the other drives are renumbered. When I try to boot without the USB, having the BIOS boot from my second hard drive makes the second hard drive become hd0.
    What with ^ going on, I simply went in to the grub/menu.lst and changed arch's (hd1,0) to (hd0,0), and now it recognizes that (hd0,0) is indeed an ext2 fs, partition type 0x83, etc.
    The problem now is: no matter what I try to set the root in menu.lst to be, whether it's sdb1, sda1, some uuid label, grub starts booting and then says error: unable to mount the real root device, and dumps me into a shell with a good luck message.
    Is there a way to figure out what i should set grub's root in menu.lst to be, from the arch iso on my USB, keeping in mind the fact that inserting the USB renumbers the hard drives?
    I don't wanna make the analogy to quantum mechanics, but this almost seems like an observer disturbing the results type of thing >_<
    Last edited by sergs (2012-02-12 01:18:54)

  • [Solved] Grub Error 15 at boot on new install.

    So I was trying to avoid asking for help, but I honestly can't see what's wrong with my new install of arch.  I followed the beginner's guide all the way up to the part where you reboot and remove the liveCD.  It all went swimmingly until I rebooted and got:
    GRUB Loading stage1.5.
    GRUB Loading, please wait...
    Error 15
    I don't know what's going on.  Error 15 is supposedly "file not found," but I don't know what file it's looking for since I have a grub.cfg that I created from the steps posted on the guide.  Any help is greatly appreciated.
    --Wes
    EDIT:
    Just to be clear I followed the BIOS motherboard steps for GRUB.
    Last edited by Wesman26 (2012-11-09 01:25:38)

    Xacky wrote:Which instructions did you follow? This would normaly do it when chrooted (during install).
    Wat your disk en partition lay-out?
    -One or more harddisks?
    -Partitions? Everything on / or separate /home /boot (/var)?
    I'm following the beginner's guide instructions for a BIOS install.  After chroot I used the following:
    # pacman -S grub-bios
    # grub-install --target=i386-pc --recheck --force --debug /dev/sdb
    # cp /usr/share/locale/en\@quot/LC_MESSAGES/grub.mo /boot/grub/locale/en.mo
    # grub-mkconfig -o /boot/grub/grub.cfg
    Aside from the warnings (that I think most people ignored) of a few files not existing during the installation of grub-bios, it all went fine.  The harddrive is definitely sdb (fdisk -l shows sda as my windows drive, not to mention I just formatted and partitioned sdb).  My partitions are laid out exactly as the guide tells me to (/ on /dev/sdb1 and /home on /dev/sdb2).  They are the only partitions on sdb.
    DSpider wrote:Lol... a full reinstall wasn't needed. This mentality is typical to a Windows user.
    I don't appreciate your condescension.  These forums have (up to this point) always been really helpful and friendly to me; just because I'm posting in the newbie corner doesn't mean I'm not familiar with linux, and even if I were unfamiliar with linux I would hope that you could show more respect and compassion for someone who needs help than to ostracize them and laugh about their problem.  I posted here because I figured I didn't need to waste the time of the mods and users who offer help in the installation subforum with something that I assumed would be a trivial fix.  I expected courteous, thoughtful responses.  I was apparently wrong to assume.
    I reinstalled because I didn't know what else to do, and figured that there might have been a chance that I made a mistake.  Since your previous advice was literally getting me nowhere I figured the 10 minutes of my time reinstalling took up would be worth the potential of fixing my problem. 
    To answer your questions that are actually helpful:
    I don't have grub installed on another drive and my drive and partition layout is detailed above.  As for boot priority, it hasn't changed since I first installed linux in 2006 and it's worked ever since; I'm performing this operation to clear what was once a drive cluttered with a few other distros that I've abandoned since 2007 when I found Arch (yes I am actually that lazy).
    Is it possible that my old installation of grub might have stayed on the drive even after I rid it of the old partitions (since it's stored in MBR)?  If so does the installation of grub2 I'm performing not get rid of it?
    Hope this helps,
    --Wes
    Last edited by Wesman26 (2012-11-08 20:53:27)

  • Grub & error trying to boot other linux partition

    My 40 gig hard drive is partitioned like this
    hda1 = Arch Linux partition (XFS file system, Grub installed to MBR)
    hda5 = swap partition for Arch
    hda6 = Vector Linux partiton (Reiser file system, LILO installed to superblock)
    hda7 = swap partition for Vector
    Here is my Grub menu.1st
    menu.lst            [B---] 51 L:[  1+40  41/ 41] *(1251/1251b)= <EOF>
    # Config file for GRUB - The GNU GRand Unified Bootloader
    # /boot/grub/menu.lst
    # DEVICE NAME CONVERSIONS
    #  Old /dev    DevFS                    Grub
    #  /dev/fd0    /dev/floppy/0            (fd0)
    #  /dev/hda    /dev/discs/disc0/disc    (hd0)
    #  /dev/hdb2   /dev/discs/disc1/part2   (hd1,1)
    #  /dev/hda3   /dev/discs/disc0/part3   (hd0,2)
    #  FRAMEBUFFER RESOLUTION SETTINGS
    #     +----------------------------------------+
    #          | 640x480 800x600 1024x768 1280x1024
    #      ----+-----------------------------------
    #      256 |   0x301   0x303    0x305     0x307
    #      32K |   0x310   0x313    0x316     0x319
    #      64K |   0x311   0x314    0x317     0x31A
    #      16M |   0x312   0x315    0x318     0x31B
    #     +----------------------------------------+
    # general configuration:
    timeout   10
    default   0
    color light-blue/black light-cyan/blue
    # boot sections follow
    # each is implicitly numbered from 0 in the order of appearance below
    # (0) Arch Linux
    title  Arch Linux  [/boot/vmlinuz26]
    root   (hd0,0)
    kernel /boot/vmlinuz26 root=/dev/discs/disc0/part1 ro
    # (1) Vector Linux
    title Vector Linux  [/boot/vmlinuz]
    root   (hd0,5)
    kernel /boot/vmlinuz root=/dev/discs/disc0/part6 ro
    The problem is I can't get Vector to boot. The "Uncompressing Linux" message is follwed by all the usual messages and then at the end thses lines pop up.
    VFS: cannot open root device "discs/disc0/part6" or 00:00
    please append a correct "root=" boot option
    Kernel panic:VFS: unable to mount fs on 00:00
    I have tried changing the grub parameters to try .../part7 and ....part5 but part7 should be the swap so that won't work naturally.
    Both had1 and hda6 are set as bootable btw.
    Can I get some insight as to what I am doing wrong???

    No problem.  I am glad I was able to help. 
    FYI,  In the grub entry for Vector you used the devfs (Arch) style (/dev/discs/disc0/partx) to define the root partition instead of the older dev system (/dev/hdax) that Vector expected.  Besides that there was nothing wrong with your grub entries.

  • Path error unable to boot

    I am in great trouble.
    Last night my solaris 8 was ok. run smoothly and i dont a lot of modification and installation.
    my problem is setting the path. after googleing on internet, if found some solution and implement it to my system.after that the problem is started. My solaris become crazy...i cant reboot, halt, shutdown and do anything...a lot of error finding the path
    This is the command cause the problem to my system >>crle -l /usr/bin:/usr/sbin:/usr/ccs/bin/
    when ever i restart my intel pc, it will ask do the fsck and enter in single user mod. after i enter single user mod, i go to ksh console. but i cannot do anything. what every i type will print out a error.
    Some of the error>>
    ld.so.1:/bin/i386: fatal: libc.so.1: open failed: No such file or directory Killed
    ld.so.1:/bin/i386: fatal: libnsl.so.1: open failed: No such file or directory Killed
    ld.so.1:/bin/i386: fatal: libmail.so.1: open failed: No such file or directory Killed
    My solaris was running perfectly before I type the command which lead me to the trouble.
    How do i get back my solaris?...

    boot from cdrom
    mount the hard drive
    overwrite the following files. cp from the cd to the hard disk.
    For 32-bit objects, the default configuration file is /var/ld/ld.config. For 64-bit objects, the default configuration file is /var/ld/64/ld.config.

  • [SOLVED] Unable to Boot Windows 7 from GRUB

    I recently reinstalled Arch onto my laptop (Lenovo Thinkpad t520) and have been having problems with Grub. For the last week I've been having trouble getting it to run grub at boot at all, only being able to run windows 7 by flagging it as the bootable drive. The other day I finally got it to boot into grub, and from grub I can boot into Arch. However, I can not boot into windows 7 through grub. When I attempt to, it throws an error:
    Invalid EFI file path
    I'm somewhat new to arch, and especially new to efi bootloading and such. Right now the only way I can get into windows is either booting from the arch install disk > boot other os and specifying partition 2 (where I have windows installed) or by pressing f12 at boot. When I do this (not sure what the term is, if anyone knows please tell me), it brings up a menu asking where I want to boot with "arch_efi" "cd drive" "Hard drive" etc. I choose hard drive and it will then boot to windows by default. Booting normally takes me to grub where I can boot into arch but not windows. If there's any more info you need please let me know and I'll try to provide it. Thanks in advance.
    Also, here is my current partition setup
    /dev/sda1 /boot/efi
    /dev/sda2 Windows7
    /dev/sda3 Extended partition containing sda 5,6, & 7
    /dev/sda4 swap
    /dev/sda5 /boot
    /dev/sda6 /
    /dev/sda7 /home
    UPDATE
    Terminator seems to be right (still on a roll!), so I wiped the partition I had grub on, removed grub, and installed syslinux. Now I have another problem that I'm hoping can be solved in the same thread to avoid another. It boots to syslinux no problem, and I can boot to windows from there all good, but when I select arch I get:
    Root device mounted successfully but /sbin/init does not exist
    I haven't been able to look for solutions too much on my own, but any help would be appreciated, thank you.
    Last edited by IamFuzzles (2012-08-22 04:20:56)

    Terminator wrote:If I understand it correctly, what you are trying is impossible: you are trying to boot windows using UEFI on a disk with MBR partitioning. Windows 7 only supports UEFI on discs with GPT partitioning but AFAIK, extended partitions only exist in MBR partitioning.
    i also saw this in the arch wiki, but i have a brand new lenovo ideapad y570 running windows 7 64-bit that i'm in the process of setting up for someone, and it has what i think is an efi system partition but the disk uses mbr partitioning.  does anyone know why this might be, or is there a way i can verify that the system is actually being booted via bios-mbr?
    Last edited by e_tank (2012-08-21 11:56:15)

  • [SOLVED] - Arch Boot Error: Unable to find Root Device /dev/sdb1

    I had Arch running perfectly using /dev/sdb1 (versus Disk Label or UUID) and decided to do a update.  After the Update I can't boot
    to a running system, and I get this error message:
    ERROR: Unable to find root device /dev/sdb1 
    You are being dropped into a recovery shell.
    Is there an easy way to convert to UUID or Disk Label since the latest Upgrade doesn't allow me to continue to use /dev/sdb1 ??
    I'd prefer not to have to rebuild both USB Flash Drives to get functional systems.
    Any Help is greatly appreciated.
    Suggestions?
    Larry
    Last edited by lkraemer (2012-02-21 15:14:02)

    Check your grub and read https://wiki.archlinux.org/index.php/UUID#By-uuid
    Edit:
    https://bbs.archlinux.org/viewtopic.php … 0#p1059160
    https://bbs.archlinux.org/viewtopic.php?pid=1059338
    https://bbs.archlinux.org/viewtopic.php?id=135288
    Last edited by karol (2012-02-21 01:07:21)

  • [Solved] Unable to boot Arch off SUSE GrUB

    Hi,
    I have several OS installed on my machine. I used to boot everything including Arch but BSD, Solaris & PCBSD with GrUB2 off UbuntuStudio. Earlier today I installed SUSE GrUB on sda and now I am unable to boot Arch. I've used SUSE GrUB earlier and was able to boot Arch off it.
    Here is my menu.lst
    # Modified by YaST2. Last modification on Sun Oct 17 18:52:19 SGT 2010
    # THIS FILE WILL BE PARTIALLY OVERWRITTEN by perl-Bootloader
    # Configure custom boot parameters for updated kernels in /etc/sysconfig/bootloader
    default 0
    timeout 8
    ##YaST - generic_mbr
    gfxmenu (hd0,30)/boot/message
    ##YaST - activate
    ###Don't change this comment - YaST2 identifier: Original name: linux###
    title Desktop -- openSUSE 11.2 - 2.6.31.14-0.1
        root (hd0,30)
        kernel /boot/vmlinuz-2.6.31.14-0.1-desktop root=/dev/disk/by-id/ata-ST3320418AS_9VMD0YPT-part31 resume=/dev/disk/by-id/ata-ST3320418AS_9VMD0YPT-part5 splash=silent quiet showopts vga=0x315
        initrd /boot/initrd-2.6.31.14-0.1-desktop
    ###Don't change this comment - YaST2 identifier: Original name: failsafe###
    title Failsafe -- openSUSE 11.2 - 2.6.31.14-0.1
        root (hd0,30)
        kernel /boot/vmlinuz-2.6.31.14-0.1-desktop root=/dev/disk/by-id/ata-ST3320418AS_9VMD0YPT-part31 showopts apm=off noresume edd=off powersaved=off nohz=off highres=off processor.max_cstate=1 x11failsafe vga=0x317
        initrd /boot/initrd-2.6.31.14-0.1-desktop
    ###Don't change this comment - YaST2 identifier: Original name: windows 1###
    title Windows 7 Ultimate Edition x64
        rootnoverify (hd0,0)
        chainloader +1
    ###Don't change this comment - YaST2 identifier: Original name: other###
    title FreeBSD 8.1 i386
        rootnoverify (hd0,2)
        chainloader +1
    ###Don't change this comment - YaST2 identifier: Original name: other###
    title OpenSolaris 2009.06 b134 x86
        rootnoverify (hd0,3)
        chainloader +1
    ###Don't change this comment - YaST2 identifier: Original name: other###
    title PC-BSD 8.1 amd64
        rootnoverify (hd2,0)
        chainloader +1
    ###Don't change this comment - YaST2 identifier: Original name: CentOS (2.6.18-194.11.4.el5xen) (/dev/sda6)###
    title CentOS (2.6.18-194.11.4.el5xen) (/dev/sda6)
        root (hd0,5)
        kernel /boot/vmlinuz-2.6.18-194.11.3.el5 ro root=/dev/sda6 rhgb quiet
        initrd /boot/initrd-2.6.18-194.11.3.el5.img
    ###Don't change this comment - YaST2 identifier: Original name: Centos-base###
    title CentOS-base (2.6.18-194.el5) (on /dev/sda6)
        root (hd0,5)
        kernel /boot/vmlinuz-2.6.18-194.el5 ro root=/dev/sda6 rhgb quiet
        initrd /boot/initrd-2.6.18-194.el5.img
    ###Don't change this comment - YaST2 identifier: Original name:  linux (/dev/sda8)###
    title PCLinuxOS
        root (hd0,7)
        configfile /boot/grub/menu.lst
    ###Don't change this comment - YaST2 identifier: Original name:  linux (/dev/sda10)###
    title Simply Mepis
        root (hd0,9)
        configfile /boot/grub/menu.lst
    ###Don't change this comment - YaST2 identifier: Original name:  Chakra GNU/Linux (/dev/sda12)###
    title Chakra GNU/Linux (/dev/sda12)
        root (hd0,11)
        configfile /boot/grub/menu.lst
    ###Don't change this comment - YaST2 identifier: Original name:  Fedora (2.6.34.7-56.fc13.x86_64) (/dev/sda14)###
    title Fedora (2.6.34.7-56.fc13.x86_64) (/dev/sda14)
        root (hd0,13)
        configfile /boot/grub/menu.lst
    ###Don't change this comment - YaST2 identifier: Original name:  linux (/dev/sda16)###
    title Mandriva Spring 2010.1
        root (hd0,15)
        configfile /boot/grub/menu.lst
    ###Don't change this comment - YaST2 identifier: Original name:  Calculate Linux Desktop x86_64 10.9 KDE (/dev/sda18)###
    title Calculate Linux Desktop x86_64 10.9 KDE (/dev/sda18)
        root (hd0,17)
        configfile /boot/grub/menu.lst
    ###Don't change this comment - YaST2 identifier: Original name: linux###
    title Arch linux 2010.05 x86_64
        rootnoverify (hd0,18)
        chainloader +1
    ###Don't change this comment - YaST2 identifier: Original name:  Desktop -- openSUSE 11.3 - 2.6.34.7-0.3 (/dev/sda23)###
    title openSUSE 11.3 - 2.6.34.7-0.3
        root (hd0,22)
        configfile /boot/grub/menu.lst
    ###Don't change this comment - YaST2 identifier: Original name: other###
    title caeLinux
        root (hd0,24)
        kernel /vmlinuz root=/dev/sda25 ro quiet splash
        initrd /initrd.img
    ###Don't change this comment - YaST2 identifier: Original name: other###
    title UbuntuStudio 10.04 amd64
        root (hd0,26)
        kernel /vmlinuz root=/dev/sda27 ro quiet splash
        initrd /initrd.img
    ###Don't change this comment - YaST2 identifier: Original name: other###
    title Linux Mint 9 amd64
        root (hd0,28)
        kernel /vmlinuz root=/dev/sda29 ro quiet splash
        initrd /initrd.img
    Here is etc/fstab from Arch -
    # /etc/fstab: static file system information
    # <file system>        <dir>         <type>    <options>          <dump> <pass>
    devpts                 /dev/pts      devpts    defaults            0      0
    shm                    /dev/shm      tmpfs     nodev,nosuid        0      0
    #/dev/cdrom             /media/cd   auto    ro,user,noauto,unhide   0      0
    #/dev/dvd               /media/dvd  auto    ro,user,noauto,unhide   0      0
    #/dev/fd0               /media/fl   auto    user,noauto             0      0
    /dev/sda19 /boot ext2 defaults 0 1
    /dev/sda20 / ext4 defaults 0 1
    /dev/sda21 /var ext4 defaults 0 1
    /dev/sda22 /home ext4 defaults 0 1
    /dev/sda5 swap swap defaults 0 0
    I've results from bootinfo script as well but the file is big and I am unable to post all those details in here.
    Best,
    David
    Last edited by avenuemax (2010-10-18 05:30:48)

    Here is the menu list off PCLinuxOS
    timeout 15
    color black/cyan yellow/cyan
    gfxmenu (hd0,7)/boot/gfxmenu
    default 0
    title linux
    kernel (hd0,7)/boot/vmlinuz BOOT_IMAGE=linux root=UUID=77fb6caf-c436-4855-b25a-436f4f6c40f0  vmalloc=256M resume=UUID=92ecb3e1-84a1-4855-8a49-3c9616638795 splash=silent vga=788
    initrd (hd0,7)/boot/initrd.img
    title linux-nonfb
    kernel (hd0,7)/boot/vmlinuz BOOT_IMAGE=linux-nonfb root=UUID=77fb6caf-c436-4855-b25a-436f4f6c40f0  vmalloc=256M resume=UUID=92ecb3e1-84a1-4855-8a49-3c9616638795
    initrd (hd0,7)/boot/initrd.img
    title failsafe
    kernel (hd0,7)/boot/vmlinuz BOOT_IMAGE=failsafe root=UUID=77fb6caf-c436-4855-b25a-436f4f6c40f0  failsafe vmalloc=256M
    initrd (hd0,7)/boot/initrd.img
    title Windows 7 Ultimate Edition x64
    root (hd0,0)
    map (0x81) (0x80)
    map (0x80) (0x81)
    makeactive
    chainloader +1
    title CentOS (Final)
    root (hd0,5)
    configfile /boot/grub/menu.lst
    title MEPIS Linux 8.5
    root (hd0,9)
    configfile /boot/grub/menu.lst
    title Arch
    root (hd0,18)
    configfile /grub/menu.lst
    title Fedora (Goddard)
    root (hd0,13)
    configfile /boot/grub/menu.lst
    title Mandriva Linux (Official)
    root (hd0,15)
    configfile /boot/grub/menu.lst
    title Calculate Linux sda18
    root (hd0,17)
    configfile /boot/grub/menu.lst
    title Chakra
    root (hd0,11)
    configfile /boot/grub/menu.lst
    title openSUSE 11.3 (x86_64)
    VERSION = 11.3
    root (hd0,22)
    configfile /boot/grub/menu.lst
    title PC-BSD 8.1 amd64
    root (hd2,0)
    chainloader +1
    title FreeBSD 8.1 i386
    root (hd0,2)
    chainloader +1
    title OpenSolaris 2009.06 b134 x86
    root (hd0,3)
    chainloader +1
    I can boot Arch from here, wish I get to do that from SUSE GrUB.

  • [Solved] Grub error when booting...

    Today I decided to try out Archlinux everything worked fine until the reboot.. Grub doesn't seem to work as intended, grub just kept posting:
    GRUB GRUB GRUB GRUB GRUB GRUB GRUB GRUB GRUB GRUB GRUB GRUB GRUB
    nothing but "GRUB" came up.
    My menu.lst:
    default 0
    timeout 3
    color light-blue/black light-cyan/blue
    title Arch Linux
    root (hd0,0)
    kernel /vmlinuz26 root=/dev/sda3 ro vga=773
    initrd /kernel26.img
    Title Arch Linux Fallback
    root (hd0,0)
    kernel /vmlinuz root=/dev/sda3 ro vga=773
    initrd /kernel26-fallback.img
    version: 0.8beta2
    I haven't found any threads about it, if there's any i'm sorry for bringing up a new one.
    any suggests?
    Last edited by Neko-san (2007-03-12 19:16:41)

    SleepingGiant08 wrote:see this http://www.gentoo.org/doc/en/grub-error-guide.xml
    scroll down to Error 7...
    oohh.. there it is, I guess I didn't look enough thanks tho :)
    vacant wrote:
    GRUB GRUB GRUB GRUB GRUB GRUB GRUB GRUB GRUB GRUB GRUB GRUB GRUB
    Maybe you should start a poll "Vote for the most useless linux error message" ;)
    True, not that good error message ^^
    This is how I did it:
    boot: arch root=/dev/sda3
    grub
    root (hd0,0)
    setup (hd0)
    quit
    reboot
    Last edited by Neko-san (2007-03-12 20:33:30)

  • [Solved] Arch Linux won't boot, GRUB error 15

    Recently I did a system upgrade with "pacman -Syu". There wasn't many updates i only saw a kernel upgrade to 3.0.1 (something like that), the update was complete and I decieded before I restarted my system i would install LibreOffice, there was another error, with that installation. There was some error with redline and raptor (I'm not 100% on the names but i know they both start with R and it was two of them). Any way it was somewhere along the lines of "redline: /usr/.... : already exists in the filesystem".
    So before I continued I figured screw it, I'll restart my system and figure out what's wrong later. So I reboot, and can't get back in -_-* great. So now I have the GRUB error 15 the prompt tells me press any key to continue... and now I can only boot into my windows partition. What can I do from here? I don't want to reinstall arch, only as a last resort.
    Last edited by mastrgamr (2011-08-08 03:25:09)

    not sure what you're saying ... grub was working fine before if that's what you're asking, I've had the distro on my system for about a week before today.
    to be honest I'm not even sure what is a custom kernel, from day one I just did a "pacman -S linux linux-headers", which replaced kernel26 and it's headers and from there I was golden, until today.
    P.S I'm sure it was this update that did it (http://www.archlinux.org/packages/core/x86_64/linux/)

  • [Solved] Unable to boot after install

    Forgive me for the lack of code tags, having to write this on my phone.
    I am unable to boot after installation. I receive an error wich has the incorrect UDID string. It doesn't even exist. I will update with error after posting so I can give grub config generation error first
    When I run:
    grub-mkconfig -o /boot/grub/grub.cfg
    I get this:
    Found Linux image : /boot/vmlinuz-linux
    Found initd image: /boot/initramfs-linux.img
    Warning: failed to connect to lvmetad: no such file or directory. falling back to internal scanning.
    No volume groups found
    [ 279.601712] SQUASHFS error: can't find a SQUASHFS superblock on sda3
    [ 279.604502] EXT4-fs (sda3):unable to read superblock
    [ 279.607266] EXT4-fs (sda3):unable to read superblock
    [ 279.609928] EXT4-fs (sda3):unable to read superblock
    Found Windows 7 (loader) on /dev/sda1
    Done
    Sda3 is an extended volume
    Edit: I just deleted the old .cfg and recreated a new one by re running the above command, uncounted and rebooted and it booted into CLI. 3rd time a charm after all. Marking this one solved
    Last edited by Kirito (2013-05-15 07:55:31)

    Oh, looking at your setup, it would seem that your system is likely still configured to boot to /dev/sdd (the windows drive).
    As a user with numerous drives, you should be aware that using /dev/sdXY to identify your disks is a bad idea.  There is no gaurantee that Arch will be /dev/sde every time, nor that windows will be /dev/sdd.  You should use either filesystem labels (LABEL= or /dev/disk/by-label) or UUIDs (UUID= or /dev/disk/by-uuid).  Though if you are using GPT, there is also the option of the PARTLABEL as well (which are the labels you create within the partitioner).

  • [Solved] Unable to boot (startup job is running)

    Hi there!
    Today I went home and tried to boot my laptop there, but was unable to boot Arch.
    Before I went home I did a system update using  ' sudo pacman -Syu '  and shut the laptop off normally. Right now I get the following message whilst booting:
    " A startup job is running for dev-disk...25EFDCE0.device"
    It fails after 1 min. 30s and shows a time out error for dependency /mnt/6776F38425EFDCE0, and refuses to boot. I waited for 5 min. but the only thing working at that stage is the shut down button (which appears to enter a normal shutdown mode).
    Grub 2 is functioning; Windows 8 boots up fine (same HDD); though all options to boot arch fail because of the 'startup job error message'.
    Do any of you know how I can fix this, or how to boot/fix arch such that I can attempt to fix it? Based on a search trough this forum it might be an error in FSTAB,  although all cases reported on this forum appear to boot normally after the 'a startup job is running 'error message'.
    Many thanks.
    Last edited by Simthadim (2014-10-11 09:43:36)

    Thank you for your response.
    Changing the UUID's to /dev/sdaX did not do it's magic, unfortunately. The ' a start job'  message is gone, the boot however gets stuck at
    /dev/sda2 clean .... (beginning of boot)
    Unfortunately I did not properly save the back-up of my fstab file, so the initial set up is lost. Was able to acces arch using alt+f2 and have restored it manually with
    lsblk -f
    It currently looks like this. I did have a line to automount my data partition (/dev/sda4, label: Data), but didn' t know how to restore that one as that line got deleted too.  My gut says this automount was causing the initial error, but it should boot up normally with the current fstab file, right?
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    # /dev/sda2
    UUID=47faa9c6-13d9-4d4f-8744-78766ea7c193 / ext4 rw,relatime,data=ordered 0 1
    # /dev/sda3
    UUID=bd14a274-a365-4511-9a11-151e086a42db none swap defaults 0 0
    UUID=509F9EA61178387E /run/media/simon/Data ntfs auto 0 2

  • [SOLVED] Rad 7790+Catalyst = Error: unable to open display (null)

    Radeon HD 7790 + Catalyst = Error: unable to open display (null)
    Greetings,
    I've installed Arch 2 days ago(migrated from Fedora), but I'm still a newbie to linux, so please have patience.
    I've bought AMD Radeon HD 7790 recently and decided that it's time to upgrade system, but since then I had only problems with it. No LiveCD I tried (Fedora 20, Mint)  worked properly in graphics mode, so I suspected problem in built-in drivers and moved to linux with text-only installation (Arch), so I could install drivers later.
    I've followed wiki manual and installed catalyst, removed open source driver, added nomodeset parametr to GRUB etc. but I'm still stucked, because Xorg won't start(black screen and errors presented in Logs). Tried googling, but learned nothing except Radeon proprietary drivers are comparable to suicide.
    Versions:
    Kernel: 3-10.40-1-lts (catalyst_build_module sucessful)
    Catalyst: 14.4-10
    Xorg: 1.14.5-11
    Logs&Configs:
    lsmod
    fglrx 8672295 0
    amd_iommu_v2 7174 1 fglrx
    button 4765 1 fglrx
    fglrxinfo
    Error: unable to open display (null)
    Xorg.0.conf
    [ 2632.576]
    X.Org X Server 1.14.5
    Release Date: 2013-12-12
    [ 2632.594] X Protocol Version 11, Revision 0
    [ 2632.600] Build Operating System: Linux 3.12.6-1-ARCH x86_64
    [ 2632.606] Current Operating System: Linux localhost 3.10.40-1-lts #1 SMP Tue May 13 12:50:03 UTC 2014 x86_64
    [ 2632.606] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=4f60e723-44e9-4264-8d6c-ca62c43cf69c rw quiet nomodeset
    [ 2632.619] Build Date: 08 January 2014 01:35:51PM
    [ 2632.629]
    [ 2632.635] Current version of pixman: 0.32.4
    [ 2632.646] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 2632.646] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 2632.671] (==) Log file: "/var/log/Xorg.0.log", Time: Sun May 25 00:53:45 2014
    [ 2632.677] (==) Using config file: "/etc/X11/xorg.conf"
    [ 2632.684] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 2632.690] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 2632.690] (==) ServerLayout "aticonfig Layout"
    [ 2632.690] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
    [ 2632.690] (**) | |-->Monitor "aticonfig-Monitor[0]-0"
    [ 2632.690] (**) | |-->Device "aticonfig-Device[0]-0"
    [ 2632.690] (==) Automatically adding devices
    [ 2632.690] (==) Automatically enabling devices
    [ 2632.690] (==) Automatically adding GPU devices
    [ 2632.690] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
    [ 2632.690] Entry deleted from font path.
    [ 2632.690] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 2632.690] Entry deleted from font path.
    [ 2632.690] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 2632.690] Entry deleted from font path.
    [ 2632.690] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 2632.690] Entry deleted from font path.
    [ 2632.690] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 2632.690] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 2632.690] Entry deleted from font path.
    [ 2632.690] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 2632.690] (==) FontPath set to:
    /usr/share/fonts/misc/
    [ 2632.690] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 2632.690] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 2632.690] (II) Loader magic: 0x7fac20
    [ 2632.690] (II) Module ABI versions:
    [ 2632.690] X.Org ANSI C Emulation: 0.4
    [ 2632.690] X.Org Video Driver: 14.1
    [ 2632.690] X.Org XInput driver : 19.1
    [ 2632.691] X.Org Server Extension : 7.0
    [ 2632.692] (--) PCI:*(0:2:0:0) 1002:665c:1458:226a rev 0, Mem @ 0xc0000000/268435456, 0xde800000/8388608, 0xdffc0000/262144, I/O @ 0x0000e800/256, BIOS @ 0x????????/131072
    [ 2632.698] Initializing built-in extension Generic Event Extension
    [ 2632.704] Initializing built-in extension SHAPE
    [ 2632.710] Initializing built-in extension MIT-SHM
    [ 2632.717] Initializing built-in extension XInputExtension
    [ 2632.723] Initializing built-in extension XTEST
    [ 2632.728] Initializing built-in extension BIG-REQUESTS
    [ 2632.734] Initializing built-in extension SYNC
    [ 2632.740] Initializing built-in extension XKEYBOARD
    [ 2632.745] Initializing built-in extension XC-MISC
    [ 2632.751] Initializing built-in extension SECURITY
    [ 2632.756] Initializing built-in extension XINERAMA
    [ 2632.761] Initializing built-in extension XFIXES
    [ 2632.767] Initializing built-in extension RENDER
    [ 2632.772] Initializing built-in extension RANDR
    [ 2632.777] Initializing built-in extension COMPOSITE
    [ 2632.782] Initializing built-in extension DAMAGE
    [ 2632.787] Initializing built-in extension MIT-SCREEN-SAVER
    [ 2632.792] Initializing built-in extension DOUBLE-BUFFER
    [ 2632.797] Initializing built-in extension RECORD
    [ 2632.802] Initializing built-in extension DPMS
    [ 2632.806] Initializing built-in extension X-Resource
    [ 2632.811] Initializing built-in extension XVideo
    [ 2632.816] Initializing built-in extension XVideo-MotionCompensation
    [ 2632.821] Initializing built-in extension XFree86-VidModeExtension
    [ 2632.825] Initializing built-in extension XFree86-DGA
    [ 2632.830] Initializing built-in extension XFree86-DRI
    [ 2632.834] Initializing built-in extension DRI2
    [ 2632.834] (II) "glx" will be loaded by default.
    [ 2632.834] (II) LoadModule: "glx"
    [ 2632.834] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 2632.835] (II) Module glx: vendor="Advanced Micro Devices, Inc."
    [ 2632.835] compiled for 6.9.0, module version = 1.0.0
    [ 2632.839] Loading extension GLX
    [ 2632.839] (II) LoadModule: "fglrx"
    [ 2632.839] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
    [ 2632.863] (II) Module fglrx: vendor="FireGL - AMD Technologies Inc."
    [ 2632.863] compiled for 1.4.99.906, module version = 14.10.2
    [ 2632.863] Module class: X.Org Video Driver
    [ 2632.863] (II) Loading sub module "fglrxdrm"
    [ 2632.863] (II) LoadModule: "fglrxdrm"
    [ 2632.863] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 2632.863] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
    [ 2632.863] compiled for 1.4.99.906, module version = 14.10.2
    [ 2632.863] (II) AMD Proprietary Linux Driver Version Identifier:14.10.2
    [ 2632.864] (II) AMD Proprietary Linux Driver Release Identifier: 14.10.1006
    [ 2632.864] (II) AMD Proprietary Linux Driver Build Date: Apr 17 2014 21:15:33
    [ 2632.864] (--) using VT number 2
    [ 2632.885] (WW) Falling back to old probe method for fglrx
    [ 2632.899] (II) Loading PCS database from /etc/ati/amdpcsdb /etc/ati/amdpcsdb.default
    [ 2632.901] ukiDynamicMajor: found major device number 250
    [ 2632.901] ukiDynamicMajor: found major device number 250
    [ 2632.901] ukiOpenByBusid: Searching for BusID PCI:2:0:0
    [ 2632.901] ukiOpenDevice: node name is /dev/ati/card0
    [ 2632.901] ukiOpenDevice: open result is 11, (OK)
    [ 2632.901] ukiOpenByBusid: ukiOpenMinor returns 11
    [ 2632.901] ukiOpenByBusid: ukiGetBusid reports PCI:2:0:0
    [ 2632.904] (--) Chipset Supported AMD Graphics Processor (0x665C) found
    [ 2632.904] (WW) fglrx: No matching Device section for instance (BusID PCI:0@2:0:1) found
    [ 2632.905] (II) fglrx(0): pEnt->device->identifier=0x11bea10
    [ 2632.905] (II) fglrx(0): === [xdl_xs114_atiddxPreInit] === begin
    [ 2632.905] (II) Loading sub module "vgahw"
    [ 2632.905] (II) LoadModule: "vgahw"
    [ 2632.905] (II) Loading /usr/lib/xorg/modules/libvgahw.so
    [ 2632.905] (II) Module vgahw: vendor="X.Org Foundation"
    [ 2632.906] compiled for 1.14.5, module version = 0.1.0
    [ 2632.906] ABI class: X.Org Video Driver, version 14.1
    [ 2632.906] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
    [ 2632.906] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 2632.906] (==) fglrx(0): Default visual is TrueColor
    [ 2632.906] (**) fglrx(0): Option "DPMS" "true"
    [ 2632.906] (==) fglrx(0): RGB weight 888
    [ 2632.906] (II) fglrx(0): Using 8 bits per RGB
    [ 2632.906] (==) fglrx(0): Buffer Tiling is ON
    [ 2632.906] (II) Loading sub module "fglrxdrm"
    [ 2632.906] (II) LoadModule: "fglrxdrm"
    [ 2632.906] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 2632.906] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
    [ 2632.906] compiled for 1.4.99.906, module version = 14.10.2
    [ 2632.908] ukiDynamicMajor: found major device number 250
    [ 2632.908] ukiDynamicMajor: found major device number 250
    [ 2632.908] ukiOpenByBusid: Searching for BusID PCI:2:0:0
    [ 2632.908] ukiOpenDevice: node name is /dev/ati/card0
    [ 2632.908] ukiOpenDevice: open result is 13, (OK)
    [ 2632.908] ukiOpenByBusid: ukiOpenMinor returns 13
    [ 2632.908] ukiOpenByBusid: ukiGetBusid reports PCI:2:0:0
    [ 2632.908] (**) fglrx(0): NoAccel = NO
    [ 2632.909] (**) fglrx(0): AMD 2D Acceleration Architecture enabled
    [ 2632.909] (--) fglrx(0): Chipset: "AMD Radeon HD 7700 Series" (Chipset = 0x665c)
    [ 2632.909] (--) fglrx(0): (PciSubVendor = 0x1458, PciSubDevice = 0x226a)
    [ 2632.909] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original AMD
    [ 2632.909] (--) fglrx(0): Linear framebuffer (phys) at 0xc0000000
    [ 2632.909] (--) fglrx(0): MMIO registers at 0xdffc0000
    [ 2632.909] (--) fglrx(0): I/O port at 0x0000e800
    [ 2632.909] (==) fglrx(0): ROM-BIOS at 0x000c0000
    [ 2632.909] (II) fglrx(0): AC Adapter is used
    [ 2632.914] (II) fglrx(0): Primary V_BIOS segment is: 0xc000
    [ 2632.914] (II) Loading sub module "vbe"
    [ 2632.914] (II) LoadModule: "vbe"
    [ 2632.915] (II) Loading /usr/lib/xorg/modules/libvbe.so
    [ 2632.915] (II) Module vbe: vendor="X.Org Foundation"
    [ 2632.915] compiled for 1.14.5, module version = 1.1.0
    [ 2632.915] ABI class: X.Org Video Driver, version 14.1
    [ 2632.915] (II) fglrx(0): VESA BIOS detected
    [ 2632.915] (II) fglrx(0): VESA VBE Version 3.0
    [ 2632.915] (II) fglrx(0): VESA VBE Total Mem: 16384 kB
    [ 2632.915] (II) fglrx(0): VESA VBE OEM: AMD ATOMBIOS
    [ 2632.915] (II) fglrx(0): VESA VBE OEM Software Rev: 15.32
    [ 2632.915] (II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2010, Advanced Micro Devices, Inc.
    [ 2632.915] (II) fglrx(0): VESA VBE OEM Product: BONAIRE
    [ 2632.915] (II) fglrx(0): VESA VBE OEM Product Rev: 01.00
    [ 2632.915] (II) fglrx(0): AMD Video BIOS revision 9 or later detected
    [ 2632.915] (--) fglrx(0): Video RAM: 2097152 kByte, Type: GDDR5
    [ 2632.915] (II) fglrx(0): PCIE card detected
    [ 2632.915] (--) fglrx(0): Using per-process page tables (PPPT) as GART.
    [ 2632.915] (WW) fglrx(0): board is an unknown third party board, chipset is supported
    [ 2632.915] (II) fglrx(0): [FB] MC range(MCFBBase = 0xf400000000, MCFBSize = 0x80000000)
    [ 2632.915] (II) fglrx(0): RandR 1.2 support is enabled!
    [ 2632.915] (II) fglrx(0): RandR 1.2 rotation support is enabled!
    [ 2632.915] (II) Loading sub module "fb"
    [ 2632.915] (II) LoadModule: "fb"
    [ 2632.916] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 2632.916] (II) Module fb: vendor="X.Org Foundation"
    [ 2632.916] compiled for 1.14.5, module version = 1.0.0
    [ 2632.916] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 2632.916] (II) fglrx(0): EDID Management option: EDID Management is enabled
    [ 2632.916] (II) Loading sub module "ddc"
    [ 2632.916] (II) LoadModule: "ddc"
    [ 2632.916] (II) Module "ddc" already built-in
    [ 2633.034] (II) fglrx(0): Output DFP1 using monitor section aticonfig-Monitor[0]-0
    [ 2633.034] (II) fglrx(0): Output DFP2 has no monitor section
    [ 2633.034] (II) fglrx(0): Output DFP3 has no monitor section
    [ 2633.034] (II) fglrx(0): Output DFP4 has no monitor section
    [ 2633.034] (II) fglrx(0): Output DFP5 has no monitor section
    [ 2633.034] (II) fglrx(0): Output DFP6 has no monitor section
    [ 2633.034] (II) fglrx(0): Output DFP7 has no monitor section
    [ 2633.034] (II) fglrx(0): Output CRT1 has no monitor section
    [ 2633.034] (II) Loading sub module "ddc"
    [ 2633.034] (II) LoadModule: "ddc"
    [ 2633.034] (II) Module "ddc" already built-in
    [ 2633.034] (II) fglrx(0): Connected Display0: CRT1
    [ 2633.034] (II) fglrx(0): Display0 EDID data ---------------------------
    [ 2633.034] (II) fglrx(0): Manufacturer: GSM Model: 4b31 Serial#: 78077
    [ 2633.034] (II) fglrx(0): Year: 2007 Week: 7
    [ 2633.034] (II) fglrx(0): EDID Version: 1.3
    [ 2633.034] (II) fglrx(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
    [ 2633.034] (II) fglrx(0): Sync: Separate Composite SyncOnGreen
    [ 2633.034] (II) fglrx(0): Max Image Size [cm]: horiz.: 38 vert.: 30
    [ 2633.034] (II) fglrx(0): Gamma: 2.20
    [ 2633.034] (II) fglrx(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
    [ 2633.034] (II) fglrx(0): First detailed timing is preferred mode
    [ 2633.034] (II) fglrx(0): redX: 0.639 redY: 0.342 greenX: 0.297 greenY: 0.615
    [ 2633.034] (II) fglrx(0): blueX: 0.146 blueY: 0.068 whiteX: 0.313 whiteY: 0.329
    [ 2633.034] (II) fglrx(0): Supported established timings:
    [ 2633.034] (II) fglrx(0): 720x400@70Hz
    [ 2633.034] (II) fglrx(0): 640x480@60Hz
    [ 2633.034] (II) fglrx(0): 640x480@67Hz
    [ 2633.034] (II) fglrx(0): 640x480@72Hz
    [ 2633.034] (II) fglrx(0): 640x480@75Hz
    [ 2633.034] (II) fglrx(0): 800x600@56Hz
    [ 2633.034] (II) fglrx(0): 800x600@60Hz
    [ 2633.034] (II) fglrx(0): 800x600@72Hz
    [ 2633.034] (II) fglrx(0): 800x600@75Hz
    [ 2633.034] (II) fglrx(0): 832x624@75Hz
    [ 2633.034] (II) fglrx(0): 1024x768@60Hz
    [ 2633.034] (II) fglrx(0): 1024x768@70Hz
    [ 2633.034] (II) fglrx(0): 1024x768@75Hz
    [ 2633.035] (II) fglrx(0): 1280x1024@75Hz
    [ 2633.035] (II) fglrx(0): 1152x864@75Hz
    [ 2633.035] (II) fglrx(0): Manufacturer's mask: 0
    [ 2633.035] (II) fglrx(0): Supported standard timings:
    [ 2633.035] (II) fglrx(0): #0: hsize: 640 vsize 480 refresh: 75 vid: 20273
    [ 2633.035] (II) fglrx(0): #1: hsize: 800 vsize 600 refresh: 75 vid: 20293
    [ 2633.035] (II) fglrx(0): #2: hsize: 1024 vsize 768 refresh: 75 vid: 20321
    [ 2633.035] (II) fglrx(0): #3: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 2633.035] (II) fglrx(0): Supported detailed timing:
    [ 2633.035] (II) fglrx(0): clock: 108.0 MHz Image Size: 376 x 301 mm
    [ 2633.035] (II) fglrx(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0
    [ 2633.035] (II) fglrx(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0
    [ 2633.035] (II) fglrx(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 145 MHz
    [ 2633.035] (II) fglrx(0): Monitor name: L1918S
    [ 2633.035] (II) fglrx(0): Monitor name:
    [ 2633.035] (II) fglrx(0): EDID (in hex):
    [ 2633.035] (II) fglrx(0): 00ffffffffffff001e6d314bfd300100
    [ 2633.035] (II) fglrx(0): 071101036e261e78eaa2a5a3574c9d25
    [ 2633.035] (II) fglrx(0): 115054bfef80314f454f614f81800101
    [ 2633.035] (II) fglrx(0): 010101010101302a009851002a403070
    [ 2633.035] (II) fglrx(0): 1300782d1100001e000000fd00384b1e
    [ 2633.035] (II) fglrx(0): 530e000a202020202020000000fc004c
    [ 2633.035] (II) fglrx(0): 31393138530a202020202020000000fc
    [ 2633.035] (II) fglrx(0): 00200a202020202020202020202000e7
    [ 2633.035] (II) fglrx(0): End of Display0 EDID data --------------------
    [ 2633.035] (II) fglrx(0): Dynamic Surface Resizing Enabled
    [ 2633.036] (II) fglrx(0): EDID for output DFP1
    [ 2633.036] (II) fglrx(0): EDID for output DFP2
    [ 2633.036] (II) fglrx(0): EDID for output DFP3
    [ 2633.036] (II) fglrx(0): EDID for output DFP4
    [ 2633.036] (II) fglrx(0): EDID for output DFP5
    [ 2633.036] (II) fglrx(0): EDID for output DFP6
    [ 2633.036] (II) fglrx(0): EDID for output DFP7
    [ 2633.036] (II) fglrx(0): EDID for output CRT1
    [ 2633.036] (II) fglrx(0): Manufacturer: GSM Model: 4b31 Serial#: 78077
    [ 2633.036] (II) fglrx(0): Year: 2007 Week: 7
    [ 2633.036] (II) fglrx(0): EDID Version: 1.3
    [ 2633.036] (II) fglrx(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
    [ 2633.036] (II) fglrx(0): Sync: Separate Composite SyncOnGreen
    [ 2633.036] (II) fglrx(0): Max Image Size [cm]: horiz.: 38 vert.: 30
    [ 2633.036] (II) fglrx(0): Gamma: 2.20
    [ 2633.036] (II) fglrx(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
    [ 2633.036] (II) fglrx(0): First detailed timing is preferred mode
    [ 2633.036] (II) fglrx(0): redX: 0.639 redY: 0.342 greenX: 0.297 greenY: 0.615
    [ 2633.036] (II) fglrx(0): blueX: 0.146 blueY: 0.068 whiteX: 0.313 whiteY: 0.329
    [ 2633.036] (II) fglrx(0): Supported established timings:
    [ 2633.036] (II) fglrx(0): 720x400@70Hz
    [ 2633.036] (II) fglrx(0): 640x480@60Hz
    [ 2633.036] (II) fglrx(0): 640x480@67Hz
    [ 2633.036] (II) fglrx(0): 640x480@72Hz
    [ 2633.036] (II) fglrx(0): 640x480@75Hz
    [ 2633.036] (II) fglrx(0): 800x600@56Hz
    [ 2633.036] (II) fglrx(0): 800x600@60Hz
    [ 2633.036] (II) fglrx(0): 800x600@72Hz
    [ 2633.036] (II) fglrx(0): 800x600@75Hz
    [ 2633.036] (II) fglrx(0): 832x624@75Hz
    [ 2633.037] (II) fglrx(0): 1024x768@60Hz
    [ 2633.037] (II) fglrx(0): 1024x768@70Hz
    [ 2633.037] (II) fglrx(0): 1024x768@75Hz
    [ 2633.037] (II) fglrx(0): 1280x1024@75Hz
    [ 2633.037] (II) fglrx(0): 1152x864@75Hz
    [ 2633.037] (II) fglrx(0): Manufacturer's mask: 0
    [ 2633.037] (II) fglrx(0): Supported standard timings:
    [ 2633.037] (II) fglrx(0): #0: hsize: 640 vsize 480 refresh: 75 vid: 20273
    [ 2633.037] (II) fglrx(0): #1: hsize: 800 vsize 600 refresh: 75 vid: 20293
    [ 2633.037] (II) fglrx(0): #2: hsize: 1024 vsize 768 refresh: 75 vid: 20321
    [ 2633.037] (II) fglrx(0): #3: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 2633.037] (II) fglrx(0): Supported detailed timing:
    [ 2633.037] (II) fglrx(0): clock: 108.0 MHz Image Size: 376 x 301 mm
    [ 2633.037] (II) fglrx(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0
    [ 2633.037] (II) fglrx(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0
    [ 2633.037] (II) fglrx(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 145 MHz
    [ 2633.037] (II) fglrx(0): Monitor name: L1918S
    [ 2633.037] (II) fglrx(0): Monitor name:
    [ 2633.037] (II) fglrx(0): EDID (in hex):
    [ 2633.037] (II) fglrx(0): 00ffffffffffff001e6d314bfd300100
    [ 2633.037] (II) fglrx(0): 071101036e261e78eaa2a5a3574c9d25
    [ 2633.037] (II) fglrx(0): 115054bfef80314f454f614f81800101
    [ 2633.037] (II) fglrx(0): 010101010101302a009851002a403070
    [ 2633.037] (II) fglrx(0): 1300782d1100001e000000fd00384b1e
    [ 2633.037] (II) fglrx(0): 530e000a202020202020000000fc004c
    [ 2633.037] (II) fglrx(0): 31393138530a202020202020000000fc
    [ 2633.037] (II) fglrx(0): 00200a202020202020202020202000e7
    [ 2633.037] (II) fglrx(0): Printing probed modes for output CRT1
    [ 2633.037] (II) fglrx(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
    [ 2633.037] (II) fglrx(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 2633.037] (II) fglrx(0): Modeline "1280x960"x75.0 135.00 1280 1296 1440 1688 960 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 2633.037] (II) fglrx(0): Modeline "1280x960"x60.0 108.00 1280 1328 1440 1688 960 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 2633.037] (II) fglrx(0): Modeline "1280x768"x75.0 135.00 1280 1296 1440 1688 768 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 2633.037] (II) fglrx(0): Modeline "1280x768"x60.0 108.00 1280 1328 1440 1688 768 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 2633.037] (II) fglrx(0): Modeline "1280x720"x75.0 135.00 1280 1296 1440 1688 720 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 2633.037] (II) fglrx(0): Modeline "1280x720"x60.0 108.00 1280 1328 1440 1688 720 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 2633.037] (II) fglrx(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 2633.037] (II) fglrx(0): Modeline "1024x768"x70.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 2633.037] (II) fglrx(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 2633.037] (II) fglrx(0): Modeline "800x600"x72.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 2633.037] (II) fglrx(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 2633.037] (II) fglrx(0): Modeline "800x600"x60.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 2633.037] (II) fglrx(0): Modeline "800x600"x56.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 2633.037] (II) fglrx(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 2633.037] (II) fglrx(0): Modeline "640x480"x72.0 31.50 640 656 696 832 480 481 484 520 -hsync -vsync (37.9 kHz e)
    [ 2633.037] (II) fglrx(0): Modeline "640x480"x67.0 27.28 640 664 728 816 480 481 484 499 -hsync +vsync (33.4 kHz e)
    [ 2633.037] (II) fglrx(0): Modeline "640x480"x60.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 2633.037] (II) fglrx(0): Output DFP1 disconnected
    [ 2633.037] (II) fglrx(0): Output DFP2 disconnected
    [ 2633.037] (II) fglrx(0): Output DFP3 disconnected
    [ 2633.037] (II) fglrx(0): Output DFP4 disconnected
    [ 2633.037] (II) fglrx(0): Output DFP5 disconnected
    [ 2633.038] (II) fglrx(0): Output DFP6 disconnected
    [ 2633.038] (II) fglrx(0): Output DFP7 disconnected
    [ 2633.038] (II) fglrx(0): Output CRT1 connected
    [ 2633.038] (II) fglrx(0): Using exact sizes for initial modes
    [ 2633.038] (II) fglrx(0): Output CRT1 using initial mode 1280x1024
    [ 2633.038] (II) fglrx(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 2633.038] (II) fglrx(0): DPI set to (96, 96)
    [ 2633.038] (II) fglrx(0): Eyefinity capable adapter detected.
    [ 2633.038] (II) fglrx(0): Adapter AMD Radeon HD 7700 Series has 6 configurable heads and 1 displays connected.
    [ 2633.038] (==) fglrx(0): PseudoColor visuals disabled
    [ 2633.038] (II) Loading sub module "ramdac"
    [ 2633.038] (II) LoadModule: "ramdac"
    [ 2633.038] (II) Module "ramdac" already built-in
    [ 2633.038] (==) fglrx(0): NoDRI = NO
    [ 2633.038] (==) fglrx(0): Capabilities: 0x00000000
    [ 2633.038] (==) fglrx(0): CapabilitiesEx: 0x00000000
    [ 2633.038] (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
    [ 2633.038] (==) fglrx(0): UseFastTLS=0
    [ 2633.038] (II) fglrx(0): Shadow Primary option: ShadowPrimary is enabled
    [ 2633.038] (--) Depth 24 pixmap format is 32 bpp
    [ 2633.038] Loading extension ATIFGLRXDRI
    [ 2633.038] (II) fglrx(0): doing swlDriScreenInit
    [ 2633.038] (II) fglrx(0): swlDriScreenInit for fglrx driver
    [ 2633.039] ukiDynamicMajor: found major device number 250
    [ 2633.039] ukiDynamicMajor: found major device number 250
    [ 2633.039] ukiDynamicMajor: found major device number 250
    [ 2633.039] ukiOpenByBusid: Searching for BusID PCI:2:0:0
    [ 2633.039] ukiOpenDevice: node name is /dev/ati/card0
    [ 2633.039] ukiOpenDevice: open result is 14, (OK)
    [ 2633.039] ukiOpenByBusid: ukiOpenMinor returns 14
    [ 2633.039] ukiOpenByBusid: ukiGetBusid reports PCI:2:0:0
    [ 2633.039] (II) fglrx(0): [uki] DRM interface version 1.0
    [ 2633.039] (II) fglrx(0): [uki] created "fglrx" driver at busid "PCI:2:0:0"
    [ 2633.039] (II) fglrx(0): [uki] added 8192 byte SAREA at 0x3c000
    [ 2633.039] (II) fglrx(0): [uki] mapped SAREA 0x3c000 to 0x7f000fd0d000
    [ 2633.039] (II) fglrx(0): [uki] framebuffer handle = 0x3d000
    [ 2633.039] (II) fglrx(0): [uki] added 1 reserved context for kernel
    [ 2633.039] (II) fglrx(0): swlDriScreenInit done
    [ 2633.039] (II) fglrx(0): Kernel Module Version Information:
    [ 2633.039] (II) fglrx(0): Name: fglrx
    [ 2633.039] (II) fglrx(0): Version: 14.10.2
    [ 2633.039] (II) fglrx(0): Date: Apr 17 2014
    [ 2633.039] (II) fglrx(0): Desc: AMD FireGL DRM kernel module
    [ 2633.039] (II) fglrx(0): Kernel Module version matches driver.
    [ 2633.039] (II) fglrx(0): Kernel Module Build Time Information:
    [ 2633.039] (II) fglrx(0): Build-Kernel UTS_RELEASE: 3.10.40-1-lts
    [ 2633.039] (II) fglrx(0): Build-Kernel MODVERSIONS: yes
    [ 2633.039] (II) fglrx(0): Build-Kernel __SMP__: yes
    [ 2633.039] (II) fglrx(0): Build-Kernel PAGE_SIZE: 0x1000
    [ 2633.039] (II) fglrx(0): [uki] register handle = 0x0003e000
    [ 2633.040] (II) fglrx(0): DRI initialization successfull
    [ 2633.040] (II) fglrx(0): FBADPhys: 0xf400000000 FBMappedSize: 0x01040000
    [ 2633.041] (==) fglrx(0): Backing store disabled
    [ 2633.041] Loading extension FGLRXEXTENSION
    [ 2633.041] (**) fglrx(0): DPMS enabled
    [ 2633.041] (II) fglrx(0): Initialized in-driver Xinerama extension
    [ 2633.041] (**) fglrx(0): Textured Video is enabled.
    [ 2633.041] (II) LoadModule: "glesx"
    [ 2633.042] (II) Loading /usr/lib/xorg/modules/glesx.so
    [ 2633.043] (II) Module glesx: vendor="X.Org Foundation"
    [ 2633.043] compiled for 1.4.99.906, module version = 1.0.0
    [ 2633.043] Loading extension GLESX
    [ 2633.043] (II) fglrx(0): GLESX enableFlags = 8784
    [ 2633.043] (II) fglrx(0): GLESX is enabled
    [ 2633.043] (II) LoadModule: "amdxmm"
    [ 2633.043] (II) Loading /usr/lib/xorg/modules/amdxmm.so
    [ 2633.043] (II) Module amdxmm: vendor="X.Org Foundation"
    [ 2633.043] compiled for 1.4.99.906, module version = 2.0.0
    [ 2633.055] Loading extension AMDXVOPL
    [ 2633.055] Loading extension AMDXVBA
    [ 2633.055] (II) fglrx(0): Enable composite support successfully
    [ 2633.055] (WW) fglrx(0): Option "VendorName" is not used
    [ 2633.055] (WW) fglrx(0): Option "ModelName" is not used
    [ 2633.055] (II) fglrx(0): X context handle = 0x1
    [ 2633.055] (II) fglrx(0): [DRI] installation complete
    [ 2633.055] (==) fglrx(0): Silken mouse enabled
    [ 2633.056] (==) fglrx(0): Using HW cursor of display infrastructure!
    [ 2633.056] (II) fglrx(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 2633.414] (--) RandR disabled
    [ 2633.432] ukiDynamicMajor: found major device number 250
    [ 2633.432] ukiDynamicMajor: found major device number 250
    [ 2633.432] ukiOpenByBusid: Searching for BusID PCI:2:0:0
    [ 2633.432] ukiOpenDevice: node name is /dev/ati/card0
    [ 2633.432] ukiOpenDevice: open result is 15, (OK)
    [ 2633.432] ukiOpenByBusid: ukiOpenMinor returns 15
    [ 2633.432] ukiOpenByBusid: ukiGetBusid reports PCI:2:0:0
    [ 2633.432] (EE) AIGLX error: failed to open /usr/X11R6/lib64/modules/dri/fglrx_dri.so, error[/usr/X11R6/lib64/modules/dri/fglrx_dri.so: cannot open shared object file: No such file or directory]
    [ 2633.443] ukiDynamicMajor: found major device number 250
    [ 2633.443] ukiDynamicMajor: found major device number 250
    [ 2633.443] ukiDynamicMajor: found major device number 250
    [ 2633.443] ukiOpenDevice: node name is /dev/ati/card0
    [ 2633.443] ukiOpenDevice: open result is 16, (OK)
    [ 2633.443] ukiGetBusid returned 'PCI:2:0:0'
    [ 2633.443] ukiOpenDevice: node name is /dev/ati/card1
    [ 2633.443] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.443] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.443] ukiOpenDevice: Open failed
    [ 2633.443] ukiOpenDevice: node name is /dev/ati/card2
    [ 2633.443] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.443] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.443] ukiOpenDevice: Open failed
    [ 2633.443] ukiOpenDevice: node name is /dev/ati/card3
    [ 2633.444] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.444] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.444] ukiOpenDevice: Open failed
    [ 2633.444] ukiOpenDevice: node name is /dev/ati/card4
    [ 2633.444] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.444] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.444] ukiOpenDevice: Open failed
    [ 2633.444] ukiOpenDevice: node name is /dev/ati/card5
    [ 2633.444] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.444] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.444] ukiOpenDevice: Open failed
    [ 2633.444] ukiOpenDevice: node name is /dev/ati/card6
    [ 2633.444] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.444] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.444] ukiOpenDevice: Open failed
    [ 2633.444] ukiOpenDevice: node name is /dev/ati/card7
    [ 2633.444] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.444] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.444] ukiOpenDevice: Open failed
    [ 2633.444] ukiOpenDevice: node name is /dev/ati/card8
    [ 2633.444] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.445] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.445] ukiOpenDevice: Open failed
    [ 2633.445] ukiOpenDevice: node name is /dev/ati/card9
    [ 2633.445] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.445] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.445] ukiOpenDevice: Open failed
    [ 2633.445] ukiOpenDevice: node name is /dev/ati/card10
    [ 2633.445] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.445] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.445] ukiOpenDevice: Open failed
    [ 2633.445] ukiOpenDevice: node name is /dev/ati/card11
    [ 2633.445] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.445] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.445] ukiOpenDevice: Open failed
    [ 2633.445] ukiOpenDevice: node name is /dev/ati/card12
    [ 2633.445] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.445] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.445] ukiOpenDevice: Open failed
    [ 2633.445] ukiOpenDevice: node name is /dev/ati/card13
    [ 2633.445] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.445] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.446] ukiOpenDevice: Open failed
    [ 2633.446] ukiOpenDevice: node name is /dev/ati/card14
    [ 2633.446] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.446] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.446] ukiOpenDevice: Open failed
    [ 2633.446] ukiOpenDevice: node name is /dev/ati/card15
    [ 2633.446] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.446] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.446] ukiOpenDevice: Open failed
    [ 2633.446] ukiDynamicMajor: found major device number 250
    [ 2633.446] ukiOpenByBusid: Searching for BusID PCI:2:0:0
    [ 2633.446] ukiOpenDevice: node name is /dev/ati/card0
    [ 2633.446] ukiOpenDevice: open result is 16, (OK)
    [ 2633.446] ukiOpenByBusid: ukiOpenMinor returns 16
    [ 2633.446] ukiOpenByBusid: ukiGetBusid reports PCI:2:0:0
    [ 2633.525] (II) AIGLX: Loaded and initialized OpenGL driver(II) GLX: Initialized DRI GL provider for screen 0
    [ 2633.526] ukiDynamicMajor: found major device number 250
    [ 2633.526] ukiDynamicMajor: found major device number 250
    [ 2633.526] ukiDynamicMajor: found major device number 250
    [ 2633.526] ukiOpenDevice: node name is /dev/ati/card0
    [ 2633.526] ukiOpenDevice: open result is 17, (OK)
    [ 2633.526] ukiGetBusid returned 'PCI:2:0:0'
    [ 2633.526] ukiOpenDevice: node name is /dev/ati/card1
    [ 2633.526] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.526] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.526] ukiOpenDevice: Open failed
    [ 2633.526] ukiOpenDevice: node name is /dev/ati/card2
    [ 2633.526] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.526] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.526] ukiOpenDevice: Open failed
    [ 2633.526] ukiOpenDevice: node name is /dev/ati/card3
    [ 2633.526] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.526] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.526] ukiOpenDevice: Open failed
    [ 2633.526] ukiOpenDevice: node name is /dev/ati/card4
    [ 2633.526] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.526] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.526] ukiOpenDevice: Open failed
    [ 2633.526] ukiOpenDevice: node name is /dev/ati/card5
    [ 2633.526] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.526] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.526] ukiOpenDevice: Open failed
    [ 2633.526] ukiOpenDevice: node name is /dev/ati/card6
    [ 2633.526] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.526] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.526] ukiOpenDevice: Open failed
    [ 2633.526] ukiOpenDevice: node name is /dev/ati/card7
    [ 2633.526] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.526] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.526] ukiOpenDevice: Open failed
    [ 2633.526] ukiOpenDevice: node name is /dev/ati/card8
    [ 2633.526] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.526] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.526] ukiOpenDevice: Open failed
    [ 2633.526] ukiOpenDevice: node name is /dev/ati/card9
    [ 2633.526] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.526] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.527] ukiOpenDevice: Open failed
    [ 2633.527] ukiOpenDevice: node name is /dev/ati/card10
    [ 2633.527] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.527] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.527] ukiOpenDevice: Open failed
    [ 2633.527] ukiOpenDevice: node name is /dev/ati/card11
    [ 2633.527] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.527] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.527] ukiOpenDevice: Open failed
    [ 2633.527] ukiOpenDevice: node name is /dev/ati/card12
    [ 2633.527] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.527] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.527] ukiOpenDevice: Open failed
    [ 2633.527] ukiOpenDevice: node name is /dev/ati/card13
    [ 2633.527] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.527] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.527] ukiOpenDevice: Open failed
    [ 2633.527] ukiOpenDevice: node name is /dev/ati/card14
    [ 2633.527] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.527] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.527] ukiOpenDevice: Open failed
    [ 2633.527] ukiOpenDevice: node name is /dev/ati/card15
    [ 2633.527] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.527] ukiOpenDevice: open result is -1, (No such device)
    [ 2633.527] ukiOpenDevice: Open failed
    [ 2633.527] ukiDynamicMajor: found major device number 250
    [ 2633.527] ukiOpenByBusid: Searching for BusID PCI:2:0:0
    [ 2633.527] ukiOpenDevice: node name is /dev/ati/card0
    [ 2633.527] ukiOpenDevice: open result is 17, (OK)
    [ 2633.527] ukiOpenByBusid: ukiOpenMinor returns 17
    [ 2633.527] ukiOpenByBusid: ukiGetBusid reports PCI:2:0:0
    [ 2633.546] (II) fglrx(0): OverDrive6 Detected!
    [ 2633.551] (II) fglrx(0): Setting screen physical size to 338 x 270
    [ 2633.594] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [ 2633.594] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 2633.594] (II) LoadModule: "evdev"
    [ 2633.595] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 2633.595] (II) Module evdev: vendor="X.Org Foundation"
    [ 2633.595] compiled for 1.14.3, module version = 2.8.2
    [ 2633.595] Module class: X.Org XInput Driver
    [ 2633.595] ABI class: X.Org XInput driver, version 19.1
    [ 2633.595] (II) Using input driver 'evdev' for 'Power Button'
    [ 2633.595] (**) Power Button: always reports core events
    [ 2633.595] (**) evdev: Power Button: Device: "/dev/input/event3"
    [ 2633.595] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 2633.595] (--) evdev: Power Button: Found keys
    [ 2633.595] (II) evdev: Power Button: Configuring as keyboard
    [ 2633.595] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
    [ 2633.595] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 2633.595] (**) Option "xkb_rules" "evdev"
    [ 2633.595] (**) Option "xkb_model" "pc104"
    [ 2633.595] (**) Option "xkb_layout" "us"
    [ 2633.634] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 2633.634] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 2633.634] (II) Using input driver 'evdev' for 'Power Button'
    [ 2633.634] (**) Power Button: always reports core events
    [ 2633.634] (**) evdev: Power Button: Device: "/dev/input/event2"
    [ 2633.634] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 2633.634] (--) evdev: Power Button: Found keys
    [ 2633.634] (II) evdev: Power Button: Configuring as keyboard
    [ 2633.634] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2"
    [ 2633.634] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 2633.634] (**) Option "xkb_rules" "evdev"
    [ 2633.634] (**) Option "xkb_model" "pc104"
    [ 2633.634] (**) Option "xkb_layout" "us"
    [ 2633.635] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/event1)
    [ 2633.635] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "evdev pointer catchall"
    [ 2633.635] (II) Using input driver 'evdev' for 'Logitech USB-PS/2 Optical Mouse'
    [ 2633.635] (**) Logitech USB-PS/2 Optical Mouse: always reports core events
    [ 2633.635] (**) evdev: Logitech USB-PS/2 Optical Mouse: Device: "/dev/input/event1"
    [ 2633.635] (--) evdev: Logitech USB-PS/2 Optical Mouse: Vendor 0x46d Product 0xc051
    [ 2633.635] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found 12 mouse buttons
    [ 2633.635] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found scroll wheel(s)
    [ 2633.635] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found relative axes
    [ 2633.635] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found x and y relative axes
    [ 2633.635] (II) evdev: Logitech USB-PS/2 Optical Mouse: Configuring as mouse
    [ 2633.635] (II) evdev: Logitech USB-PS/2 Optical Mouse: Adding scrollwheel support
    [ 2633.635] (**) evdev: Logitech USB-PS/2 Optical Mouse: YAxisMapping: buttons 4 and 5
    [ 2633.635] (**) evdev: Logitech USB-PS/2 Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 2633.635] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.0/usb2/2-3/2-3:1.0/input/input1/event1"
    [ 2633.635] (II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE, id 8)
    [ 2633.635] (II) evdev: Logitech USB-PS/2 Optical Mouse: initialized for relative axes.
    [ 2633.635] (**) Logitech USB-PS/2 Optical Mouse: (accel) keeping acceleration scheme 1
    [ 2633.635] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration profile 0
    [ 2633.635] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration factor: 2.000
    [ 2633.635] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration threshold: 4
    [ 2633.635] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/mouse0)
    [ 2633.635] (II) No input driver specified, ignoring this device.
    [ 2633.636] (II) This device may have been added with another device file.
    [ 2633.636] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event5)
    [ 2633.636] (II) No input driver specified, ignoring this device.
    [ 2633.636] (II) This device may have been added with another device file.
    [ 2633.636] (II) config/udev: Adding input device HDA NVidia Line Out (/dev/input/event6)
    [ 2633.636] (II) No input driver specified, ignoring this device.
    [ 2633.636] (II) This device may have been added with another device file.
    [ 2633.636] (II) config/udev: Adding input device HDA NVidia Line (/dev/input/event7)
    [ 2633.636] (II) No input driver specified, ignoring this device.
    [ 2633.636] (II) This device may have been added with another device file.
    [ 2633.637] (II) config/udev: Adding input device HDA NVidia Rear Mic (/dev/input/event8)
    [ 2633.637] (II) No input driver specified, ignoring this device.
    [ 2633.637] (II) This device may have been added with another device file.
    [ 2633.637] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=10 (/dev/input/event10)
    [ 2633.637] (II) No input driver specified, ignoring this device.
    [ 2633.637] (II) This device may have been added with another device file.
    [ 2633.637] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=9 (/dev/input/event11)
    [ 2633.637] (II) No input driver specified, ignoring this device.
    [ 2633.637] (II) This device may have been added with another device file.
    [ 2633.638] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=8 (/dev/input/event12)
    [ 2633.638] (II) No input driver specified, ignoring this device.
    [ 2633.638] (II) This device may have been added with another device file.
    [ 2633.638] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=7 (/dev/input/event13)
    [ 2633.638] (II) No input driver specified, ignoring this device.
    [ 2633.638] (II) This device may have been added with another device file.
    [ 2633.638] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=3 (/dev/input/event14)
    [ 2633.638] (II) No input driver specified, ignoring this device.
    [ 2633.638] (II) This device may have been added with another device file.
    [ 2633.638] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=11 (/dev/input/event9)
    [ 2633.639] (II) No input driver specified, ignoring this device.
    [ 2633.639] (II) This device may have been added with another device file.
    [ 2633.639] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 2633.639] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 2633.639] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 2633.639] (**) AT Translated Set 2 keyboard: always reports core events
    [ 2633.639] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 2633.639] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 2633.639] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 2633.639] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 2633.639] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 2633.639] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 9)
    [ 2633.639] (**) Option "xkb_rules" "evdev"
    [ 2633.639] (**) Option "xkb_model" "pc104"
    [ 2633.639] (**) Option "xkb_layout" "us"
    [ 2633.640] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
    [ 2633.640] (II) No input driver specified, ignoring this device.
    [ 2633.640] (II) This device may have been added with another device file.
    [ 2635.885] (II) fglrx(0): Restoring Recent Mode via PCS is not supported in RANDR 1.2 capable environments
    [ 2639.300] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 2639.300] (II) fglrx(0): Backup framebuffer data.
    [ 2639.333] (II) fglrx(0): Backup complete.
    [ 2653.729] (II) evdev: AT Translated Set 2 keyboard: Close
    [ 2653.730] (II) UnloadModule: "evdev"
    [ 2653.730] (II) evdev: Logitech USB-PS/2 Optical Mouse: Close
    [ 2653.730] (II) UnloadModule: "evdev"
    [ 2653.730] (II) evdev: Power Button: Close
    [ 2653.730] (II) UnloadModule: "evdev"
    [ 2653.730] (II) evdev: Power Button: Close
    [ 2653.730] (II) UnloadModule: "evdev"
    [ 2653.732] (II) fglrx(0): Shutdown CMMQS
    [ 2653.735] (II) fglrx(0): [uki] removed 1 reserved context for kernel
    [ 2653.735] (II) fglrx(0): [uki] unmapping 8192 bytes of SAREA 0x3c000 at 0x7f000fd0d000
    [ 2653.735] (EE)
    [ 2653.740] (EE) Backtrace:
    [ 2653.745] (EE) 0: Xorg (xorg_backtrace+0x3d) [0x57e04d]
    [ 2653.750] (EE) 1: Xorg (0x400000+0x181da9) [0x581da9]
    [ 2653.754] (EE) 2: /usr/lib/libpthread.so.0 (0x7f000f1e8000+0xf4b0) [0x7f000f1f74b0]
    [ 2653.759] (EE) 3: /usr/lib/libpciaccess.so.0 (0x7f000f406000+0x503e) [0x7f000f40b03e]
    [ 2653.765] (EE) 4: /usr/lib/xorg/modules/drivers/fglrx_drv.so (amd_xs113_int10_x_inb+0x46) [0x7f000bb46126]
    [ 2653.771] (EE) 5: /usr/lib/xorg/modules/drivers/fglrx_drv.so (0x7f000b15c000+0x9e2e05) [0x7f000bb3ee05]
    [ 2653.776] (EE) 6: /usr/lib/xorg/modules/drivers/fglrx_drv.so (X86EMU_exec+0xa5) [0x7f000bb32555]
    [ 2653.782] (EE) 7: /usr/lib/xorg/modules/drivers/fglrx_drv.so (amd_xs113_int10_xf86ExecX86int10+0x46) [0x7f000bb47286]
    [ 2653.788] (EE) 8: /usr/lib/xorg/modules/drivers/fglrx_drv.so (xf86ExecX86int10+0xd) [0x7f000b56897d]
    [ 2653.793] (EE) 9: /usr/lib/xorg/modules/libvbe.so (VBESetVBEMode+0x9d) [0x7f000ab0163d]
    [ 2653.799] (EE) 10: /usr/lib/xorg/modules/drivers/fglrx_drv.so (0x7f000b15c000+0x441623) [0x7f000b59d623]
    [ 2653.805] (EE) 11: /usr/lib/xorg/modules/drivers/fglrx_drv.so (atiddxVBESetConsoleMode+0x44) [0x7f000b59d474]
    [ 2653.811] (EE) 12: /usr/lib/xorg/modules/drivers/fglrx_drv.so (xdl_xs114_atiddxFreeScreen+0x73e) [0x7f000b6ffc1e]
    [ 2653.817] (EE) 13: /usr/lib/xorg/modules/drivers/fglrx_drv.so (xdl_xs114_atiddxCloseScreen+0x321) [0x7f000b6ff241]
    [ 2653.823] (EE) 14: /usr/lib/xorg/modules/drivers/fglrx_drv.so (0x7f000b15c000+0xa4a846) [0x7f000bba6846]
    [ 2653.828] (EE) 15: Xorg (0x400000+0xc3136) [0x4c3136]
    [ 2653.833] (EE) 16: Xorg (0x400000+0x106964) [0x506964]
    [ 2653.838] (EE) 17: Xorg (0x400000+0x24cd7) [0x424cd7]
    [ 2653.843] (EE) 18: /usr/lib/libc.so.6 (__libc_start_main+0xf0) [0x7f000e058000]
    [ 2653.848] (EE) 19: Xorg (0x400000+0x24f0f) [0x424f0f]
    [ 2653.857] (EE)
    [ 2653.861] (EE) Segmentation fault at address 0x0
    [ 2653.866] (EE)
    Fatal server error:
    [ 2653.874] (EE) Caught signal 11 (Segmentation fault). Server aborting
    [ 2653.878] (EE)
    [ 2653.883] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 2653.899] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 2653.904] (EE)
    [ 2653.908] (EE) Server terminated with error (1). Closing log file.
    xorg.conf
    Section "ServerLayout"
    Identifier "aticonfig Layout"
    Screen 0 "aticonfig-Screen[0]-0" 0 0
    EndSection
    Section "Module"
    EndSection
    Section "Monitor"
    Identifier "aticonfig-Monitor[0]-0"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    EndSection
    Section "Device"
    Identifier "aticonfig-Device[0]-0"
    Driver "fglrx"
    BusID "PCI:2:0:0"
    EndSection
    Section "Screen"
    Identifier "aticonfig-Screen[0]-0"
    Device "aticonfig-Device[0]-0"
    Monitor "aticonfig-Monitor[0]-0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    I'm sure that the main problem is between keyboard and chair, but I'd like to know, what's wrong with pc
    Thanks for your efforts.
    Last edited by Mytrin (2014-05-25 19:09:02)

    I've managed to solve this error:
    (EE) AIGLX error: failed to open /usr/X11R6/lib64/modules/dri/fglrx_dri.so, error[/usr/X11R6/lib64/modules/dri/fglrx_dri.so: cannot open shared object file: No such file or directory
    There was missing library and few directories, which I found according to this http://www.reddit.com/r/archlinux/comme … _correctly at /usr/lib/dri, so I had to just symlink it. However, "unable to open display" error is still annoying me and Xorg is not working.
    EDIT: Found EE about missing commands in new Xorg.0.log and installed xterm to solve this. Now I don't have entirely black screen after startx. There is white rectangular terminal and fglrxinfo seems to be all right as it detected my Radeon and OpenGL. Now I have to install some DE, but that's another story. Marking as [SOLVED] and once again thanks to clfarron4 for reply.
    Last edited by Mytrin (2014-05-25 19:06:09)

  • [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

Maybe you are looking for

  • Select unique rows from two tables...

    Hi, I have two tables, replies1 and replies2. SQL> desc replies Name Null? Type URN VARCHAR2(36) ADDRESS VARCHAR2(18) FILESIZE NUMBER AS_NUM VARCHAR2(6) SQL> desc replies2 Name Null? Type URN VARCHAR2(36) ADDRESS VARCHAR2(18) AS_NUM VARCHAR2(6) Both

  • Using Sales Forecast packaged application

    Hi, i wish to use the sales forecast packaged application but, trying with different users all the users see the same data, i mean the Sales Rep A see the selling cycle of Sales rep B. Since the manager is right to be able to look to Rep's opportunit

  • Exposing other classes (as well as the EF Model) from a WCF Service?

    Hello, I have been following some of the tutorials on the Oracle.Net development centre, such as creating a Data Service for the Entity framework:- http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/dotnet/EntityFrameworkWCF/WCFEntityFramew

  • .idlk files - can I stop them?

    I realise that every time I open an Indesign file it creates an idlk file too. However, the creation of this idlk file means that any folder containing the file I am actually looking at has its date changed to the current date, even if I don't alter

  • Doing customer changes to cProjects 4.0

    Hi, In my projects a few developments are needed in regards to cProjects. However the developers are quite unfamiliar with how easy/difficult it is to make customer changes. It is stated that it should be easier in 4.0 compared to 3.1, but goes this