[SOLVED] Arch Kernel causes problems

Since my very first time installing Arch, i was getting some errors like
Cannot parse block device ids for /dev/sdb2
Cannot find root device /dev/sdb2
and eventually i had found a work-around, by taking the kernel and initramfs files (both 2.6.25.20-114) from another Linux, and also the corresponding modules directory. (Works perfect, using Firefox on it at the moment.)
Now i want to upgrade my kernel eventually (don't have to actually, but i want to, and the problem should not happen anyway) and still, after retrieving the new kernel through pacman (creating the vmlinuz26 and kernel26.img files in /boot, as well as the modules directory) and using it, i get the SAME problem.
The Arch kernels just won't work for me...
Does anyone have an idea what it could be?
(And is there any way to copy the exact error-output i get while trying to boot?)
Thanks.
Last edited by TaylanUB (2009-10-18 03:23:36)

I'm using ext2 on the second partition (first being FAT32) of a Lexar USB Flash Stick.
# lspci
00:00.0 Host bridge: nVidia Corporation nForce2 IGP2 (rev c1)
00:00.1 RAM memory: nVidia Corporation nForce2 Memory Controller 1 (rev c1)
00:00.2 RAM memory: nVidia Corporation nForce2 Memory Controller 4 (rev c1)
00:00.3 RAM memory: nVidia Corporation nForce2 Memory Controller 3 (rev c1)
00:00.4 RAM memory: nVidia Corporation nForce2 Memory Controller 2 (rev c1)
00:00.5 RAM memory: nVidia Corporation nForce2 Memory Controller 5 (rev c1)
00:01.0 ISA bridge: nVidia Corporation MCP2A ISA bridge (rev a3)
00:01.1 SMBus: nVidia Corporation MCP2A SMBus (rev a1)
00:02.0 USB Controller: nVidia Corporation MCP2A USB Controller (rev a1)
00:02.1 USB Controller: nVidia Corporation MCP2A USB Controller (rev a1)
00:02.2 USB Controller: nVidia Corporation MCP2A USB Controller (rev a2)
00:04.0 Bridge: nVidia Corporation MCP2A Ethernet Controller (rev a3)
00:06.0 Multimedia audio controller: nVidia Corporation MCP2S AC'97 Audio Controller (rev a1)
00:08.0 PCI bridge: nVidia Corporation MCP2A PCI Bridge (rev a3)
00:09.0 IDE interface: nVidia Corporation MCP2A IDE (rev a3)
00:0b.0 IDE interface: nVidia Corporation nForce2 Serial ATA Controller (rev a3)
00:1e.0 PCI bridge: nVidia Corporation nForce2 AGP (rev c1)
01:00.0 VGA compatible controller: ATI Technologies Inc RV350 AS [Radeon 9550]
01:00.1 Display controller: ATI Technologies Inc RV350 AS [Radeon 9550] (Secondary)
02:0b.0 FireWire (IEEE 1394): VIA Technologies, Inc. VT6306 Fire II IEEE 1394 OHCI Link Layer Controller (rev 46)
# lsusb
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 002: ID 05dc:a781 Lexar Media, Inc.
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Last edited by TaylanUB (2009-10-17 11:47:41)

Similar Messages

  • [SOLVED] Arch - Kernel Update = problem

    With the new kernel update when using winetricks to install for instance dotnet20, i always get:
    libgcc_s.so.1 must be installed for pthread_cancel to work....
    Was working......any ideas to solve this one....
    Thanks
    PS: STUPID ME, it was missing the multilib lib32-gcc-libs...yeah i know....
    Last edited by Sniffer (2011-01-11 18:44:00)

    ishaanbahal wrote:
    hjpbarcelos wrote:
    Same laptop here, I get this error, but when I run:
    DRI_PRIME=1 glxspheres64
    Graphic card seems to be working fine, since it runs at 200+ fps.
    With:
    DRI_PRIME=0 glxspheres64
    I get ~60 fps.
    So the issue just disappears?? If so I will try this..
    gundamfj wrote:found 2 bug reports
    https://bugs.freedesktop.org/show_bug.cgi?id=77244
    https://bugzilla.kernel.org/show_bug.cgi?id=71891
    The bug report seems to be active, so we will have to wait for a while for the patch... Although there is a proposed patch that seems to remove the UVD error, have you tried it??
    I quote a comment "Nopes. It makes the UVD errors go away, but the boot still gets stuck at the same point. Everything hangs up, requiring me to do a hard reboot."
    The patch did not fix the bug. Honestly, the bug has been there since kernel 3.11.

  • [solved] arch kernel freezes, how can I replace it with lts

    the kernel freezes on almost every boot; I'm referring to the kernel installed and downloaded when I used the net install to install arch
    how do I install the lts kernel ? maybe the lts won't freeze...
    Last edited by Chrys349 (2011-11-26 16:13:38)

    Chrys349 wrote:
    solved... I got rid of kernel freeze, or kernel hang, by appending the "acpi=off" parameter in grub
    I have no idea what "acpi=off" does, but it's the olny solution I found that enables me to both install arch and use it...
    Keep an eye on the battery meter, w/o acpi your computer might be using more power.

  • [SOLVED] wxpython update cause problems for playonlinux

    After a recent update, playonlinux seems to get stuck in an endless loop during startup. The output in terminal is this:
    Looking for python... 3.3.3 - skipped
    Looking for python2.7... 2.7.6 - selected
    Traceback (most recent call last):
    File "mainwindow.py", line 34, in <module>
    import wx, wx.aui
    File "/usr/lib64/python2.7/site-packages/wx-3.0-gtk2/wx/__init__.py", line 45, in <module>
    from wx._core import *
    File "/usr/lib64/python2.7/site-packages/wx-3.0-gtk2/wx/_core.py", line 4, in <module>
    import _core_
    ImportError: /usr/lib64/python2.7/site-packages/wx-3.0-gtk2/wx/_core_.so: symbol _ZTI10wxListBase, version WXU_3.0 not defined in file libwx_baseu-3.0.so.0 with link time reference
    Looking for python2.7... 2.7.6 - selected
    Traceback (most recent call last):
    File "mainwindow.py", line 34, in <module>
    import wx, wx.aui
    File "/usr/lib64/python2.7/site-packages/wx-3.0-gtk2/wx/__init__.py", line 45, in <module>
    from wx._core import *
    File "/usr/lib64/python2.7/site-packages/wx-3.0-gtk2/wx/_core.py", line 4, in <module>
    import _core_
    ImportError: /usr/lib64/python2.7/site-packages/wx-3.0-gtk2/wx/_core_.so: symbol _ZTI10wxListBase, version WXU_3.0 not defined in file libwx_baseu-3.0.so.0 with link time reference
    This just keeps repeating until I end the process with Ctrl-c
    The specific update that cause this is:
    wxgtk
    wxpython
    wxgtk2.8
    The wxgtk2.8 package was newly installed as certain packages require this version. Just to make sure, I removed wxgtk2.8, and downgraded wxgtk and wxpython, then playonlinux works without issue. Upgrading the system again causes this issue to appear again.
    Edit: wxgtk upgrades from version 2.8.12.1-5 -> 3.0.0-2, and wxpython upgrades from version 2.8.12.1-4 -> 3.0.0.0-1
    I have narrowed down the problem. Downgrading only wxpython to version 2.8.12.1-4 solves the problem.
    Last edited by Daerandin (2014-01-12 02:32:41)

    I'm on wxpython 3.0.0-2 and I'm still getting this issue, both on wxgtk 2.8.12.1-5 and 3.0.0-2.
    And it might help to know that playonlinux depends on the package "wxgtk2.8" rather than wxgtk (and also wxpython2.8), which I can't install without borking my system and don't want to anyway because I use wxMupen64Plus, so I installed every other dep and -Sdd'd it.
    EDIT: Scratch that, my error is actually similar but not the same:
    Looking for python... 3.3.3 - skipped
    Looking for python2.7... 2.7.6 - selected
    Traceback (most recent call last):
    File "mainwindow.py", line 32, in <module>
    wxversion.select('2.8')
    File "/usr/lib/python2.7/site-packages/wxversion.py", line 152, in select
    raise VersionError("Requested version of wxPython not found")
    wxversion.VersionError: Requested version of wxPython not found
    And it has the exact same output for either version of wxgtk. I'd test it on wxpython2.8, but that depends on wxgtk2.8, which I can't install without either uninstalling important packages like audacity or forcing conflict overwriting. It also loops this error forever until I CTRL+C.
    Last edited by Cadeyrn (2014-02-04 06:29:08)

  • [SOLVED] xfce-panel causing problems with mouse/touchpad

    Since upgrading the packages below  I mouseclicks occasionally do not work.  Also scrolling using the scrollwheel and touchpad doesn't start sometimes. I determined it is not a problem with the mouse or touchpad because 'xev' shows the correct events firing. Also  I see the icon change from arrow to hand when clicking.
    <edit>
    It appears that "xfce4-panel" is the cause. I use tint2 instead of  xfce-panel, but the process running an empty panel is started by default and  somehow interfered with mouse and touchpad events. solved it by removing it from the session, and comment it out in /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml
    </edit>
    [2011-01-19 21:39] synchronizing package lists
    [2011-01-19 21:39] starting full system upgrade
    [2011-01-19 21:57] upgraded libxfce4util (4.8.1-1 -> 4.8.1-1)
    [2011-01-19 21:57] upgraded exo (0.6.0-2 -> 0.6.0-2)
    [2011-01-19 21:57] Generating locales...
    [2011-01-19 21:57] en_US.UTF-8... done
    [2011-01-19 21:57] en_US.ISO-8859-1... done
    [2011-01-19 21:57] nl_NL.UTF-8... done
    [2011-01-19 21:57] nl_NL.ISO-8859-1... done
    [2011-01-19 21:57] Generation complete.
    [2011-01-19 21:57] upgraded glibc (2.12.2-2 -> 2.12.2-2)
    [2011-01-19 21:57] upgraded x264 (20110115-1 -> 20110115-1)
    [2011-01-19 21:57] upgraded ffmpeg (26387-1 -> 26387-1)
    [2011-01-19 21:57] upgraded gdisk (0.6.14-1 -> 0.6.14-1)
    [2011-01-19 21:57] upgraded gstreamer0.10-ugly (0.10.16-2 -> 0.10.16-2)
    [2011-01-19 21:57] upgraded gstreamer0.10-ugly-plugins (0.10.16-2 -> 0.10.16-2)
    [2011-01-19 21:57] upgraded gtk-xfce-engine (2.8.0-1 -> 2.8.0-1)
    [2011-01-19 21:57] upgraded lib32-gcc-libs (4.5.2-4.2 -> 4.5.2-4.2)
    [2011-01-19 21:57] upgraded libjpeg (8.3.0-1 -> 8.3.0-1)
    [2011-01-19 21:57] upgraded xfconf (4.8.0-1 -> 4.8.0-1)
    [2011-01-19 21:57] upgraded libxfcegui4 (4.8.0-1 -> 4.8.0-1)
    [2011-01-19 21:57] upgraded mplayer (32792-1 -> 32792-1)
    [2011-01-19 21:58] when you use a non-reparenting window manager
    [2011-01-19 21:58] set _JAVA_AWT_WM_NONREPARENTING=1 in
    [2011-01-19 21:58] /etc/profile.d/openjdk6.sh
    [2011-01-19 21:58] upgraded openjdk6 (6.b20_1.9.4-1 -> 6.b20_1.9.4-1)
    [2011-01-19 21:58] [2011-01-19 21:58] upgraded openssh (5.6p1-2 -> 5.6p1-2)
    [2011-01-19 21:58] upgraded pcre (8.12-1 -> 8.12-1)
    [2011-01-19 21:58] upgraded terminal (0.4.5-2 -> 0.4.5-2)
    [2011-01-19 21:58] [2011-01-19 21:58] upgraded thunar (1.2.0-1 -> 1.2.0-1)
    [2011-01-19 21:58] upgraded thunar-volman (0.6.0-1 -> 0.6.0-1)
    [2011-01-19 21:58] upgraded udisks (1.0.2-2 -> 1.0.2-2)
    [2011-01-19 21:58] upgraded vim-runtime (7.3.102-1 -> 7.3.102-1)
    [2011-01-19 21:58] upgraded vim (7.3.102-1 -> 7.3.102-1)
    [2011-01-19 21:58] upgraded vlc (1.1.5-3 -> 1.1.5-3)
    [2011-01-19 21:58] [2011-01-19 21:58] upgraded xfburn (0.4.3-3 -> 0.4.3-3)
    [2011-01-19 21:58] upgraded xfce-utils (4.8.0-1 -> 4.8.0-1)
    [2011-01-19 21:58] [2011-01-19 21:58] upgraded xfce4-appfinder (4.8.0-1 -> 4.8.0-1)
    [2011-01-19 21:58] upgraded xfce4-dev-tools (4.8.0-1 -> 4.8.0-1)
    [2011-01-19 21:58] upgraded xfce4-panel (4.8.0-1 -> 4.8.0-1)
    [2011-01-19 21:58] upgraded xfce4-mixer (4.6.1-2 -> 4.6.1-2)
    [2011-01-19 21:58] upgraded xfce4-notifyd (0.2.0-1 -> 0.2.0-1)
    [2011-01-19 21:58] upgraded xfce4-session (4.8.0-1 -> 4.8.0-1)
    [2011-01-19 21:58] upgraded xfce4-settings (4.8.0-1 -> 4.8.0-1)
    [2011-01-19 21:58] upgraded xfdesktop (4.8.0-1 -> 4.8.0-1)
    [2011-01-19 21:58] upgraded xfwm4 (4.8.0-1 -> 4.8.0-1)
    Last edited by rwd (2011-01-23 14:01:25)

    welcome to macbook forum.
    try this link:
    http://docs.info.apple.com/article.html?artnum=17228
    and open your system preference / keyboard and mouse / trackpad tab / and changed the preference (double clicking speed, etc) as you like and try it.
    Good Luck.

  • [solved] Some programs cause problems for sound in other programs.

    Today I noticed that audio has stopped working in some applications, but not others. The programs that I know where it doesn't work are:
    Hotline Miami (game)
    VLC
    Dungeons of Dredmor (game)
    Uplink (game)
    Programs where I know it works are:
    mplayer / smplayer (on the same files where vlc does not work)
    mpd
    Programs run through wine
    Standalone flash player and the firefox flash plugin
    Additionally, when I run a program where audio doesn't work, I have to restart programs where it does. For example, I'll pause mpd, open Hotline Miami, and then quit. When I try to unpause mpd, I'll get the error message "Failed to open audio output". But if I try a couple times, it will eventually resume. It's a similar situation for mplayer. I'll have to quit and restart mplayer a couple times after trying one of the other programs before audio will work.
    Further complicating the matter is that there are no error messages for the programs where audio does not work. I can't seem to track down the problem. I also don't do much with sound beyond using mpd and mplayer, so I don't know when this started.
    My hardware is a Lenovo IdeaPad z580 with integrated Intel HDA audio.
    EDIT: I just noticed that the problem is not what I thought. Part of the problem was simply due to volume. So I can get sound in the listed programs. However, running those programs does still cause the problem for the mplayer and mpd where I have to restart them.
    Last edited by mathfreak (2014-03-10 13:27:10)

    Gah. It does appear to have been a pulseaudio thing. I hadn't even realized it was installed, let alone running. I've fixed it. Thanks for the help! And thanks, brebs, for the asoundrc file. I think it'll help a lot.

  • [SOLVED] Arch Kernel Configuration

    Hi, I'd like to compile recompile the Kernel but I would like to know wich are the default configuration settings that the compiled kernel26 of the core repository has. I would like to tweak some things but starting from that configuration not from the defaul Kernel configuration found in www.kernel.org.
    I would like to know it ABS could be used to do it, or if I can get a configuration file somewhere and use it with ABS.
    Thank you very much.
    Last edited by KaoDome (2009-01-14 00:24:56)

    KaoDome wrote:
    Ok thank you very much! I've found the configuration within the ABS package. The I can edit it running make menuconfig (or the GUI configurator) and then save the edited file as config (in my case, if it was a x84_64 it would be config.x86_64.
    I had to change the checksum for that file in the PKGBUILD file in order to it to work.
    It's now compiling!
    Another question... Does it uses the CFLAGS defined in /etc/makepkg.conf when compiling the Kernel? I hope so...
    Once more, thank you very much for all!
    You can also use the ABS PKGBUILD, and add the "make menuconfig" option to be able to change the -ARCH settings.... then when you press exit it will save (and use) your newly created .config.
    # load configuration
    make menuconfig
    # build!
    So it will load the default -ARCH generic setup and then you can modify to your hardware specs.
    My AMD64 300HZ -Os Low-Latency kernel:
    $ uname -osrpmi
    Linux 2.6.28-ARCHtestAMD x86_64 AMD Turion(tm) 64 X2 Mobile Technology TL-60 AuthenticAMD GNU/Linux
    Last edited by methuselah (2009-01-14 18:58:30)

  • [solved] Arch kernel panic with grub 2 (another instance)

    Hey all,
    I read through this thread: http://bbs.archlinux.org/viewtopic.php?pid=663976 which is somewhat similar to my problem, but not the same.
    I successfully installed Arch with a VMware VM, got gnome, openbox, and lxde installed... mucked around a bit. All looked good so I wanted to try it with an actual install.
    Background:
    I am new to Arch and relatively new to Linux... although not afraid of the terminal.
    I am running a Lenovo SL500 laptop.
    The laptop has one drive (sda) and is divided as following:
    sda1: service partition (required for this machine)
    sda2: ntfs containing Windows 7
    sda3: extended partition containing:
          sda5: linux swap
          sda6: ntfs data storage
          sda7: ext4 ubuntu 9.10
          sda8: ext4 arch
    Here is what I did:
    I installed arch to sda8, and when it came time for me to set the boot partition I selected 'none' as I wanted to use grub2 which is already installed via the ubuntu installation.
    When the installation of arch finished, I rebooted into my ubuntu system and ran update-grub. The output verified that Arch was located at sda8, and the grub.cfg file shows:
    menuentry "Arch (on /dev/sda8)" {
        insmod ext2
        set root=(hd0,8)
        search --no-floppy --fs-uuid --set 5ee916d1-5051-4e27-9c1f-a74f04693337
        linux /boot/vmlinuz26 root=/dev/sda8
    When I attempt to boot into arch, as it is above, I get:
        Unable to mount filesystem
        not syncing : VFS : Unable to mount root fs on unknown block (0,0)
    Now... when I installed arch I formated the partition to ext4, I have verified that it is ext4, and the fstab in the arch partition lists it as ext4. When I altered the above grub2 boot parameters and changed ext2 to ext4, it returned 'error - file not found'.
    Any idea where I went wrong or what I should try to fix this?
    Should I have installed a bootloader with the arch install?
    Thanks for any help
    Last edited by visser (2009-12-09 18:48:27)

    My grub2 installation was also via Ubuntu and the auto-detected entry didn't work, so in /etc/grub.d/40_custom (Ubuntu) I have this...
    #!/bin/sh
    exec tail -n +3 $0
    # This file provides an easy way to add custom menu entries. Simply type the
    # menu entries you want to add after this comment. Be careful not to change
    # the 'exec tail' line above.
    menuentry "Arch Linux (on /dev/sda5)" {
    set root=(hd0,5)
    linux /boot/vmlinuz26 root=/dev/disk/by-uuid/80db2d73-6dea-465c-a9a2-b14624badc57 ro
    initrd /boot/kernel26.img
    menuentry "Arch Linux (fallback)" {
    set root=(hd0,5)
    linux /boot/vmlinuz26 root=/dev/disk/by-uuid/80db2d73-6dea-465c-a9a2-b14624badc57 ro
    initrd /boot/kernel26-fallback.img
    menuentry "Windows XP" {
    set root=(hd0,1)
    chainloader +1
    I believe you can disable os_prober by adding
    GRUB_DISABLE_OS_PROBER="true"
    to /etc/default/grub. I disabled it myself by the other method, removing it's executable flag...
    sudo chmod -x /etc/grub.d/30_os-prober
    I should point out that I haven't installed grub2 in Arch yet as I'm still in the transitional (and undecided) stage.

  • I just updated my latest java but the update is causing problems with some externale devices. So i would like to uninstall this latest java update and get back the previous one. That should solve to problems with my external device

    i just updated my latest java but the update is causing problems with some external devices. So i would like to uninstall this latest java update and get back the previous one. That should solve to problems with my external device.
    Is this possible and how do i do that?
    Anyone who responds thanks for that!
    Juko
    I am running
    Hardware Overview:
      Model Name:          Mac Pro
      Model Identifier:          MacPro1,1
      Processor Name:          Dual-Core Intel Xeon
      Processor Speed:          2,66 GHz
      Number of Processors:          2
      Total Number of Cores:          4
      L2 Cache (per Processor):          4 MB
      Memory:          6 GB
      Bus Speed:          1,33 GHz
      Boot ROM Version:          MP11.005D.B00
      SMC Version (system):          1.7f10
      Serial Number (system):          CK7XXXXXXGP
      Hardware UUID:          00000000-0000-1000-8000-0017F20F82F0
    System Software Overview:
      System Version:          Mac OS X 10.7.5 (11G63)
      Kernel Version:          Darwin 11.4.2
      Boot Volume:          Macintosh HD(2)
      Boot Mode:          Normal
      Computer Name:          Mac Pro van Juko de Vries
      User Name:          Juko de Vries (jukodevries)
      Secure Virtual Memory:          Enabled
      64-bit Kernel and Extensions:          No
      Time since boot:          11 days 20:39
    Message was edited by Host

    Java 6 you can't as Apple maintains it, and Java 7 you could if you uninstall it and Oracle provides the earlier version which they likely won't his last update fixed 37 remote exploits.
    Java broken some software here and there, all you'll have to do is wait for a update from the other parties.

  • [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] Building fglrx module for 3.11.3-1-ARCH kernel error

    I got this error today:
    2013-09-28 14:07:59
    Building fglrx module for 3.11.2-1-ARCH kernel ...
    OsVersion says: SMP=1
    file /proc/kallsyms says: SMP=1
    file /usr/lib/modules/3.11.2-1-ARCH/build/include/generated/autoconf.h says: SMP=1
    file /usr/lib/modules/3.11.2-1-ARCH/build/include/generated/autoconf.h says: MODVERSIONS=1
    file /usr/lib/modules/3.11.2-1-ARCH/build/arch/x86/include/asm/compat.h says: COMPAT_ALLOC_USER_SPACE=arch_compat_alloc_user_space
    make: Entering directory `/usr/src/linux-3.11.2-1-ARCH'
    CC [M] /tmp/catalyst.aHP3fa/firegl_public.o
    CC [M] /tmp/catalyst.aHP3fa/kcl_acpi.o
    CC [M] /tmp/catalyst.aHP3fa/kcl_agp.o
    CC [M] /tmp/catalyst.aHP3fa/kcl_debug.o
    CC [M] /tmp/catalyst.aHP3fa/kcl_ioctl.o
    CC [M] /tmp/catalyst.aHP3fa/kcl_io.o
    CC [M] /tmp/catalyst.aHP3fa/kcl_pci.o
    CC [M] /tmp/catalyst.aHP3fa/kcl_str.o
    CC [M] /tmp/catalyst.aHP3fa/kcl_iommu.o
    CC [M] /tmp/catalyst.aHP3fa/kcl.o
    CC [M] /tmp/catalyst.aHP3fa/kcl_wait.o
    LD [M] /tmp/catalyst.aHP3fa/fglrx.o
    Building modules, stage 2.
    MODPOST 1 modules
    CC /tmp/catalyst.aHP3fa/fglrx.mod.o
    LD [M] /tmp/catalyst.aHP3fa/fglrx.ko
    make: Leaving directory `/usr/src/linux-3.11.2-1-ARCH'
    Ok.
    2013-10-05 14:20:34
    Building fglrx module for 3.11.3-1-ARCH kernel ...
    Kernel header files are absent: directory /usr/lib/modules/3.11.3-1-ARCH/build doesn't exist! Game over
    2013-10-05 14:20:41
    Building fglrx module for 3.11.3-1-ARCH kernel ...
    Kernel header files are absent: directory /usr/lib/modules/3.11.3-1-ARCH/build doesn't exist! Game over
    I don't know why, and I do not know if I care.
    Last edited by patrickmaciel (2013-10-06 19:31:53)

    fazo96 wrote:I think it's because of the new kernel. Reinstalling is not a solution, it's avoiding the problem ;D
    Instead, I switched to catalyst-hook (I used catalyst) and upgraded to kernel 3.11.4, the latest version of xorg (there was a new one), gnome 3.10 and the module compiled perfectly, so now everything works on my system
    You right, but you know... I have a lot projects in queue and not have time to search and test evertying
    But, now... catalyst has installed successfully, but, I think isn't working 100%, because, when I click (for example), in a Google Chrome tab, and move to left/right, all tabs disappear or are blurry.
    Anyway, thanks.

  • Suspend removed form arch kernel ? [solved]

    I don't know why Software suspend was removed from default arch kernel.
    Can it be re-enable ?
    I have recompiled arch kernel with addind this options :
    CONFIG_PM=y
    # CONFIG_PM_DEBUG is not set
    CONFIG_SOFTWARE_SUSPEND=y
    CONFIG_PM_STD_PARTITION="/dev/hdx"
    but there is no /sys/power/disk or /sys/power/mem on my system
    (it was working with 2.6.13 arch kernel)
    did I missed something ?

    ok, I think that initrd is the problem.
    http://wiki.archlinux.org/index.php/Initrd
    I have found some scripts but it's only for swsusp2
    http://wiki.suspend2.net/DistroAndHardw … bianInitrd
    Anybody knows how to activate vanilla swsuspend1 on arch ?

  • Solving Kernel/Xorg problems

    Hi all,
    I've been using linux for several years now, and I like it a lot, but it's still not clear in my mind what to do when I run into kernel or Xorg problems.
    When I run into a problem with a userland application, it's usually quite simple to identify the culprit or at least the apparent culprit, find the relevant bugzilla, file a bug and try to help the people in charge to fix the problem.
    In contrast, the world of low-level stuff is a lot more intimidating. For example, I have had several display and supsend/hibernate problems with my laptop for more than one year now, but I still have no idea what to do about them. What can/ should I do about kernel/Xorg problems?

    I didn't want this thread to be about my specific problems, but here goes:
    - Suspend fails about half of the time, the screen blanks (with a cursor blinking) and the computer just hangs. It is completely dead (REISUB doesn't work)
    - Hibernate doesn't work, when I turn the computer on, it checks the filesystems and boots normally
    - About 10% of the time, the login manager (currently kdm, but I had the same problem with gdm) shows with a very low resolution. Restarting xorg usually fixes the problem.
    I probably have a few more that I'm forgetting at the moment.

  • [SOLVED]Arch is sluggish after fresh install :s

    Zero-fill format: check!
    XFS partitions for / and /home and /home/mariachi/stuff: check!
    ext2 partitions for /boot and /var: check!
    installation: check!
    XFCE: check!
    be happy: no check.
    I don't understand why my computer almost freezes to death (as in "it's so slow that I though it was dead" kind of death) when I copy a file from one disk to another. I simply cannot do anything else when there's something being actively written to the disk.
    This is really troublesome, as an action that used to take a few seconds, now takes minutes and won't let me use any other apps. As soon as the writing is over, everything is fast and joyful again.
    The cpu is not being used 100%, neither memory is being "eaten".
    Any idea as to what may be causing this? Disk problems?
    Thanks fellas
    SOLVED:it was a problem with my disk, which I was able to solve
    Last edited by el mariachi (2008-08-12 20:52:17)

    el mariachi wrote:
    Zero-fill format: check!
    XFS partitions for / and /home and /home/mariachi/stuff: check!
    ext2 partitions for /boot and /var: check!
    installation: check!
    XFCE: check!
    be happy: no check.
    I don't understand why my computer almost freezes to death (as in "it's so slow that I though it was dead" kind of death) when I copy a file from one disk to another. I simply cannot do anything else when there's something being actively written to the disk.
    This is really troublesome, as an action that used to take a few seconds, now takes minutes and won't let me use any other apps. As soon as the writing is over, everything is fast and joyful again.
    The cpu is not being used 100%, neither memory is being "eaten".
    Any idea as to what may be causing this? Disk problems?
    Thanks fellas
    I see this also with heavy disk usage and I'm using ext3 on my both of my drives.
    Somewhere here in the forums there was talk about some kernel config that can help fix this. I believe that it was being looked at for the third release of the 2.6.26 kernel. I don't remember where I read it and a quick search turned up nothing. If anyone else remembers this conversation, please jump in.

  • I want to uninstall ReloadEvery as I think it is causing problems however it is not in my list of Extensions or Plugins yet it is clearly installed, I tried reinstalling FF but it was still there! How can I get rid of it?

    I installed ReloadEvery a while ago and it seemed to be working fine however I am now having problems with FF crashing and weird things like pages not reloading and not being able to use the back button etc
    I have already tried uninstalling and reinstalling FF and upgrading to FF 4.
    When I upgraded to FF 4 I was still having problems even though I didn't have any Extensions installed at all, or so I thought. I noticed that ReloadEvery was still installed. I was rather puzzled as I had done a clean install of FF 4. I want to remove ReloadEvery to see if it will solve my problems.
    I have also tried following the help on the FF Troubleshooting about manually uninstalling Extensions but again ReloadEvery not listed there yet I am still able to use it in FF!
    I want to get rid of it!! I really need some help please.

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Tools > Options > Privacy > Cookies: "Show Cookies"
    If clearing cookies doesn't work then it is possible that the <i>cookies.sqlite</i> file that stores the cookies is corrupted.
    Rename (or delete) <b>cookies.sqlite</b> (cookies.sqlite.old) and delete other present cookie files like <b>cookies.sqlite-journal</b> in the Firefox Profile Folder in case the file cookies.sqlite got corrupted.
    *http://kb.mozillazine.org/Cookies

Maybe you are looking for

  • Error in BSP of LSOCP300 Business Package

    Hi community, I've deployed a business package LSOCP300 in my J2EE 6.40. I've activated a BSP service in Backend system (ECC 5.0) with BP LSOFE300 (Sap E-Learning Solution). On testing the BSP service,I've a "Raise Exceptions" on link "Training Activ

  • Always 2 devices cannot connect to the 2T TC

    i just purchase a 2T TC yesterday. I was trying to connect to my device(2 iphones, 2 ipads, 2 Mac air, and 1 Mac pro), 2 mac air, mac pro , and 1 iphone works fine, and 2 ipads connot connet to the internet. i tried to reset the TC, still have the sa

  • How do I make use of Table Modifiers?

    Hi Experts I would like to use Table Modifiers in a web-report, but I have no idea about how to do it. I want to use table modifier since I am trying to do calculations based on cumulated values, which is not possible (since these are displayed value

  • Gists Created with non alpha numeric characters

    Hi, I am using Gists in my APEX application. When I upload a word document that contains tables and charts, I get a really long unmeaningful gist for that document. For example, I get this gist (5x longer): PROJECT MINT ——————————————————————————————

  • Photoshop Elements 9 brushes all messed up again

    I am Not on the pencil tool that has nothing to do with it. Resetting my photoshop settings completely did not help. Thank you very much. Normally when I'm using photoshop with my tablet my brush preview is shaped like a sideways diamond so basically