[SOLVED] can't load fglrx during booting

I installed ati proprietarity driver by  this manual and it seems working. I rebooted to sure that fglrx loads without errors, set catalyst settings, graphics worked fine, but after next reboot I saw this:
Loading User-specified Modules [Busy]
4.825619] intel ips 0000:00;1f.6: failed to get i915 symbols, graphics turb disabled8
5.417268] brcms_module_init: register returned 0
ROR: could not insert 'fglrx': Invalid argument
[FAIL]
I am totally new to linux and ask to your qualified help..
Last edited by metalex (2012-05-02 13:47:07)

Hi again! As Angelsoul writed, I didn't install the catalyst_hook, and now it really seems to be a kernel problem, becouse during the installation catalyst_hook:
Failed!!! Check out log: /var/log/catalyst-install.log
Automatic re-compilation is enabled now.
Answer 'Yes' whenever pacman ask you about updating
'linux-headers' in first place
Provide headers to your kernel ie:
linux-headers if you are using linux.
Most of custom kernels provides own headers.
Add nomodeset to your kernel line in /boot/grub/menu.lst , ie.:
kernel /boot/vmlinuz-linux root=/dev/sda1 ro nomodeset
-------------------------------------------- ^^^^^^^^^ ---------
If experiencing problems with building module or using more than
one kernel use catalyst_build_module command as root, more info:
# catalyst_build_module help
- ^^^^^^^^^^^^^^^^^^^^^ ----------------------------------------
For more info and more troubleshooting visit:
http://wiki.archlinux.org/index.php/ATI_Catalyst
[root@metalex-pc metalex]# catalyst_build_module help
usage: /usr/bin/catalyst_build_module {version|all|remove|remove_all|auto|autooff}
- with no specified kernel version it will use the current kernel version to build module
- all will try to build fglrx modules for all working system's kernels
- remove is removing unused fglrx modules and all empty /lib/modules/* directories
- remove_all is removing all fglrx modules and all empty /lib/modules/* directories
- auto will turn ON 'auto re-compilation of fglrx module with every kernel update'
- autooff will turn off auto re-compilation of fglrx module
[root@metalex-pc metalex]# catalyst_build_module all
[root@metalex-pc metalex]# catalyst_build_module
Building fglrx module for 3.3.4-1-ARCH kernel ...
Failed!!! Check out log: /var/log/catalyst-install.log
[root@metalex-pc metalex]# nano /var/log/catalyst-install.log
and it contains
2012-05-02 16:13:41
Building fglrx module for 3.3.4-1-ARCH kernel ...
Kernel header files are absent: directory /lib/modules/3.3.4-1-ARCH/build doesn't exist! Game over
2012-05-02 16:14:59
Building fglrx module for 3.3.4-1-ARCH kernel ...
Kernel header files are absent: directory /lib/modules/3.3.4-1-ARCH/build doesn't exist! Game over
Please, tell what I should do? Download kernel headers and run catalyst_build_module? Where I can download it?
Last edited by metalex (2012-05-02 13:23:14)

Similar Messages

  • Can not load modules during boot with kernel 2.6.31

    Every time i install kernel 2.6.31 (ever since it got into core), after reboot i receive message
    FATAL: module ... not found
    with every module in my rc.conf, or sometimes with this message:
    FATAL: could not load /lib/modules/2.6.30-ARCH/modules.dep no such file or directory
    Before those errors the boot script complaisn about hardware clock (right after the Arch Linux line):
    Could not access the hardware clock via any known method.
    After that I can still start X but my keyboard and mouse are completely dead. The console works fine, i just can not load any module per hand, some daemon can not be started - obviously.
    Latest kernel 2.6.30 works fine. Is this a problem of 2.6.31 ?

    /lib/modules/2.6.30-ARCH/
    That is very strange... it's not booting into .31
    It's an install problem because that dir shouldn't be there after updating kernel26.
    I know you said you installed from core, but was it a custom install? Did you change the PKGBUILD in anyway?
    After installing .31, before rebooting do depmod 2.6.31-ARCH
    Then do mkinitcpio -p kernel26
    Post the output of the second one.
    Last edited by gog (2009-10-26 00:32:06)

  • [SOLVED] Can't load this module??

    Ok, I discovered why I have no eth0 device. I have an
    Nvidia MCP61 Ethernet card, according to lscpi -v
    and no associated "Kernel" modules.
    The necessary Ethernet driver for that Nvidia card is forcedeth
    however
    # modprobe forcedeth
    FATAL: Module forcedeth not found.
    but if I perform a systemwide find..
    I get
    /usr/lib/modules/3.6.2-1-ARCH/kernel/drivers/net/ethernet/nvidia/forcedeth.ko.gz
    but according to 'man modprobe' the modprobe program looks in the /lib/modules/'uname -r' directory
    and when I run
    # uname -r
    3.5.6-1-ARCH
    I can cleary see why modprobe didn't work since according to the previous "find" there is no "forcedeth" in that directory.
    so I tried
    # modprobe -S 3.6.2-1-ARCH
    Error: missing parameters. See -h.
    to tell modprobe to search in that directory instead, but despite different variations I couldn't change the version sucessfully.
    So instead I tried copying the "forcedeth.ko.gz" to the /lib/modules/3.5.6-1-ARCH directory
    and I still haven't been able to "modprobe" it, even with full pathname and force option provided.
    So, in summation, I had the driver in the wrong directory according to 'uname -r' and thus I couldn't
    load it. I tried to manually give modprobe a different kernel version, without sucess, and have tried
    copying forcedeth.ko.gz to the directory which corresponded to /lib/modules/'uname -r'.
    I guess I need to either
    - upgrade the kernel without an internet connection?
    - sucessfully modprobe forcedeth despite the kernel version conflict?
    - maybe throw a symbolic link somewhere?
    - give an explicit option  to define a full path in a config file?
    - do something with mkinitcpio that can specify that module and boot into that ramdisk?
    Any suggestions would be greatly appreciated, since I don't know how else to load the module.
    If any other info on my system might give a lead, I'd be more than happy to provide it. Thanks. I'm almost there...
    Last edited by confusion-is-my-sedative (2012-10-26 21:26:06)

    ok, did and done. (However, note that this isn't raw code since I have to type from display of the monitor to the laptop.)
    # file /boot/vmlinuz-linux
    /boot/vmlinuz-linux: Linux kernel x86 boot executable bzImage, version 3.6.2-1-ARCH (tobias@T=POWA-LX) #1 SMP PREMPT Fri Oct 12 23:58, RO-rootFS, swap_dev 0x3, Normal VGA
    According to file, I do have the latest kernel, which makes this even more peculiar since it isn't consistent with 'uname -r'
    3.5.6-1-ARCH
    and I'm using grub legacy, I think.
    # cat /boot/grub/menu.1st
    timeout 5
    default 0
    color light-blue/black light-cyan/blue
    # BOOT SECTION
    # (0) Arch Linux
    title Arch Linux
    root (hd0,2)
    kernel /boot/vmlinuz-linux root=/dev/disk/by-uuid/xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx ro modeset=0
    initrd /boot/initramfs-fallback.img
    # (1) Arch Linux
    title Arch Linux Fallback
    root (hd0,2)
    kernel /boot/vmlinuz-linux root=/dev/disk/by-uuid/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx ro
    initrd /boot/initramfs-fallback.img
    I didn't post the whole config since transcribing comments with mode suggestions would be needless. But I don't think there's any danger in ommitting the '#' lines, is there?

  • Can the output voltage during boot-up of the CFP-AIO-610 module be held to zero?

    During power on or reset of the system the analog outputs go to 10V instead of 0V. Once the system is up and resonsive the default value kicks in and the level goes to 0V. Is there a way to keep the voltage near zero during a reset?

    When the voltage is reading 10V, do you have any load connected, or is the output channel connected directly your multimeter/scope? If the channel is left open, that might lead it to charge to the positive rail (10V). Try putting a resistor across the output terminals and see if it still reads 10V during boot up.
    Let me know the results...
    Thanks,
    Sean C.
    Applications Engineer
    National Instruments

  • [SOLVED]net-profiles doesnt work during boot

    Hi,
    i have got a little problem. Im trying to set up network during boot process. My way is described in arch wiki.
    wireless_tools is instaled by base_devel during installation process. other packages that I installed are
    pacman -S netcfg wpa_actiond
    I set up the network profiles like this (file /etc/network.d/hasek_home)
    CONNECTION='wireless'
    DESCRIPTION='A simple WPA encrypted wireless connection using a static IP'
    INTERFACE='wlan0'
    SECURITY='wpa'
    ESSID='hasek_home'
    KEY='xxxxxxxxxxxxx'
    IP='dhcp'
    if I typed
    netcfg hasek_home
    everything works fine (Wi-fi drives is compiled in kernel). So im trying to set starting wi-fi in boot (in /etc/rc.conf)
    INTERFACES=(hasek_home)
    DAEMONS=(syslog-ng cpufreq acpid crond dbus hal net-profiles @netfs)
    buring boot comes this messages 
    No profile started.
    Also like handmade starting
    /etc/rc.d/net-profiles restart
    net-profiles not running
    > No profile started.
    Please, what is wrong?
    Last edited by ETNyx (2010-06-09 19:03:25)

    1. Comment out INTERFACES  (and in any case, it's not for network names, but for eth0, wlan0 etc)
    2. NETWORKS=(hasek_home)
    3. Not sure if it helps, but I've never been able to background netfs successfully (remove the @, maybe).  I also have net-profiles and netfs before everything except syslog-ng in my daemons array.
    Good luck!
    Scott

  • [solved] Can't set up dual boot Arch + Win 7 on separated disks

    Hello everybody,
    I'm new to this amazing project as I installed Arch just two days ago (and everything works like a charm in linux).
    Anyway I have a problem and I'm very sorry to bother you with another question such this, but I tried everything and I accurately read the wiki.
    The problem is that I can't manage to create a dual boot in grub with Arch on the first sata disk and Windows 7 on the second disk.
    Before trying Arch I used ubuntu 10.10 dual boot with the same Windows 7 on the same secondary disk (the pc is a dell XPS L702X 17' laptop with, of course, dual disk bay) using GRUB2 which was automatically installed during ubuntu installation.
    I tried to chainload windows disk in grub using map command to let windows think it's on the primary disk and not on second one.
    At start I just had "BOOTMGR missing" error, then I put windows disk as primary removing arch disk and I repaired its bootloader: windows could boot then.
    When I substituted disks and tried to boot, Windows 7 loading screen appeared and immediately I had a blue screen of death (or something similar) which anyway disappeared in less than a second (I was not able to read anything from that screen)
    Now, when I try to boot windows either with grub or trying to enable boot straight from second hard drive in BIOS, I receive an error stating that it is necessary to use the windows repair disk to fix problems.
    My question is: how can I finally fix this situation?
    It would be quite important, for me, to not format neither of the disks, and I could even accept to renounce booting windows from grub as it would be ok even changing BIOS priority every time I need to use windows 7.
    I really apologize for my annoying question but I really tried everything I could find without success; sorry for my poor english, too.
    Anyway, this distribution seems just amazing to me! Thanks for your time.
    Luca
    Last edited by enigmatichus (2011-12-27 02:05:14)

    It worked!!! Actually I don't know what changed, I proceeded removing the first disk (arch) WITHOUT, this time, changing the position of the windows disk. I used windows 7 DVD to repair the second disk. It tooks several attempts since it failed without specifying the problem. Eventually, I was able to boot windows 7, everything worked. Then, I plugged the primary linux hard drive and booted into arch, where I used "grub-install /dev/sda" as root. It executed without errors, but when I checked menu.lst file, surprisingly I discovered that it was not changed at all by grub-install.
    Anyway it must have detected windows on /dev/sdb, since I am now able to boot both arch and windows without problems.
    It was a weird situation, but anyway it worked well!! Thank you for the support, I really appreciate!
    Luca

  • [SOLVED] systemd-modules-load fglrx error

    Hello,
    recently I have updated my catalyst drivers (catalyst-test from the AUR) and did a full system upgrade (-Syu).
    Since then I'm unable to do almost anything.
    I'm guessing the catalyst-test upgrade went bad because systemd says it's unable to locate fglrx.
    archlinux systemd-modules-load[188]: Failed to find module 'fglrx'
    I want to reinstall catalyst-test, but I'm unable to do so since I can't even see the tty's.
    They work, but every time I issue a command I have to write the output to a file since I can't see the output or what I'm writing.
    ex.
    to see the output of "systemctl --state=failed" I have to do "systemctl --state=failed > file.txt" and then boot into another OS to read it, it's really painful.
    I have tried adding "systemd.unit=multi-user.target" to the kernel cmdline as suggested on the IRC, but it didn't work. Nor did "systemd.unit=rescue.target"
    Is there any other way to fix this except chroot?
    Thanks in advance.
    Last edited by lakiluki (2015-01-13 16:45:52)

    clfarron4 wrote:Did you re-generate the fglrx module or have the catalyst-hook enabled when you upgraded catalyst-test?
    I did not re-generate it, but I'm pretty sure I had the catalyst-hook enabled. Not 100% sure, tho.

  • Can't load fglrx module

    Hi!
    I haven't upgraded my system for a while and now - after a complete system update including xorg-server, kernel, etc. - I've got a system without X  :-(
    I've been using the OS Ati driver for a while and was quite happy with it.
    It looks like the latest xorg-server has some problems with it though. It's complaining about an mtrr error. I thought I could switch to fglrx for now but the fglrx module won't load. Neither the combo of kernel/catalyst from extra, nor the one from testing nor a self built catalyst against the latest kernel in testing let me load the fglrx module. What's going on here? Help is appreciated...
    Best regards, Chris

    Well, I got it working. But strange enough, I still can't modprobe the newly built fglrx-module (catalyst 8.12).
    So I tried the vesa driver. Check.
    Then I gave the ati (OSS) driver another go, hal recognition of input devices disabled because that was were the whole mess started. Check.
    Then I tried w/ hal. Check. To my surprise, keyboard and synaptics were now working (couldn't get to this point yesterday)
    Changed the keyboard to "ch" and created a reasonable  /usr/share/hal/fdi/policy/10osvendor/11-x11-synaptics.fdi:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <deviceinfo version="0.2">
    <device>
    <match key="info.capabilities" contains="input.touchpad">
    <merge key="input.x11_driver" type="string">synaptics</merge>
    <merge key="input.x11_options.TapButton1" type="string">1</merge>
    <!--<merge key="input.x11_options.VertTwoFingerScroll" type="string">false</merge>
    <merge key="input.x11_options.HorizEdgeFingerScroll" type="string">false</merge> -->
    <merge key="input.x11_options.VertEdgeScroll" type="string">true</merge>
    <merge key="input.x11_options.HorizEdgeScroll" type="string">true</merge>
    <!--<merge key="input.x11_options.LeftEdge" type="string">1700</merge>
    <merge key="input.x11_options.TopEdge" type="string">1700</merge>
    <merge key="input.x11_options.RightEdge" type="string">5300</merge>
    <merge key="input.x11_options.BottomEdge" type="string">4200</merge>-->
    <merge key="input.x11_options.VertScrollDelta" type="string">100</merge>
    <merge key="input.x11_options.MinSpeed" type="string">0.16</merge>
    <merge key="input.x11_options.MaxSpeed" type="string">0.25</merge>
    <!--<merge key="input.x11_options.VertTwoFingerScroll" type="string">true</merge>
    <merge key="input.x11_options.HorizTwoFingerScroll" type="string">true</merge> -->
    <merge key="input.x11_options.HorizScrollDelta" type="string">40</merge>
    </match>
    </device>
    </deviceinfo>
    Cool. I'm almost happy. Some special keys don't yet behave like the used to do (like shift-insert for inserting text the way it did before) But I think I can live with that.
    Thanks for the help Mr. Elendig, Wiki, bbs, google, etc
    Best regards Chris

  • [SOLVED] Can't Load UEFI Shell From USB

    I'm trying to install Arch on an Asus Zenbook Prime UX31A. It already has Windows 7 x64 on it and a UEFI system partition doing the bootloading.
    I followed the steps for creating a UEFI bootable USB from the ISO. When I get to the UEFI device selection, the thumbdrive correctly shows up as "UEFI: Generic USB" (or something) but selecting it just fails silently and it goes on to load the next thing in the boot order. What could be going wrong here?
    Last edited by silverhammermba (2012-10-05 00:24:41)

    Did create the 2012-09 UEFI USB succesfully and it did boot.
    wanted too reinstall arch because of SSD.
    So maybe you want checkout the layout of your USB and size of the files!
    You can check against mine..
    du /run/media/mark/ARCH_201209/
    764 /run/media/mark/ARCH_201209/EFI/boot
    38772 /run/media/mark/ARCH_201209/EFI/archiso
    39540 /run/media/mark/ARCH_201209/EFI
    8 /run/media/mark/ARCH_201209/[BOOT]
    141292 /run/media/mark/ARCH_201209/arch/x86_64
    138092 /run/media/mark/ARCH_201209/arch/i686
    18292 /run/media/mark/ARCH_201209/arch/boot/x86_64
    276 /run/media/mark/ARCH_201209/arch/boot/syslinux/hdt
    1964 /run/media/mark/ARCH_201209/arch/boot/syslinux
    17944 /run/media/mark/ARCH_201209/arch/boot/i686
    38388 /run/media/mark/ARCH_201209/arch/boot
    62204 /run/media/mark/ARCH_201209/arch/any
    380008 /run/media/mark/ARCH_201209/arch
    40 /run/media/mark/ARCH_201209/isolinux
    419600 /run/media/mark/ARCH_201209/

  • [SOLVED] can't load module-echo-cancel for PulseAudio (WebRtc)

    I have added the line load-module module-echo-cancel to /etc/pulse/default.conf as said in the arch wiki but after I do that , I cannot start pulse and it gives me the follwoing error :
    E: [pulseaudio] main.c: Daemon startup failed.
    I have tried looking in the forum and google for a soulation but failed to find something  that works , also tried different variations of the line like :
    load-module module-echo-cancel source_name=echosource sink_name=echosink channels=1
    but nothing works ...
    so I think it is either the line I use is somehow wrong or I am missing some dependency for using webrtc.
    thanks in adavnce for any help.
    edit : well I solved the problem ..., it seems that after I have installed pavucontrol I was able to succsufully load the echo-cancel module
    Last edited by XDarkAngelX (2015-01-17 20:42:30)

    ok, did and done. (However, note that this isn't raw code since I have to type from display of the monitor to the laptop.)
    # file /boot/vmlinuz-linux
    /boot/vmlinuz-linux: Linux kernel x86 boot executable bzImage, version 3.6.2-1-ARCH (tobias@T=POWA-LX) #1 SMP PREMPT Fri Oct 12 23:58, RO-rootFS, swap_dev 0x3, Normal VGA
    According to file, I do have the latest kernel, which makes this even more peculiar since it isn't consistent with 'uname -r'
    3.5.6-1-ARCH
    and I'm using grub legacy, I think.
    # cat /boot/grub/menu.1st
    timeout 5
    default 0
    color light-blue/black light-cyan/blue
    # BOOT SECTION
    # (0) Arch Linux
    title Arch Linux
    root (hd0,2)
    kernel /boot/vmlinuz-linux root=/dev/disk/by-uuid/xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx ro modeset=0
    initrd /boot/initramfs-fallback.img
    # (1) Arch Linux
    title Arch Linux Fallback
    root (hd0,2)
    kernel /boot/vmlinuz-linux root=/dev/disk/by-uuid/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx ro
    initrd /boot/initramfs-fallback.img
    I didn't post the whole config since transcribing comments with mode suggestions would be needless. But I don't think there's any danger in ommitting the '#' lines, is there?

  • [Solved]-[solved:indirectly]Chain loading services on boot in Systemd

    I have what I believe is a simple issue, but am afraid that my ignorance of systemd services is preventing me from getting my desired result.
    I want to boot into tty1-7 automatically and have them each launch independent chains of executions.  Specifically, I'm trying to get tty1 to first log a user in and then to run a bash that I've written that loads fbv with an argument, and puts fbterm on top of it, and then load tmux...without me having to do anything.
    Essentially I've gotten this sketched out for tty1:
    [Service]
    Type=oneshot
    ExecStart=/home/<user_name>/fbterm-startbash ~/wallpaper.jpg
    StandardInput=tty
    StandardOutput=tty
    TTYPath=/dev/tty1
    I read through https://wiki.archlinux.org/index.php/Au … al_console and applied that, but there's no enabling of services there.  Is there something simple that I'm missing about adding extra "ExecStart"s in the same service and how to time them?
    (I put this in Apps and DE, because a terminal + tmux is my environment, let me know if that is incorrect.)
    Last edited by SquidGuy (2013-06-08 14:08:56)

    I'm not sure I can address your question directly, but I have an alternate - likely much simpler - solution.
    Set up autologin to any of the ttys you want it on (see autologin in wiki if needed).
    Then, in your shell profile (e.g, ~/.bash_profile), add a section with conditionals that check $XDG_VTNR:
    if [[ $XDG_VTNR -eq 1 ]]; then
    # stuff for tty1 here
    elif [[ $XDG_VTNR -eq 2 ]]; then
    # stuff for tty2 here
    fi
    EDIT: you may also want all that in a `if [[ $TERM == "linux" ]]` block.
    Last edited by Trilby (2013-06-08 13:05:23)

  • [SOLVED] Can't build fglrx module for 3.4.5-1-ARCH kernel

    Hello everyone!
    I updated my system using
        pacman -Syu --ignore glibc
    everything was good, I rebooted and my fglrx module isn't working!
    I tried:
        sudo catalyst_build_module
        Building fglrx module for 3.4.5-1-ARCH kernel ...
        Failed!!! Check out log: /var/log/catalyst-install.log
    Here is log
    Here is quote from it: Kernel header files are absent: directory /lib/modules/3.3.4-1-ARCH/build doesn't exist! Game over
    But I have the latest versions linux and linux-headers packages.
    Help please. Thanks.
    Last edited by metalex (2012-07-20 14:53:37)

    Yes, this is my problem, I  did all from here, but I still can't update glibc.
    grep '^lib/' /var/lib/pacman/local/*/files 
    output:
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/ld-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/ld-linux-x86-64.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libBrokenLocale-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libBrokenLocale.so.1
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libSegFault.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libanl-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libanl.so.1
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libc-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libc.so.6
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libcidn-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libcidn.so.1
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libcrypt-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libcrypt.so.1
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libdl-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libdl.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libm-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libm.so.6
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libmemusage.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnsl-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnsl.so.1
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_compat-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_compat.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_db-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_db.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_dns-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_dns.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_files-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_files.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_hesiod-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_hesiod.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_nis-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_nis.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_nisplus-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_nisplus.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libpcprofile.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libpthread-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libpthread.so.0
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libresolv-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libresolv.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/librt-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/librt.so.1
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libthread_db-1.0.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libthread_db.so.1
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libutil-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libutil.so.1
    /var/lib/pacman/local/lib32-glibc-2.15-10/files:lib/
    /var/lib/pacman/local/lib32-glibc-2.15-10/files:lib/ld-linux.so.2
    I don't know what to do with lib32-glibc...

  • [Solved]Can't load mysql after long time of idle

    Phpmyadmin:
    #2002 Cannot log in to the MySQL server
    /etc/rc.d/mysqld restart
    :: Stopping MySQL Server [FAIL]
    :: Starting MySQL Server [FAIL]
    Did everything in archwiki.
    Webmin used to write:
    SQL select * from tables_priv order by table_name failed : Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
    Where can i find log file? There in no one in /var/log/
    cat /var/lib/mysql/myhost.err
    110306 18:53:22 mysqld_safe mysqld from pid file /var/lib/mysql/myhost.pid ended
    110306 18:53:25 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
    /usr/bin/mysqld: Table 'mysql.plugin' doesn't exist
    110306 18:53:25 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.
    110306 18:53:25 InnoDB: The InnoDB memory heap is disabled
    110306 18:53:25 InnoDB: Mutexes and rw_locks use GCC atomic builtins
    110306 18:53:25 InnoDB: Compressed tables use zlib 1.2.5
    110306 18:53:25 InnoDB: Initializing buffer pool, size = 128.0M
    110306 18:53:25 InnoDB: Completed initialization of buffer pool
    110306 18:53:25 InnoDB: highest supported file format is Barracuda.
    110306 18:53:25 InnoDB: Waiting for the background threads to start
    110306 18:53:26 InnoDB: 1.1.5 started; log sequence number 1589359
    110306 18:53:26 [ERROR] Fatal error: Can't open and lock privilege tables: Table 'mysql.host' doesn't exist
    110306 18:53:26 mysqld_safe mysqld from pid file /var/lib/mysql/myhost.pid ended
    110306 18:54:26 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
    110306 18:54:26 InnoDB: The InnoDB memory heap is disabled
    110306 18:54:26 InnoDB: Mutexes and rw_locks use GCC atomic builtins
    110306 18:54:26 InnoDB: Compressed tables use zlib 1.2.5
    110306 18:54:26 InnoDB: Initializing buffer pool, size = 128.0M
    110306 18:54:26 InnoDB: Completed initialization of buffer pool
    110306 18:54:26 InnoDB: highest supported file format is Barracuda.
    110306 18:54:26 InnoDB: Waiting for the background threads to start
    110306 18:54:27 InnoDB: 1.1.5 started; log sequence number 1589359
    110306 18:54:27 [Note] Recovering after a crash using mysql-bin
    110306 18:54:27 [Note] Starting crash recovery...
    110306 18:54:27 [Note] Crash recovery finished.
    110306 18:54:27 [Warning] Can't open and lock time zone table: Table 'mysql.time_zone_leap_second' doesn't exist trying to live without them
    110306 18:54:27 [ERROR] Can't open and lock privilege tables: Table 'mysql.servers' doesn't exist
    110306 18:54:27 [ERROR] Native table 'performance_schema'.'events_waits_current' has the wrong structure
    110306 18:54:27 [ERROR] Native table 'performance_schema'.'events_waits_history' has the wrong structure
    110306 18:54:27 [ERROR] Native table 'performance_schema'.'events_waits_history_long' has the wrong structure
    110306 18:54:27 [ERROR] Native table 'performance_schema'.'setup_consumers' has the wrong structure
    110306 18:54:27 [ERROR] Native table 'performance_schema'.'setup_instruments' has the wrong structure
    110306 18:54:27 [ERROR] Native table 'performance_schema'.'setup_timers' has the wrong structure
    110306 18:54:27 [ERROR] Native table 'performance_schema'.'performance_timers' has the wrong structure
    110306 18:54:27 [ERROR] Native table 'performance_schema'.'threads' has the wrong structure
    110306 18:54:27 [ERROR] Native table 'performance_schema'.'events_waits_summary_by_thread_by_event_name' has the wrong structure
    110306 18:54:27 [ERROR] Native table 'performance_schema'.'events_waits_summary_by_instance' has the wrong structure
    110306 18:54:27 [ERROR] Native table 'performance_schema'.'events_waits_summary_global_by_event_name' has the wrong structure
    110306 18:54:27 [ERROR] Native table 'performance_schema'.'file_summary_by_event_name' has the wrong structure
    110306 18:54:27 [ERROR] Native table 'performance_schema'.'file_summary_by_instance' has the wrong structure
    110306 18:54:27 [ERROR] Native table 'performance_schema'.'mutex_instances' has the wrong structure
    110306 18:54:27 [ERROR] Native table 'performance_schema'.'rwlock_instances' has the wrong structure
    110306 18:54:27 [ERROR] Native table 'performance_schema'.'cond_instances' has the wrong structure
    110306 18:54:27 [ERROR] Native table 'performance_schema'.'file_instances' has the wrong structure
    110306 18:54:27 [Note] /usr/bin/mysqld: ready for connections.
    Version: '5.5.9-log' socket: '/var/run/mysqld/mysqld.sock' port: 0 Source distribution
    110306 19:11:24 [Note] /usr/bin/mysqld: Normal shutdown
    110306 19:11:26 [Warning] /usr/bin/mysqld: Forcing close of thread 1 user: 'root'
    110306 19:11:26 InnoDB: Starting shutdown...
    110306 19:11:26 InnoDB: Shutdown completed; log sequence number 1589359
    110306 19:11:26 [Note] /usr/bin/mysqld: Shutdown complete
    mysql_upgrade
    Looking for 'mysql' as: mysql
    Looking for 'mysqlcheck' as: mysqlcheck
    Running 'mysqlcheck' with connection arguments: '--port=3306' '--socket=/var/run/mysqld/mysqld.sock' '--port=3306' '--socket=/var/run/mysqld/mysqld.sock'
    mysqlcheck: Got error: 2002: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) when trying to connect
    FATAL ERROR: Upgrade failed
    What can I do now, huh?
    Thanks in advance!
    P.S. How can I delete (not drop) all datebase in /var/lib/mysql ?
    Last edited by SkyTod (2011-03-11 09:32:16)

    cat /var/lib/mysql/myhost.err
    110307 19:12:05 mysqld_safe mysqld from pid file /var/lib/mysql/myhost.pid ended
    110308 08:55:24 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
    110308 8:55:25 InnoDB: The InnoDB memory heap is disabled
    110308 8:55:25 InnoDB: Mutexes and rw_locks use GCC atomic builtins
    110308 8:55:25 InnoDB: Compressed tables use zlib 1.2.5
    110308 8:55:25 InnoDB: Initializing buffer pool, size = 128.0M
    110308 8:55:25 InnoDB: Completed initialization of buffer pool
    InnoDB: The first specified data file ./ibdata1 did not exist:
    InnoDB: a new database to be created!
    110308 8:55:25 InnoDB: Setting file ./ibdata1 size to 10 MB
    InnoDB: Database physically writes the file full: wait...
    110308 8:55:26 InnoDB: Log file ./ib_logfile0 did not exist: new to be created
    InnoDB: Setting log file ./ib_logfile0 size to 5 MB
    InnoDB: Database physically writes the file full: wait...
    110308 8:55:27 InnoDB: Log file ./ib_logfile1 did not exist: new to be created
    InnoDB: Setting log file ./ib_logfile1 size to 5 MB
    InnoDB: Database physically writes the file full: wait...
    InnoDB: Doublewrite buffer not found: creating new
    InnoDB: Doublewrite buffer created
    InnoDB: 127 rollback segment(s) active.
    InnoDB: Creating foreign key constraint system tables
    InnoDB: Foreign key constraint system tables created
    110308 8:55:29 InnoDB: Waiting for the background threads to start
    110308 8:55:30 InnoDB: 1.1.5 started; log sequence number 0
    110308 8:55:32 [Note] Event Scheduler: Loaded 0 events
    110308 8:55:32 [Note] /usr/bin/mysqld: ready for connections.
    Version: '5.5.9-log' socket: '/var/run/mysqld/mysqld.sock' port: 0 Source distribution
    110308 23:46:42 [Note] /usr/bin/mysqld: Normal shutdown
    110308 23:46:42 [Note] Event Scheduler: Purging the queue. 0 events
    110308 23:46:42 InnoDB: Starting shutdown...
    110308 23:46:43 InnoDB: Shutdown completed; log sequence number 1595675
    110308 23:46:43 [Note] /usr/bin/mysqld: Shutdown complete
    110308 23:46:43 mysqld_safe mysqld from pid file /var/lib/mysql/myhost.pid ended
    110309 09:52:34 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
    110309 9:52:35 InnoDB: The InnoDB memory heap is disabled
    110309 9:52:35 InnoDB: Mutexes and rw_locks use GCC atomic builtins
    110309 9:52:35 InnoDB: Compressed tables use zlib 1.2.5
    110309 9:52:35 InnoDB: Initializing buffer pool, size = 128.0M
    110309 9:52:35 InnoDB: Completed initialization of buffer pool
    110309 9:52:35 InnoDB: highest supported file format is Barracuda.
    110309 9:52:36 InnoDB: Waiting for the background threads to start
    110309 9:52:37 InnoDB: 1.1.5 started; log sequence number 1595675
    110309 9:52:37 [Note] Event Scheduler: Loaded 0 events
    110309 9:52:37 [Note] /usr/bin/mysqld: ready for connections.
    Version: '5.5.9-log' socket: '/var/run/mysqld/mysqld.sock' port: 0 Source distribution
    ls /var/lib/mysql
    ibdata1 ib_logfile1 myhost.pid mysql-bin.000001 mysql-bin.000003 mysql-bin.index test
    ib_logfile0 myhost.err mysql mysql-bin.000002 mysql-bin.000004 performance_schema

  • Slow Loading screen during boot up after a major update

         Ever since I installed an update my mac has been taking forever to startup. Usually when I shut down the computer, and then maybe the next day turn it on, I hear the chime, and then the computer goes straight to a loading screen that takes forever to finish. I would say it takes about 15 minutes or less just to start up and get to the log in screen. Does anyone else have this problem? What do you think I should do to fix this? I just don't have time for a 15-20 min boot up. Who really does?
         Janelle Canty

    Hello again:
    If you want to restore your entire system from a Time Machine backup, the instructions are below:
    Important: These steps will overwrite data with the same name in the same location, such as files on your desktop and in your Home folder.
    Connect the external disk you've backed up to.
    Start from your Mac OS X 10.5 or 10.6 Install DVD. (Insert the disc, then restart and hold the C key.)
    Select your language. Do not start an installation.
    Choose Disk Utility from the Utilities menu.
    Select your internal Mac OS X disk that you want to restore to.
    Click the Restore tab.
    Drag your internal disk to the "Destination:" field.
    Click the "Image..." button next to the "Source:" field.
    Navigate to the location of the backup image you want to restore (located on your external disk).
    Click "Open" to continue.
    Click the "Restore" button. Confirm you want to "Restore to Disk" by clicking "Restore" again. This will replace data on your Mac OS X volume with data from your backup that has the same name and is in the same location.
    Enter your admin name and password when prompted. If the backup disk image is encrypted, enter the disk image password if necessary. The time it takes to restore from the image depends on factors such as the amount of data on your backup disk image.
    While the slow boot is occurring, you might want to look at the activity monitor to see what is going on...
    Barry

  • [SOLVED] Console Font Gets Reset During Boot

    I've recently switched to Arch Linux and am quite happy with it.  I've never had so much fun with Linux until a friend recommended Arch.  I have since installed it on both my MacBook Pro and Mac mini.  Everything has been pretty smooth, but I do have one issue.
    During the boot process, the system starts up with its default console font, per the usual.  I have edited /etc/vconsole.conf to set the font to Lat2-Terminus16 and to set the keyboard layout to Dvorak.  Here's my current config:
    KEYMAP=dvorak
    FONT=Lat2-Terminus16
    Part-way through the boot process, the font switches to use the new font.  So far, so good.  Shortly after, however, the screen gets cleared and continues to produce normal kernel messages until the screen is cleared once again and presents the boot prompt, but with the default console font as opposed to the font in vconsole.conf.  I am able to re-set the font again by using the setfont command, but this is a bit of an inconvenience.  The keyboard layout, however, is as it should be: set to Dvorak.  So, systemd-vconsole-setup.service is doing its job.
    I have narrowed down the problem to that when agetty starts, it seems to be resetting the font back to the default.  I have tried adding nouveau (my machines have Nvidia) to the array of modules within /etc/mkinitcpio.conf and rebuilding initramfs, but I get the same results.  I have also tried adding vconsole.font=Lat2-Terminus16 to the boot arguments in GRUB, but I get the same results.  This is affecting both of my machines.  I have updated them with pacman -Syu, but the problem still exists.
    I have found a workaround which is to add a service to systemd (I call it fontfix.service), set it to start after getty.target, and have it included in multi-user.target.  But is there a better way?  Or is something else other than agetty resetting the font?
    tl;dr
    agetty appears to be resetting the console font after systemd-vconsole-setup.service sets the font.  Is there a way to have agetty recognize what console font is currently is use?  Or is something else other than agetty resetting the font?
    Last edited by linux2647 (2013-01-10 07:30:30)

    https://wiki.archlinux.org/index.php/Sy … er_boot.3F

Maybe you are looking for

  • Deploying a WAR file on WebLogic 9.2 - Issues

    Hi all, I tried deploying a sample WAR file on the admin console of the Weblogic 9.2. This was done under the deployments tab on the admin console. When i tried to deploy i get the following exception and the log on the admin console is as follows: <

  • How to detect the size in pixels or percentage of a scrolling area?

    Hello there! I'm working capturing scrolling images and found a problem when I try it in another laptop, the thing was the resolution because in mine the scrolled area is added to the principal image and as I go down I merge the scrolling. But in oth

  • Using iphone in another country

    It is posible to buy the iphone 5s unlocked in the UK and being able to use it in Spain?

  • Differentiating the orders in SNP based on number range but same category

    Hi, There is temporary requirement where we need to exclude planning for certain type of STOs/ASNs from heuristics planning. The categories are same i.e. SAP std categories but number range is different and originating plant is different. We can say

  • No sound after 10.9.4 upare

    I restarted my Macbook pro after the upgrade and now there is no sound. The system message in the sound  output tab shows "No output devices found" I had a look at the fixes advertised under Youtube, but I really don't have time to mess about fixing