[Resolved] Finding Libs in Repositories

Hello All,
I am trying hard, but starting to get frustrated about ArchLinux... Maybe someone can help me before I give up and try SuSE 10.3:
I am having two issues, i.e. two threads:
Thread 1)
I installed ArchLinux a while back but rarely used it. So it is time to update the system but I am getting below error - of course, I have done "pacman -Sy" first.
(Sorry, forgot to change locale. Rough and brief translation: "Error: Cannot resolve "fltk" dependecies ("gcc-libs" not in packet list). fltk requires gcc-libs.")
[root@archlinux ~]# pacman -Su
:: Starte komplette Systemaktualisierung...
Warnung: sudo: Erzwungene Aktualisierung auf Version 1.6.9p5-1
Loese Abhaengigkeiten auf...
Fehler: Kann Abhaengigkeiten fuer "fltk" nicht aufloesen ("gcc-libs" ist nicht in Paketliste enthalten)
Fehler: Konnte Vorgang nicht vorbereiten (Kann Abhaengigkeiten nicht erfuellen)
:: fltk Benoetigt gcc-libs
Searching for gcc-libs via "pacman -Ss gcc-libs" does not return a proper result.
Similar, I tried to install Firefox as downloaded from Mozilla. I unpacked Firefox into ~/bin/firefox. When trying to start the browser I am getting an error for a missing lib. Again searching for the lib did not return any result. Where/how would I get the lib for ArchLinux? So this question relates to my first issue.
[guest@archlinux firefox]$ ./firefox
./firefox-bin: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory
To rephrase my question: How can I find missing libs in ArchLinux (in particular the ones listed above)? I tried pacman -Ss but no joy.
Thanks in advance for any response!
Jochen
Last edited by schimpfj (2007-10-23 07:06:16)

There is something wrong with your repos:
$ pacman -Ss gcc-libs
core/gcc-libs 4.2.2-1 (base)
Runtime libraries shipped by GCC for C and C++ languages
Did you read the frontpage news about the change from current to core? You might need to change some file in /etc/pacman.d/ .

Similar Messages

  • Cannot find lib when packaging for iOS

    You can see the same question on StackOverflow here:
    http://stackoverflow.com/questions/11547515/cannot-find-lib-when-packaging-for-ios
    Hi,
    I am developping an Air Native Extension (ANE) in order to be able to use the burstly(1) ads on mobile devices.
    As for my setup, I am using the FlashDevelop 4.0.4(2) and Adobe Air 3.3 (3). I'm using Flex 4.6.0 SDK. The project is setup on Windows7.
    In order to work on iOS devices, Burstly requires a number of frameworks and librares (4)
    I managed to write and compile the .a library for iOS. I also have the interface (actionscript code) that will be shared for Android and iOS compiled into a swc and a librairy.swf. All of this is successfully packaged into a .ane which is included in my project.
    When compiling a .a library on MacOS, all the framework and library used don't seems to be packaged in the ".a". This is why I had to use Air 3.3, for the -platformsdk option(5).
    Since I work on Windows, I followed the instruction in this post to get the iOS SDK (6).
    Following (4) and (5), I made a platformConfig.xml file like this, which is packaged in the .ane
        <platform xmlns="http://ns.adobe.com/air/extension/3.1">
            <sdkVersion>4.2</sdkVersion>
            <linkerOptions>
                <!-- to use the AssetsLibrary framework -->
                <option>-framework AssetsLibrary</option>
                <option>-framework AudioToolbox</option>
                <option>-framework AddressBook</option>
                <option>-framework AVFoundation</option>
                <option>-framework CFNetwork</option>
                <option>-framework CoreLocation</option>
                <option>-framework MapKit</option>
                <option>-framework MediaPlayer</option>
                <option>-framework MessageUI</option>
                <option>-framework OpenAL</option>
                <option>-framework OpenGLES</option>
                <option>-framework QuartzCore</option>
                <option>-framework StoreKit</option>
                <option>-framework SystemConfiguration</option>
                <option>-framework Foundation</option>
                <option>-framework CoreGraphics</option>
                <option>-libsqlite3</option>
                <option>-libxml2</option>
                <option>-libz</option>
            </linkerOptions>
        </platform>
    and this is the line to compile the actuale .ane
        call "%FLEX_SDK%\bin\adt" -package -target ane ../release/burstlyadsextension.ane extension.xml -swc burstlyAds.swc -platform iPhone-ARM library.swf libBurstlyAds.a -platformoptions platformConfig.xml
    Problem arises when I try to package the iOS app with ADT:
        call adt -package -target %TYPE%%TARGET% %OPTIONS% %SIGNING_OPTIONS% "%OUTPUT%" "%APP_XML%" %FILE_OR_DIR% -extdir lib/external/ -platformsdk ../Libraries/iPhoneOS5.0.sdk/
    this happens:
    "ld: library not found for -libsqlite3
    Compilation failed while executing : ld64"
    frameworks seems to be added fine, but the dylib are not. I tried to add the line:
        <option>-L usr/lib/</option>
    before including the lib, but I got this error instead:
    "ld: warning: directory not found for option '-Lusr/lib/'
    ld: library not found for -libsqlite3
    Compilation failed while executing : ld64"
    I tried to use the full path, other relative path, but no matter what path I put in the option, I always get a "warning: directory not found for option". Even "<option>-L ../</option>" give me this warning. The only thing that seems to work is "<option>-L /../</option>", but my .dylib obviousle are not there.
    So my questions are: What did I do wrong? Any idead what else I could try? Even an explanation as to why it is not working would be helpful!
    Links:
    #1: http://support.burstly.com/
    #2: http://www.flashdevelop.org/
    #3: http://get.adobe.com/fr/air/        //Sorry, my OS is in french
    #4: http://support.burstly.com/kb/ios/required-compiler-flags-frameworks
    #5: http://blogs.adobe.com/rajorshi/2011/11/16/ios5-support-for-airusing-external-sdks-to-pack age-apps/
    #6: http://blogs.adobe.com/airodynamics/2012/05/18/using-platformsdk-for-ios-on-windows/

    Thanks a lot, that took care of the
    "ld: library not found for -libsqlite3
    Compilation failed while executing : ld64"
    But now, I'm stuck with this error instead:
    ld: warning: -ios_version_min not specificed, assuming 4.0
    Undefined symbols for architecture armv7:
      "_ADBannerContentSizeIdentifier480x32", referenced from:
          +[Burstly_iad_Adaptor initializeContentSizeIdentifiers] in libcom.bhvr.burstlyads.a(Burstly_iad_Adaptor.o)
          -[Burstly_iad_Adaptor supportedSizes] in libcom.bhvr.burstlyads.a(Burstly_iad_Adaptor.o)
      "_OBJC_CLASS_$_ADBannerView", referenced from:
          objc-class-ref in libcom.bhvr.burstlyads.a(Burstly_iad_Adaptor.o)
      "_OBJC_CLASS_$_EKEventStore", referenced from:
          objc-class-ref in libcom.bhvr.burstlyads.a(BurstlyORMMAView.o)
      "_OBJC_CLASS_$_FlurryAnalytics", referenced from:
          objc-class-ref in libcom.bhvr.burstlyads.a(Burstly_flurry_Adaptor.o)
      "_OBJC_CLASS_$_CMMotionManager", referenced from:
          objc-class-ref in libcom.bhvr.burstlyads.a(BurstlyORMMAJavascriptBridge.o)
      "_ADBannerContentSizeIdentifier320x50", referenced from:
          +[Burstly_iad_Adaptor initializeContentSizeIdentifiers] in libcom.bhvr.burstlyads.a(Burstly_iad_Adaptor.o)
          -[Burstly_iad_Adaptor supportedSizes] in libcom.bhvr.burstlyads.a(Burstly_iad_Adaptor.o)
          -[Burstly_iad_Adaptor makeSizesSetWithArray:] in libcom.bhvr.burstlyads.a(Burstly_iad_Adaptor.o)
      "_MedialetsShouldLogDebug", referenced from:
          -[MedialetsAdServer sendAppPixelWithURL:] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer adFitsSlot:adID:] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer nextAdFromList:forTargetKey:keywords:andBlockKeywords:] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer isAdValidForSlot:forTargetKey:keywords:andBlockKeywords:] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer nextAdForAdView:] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer startCacheLoad] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer processReceivedData:] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
      "_OBJC_CLASS_$_EKEvent", referenced from:
          objc-class-ref in libcom.bhvr.burstlyads.a(BurstlyORMMAView.o)
      "_ADBannerContentSizeIdentifierPortrait", referenced from:
          +[Burstly_iad_Adaptor initializeContentSizeIdentifiers] in libcom.bhvr.burstlyads.a(Burstly_iad_Adaptor.o)
      "_OBJC_CLASS_$_CTTelephonyNetworkInfo", referenced from:
          objc-class-ref in libcom.bhvr.burstlyads.a(BurstlyUtils.o)
      "_ADBannerContentSizeIdentifierLandscape", referenced from:
          +[Burstly_iad_Adaptor initializeContentSizeIdentifiers] in libcom.bhvr.burstlyads.a(Burstly_iad_Adaptor.o)
      "_MedialetsShouldLogInternal", referenced from:
          -[MedialetsAdServer init] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer qualifiedAdsFromList:forAdView:] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer qualifiedAd:foradSlotKey:] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer nextAdFromList:forTargetKey:keywords:andBlockKeywords:] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer nextAdForAdView:] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer attemptCacheLoad] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer startCacheLoad] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
      "_OBJC_CLASS_$_FlurryAppCircle", referenced from:
          objc-class-ref in libcom.bhvr.burstlyads.a(Burstly_flurry_Adaptor.o)
      "_OBJC_CLASS_$_ADInterstitialAd", referenced from:
          objc-class-ref in libcom.bhvr.burstlyads.a(Burstly_iad_Adaptor.o)
    ld: symbol(s) not found for architecture armv7
    Compilation failed while executing : ld64
    Which is the same error as when I did not include any library at all.
    Any other insight?

  • Httpd not starting - can't find lib/apache/libphp5.so

    I looked in /var/log/httpd/error_log and found that it couldn't find libphp5.so.  I have never had this problem before and I have had my web server running for some time.  I followed the wiki for setting up php and have the line uncommented in httpd.conf where it loads the php5_module.
    Has anyone seen this before?  What is the fix?
    Thanks

    UPDATE:
    I too just got this error. It happened when I tried to restart apache.
    I believe that the update to curl has something to do with it. php is build with curl support in arch, and curl uses libidn.
    For some reason curl was recompiled, and it effected the php curl support.
    Anyone else having this problem with apache-->php-->curl support-->libidn?
    EDIT:
    http://bugs.archlinux.org/index.php?do=details&id=2240
    apparently so.

  • I'm having trouble using migration assistant to get data from a windows pc over to a macbook pro mavericks. It can't resolve finding the sources wirelessly.

    I have installed migration assistant on the pc. I am running it as administrator. It says waiting to connect to Mac. I am running MS on the macbook pro (brand new) and it found the machine but keeps saying looking for other sources and I can't move ahead. Any ideas?

    Resolved. Someone told me verbally what to do.

  • Pacman -S glibc won't continue, conflict on `/lib/libiberty.a`?

    Hello, I've been hit with the recent glibc update that broke a lot of systems. I'm almost done fixing mine, but I'm not sure how to resolve this.
    For reference, this is what I've done so far.
    Used the `find /lib -exec pacman -Qo -- {} +` to determine what to do.
    I found /lib/gcc/x86_64-elf was unowned. I think this may have been from a freestanding cross compiler I built. I moved it to /usr/lib/gcc
    I also updated the android-udev AUR package which had a file in /lib.
    Now, I'm stuck on one final conflict. There is a /lib/libiberty.a file left over that is unowned. I would move it to /usr/lib, but a file by the same name already exists, but oddly they are different sizes.
    Stats from each:
    [root@EarlzZeta lib]# stat /usr/lib/libiberty.a
    File: ‘/usr/lib/libiberty.a’
    Size: 383554 Blocks: 752 IO Block: 4096 regular file
    Device: 905h/2309d Inode: 183093 Links: 1
    Access: (0644/-rw-r--r--) Uid: ( 0/ root) Gid: ( 0/ root)
    Access: 2012-07-07 15:16:08.000000000 +0000
    Modify: 2012-07-04 00:23:36.000000000 +0000
    Change: 2012-07-07 15:16:08.260683565 +0000
    Birth: -
    [root@EarlzZeta lib]# stat /lib/libiberty.a
    File: ‘/lib/libiberty.a’
    Size: 1456978 Blocks: 2848 IO Block: 4096 regular file
    Device: 903h/2307d Inode: 2116497 Links: 1
    Access: (0644/-rw-r--r--) Uid: ( 0/ root) Gid: ( 0/ root)
    Access: 2012-07-15 23:58:15.015310067 +0000
    Modify: 2012-02-26 22:41:42.994452142 +0000
    Change: 2012-02-26 22:41:43.004452143 +0000
    Birth: -
    What could this have been installed by? Will it break anything to remove it? And how do I resolve this conflict?

    That probably was installed with your cross compiler too.  Get rid of it.

  • [resolved] mkinitcpio fills screen with errors after update to 3.4.4-3

    bizzare errors, its trying to load every module it can think of? never had anything like this happen before.
    when i tried to mkinitcpio myself after the auto fail, it looked for the old kernel.
    [testuser@arch2 ~]$ sudo pac linux
    resolving dependencies...
    looking for inter-conflicts...
    Targets (1): linux-3.4.4-3
    Total Download Size: 40.52 MiB
    Total Installed Size: 57.61 MiB
    Net Upgrade Size: 0.05 MiB
    Proceed with installation? [Y/n] y
    :: Retrieving packages from core...
    linux-3.4.4-3-x86_64 40.5 MiB 107K/s 06:29 [##########################################] 100%
    (1/1) checking package integrity [##########################################] 100%
    (1/1) loading package files [##########################################] 100%
    (1/1) checking for file conflicts [##########################################] 100%
    (1/1) checking available disk space [##########################################] 100%
    (1/1) upgrading linux [##########################################] 100%
    >>> Updating module dependencies. Please wait ...
    ERROR: could not open directory /lib/modules/3.4.4-3-ARCH: No such file or directory
    FATAL: could not search modules: No such file or directory
    >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    ==> Building image from preset: 'default'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    ==> Starting build: 3.4.4-3-ARCH
    -> Running build hook: [base]
    -> Running build hook: [udev]
    -> Running build hook: [autodetect]
    -> Running build hook: [usb]
    -> Running build hook: [keymap]
    -> Running build hook: [fsck]
    -> Running build hook: [sata]
    -> Running build hook: [encrypt]
    ==> ERROR: module not found: `dm-crypt'
    ==> ERROR: module not found: `padlock_sha'
    ==> ERROR: module not found: `padlock_aes'
    ==> ERROR: module not found: `blowfish_common'
    ==> ERROR: module not found: `twofish_common'
    ==> ERROR: module not found: `cast6'
    ==> ERROR: module not found: `xts'
    ==> ERROR: module not found: `aes_generic'
    ==> ERROR: module not found: `rmd256'
    ==> ERROR: module not found: `crypto_user'
    ==> ERROR: module not found: `cryptd'
    ==> ERROR: module not found: `tgr192'
    ==> ERROR: module not found: `salsa20_generic'
    ==> ERROR: module not found: `vmac'
    ==> ERROR: module not found: `xor'
    ==> ERROR: module not found: `cts'
    ==> ERROR: module not found: `async_memcpy'
    ==> ERROR: module not found: `async_pq'
    ==> ERROR: module not found: `raid6test'
    ==> ERROR: module not found: `async_raid6_recov'
    ==> ERROR: module not found: `async_xor'
    ==> ERROR: module not found: `async_tx'
    ==> ERROR: module not found: `cast5'
    ==> ERROR: module not found: `deflate'
    ==> ERROR: module not found: `fcrypt'
    ==> ERROR: module not found: `algif_hash'
    ==> ERROR: module not found: `xcbc'
    ==> ERROR: module not found: `cbc'
    ==> ERROR: module not found: `seed'
    ==> ERROR: module not found: `tcrypt'
    ==> ERROR: module not found: `twofish_generic'
    ==> ERROR: module not found: `wp512'
    ==> ERROR: module not found: `sha256_generic'
    ==> ERROR: module not found: `sha512_generic'
    ==> ERROR: module not found: `crypto_null'
    ==> ERROR: module not found: `rmd160'
    ==> ERROR: module not found: `rmd320'
    ==> ERROR: module not found: `gf128mul'
    ==> ERROR: module not found: `authencesn'
    ==> ERROR: module not found: `pcrypt'
    ==> ERROR: module not found: `ansi_cprng'
    ==> ERROR: module not found: `ccm'
    ==> ERROR: module not found: `ecb'
    ==> ERROR: module not found: `arc4'
    ==> ERROR: module not found: `michael_mic'
    ==> ERROR: module not found: `lrw'
    ==> ERROR: module not found: `seqiv'
    ==> ERROR: module not found: `md4'
    ==> ERROR: module not found: `anubis'
    ==> ERROR: module not found: `tea'
    ==> ERROR: module not found: `camellia_generic'
    ==> ERROR: module not found: `sha1_generic'
    ==> ERROR: module not found: `md5'
    ==> ERROR: module not found: `af_alg'
    ==> ERROR: module not found: `rmd128'
    ==> ERROR: module not found: `crc32c'
    ==> ERROR: module not found: `algif_skcipher'
    ==> ERROR: module not found: `des_generic'
    ==> ERROR: module not found: `ctr'
    ==> ERROR: module not found: `blowfish_generic'
    ==> ERROR: module not found: `khazad'
    ==> ERROR: module not found: `pcbc'
    ==> ERROR: module not found: `ghash_generic'
    ==> ERROR: module not found: `hmac'
    ==> ERROR: module not found: `gcm'
    ==> ERROR: module not found: `zlib'
    ==> ERROR: module not found: `authenc'
    ==> ERROR: module not found: `serpent_generic'
    ==> ERROR: module not found: `sha1_ssse3'
    ==> ERROR: module not found: `aes_x86_64'
    ==> ERROR: module not found: `serpent_sse2_x86_64'
    ==> ERROR: module not found: `ghash_clmulni_intel'
    ==> ERROR: module not found: `aesni_intel'
    ==> ERROR: module not found: `twofish_x86_64'
    ==> ERROR: module not found: `twofish_x86_64_3way'
    ==> ERROR: module not found: `camellia_x86_64'
    ==> ERROR: module not found: `salsa20_x86_64'
    ==> ERROR: module not found: `blowfish_x86_64'
    ==> ERROR: module not found: `crc32c_intel'
    -> Running build hook: [filesystems]
    ==> WARNING: No modules were added to the image. This is probably not what you want.
    ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    ==> WARNING: errors were encountered during the build. The image may not be complete.
    ==> Building image from preset: 'fallback'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    ==> Starting build: 3.4.4-3-ARCH
    -> Running build hook: [base]
    -> Running build hook: [udev]
    -> Running build hook: [usb]
    ==> ERROR: module not found: `hwa_hc'
    ==> ERROR: module not found: `uhci_hcd'
    ==> ERROR: module not found: `ehci_hcd'
    ==> ERROR: module not found: `u132_hcd'
    ==> ERROR: module not found: `oxu210hp_hcd'
    ==> ERROR: module not found: `isp116x_hcd'
    ==> ERROR: module not found: `whci_hcd'
    ==> ERROR: module not found: `r8a66597_hcd'
    ==> ERROR: module not found: `ohci_hcd'
    ==> ERROR: module not found: `xhci_hcd'
    ==> ERROR: module not found: `sl811_hcd'
    ==> ERROR: module not found: `isp1362_hcd'
    ==> ERROR: module not found: `isp1760'
    ==> ERROR: module not found: `ums_sddr09'
    ==> ERROR: module not found: `ums_onetouch'
    ==> ERROR: module not found: `ums_karma'
    ==> ERROR: module not found: `ums_isd200'
    ==> ERROR: module not found: `ums_alauda'
    ==> ERROR: module not found: `ums_cypress'
    ==> ERROR: module not found: `ums_sddr55'
    ==> ERROR: module not found: `ums_eneub6250'
    ==> ERROR: module not found: `ums_datafab'
    ==> ERROR: module not found: `ums_jumpshot'
    ==> ERROR: module not found: `ums_freecom'
    ==> ERROR: module not found: `ums_usbat'
    ==> ERROR: module not found: `ums_realtek'
    -> Running build hook: [keymap]
    -> Running build hook: [fsck]
    -> Running build hook: [sata]
    ==> ERROR: module not found: `eata'
    ==> ERROR: module not found: `sx8'
    ==> ERROR: module not found: `sata_svw'
    ==> ERROR: module not found: `sata_inic162x'
    ==> ERROR: module not found: `sata_vsc'
    ==> ERROR: module not found: `sata_sil'
    ==> ERROR: module not found: `sata_uli'
    ==> ERROR: module not found: `sata_mv'
    ==> ERROR: module not found: `sata_sis'
    ==> ERROR: module not found: `sata_sx4'
    ==> ERROR: module not found: `sata_via'
    ==> ERROR: module not found: `sata_qstor'
    ==> ERROR: module not found: `sata_nv'
    ==> ERROR: module not found: `sata_sil24'
    ==> ERROR: module not found: `sata_promise'
    ==> ERROR: module not found: `ahci'
    ==> ERROR: module not found: `ahci_platform'
    ==> ERROR: module not found: `pdc_adma'
    ==> ERROR: module not found: `ata_piix'
    -> Running build hook: [encrypt]
    ==> ERROR: module not found: `dm-crypt'
    ==> ERROR: module not found: `padlock_sha'
    ==> ERROR: module not found: `padlock_aes'
    ==> ERROR: module not found: `blowfish_common'
    ==> ERROR: module not found: `twofish_common'
    ==> ERROR: module not found: `cast6'
    ==> ERROR: module not found: `xts'
    ==> ERROR: module not found: `aes_generic'
    ==> ERROR: module not found: `rmd256'
    ==> ERROR: module not found: `crypto_user'
    ==> ERROR: module not found: `cryptd'
    ==> ERROR: module not found: `tgr192'
    ==> ERROR: module not found: `salsa20_generic'
    ==> ERROR: module not found: `vmac'
    ==> ERROR: module not found: `xor'
    ==> ERROR: module not found: `cts'
    ==> ERROR: module not found: `async_memcpy'
    ==> ERROR: module not found: `async_pq'
    ==> ERROR: module not found: `raid6test'
    ==> ERROR: module not found: `async_raid6_recov'
    ==> ERROR: module not found: `async_xor'
    ==> ERROR: module not found: `async_tx'
    ==> ERROR: module not found: `cast5'
    ==> ERROR: module not found: `deflate'
    ==> ERROR: module not found: `fcrypt'
    ==> ERROR: module not found: `algif_hash'
    ==> ERROR: module not found: `xcbc'
    ==> ERROR: module not found: `cbc'
    ==> ERROR: module not found: `seed'
    ==> ERROR: module not found: `tcrypt'
    ==> ERROR: module not found: `twofish_generic'
    ==> ERROR: module not found: `wp512'
    ==> ERROR: module not found: `sha256_generic'
    ==> ERROR: module not found: `sha512_generic'
    ==> ERROR: module not found: `crypto_null'
    ==> ERROR: module not found: `rmd160'
    ==> ERROR: module not found: `rmd320'
    ==> ERROR: module not found: `gf128mul'
    ==> ERROR: module not found: `authencesn'
    ==> ERROR: module not found: `pcrypt'
    ==> ERROR: module not found: `ansi_cprng'
    ==> ERROR: module not found: `ccm'
    ==> ERROR: module not found: `ecb'
    ==> ERROR: module not found: `arc4'
    ==> ERROR: module not found: `michael_mic'
    ==> ERROR: module not found: `lrw'
    ==> ERROR: module not found: `seqiv'
    ==> ERROR: module not found: `md4'
    ==> ERROR: module not found: `anubis'
    ==> ERROR: module not found: `tea'
    ==> ERROR: module not found: `camellia_generic'
    ==> ERROR: module not found: `sha1_generic'
    ==> ERROR: module not found: `md5'
    ==> ERROR: module not found: `af_alg'
    ==> ERROR: module not found: `rmd128'
    ==> ERROR: module not found: `crc32c'
    ==> ERROR: module not found: `algif_skcipher'
    ==> ERROR: module not found: `des_generic'
    ==> ERROR: module not found: `ctr'
    ==> ERROR: module not found: `blowfish_generic'
    ==> ERROR: module not found: `khazad'
    ==> ERROR: module not found: `pcbc'
    ==> ERROR: module not found: `ghash_generic'
    ==> ERROR: module not found: `hmac'
    ==> ERROR: module not found: `gcm'
    ==> ERROR: module not found: `zlib'
    ==> ERROR: module not found: `authenc'
    ==> ERROR: module not found: `serpent_generic'
    ==> ERROR: module not found: `sha1_ssse3'
    ==> ERROR: module not found: `aes_x86_64'
    ==> ERROR: module not found: `serpent_sse2_x86_64'
    ==> ERROR: module not found: `ghash_clmulni_intel'
    ==> ERROR: module not found: `aesni_intel'
    ==> ERROR: module not found: `twofish_x86_64'
    ==> ERROR: module not found: `twofish_x86_64_3way'
    ==> ERROR: module not found: `camellia_x86_64'
    ==> ERROR: module not found: `salsa20_x86_64'
    ==> ERROR: module not found: `blowfish_x86_64'
    ==> ERROR: module not found: `crc32c_intel'
    -> Running build hook: [filesystems]
    ==> ERROR: module not found: `gfs2'
    ==> ERROR: module not found: `libore'
    ==> ERROR: module not found: `exofs'
    ==> ERROR: module not found: `jfs'
    ==> ERROR: module not found: `lockd'
    ==> ERROR: module not found: `isofs'
    ==> ERROR: module not found: `cachefiles'
    ==> ERROR: module not found: `ext4'
    ==> ERROR: module not found: `ubifs'
    ==> ERROR: module not found: `jffs2'
    ==> ERROR: module not found: `hfs'
    ==> ERROR: module not found: `9p'
    ==> ERROR: module not found: `mbcache'
    ==> ERROR: module not found: `dlm'
    ==> ERROR: module not found: `cramfs'
    ==> ERROR: module not found: `quota_v2'
    ==> ERROR: module not found: `quota_tree'
    ==> ERROR: module not found: `quota_v1'
    ==> ERROR: module not found: `xfs'
    ==> ERROR: module not found: `hfsplus'
    ==> ERROR: module not found: `omfs'
    ==> ERROR: module not found: `autofs4'
    ==> ERROR: module not found: `ceph'
    ==> ERROR: module not found: `affs'
    ==> ERROR: module not found: `minix'
    ==> ERROR: module not found: `cifs'
    ==> ERROR: module not found: `vfat'
    ==> ERROR: module not found: `msdos'
    ==> ERROR: module not found: `fat'
    ==> ERROR: module not found: `ntfs'
    ==> ERROR: module not found: `fuse'
    ==> ERROR: module not found: `cuse'
    ==> ERROR: module not found: `ocfs2_dlm'
    ==> ERROR: module not found: `ocfs2_nodemanager'
    ==> ERROR: module not found: `ocfs2_stackglue'
    ==> ERROR: module not found: `ocfs2_stack_user'
    ==> ERROR: module not found: `ocfs2_stack_o2cb'
    ==> ERROR: module not found: `ocfs2'
    ==> ERROR: module not found: `ocfs2_dlmfs'
    ==> ERROR: module not found: `ncpfs'
    ==> ERROR: module not found: `jbd2'
    ==> ERROR: module not found: `nfs_acl'
    ==> ERROR: module not found: `btrfs'
    ==> ERROR: module not found: `kafs'
    ==> ERROR: module not found: `ufs'
    ==> ERROR: module not found: `fscache'
    ==> ERROR: module not found: `nilfs2'
    ==> ERROR: module not found: `nfs'
    ==> ERROR: module not found: `exportfs'
    ==> ERROR: module not found: `reiserfs'
    ==> ERROR: module not found: `ecryptfs'
    ==> ERROR: module not found: `befs'
    ==> ERROR: module not found: `logfs'
    ==> ERROR: module not found: `udf'
    ==> ERROR: module not found: `configfs'
    ==> ERROR: module not found: `nfsd'
    ==> ERROR: module not found: `squashfs'
    ==> ERROR: module not found: `coda'
    ==> WARNING: No modules were added to the image. This is probably not what you want.
    ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    ==> WARNING: errors were encountered during the build. The image may not be complete.
    [testuser@arch2 ~]$
    [testuser@arch2 ~]$ sudo mkinitcpio
    Password:
    ==> ERROR: unable to locate module directory for kernel `3.4.4-2-ARCH'
    Last edited by hkmike (2012-07-18 15:15:57)

    as suspected, i can't boot.
    it looks like the udev hook isn't working, because when crypt is run it can't find /dev/sda8, and on the console there's no sd* in /dev/. udev was listed three times, as an early hook, normal hook, and clean up hook.
    starting to think i'm going to need a recovery cd, but at a year old, will it even work?
    na forget that, i'm chrooted in from fedora, debian wouldn't let me for some reason. edit: i think it was mounted noexec...
    I've done:
    pacman -Syu --ignore glibc
    and that went fine
    then tried
    pacman -Su
    and found i needed to delete those old kernel headers
    then tried again and i get
    error: failed to commit transaction (conflicting files)
    glibc: /lib exists in filesystem
    Errors occurred, no packages were upgraded.
    but when i do this
    [root@nb lib]# find /lib -exec pacman -Qo -- {} +|grep -v glibc
    error: cannot determine ownership of directory '/lib'
    [root@nb lib]#
    it looks like everything unrelated to glibc is already gone, just the folder /lib itself is causing problems.
    also i did a pacman -S linux, like i shouldn't have to begin with, but this time it was able to properly make a mkinitcpio image.
    here's the other command the news page suggested to help fix the problem
    [root@nb lib]# grep '^lib/' /var/lib/pacman/local/*/files
    /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/ld-lsb-3-3/files:lib/
    /var/lib/pacman/local/ld-lsb-3-3/files:lib/ld-lsb.so.3
    [root@nb lib]#
    ok i see it now., its fixed. need to fix my terminal colours.
    Last edited by hkmike (2012-07-18 15:15:04)

  • [SOLVED]Udevd fails to recognize rules in /lib/udev/rules.d

    I've been having a few crashes since the update of udev earlier this week (so far only on my laptop where the Xserver hangs and requires a hard reboot to get anything working again).  While investigating the logs, I ran across the following errors:
    Oct 26 04:39:54 lswest-CULV [ 0.836513] udevd[74]: starting version 173
    Oct 26 04:39:54 lswest-CULV [ 17.450369] udevd[260]: starting version 174
    Oct 26 04:46:04 lswest-CULV [ 0.839752] udevd[74]: starting version 173
    Oct 26 04:46:04 lswest-CULV [ 8.778232] udevd[259]: starting version 174
    Oct 26 11:00:48 lswest-CULV udevd[259]: can not find '/lib/udev/rules.d/42-qemu-usb.rules': No such file or directory
    Oct 26 11:00:48 lswest-CULV udevd[259]: can not find '/lib/udev/rules.d/50-firmware.rules': No such file or directory
    Oct 26 11:00:48 lswest-CULV udevd[259]: can not find '/lib/udev/rules.d/50-udev-default.rules': No such file or directory
    Oct 26 11:00:48 lswest-CULV udevd[259]: can not find '/lib/udev/rules.d/60-cdrom_id.rules': No such file or directory
    Oct 26 11:00:48 lswest-CULV udevd[259]: can not find '/lib/udev/rules.d/60-persistent-alsa.rules': No such file or directory
    Oct 26 11:00:48 lswest-CULV udevd[259]: can not find '/lib/udev/rules.d/60-persistent-input.rules': No such file or directory
    Oct 26 11:00:48 lswest-CULV udevd[259]: can not find '/lib/udev/rules.d/60-persistent-serial.rules': No such file or directory
    Oct 26 11:00:48 lswest-CULV udevd[259]: can not find '/lib/udev/rules.d/60-persistent-storage-tape.rules': No such file or directory
    Oct 26 11:00:48 lswest-CULV udevd[259]: can not find '/lib/udev/rules.d/60-persistent-storage.rules': No such file or directory
    Oct 26 11:00:48 lswest-CULV udevd[259]: can not find '/lib/udev/rules.d/60-persistent-v4l.rules': No such file or directory
    Oct 26 11:00:48 lswest-CULV udevd[259]: can not find '/lib/udev/rules.d/61-accelerometer.rules': No such file or directory
    Oct 26 11:00:48 lswest-CULV udevd[259]: can not find '/lib/udev/rules.d/70-udev-acl.rules': No such file or directory
    Oct 26 11:00:48 lswest-CULV udevd[259]: can not find '/lib/udev/rules.d/75-net-description.rules': No such file or directory
    Oct 26 11:00:48 lswest-CULV udevd[259]: can not find '/lib/udev/rules.d/75-probe_mtd.rules': No such file or directory
    Oct 26 11:00:48 lswest-CULV udevd[259]: can not find '/lib/udev/rules.d/75-tty-description.rules': No such file or directory
    Oct 26 11:00:48 lswest-CULV udevd[259]: can not find '/lib/udev/rules.d/78-sound-card.rules': No such file or directory
    Oct 26 11:00:48 lswest-CULV udevd[259]: can not find '/lib/udev/rules.d/80-drivers.rules': No such file or directory
    Oct 26 11:01:16 lswest-CULV udevd[259]: can not find '/lib/udev/rules.d/42-qemu-usb.rules': No such file or directory
    Oct 26 11:01:16 lswest-CULV udevd[259]: can not find '/lib/udev/rules.d/50-firmware.rules': No such file or directory
    Oct 26 11:01:16 lswest-CULV udevd[259]: can not find '/lib/udev/rules.d/50-udev-default.rules': No such file or directory
    Oct 26 11:01:16 lswest-CULV udevd[259]: can not find '/lib/udev/rules.d/60-cdrom_id.rules': No such file or directory
    Oct 26 11:01:16 lswest-CULV udevd[259]: can not find '/lib/udev/rules.d/60-persistent-alsa.rules': No such file or directory
    Oct 26 11:01:16 lswest-CULV udevd[259]: can not find '/lib/udev/rules.d/60-persistent-input.rules': No such file or directory
    Oct 26 11:01:16 lswest-CULV udevd[259]: can not find '/lib/udev/rules.d/60-persistent-serial.rules': No such file or directory
    Oct 26 11:01:16 lswest-CULV udevd[259]: can not find '/lib/udev/rules.d/60-persistent-storage-tape.rules': No such file or directory
    Oct 26 11:01:16 lswest-CULV udevd[259]: can not find '/lib/udev/rules.d/60-persistent-storage.rules': No such file or directory
    Oct 26 11:01:16 lswest-CULV udevd[259]: can not find '/lib/udev/rules.d/60-persistent-v4l.rules': No such file or directory
    Oct 26 11:01:16 lswest-CULV udevd[259]: can not find '/lib/udev/rules.d/61-accelerometer.rules': No such file or directory
    Oct 26 11:01:16 lswest-CULV udevd[259]: can not find '/lib/udev/rules.d/70-udev-acl.rules': No such file or directory
    Oct 26 11:01:16 lswest-CULV udevd[259]: can not find '/lib/udev/rules.d/75-net-description.rules': No such file or directory
    Oct 26 11:01:16 lswest-CULV udevd[259]: can not find '/lib/udev/rules.d/75-probe_mtd.rules': No such file or directory
    Oct 26 11:01:16 lswest-CULV udevd[259]: can not find '/lib/udev/rules.d/75-tty-description.rules': No such file or directory
    Oct 26 11:01:16 lswest-CULV udevd[259]: can not find '/lib/udev/rules.d/78-sound-card.rules': No such file or directory
    Oct 26 11:01:16 lswest-CULV udevd[259]: can not find '/lib/udev/rules.d/80-drivers.rules': No such file or directory
    Oct 26 11:01:16 lswest-CULV udevd[259]: can not find '/lib/udev/rules.d/81-arch.rules': No such file or directory
    Oct 26 11:01:16 lswest-CULV udevd[259]: can not find '/lib/udev/rules.d/95-keyboard-force-release.rules': No such file or directory
    These errors have appeared since the 24th of October (the last marked update day for the udev package).  I'm also slightly concerned about the first 4 lines, where udevd "starts" version 173 and then version 174.  According to pacman -Q udev, only version 174 is installed.
    Upon investigating the folder, I find that all the "missing" files are present:
    [lswest@lswest-CULV: rules.d]% ls
    total 652K
    drwxr-xr-x 2 root root 4.0K Oct 26 11:01 ./
    drwxr-xr-x 5 root root 4.0K Oct 26 11:01 ../
    -r--r--r-- 1 root root 6.4K Aug 20 02:32 10-dm.rules
    -rw-r--r-- 1 root root 505 Aug 16 19:06 10-vboxdrv.rules
    -r--r--r-- 1 root root 1.3K Jul 7 2010 11-dm-lvm.rules
    -r--r--r-- 1 root root 1011 Nov 13 2009 13-dm-disk.rules
    -rw-r--r-- 1 root root 159K Nov 28 2010 40-gphoto.rules
    -rw-r--r-- 1 root root 26K Oct 4 11:56 40-usb-media-players.rules
    -rw-r--r-- 1 root root 764 Oct 19 23:43 42-qemu-usb.rules
    -rw-r--r-- 1 root root 1.8K Jul 30 18:31 45-libnjb.rules
    -rw-r--r-- 1 root root 219 Oct 19 23:43 50-firmware.rules
    -rw-r--r-- 1 root root 3.5K Oct 19 23:43 50-udev-default.rules
    -rw-r--r-- 1 root root 52K Jun 13 13:04 52-libmtp.rules
    -rw-r--r-- 1 root root 104K Oct 5 23:42 53-sane.rules
    -rw-r--r-- 1 root root 584 Oct 19 23:43 60-cdrom_id.rules
    -rw-r--r-- 1 root root 1.1K Aug 3 18:54 60-pcmcia.rules
    -rw-r--r-- 1 root root 616 Oct 19 23:43 60-persistent-alsa.rules
    -rw-r--r-- 1 root root 2.4K Oct 19 23:43 60-persistent-input.rules
    -rw-r--r-- 1 root root 947 Oct 19 23:43 60-persistent-serial.rules
    -rw-r--r-- 1 root root 6.0K Oct 19 23:43 60-persistent-storage.rules
    -rw-r--r-- 1 root root 1.4K Oct 19 23:43 60-persistent-storage-tape.rules
    -rw-r--r-- 1 root root 770 Oct 19 23:43 60-persistent-v4l.rules
    -rw-r--r-- 1 root root 46 Feb 9 2011 60-rfkill.rules
    -rw-r--r-- 1 root root 166 Oct 19 23:43 61-accelerometer.rules
    -rw-r--r-- 1 root root 369 Oct 17 15:34 61-gnome-bluetooth-rfkill.rules
    -rw-r--r-- 1 root root 2.2K Sep 14 09:07 64-md-raid.rules
    -rw-r--r-- 1 root root 40 Aug 12 18:32 65-kvm.rules
    -rw-r--r-- 1 root root 4.0K Oct 4 09:34 69-cd-sensors.rules
    -rw-r--r-- 1 root root 233 Jul 17 18:06 70-infrared.rules
    -rw-r--r-- 1 root root 2.6K Oct 19 23:43 70-udev-acl.rules
    -rw-r--r-- 1 root root 642 Oct 19 23:43 75-net-description.rules
    -rw-r--r-- 1 root root 254 Oct 19 23:43 75-probe_mtd.rules
    -rw-r--r-- 1 root root 642 Oct 19 23:43 75-tty-description.rules
    -rw-r--r-- 1 root root 3.3K Aug 3 10:00 77-mm-ericsson-mbm.rules
    -rw-r--r-- 1 root root 11K Aug 3 10:00 77-mm-longcheer-port-types.rules
    -rw-r--r-- 1 root root 379 Aug 3 10:00 77-mm-pcmcia-device-blacklist.rules
    -rw-r--r-- 1 root root 510 Aug 3 10:00 77-mm-platform-serial-whitelist.rules
    -rw-r--r-- 1 root root 1.6K Aug 3 10:00 77-mm-simtech-port-types.rules
    -rw-r--r-- 1 root root 3.0K Aug 3 10:00 77-mm-usb-device-blacklist.rules
    -rw-r--r-- 1 root root 1.6K Aug 3 10:00 77-mm-x22x-port-types.rules
    -rw-r--r-- 1 root root 9.3K Aug 3 10:00 77-mm-zte-port-types.rules
    -rw-r--r-- 1 root root 284 Sep 20 09:26 77-nm-olpc-mesh.rules
    -rw-r--r-- 1 root root 4.2K Oct 19 23:43 78-sound-card.rules
    -rw-r--r-- 1 root root 559 Oct 19 23:43 80-drivers.rules
    -rw-r--r-- 1 root root 667 Aug 3 10:00 80-mm-candidate.rules
    -rw-r--r-- 1 root root 9.3K Aug 26 18:47 80-udisks.rules
    -rw-r--r-- 1 root root 372 Oct 19 23:43 81-arch.rules
    -rw-r--r-- 1 root root 335 Apr 4 2011 85-regulatory.rules
    -rw-r--r-- 1 root root 602 Aug 4 17:39 85-usbmuxd.rules
    -rw-r--r-- 1 root root 131 Aug 17 09:43 90-alsa-restore.rules
    -rw-r--r-- 1 root root 83 Jan 10 2011 90-hal.rules
    -rw-r--r-- 1 root root 1.9K Aug 9 15:18 90-libgpod.rules
    -rw-r--r-- 1 root root 2.0K Oct 20 17:26 90-pulseaudio.rules
    -rw-r--r-- 1 root root 847 Oct 4 09:34 95-cd-devices.rules
    -r--r--r-- 1 root root 492 Nov 1 2009 95-dm-notify.rules
    -rw-r--r-- 1 root root 3.0K Oct 19 23:43 95-keyboard-force-release.rules
    -rw-r--r-- 1 root root 11K Oct 19 23:43 95-keymap.rules
    -rw-r--r-- 1 root root 155 Oct 19 23:43 95-udev-late.rules
    -rw-r--r-- 1 root root 2.8K Oct 3 13:17 95-upower-battery-recall-dell.rules
    -rw-r--r-- 1 root root 1.2K Oct 3 13:17 95-upower-battery-recall-fujitsu.rules
    -rw-r--r-- 1 root root 1020 Oct 3 13:17 95-upower-battery-recall-gateway.rules
    -rw-r--r-- 1 root root 1.6K Oct 3 13:17 95-upower-battery-recall-ibm.rules
    -rw-r--r-- 1 root root 774 Oct 3 13:17 95-upower-battery-recall-lenovo.rules
    -rw-r--r-- 1 root root 1.1K Oct 3 13:17 95-upower-battery-recall-toshiba.rules
    -rw-r--r-- 1 root root 1.6K Oct 3 13:17 95-upower-csr.rules
    -rw-r--r-- 1 root root 6.0K Oct 3 13:17 95-upower-hid.rules
    -rw-r--r-- 1 root root 354 Oct 3 13:17 95-upower-wup.rules
    -rw-r--r-- 1 root root 1.4K Aug 1 12:20 97-bluetooth-hid2hci.rules
    -rw-r--r-- 1 root root 28 Oct 7 2010 99-fuse.rules
    Can anyone confirm this?  If I get confirmation that this is indeed present for other users (and a bug, not a "feature"), I'll open a bug report for the udev package.
    Also, semi-related, in the post-install message from the udev package they refer you to the folder /etc/udev.d/rules, however, that directory structure doesn't exist on my system, and the old /etc/udev/rules.d is still present.
    I'd appreciate any information or input.  If any further information is required, I'll gladly supply it.
    Last edited by lswest (2011-10-26 09:54:58)

    Since the upgrade to 174, thunar doesn't mount anymore external hdd or usb. I removed my user from storage group.
    Searching for solutions I find out that I have the same errors in the logs that lswest has.
    /var/log/messages.log:
    Oct 29 10:29:46 localhost udevd[75]: starting version 174
    while /var/log/errors.log:
    Oct 29 11:42:14 localhost udevd[75]: can not find '/lib/udev/rules.d/42-qemu-usb.rules': No such file or directory
    Oct 29 11:42:14 localhost udevd[75]: can not find '/lib/udev/rules.d/50-firmware.rules': No such file or directory
    Oct 29 11:42:14 localhost udevd[75]: can not find '/lib/udev/rules.d/50-udev-default.rules': No such file or directory
    Oct 29 11:42:14 localhost udevd[75]: can not find '/lib/udev/rules.d/60-cdrom_id.rules': No such file or directory
    Oct 29 11:42:14 localhost udevd[75]: can not find '/lib/udev/rules.d/60-persistent-alsa.rules': No such file or directory
    Oct 29 11:42:14 localhost udevd[75]: can not find '/lib/udev/rules.d/60-persistent-input.rules': No such file or directory
    Oct 29 11:42:14 localhost udevd[75]: can not find '/lib/udev/rules.d/60-persistent-serial.rules': No such file or directory
    Oct 29 11:42:14 localhost udevd[75]: can not find '/lib/udev/rules.d/60-persistent-storage-tape.rules': No such file or directory
    Oct 29 11:42:14 localhost udevd[75]: can not find '/lib/udev/rules.d/60-persistent-storage.rules': No such file or directory
    Oct 29 11:42:14 localhost udevd[75]: can not find '/lib/udev/rules.d/60-persistent-v4l.rules': No such file or directory
    Oct 29 11:42:14 localhost udevd[75]: can not find '/lib/udev/rules.d/61-accelerometer.rules': No such file or directory
    Oct 29 11:42:14 localhost udevd[75]: can not find '/lib/udev/rules.d/70-udev-acl.rules': No such file or directory
    Oct 29 11:42:14 localhost udevd[75]: can not find '/lib/udev/rules.d/75-net-description.rules': No such file or directory
    Oct 29 11:42:14 localhost udevd[75]: can not find '/lib/udev/rules.d/75-probe_mtd.rules': No such file or directory
    Oct 29 11:42:14 localhost udevd[75]: can not find '/lib/udev/rules.d/75-tty-description.rules': No such file or directory
    Oct 29 11:42:14 localhost udevd[75]: can not find '/lib/udev/rules.d/78-sound-card.rules': No such file or directory
    Oct 29 11:42:14 localhost udevd[75]: can not find '/lib/udev/rules.d/80-drivers.rules': No such file or directory
    Oct 29 11:42:14 localhost udevd[75]: can not find '/lib/udev/rules.d/81-arch.rules': No such file or directory
    Oct 29 11:42:14 localhost udevd[75]: can not find '/lib/udev/rules.d/95-keyboard-force-release.rules': No such file or directory
    Oct 29 11:42:14 localhost udevd[75]: can not find '/lib/udev/rules.d/95-keymap.rules': No such file or directory
    Edit: a fresh installation of udev seems stopping error message flooding in errors.log, but I still can't automount drives and reboot/shutdown with dbus-send method.
    Last edited by oceans11 (2011-10-29 10:29:48)

  • How can i find out if udev works or devfs is still used

    Hello!
    I'm interrested in running udev instead of devfs, so i used the udev howto from the wiki to change to udev. Now there were no error messages, but how do i know udev is running? /dev/ still seems to look like it looked with /devfs. And ArchLinux bootscreen shows still " Starting devfs deamon ..... [done]".
    My lilo.conf looks like this so devfs should be deactivated, or not?
    # /etc/lilo.conf
    boot=/dev/discs/disc0/disc append="devfs=nomount"
    # This line often fixes L40 errors on bootup
    # disk=/dev/discs/disc0/disc bios=0x80
    bitmap=/boot/arch-lilo.bmp
    bmp-colors=1,0,8,3,8,1
    bmp-table=185p,140p,1,18
    bmp-timer=400p,345p,3,8,1
    vga=791
    default=WindowsXP
    timeout=300
    lba32
    prompt
    #image=/boot/vmlinuz26
    # label=failsave
    # root=/dev/discs/disc0/part5
    # read-only
    image=/boot/vmlinuz267bs
    label=ArchLinux
    root=/dev/discs/disc0/part5
    append="video=vesafb:ywrap,mtrr splash=silent"
    initrd=/boot/initrd.splash
    read-only
    other=/dev/discs/disc0/part1
    label=WindowsXP
    # End of file
    CU ActionNews

    Hmm .... this might be the problem: rc.sysinit seems to be a bootsplash-modified version:
    #!/bin/sh
    # /etc/rc.sysinit
    . /etc/rc.conf
    . /etc/rc.d/functions
    echo " "
    printhl "Arch Linux v0.6 $C_OTHER(${C_H2}Widget$C_OTHER)n"
    printhl "${C_H2}http://www.archlinux.org"
    printhl "Copyright 2002-2004 Judd Vinet"
    printhl "Distributed under the GNU General Public License (GPL)"
    printsep
    # start up our mini logger until syslog takes over
    /sbin/minilogd
    # get ready for bootsplash
    /bin/mount -n -t proc none /proc
    if grep -qs silent /proc/splash; then
    BOOTSPLASH_NUMBER=$((`echo ${DAEMONS[@]} | sed 's/![^ t]*//g' | wc -w` +
    `cat /etc/rc.{sysinit,multi,local} | grep -c -e status -e stat_busy`))
    BOOTSPLASH_DELTA=$((60000 / $BOOTSPLASH_NUMBER))
    BOOTSPLASH_PROGRESS=$((65535 - $BOOTSPLASH_NUMBER * $BOOTSPLASH_DELTA))
    [ -w /proc/splash ] && echo "show $BOOTSPLASH_PROGRESS" > /proc/splash
    fi
    # anything more serious than KERN_WARNING goes to the console
    /bin/dmesg -n 3
    if [ -e /dev/.devfsd -a -x /sbin/devfsd ]; then
    status "Starting DevFS Daemon" /sbin/devfsd /dev
    fi
    if [ "$USELVM" = "yes" -o "$USELVM" = "YES" ]; then
    if [ -f /etc/lvmtab -a -x /sbin/vgchange ]; then
    # Kernel 2.4.x, LVM1 groups
    stat_busy "Activating LVM1 groups"
    /sbin/vgchange -a y
    stat_done
    elif [ -x /sbin/lvm ]; then
    # Kernel 2.6.x, LVM2 groups
    /bin/mount -n -t sysfs none /sys
    stat_busy "Activating LVM2 groups"
    /sbin/lvm vgchange --ignorelockingfailure -a y
    stat_done
    umount /sys
    fi
    fi
    status "Activating Swap" /sbin/swapon -a
    status "Mounting Root Read-only" /bin/mount -n -o remount,ro /
    if [ -x /sbin/fsck ]; then
    stat_busy "Checking Filesystems"
    /sbin/fsck -A -T -C -a
    if [ $? -gt 1 ]; then
    stat_fail
    echo
    echo "***************** FILESYSTEM CHECK FAILED ****************"
    echo "* *"
    echo "* Please repair manually and reboot. Note that the root *"
    echo "* file system is currently mounted read-only. To remount *"
    echo "* it read-write type: mount -n -o remount,rw / *"
    echo "* When you exit the maintenance shell the system will *"
    echo "* reboot automatically. *"
    echo "* *"
    echo "************************************************************"
    echo
    /sbin/sulogin -p
    echo "Automatic reboot in progress..."
    /bin/umount -a
    /bin/mount -n -o remount,ro /
    /sbin/reboot -f
    exit 0
    fi
    stat_done
    fi
    stat_busy "Mounting Local Filesystems"
    /bin/umount /proc
    /bin/mount -n -o remount,rw /
    /bin/rm -f /etc/mtab*
    /bin/mount /proc
    /bin/mount -a -t nonfs,nosmbfs,noncpfs
    stat_done
    stat_busy "Configuring System Clock"
    if [ "$HARDWARECLOCK" = "UTC" ]; then
    /sbin/hwclock --utc --hctosys
    else
    /sbin/hwclock --localtime --hctosys
    fi
    if [ ! -f /var/lib/hwclock/adjtime ]; then
    echo "0.0 0 0.0" > /var/lib/hwclock/adjtime
    fi
    if [ "$TIMEZONE" != "" ]; then
    /bin/ln -sf /usr/share/zoneinfo/$TIMEZONE /etc/localtime
    fi
    stat_done
    stat_busy "Removing Leftover Files"
    /bin/rm -f /etc/nologin &> /dev/null
    /bin/rm -f /etc/shutdownpid &> /dev/null
    /bin/rm -f /var/locks/* &> /dev/null
    /bin/rm -f /var/run/*.pid &> /dev/null
    /bin/rm -f /var/run/daemons/* &>/dev/null
    /bin/rm -rf /tmp/* /tmp/.* &> /dev/null
    : > /var/run/utmp
    stat_done
    status "Updating Shared Library Links" /sbin/ldconfig
    if [ "$HOSTNAME" != "" ]; then
    status "Setting Hostname: $HOSTNAME" /bin/hostname $HOSTNAME
    fi
    kernel_version=`uname -r`
    if [ -e "/lib/modules/$kernel_version/modules.dep" ]; then
    new_mods=`/usr/bin/find /lib/modules/$kernel_version -type f -newer /lib/modules/$kernel_version/modules.dep`
    if [ ! -z "$new_mods" ]; then
    status "Updating Module Dependencies" /sbin/depmod -a
    fi
    else
    status "Updating Module Dependencies" /sbin/depmod -a
    fi
    if [ -f /var/run/random-seed ]; then
    stat_busy "Initializing Random Seed"
    /bin/cat /var/run/random-seed >/dev/urandom
    stat_done
    fi
    if [ "$KEYMAP" != "" ]; then
    status "Loading Keyboard Map: $KEYMAP" /bin/loadkeys -q $KEYMAP
    fi
    if [ "$CONSOLEFONT" != "" ]; then
    stat_busy "Loading Console Font: $CONSOLEFONT"
    for i in `seq 1 12`; do
    /usr/bin/setfont $CONSOLEFONT -C /dev/vc/${i};
    done
    stat_done
    fi
    # Load modules from the MODULES array defined in rc.conf
    stat_busy "Loading Modules"
    for mod in "${MODULES[@]}"; do
    if [[ `echo $mod | grep '^[^!]' | wc -l` -eq 1 ]]; then
    /sbin/modprobe $mod
    fi
    done
    stat_done
    # Screen blanks after 15 minutes idle time
    /usr/bin/setterm -blank 15
    # set things up for bootsplash in rc.multi
    if [ "$BOOTSPLASH_NUMBER" -a "$BOOTSPLASH_PROGRESS" ]; then
    let "BOOTSPLASH_NUMBER -= `grep -c -e status -e stat_busy /etc/rc.sysinit`"
    BOOTSPLASH_DELTA=$(((65535 - $BOOTSPLASH_PROGRESS) / $BOOTSPLASH_NUMBER))
    BOOTSPLASH_PROGRESS=$((65535 - $BOOTSPLASH_NUMBER * $BOOTSPLASH_DELTA))
    [ -w /proc/splash ] && echo "show $BOOTSPLASH_PROGRESS" > /proc/splash
    echo "export BOOTSPLASH_PROGRESS=$BOOTSPLASH_PROGRESS" > /tmp/bootsplash_env
    echo "export BOOTSPLASH_DELTA=$BOOTSPLASH_DELTA" >> /tmp/bootsplash_env
    fi
    # End of file
    Well then i'll stick with devfs. It works.
    CU ActionNews

  • [SOLVED]gcc-libs and gcc-libs-multilib are in conflict

    Can't update today.
    [glow@GlowArch ~]$ sudo pacman -Syuv
    :: Synchronizing package databases...
    core is up to date
    extra is up to date
    community is up to date
    multilib is up to date
    catalyst is up to date
    :: Starting full system upgrade...
    warning: android-udev: local (98-1) is newer than community (r100-1)
    resolving dependencies...
    looking for inter-conflicts...
    :: gcc-libs and gcc-libs-multilib are in conflict. Remove gcc-libs-multilib? [y/N] n
    error: unresolvable package conflicts detected
    error: failed to prepare transaction (conflicting dependencies)
    :: gcc-libs and gcc-libs-multilib are in conflict
    I assume there is some update going on, i will try again in some time.
    Last edited by GloW_on_dub (2014-05-09 14:04:57)

    [glow@GlowArch ~]$ sudo pacman -Syu --ignore gcc-libs
    :: Synchronizing package databases...
    core is up to date
    extra is up to date
    community is up to date
    multilib is up to date
    catalyst is up to date
    :: Starting full system upgrade...
    warning: android-udev: local (98-1) is newer than community (r100-1)
    resolving dependencies...
    warning: ignoring package gcc-libs-4.9.0-2
    warning: cannot resolve "gcc-libs=4.9.0-2", a dependency of "gcc"
    warning: cannot resolve "gcc=4.9.0-2", a dependency of "gcc-fortran"
    :: The following package cannot be upgraded due to unresolvable dependencies:
    gcc-fortran
    :: Do you want to skip the above package for this upgrade? [y/N] n
    error: failed to prepare transaction (unexpected error)
    You're right, i have indeed a dependency problem because of this aur package, acml-gfortran, wich have in it's dependencies gcc-fortran instead of gcc-fortran-multilib
    The thing i don't understand is how have i been able to install gcc-fortran with acml-gfortran, without trying to install gcc-libs and discovering the conflict at that time,
    and also why the fact that there is a gcc-fortran and gcc-libs update without the corresponding update in the multilib version discover the conflict.
    I've commented the aur package, so the maintainer will soon fix the problem, yet i don't understand fully why this conflict have appeared now.

  • /lib exists in filesystem when installing testing/glibc 2.16.0-2

    I'm getting this error when installing testing/glibc 2.16.0-2:
    error: failed to commit transaction (conflicting files)
    glibc: /lib exists in filesystem
    As I did not find anything particular related to this in the mailling list or the forum, I'd like to ask: Is it safe to --force this transaction?

    Same thing here. Mostly it was due to virtualbox (modules from vboxbuild). There were also two packages from AUR (networkmanager-git and cpufreq-systemd)
    progandy@PAMobile ~ % LANG=en_US pacman -Qo `find /lib` | grep -v glibc
    error: cannot determine ownership of directory '/lib'
    error: cannot determine ownership of directory '/lib/udev'
    error: cannot determine ownership of directory '/lib/udev/rules.d'
    error: cannot determine ownership of directory '/lib/modules'
    error: cannot determine ownership of directory '/lib/modules/extramodules-3.3-mainline'
    error: No package owns /lib/modules/extramodules-3.3-mainline/vboxnetflt.ko.gz
    error: No package owns /lib/modules/extramodules-3.3-mainline/vboxnetadp.ko.gz
    error: No package owns /lib/modules/extramodules-3.3-mainline/vboxdrv.ko.gz
    error: No package owns /lib/modules/extramodules-3.3-mainline/vboxpci.ko.gz
    error: cannot determine ownership of directory '/lib/modules/extramodules-3.5-rc2-mainline'
    error: No package owns /lib/modules/extramodules-3.5-rc2-mainline/vboxnetflt.ko.gz
    error: No package owns /lib/modules/extramodules-3.5-rc2-mainline/vboxnetadp.ko.gz
    error: No package owns /lib/modules/extramodules-3.5-rc2-mainline/vboxdrv.ko.gz
    error: No package owns /lib/modules/extramodules-3.5-rc2-mainline/vboxpci.ko.gz
    error: cannot determine ownership of directory '/lib/modules/extramodules-3.4-rc7-mainline'
    error: No package owns /lib/modules/extramodules-3.4-rc7-mainline/vboxnetflt.ko.gz
    error: No package owns /lib/modules/extramodules-3.4-rc7-mainline/vboxnetadp.ko.gz
    error: No package owns /lib/modules/extramodules-3.4-rc7-mainline/vboxdrv.ko.gz
    error: No package owns /lib/modules/extramodules-3.4-rc7-mainline/vboxpci.ko.gz
    error: cannot determine ownership of directory '/lib/modules/3.1.2-1-ARCH'
    error: cannot determine ownership of directory '/lib/modules/3.1.2-1-ARCH/updates'
    error: cannot determine ownership of directory '/lib/modules/3.1.2-1-ARCH/updates/drivers'
    error: cannot determine ownership of directory '/lib/modules/3.1.2-1-ARCH/updates/drivers/input'
    error: cannot determine ownership of directory '/lib/modules/3.1.2-1-ARCH/updates/drivers/input/mouse'
    error: cannot determine ownership of directory '/lib/modules/extramodules-3.4-rc5-mainline'
    error: No package owns /lib/modules/extramodules-3.4-rc5-mainline/vboxnetflt.ko.gz
    error: No package owns /lib/modules/extramodules-3.4-rc5-mainline/vboxnetadp.ko.gz
    error: No package owns /lib/modules/extramodules-3.4-rc5-mainline/vboxdrv.ko.gz
    error: No package owns /lib/modules/extramodules-3.4-rc5-mainline/vboxpci.ko.gz
    error: cannot determine ownership of directory '/lib/modules/extramodules-3.5-rc1-mainline'
    error: No package owns /lib/modules/extramodules-3.5-rc1-mainline/vboxnetflt.ko.gz
    error: No package owns /lib/modules/extramodules-3.5-rc1-mainline/vboxnetadp.ko.gz
    error: No package owns /lib/modules/extramodules-3.5-rc1-mainline/vboxdrv.ko.gz
    error: No package owns /lib/modules/extramodules-3.5-rc1-mainline/vboxpci.ko.gz
    error: cannot determine ownership of directory '/lib/modules/3.1.9-2-ARCH'
    error: No package owns /lib/modules/3.1.9-2-ARCH/modules.ofmap
    error: No package owns /lib/modules/3.1.9-2-ARCH/modules.ccwmap
    error: No package owns /lib/modules/3.1.9-2-ARCH/modules.usbmap
    error: No package owns /lib/modules/3.1.9-2-ARCH/modules.isapnpmap
    error: No package owns /lib/modules/3.1.9-2-ARCH/modules.pcimap
    error: No package owns /lib/modules/3.1.9-2-ARCH/modules.inputmap
    error: No package owns /lib/modules/3.1.9-2-ARCH/modules.seriomap
    error: No package owns /lib/modules/3.1.9-2-ARCH/modules.ieee1394map
    error: cannot determine ownership of directory '/lib/modules/extramodules-3.5-rc4-mainline'
    error: No package owns /lib/modules/extramodules-3.5-rc4-mainline/vboxnetflt.ko.gz
    error: No package owns /lib/modules/extramodules-3.5-rc4-mainline/vboxnetadp.ko.gz
    error: No package owns /lib/modules/extramodules-3.5-rc4-mainline/vboxdrv.ko.gz
    error: No package owns /lib/modules/extramodules-3.5-rc4-mainline/vboxpci.ko.gz
    error: cannot determine ownership of directory '/lib/modules/3.1.4-1-ARCH'
    error: No package owns /lib/modules/3.1.4-1-ARCH/modules.symbols
    error: No package owns /lib/modules/3.1.4-1-ARCH/modules.dep
    error: cannot determine ownership of directory '/lib/modules/3.1.4-1-ARCH/updates'
    error: cannot determine ownership of directory '/lib/modules/3.1.4-1-ARCH/updates/drivers'
    error: cannot determine ownership of directory '/lib/modules/3.1.4-1-ARCH/updates/drivers/input'
    error: cannot determine ownership of directory '/lib/modules/3.1.4-1-ARCH/updates/drivers/input/mouse'
    error: No package owns /lib/modules/3.1.4-1-ARCH/modules.alias
    error: No package owns /lib/modules/3.1.4-1-ARCH/modules.alias.bin
    error: No package owns /lib/modules/3.1.4-1-ARCH/modules.devname
    error: No package owns /lib/modules/3.1.4-1-ARCH/modules.symbols.bin
    error: No package owns /lib/modules/3.1.4-1-ARCH/modules.dep.bin
    error: No package owns /lib/modules/3.1.4-1-ARCH/modules.ofmap
    error: No package owns /lib/modules/3.1.4-1-ARCH/modules.softdep
    error: No package owns /lib/modules/3.1.4-1-ARCH/modules.ccwmap
    error: No package owns /lib/modules/3.1.4-1-ARCH/modules.usbmap
    error: No package owns /lib/modules/3.1.4-1-ARCH/modules.isapnpmap
    error: No package owns /lib/modules/3.1.4-1-ARCH/modules.pcimap
    error: No package owns /lib/modules/3.1.4-1-ARCH/modules.inputmap
    error: No package owns /lib/modules/3.1.4-1-ARCH/modules.seriomap
    error: No package owns /lib/modules/3.1.4-1-ARCH/modules.ieee1394map
    error: cannot determine ownership of directory '/lib/modules/3.1.9-1-ARCH'
    error: No package owns /lib/modules/3.1.9-1-ARCH/modules.ofmap
    error: No package owns /lib/modules/3.1.9-1-ARCH/modules.ccwmap
    error: No package owns /lib/modules/3.1.9-1-ARCH/modules.usbmap
    error: No package owns /lib/modules/3.1.9-1-ARCH/modules.isapnpmap
    error: No package owns /lib/modules/3.1.9-1-ARCH/modules.pcimap
    error: No package owns /lib/modules/3.1.9-1-ARCH/modules.inputmap
    error: No package owns /lib/modules/3.1.9-1-ARCH/modules.seriomap
    error: No package owns /lib/modules/3.1.9-1-ARCH/modules.ieee1394map
    error: cannot determine ownership of directory '/lib/modules/3.2.6-2-ARCH'
    error: No package owns /lib/modules/3.2.6-2-ARCH/modules.symbols
    error: No package owns /lib/modules/3.2.6-2-ARCH/modules.dep
    error: No package owns /lib/modules/3.2.6-2-ARCH/modules.builtin.bin
    error: No package owns /lib/modules/3.2.6-2-ARCH/modules.alias
    error: No package owns /lib/modules/3.2.6-2-ARCH/modules.alias.bin
    error: No package owns /lib/modules/3.2.6-2-ARCH/modules.devname
    error: No package owns /lib/modules/3.2.6-2-ARCH/modules.symbols.bin
    error: No package owns /lib/modules/3.2.6-2-ARCH/modules.dep.bin
    error: No package owns /lib/modules/3.2.6-2-ARCH/modules.softdep
    error: cannot determine ownership of directory '/lib/modules/extramodules-3.4-rc6-mainline'
    error: No package owns /lib/modules/extramodules-3.4-rc6-mainline/vboxnetflt.ko.gz
    error: No package owns /lib/modules/extramodules-3.4-rc6-mainline/vboxnetadp.ko.gz
    error: No package owns /lib/modules/extramodules-3.4-rc6-mainline/vboxdrv.ko.gz
    error: No package owns /lib/modules/extramodules-3.4-rc6-mainline/vboxpci.ko.gz
    /lib/udev/rules.d/77-nm-olpc-mesh.rules is owned by networkmanager-git 20120701-1
    Damn, I broke my system. Error: Could not replace directory /lib with file. glibc was removed, but not reinstalled. See you later.
    Edit: Fixed with rescue cd. (remove /lib, extracte whole glibc-package to /, reboot, reinstall glibc)
    Last edited by progandy (2012-07-07 19:30:47)

  • [SOLVED] glibc upgrade problem (moved /lib myself)

    Hi,
      I went to upgrade my Archlinux system,
      and had to apply both the June and July intervention upgrades described in the announcements.
      Neither of the sets of instructions worked on their own,
      and before I thought of how to combine them properly,
      I tried moving the files from /lib to /usr/lib and making /lib a symlink (to usr/lib),
      so that maybe I could skip the July intervention instructions.
      I didn't break my system (for long), I successfully moved the stuff over,
      and then I ran 
    pacman -Syu --ignore glibc --ignore filesystem
    pacman -S filesystem --force
      and then the upgrade was mostly done.
      But then upgrading to glibc still doesn't work.
      From pacman -Su,
      I get the output
    error: failed to commit transaction (conflicting files)
    glibc: /lib exists in filesystem
    glibc: /usr/lib/ld-linux-x86-64.so.2 exists in filesystem
    glibc: /usr/lib/libBrokenLocale.so.1 exists in filesystem
    glibc: /usr/lib/libSegFault.so exists in filesystem
    glibc: /usr/lib/libanl.so.1 exists in filesystem
    glibc: /usr/lib/libc.so.6 exists in filesystem
    glibc: /usr/lib/libcidn.so.1 exists in filesystem
    glibc: /usr/lib/libcrypt.so.1 exists in filesystem
    glibc: /usr/lib/libdl.so.2 exists in filesystem
    glibc: /usr/lib/libm.so.6 exists in filesystem
    glibc: /usr/lib/libmemusage.so exists in filesystem
    glibc: /usr/lib/libnsl.so.1 exists in filesystem
    glibc: /usr/lib/libnss_compat.so.2 exists in filesystem
    glibc: /usr/lib/libnss_db.so.2 exists in filesystem
    glibc: /usr/lib/libnss_dns.so.2 exists in filesystem
    glibc: /usr/lib/libnss_files.so.2 exists in filesystem
    glibc: /usr/lib/libnss_hesiod.so.2 exists in filesystem
    glibc: /usr/lib/libnss_nis.so.2 exists in filesystem
    glibc: /usr/lib/libnss_nisplus.so.2 exists in filesystem
    glibc: /usr/lib/libpcprofile.so exists in filesystem
    glibc: /usr/lib/libpthread.so.0 exists in filesystem
    glibc: /usr/lib/libresolv.so.2 exists in filesystem
    glibc: /usr/lib/librt.so.1 exists in filesystem
    glibc: /usr/lib/libthread_db-1.0.so exists in filesystem
    glibc: /usr/lib/libthread_db.so.1 exists in filesystem
    glibc: /usr/lib/libutil.so.1 exists in filesystem
      Running
    grep '^lib/' /var/lib/pacman/local/*/files
      returns
    /var/lib/pacman/local/gcc-multilib-4.7.0-6/files:lib/
    /var/lib/pacman/local/gcc-multilib-4.7.0-6/files:lib/cpp
    /var/lib/pacman/local/glibc-2.15-10/files:lib/
    /var/lib/pacman/local/glibc-2.15-10/files:lib/ld-2.15.so
    /var/lib/pacman/local/glibc-2.15-10/files:lib/ld-linux-x86-64.so.2
    /var/lib/pacman/local/glibc-2.15-10/files:lib/libBrokenLocale-2.15.so
    /var/lib/pacman/local/glibc-2.15-10/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
      Running
    find /lib -exec pacman -Qo -- {} +
      returns
    error: No package owns /lib
      So it seems that there was more to be done than just moving the lib files and making the symlink...
      I'm sorry that I went against the instructions,
      but I had to deviate in some way to do this upgrade.
      I just probably deviated in the wrong direction.
      Does anyone know how I can finish upgrading my system?
      I can think of things to try, but I don't want to be wrong and make it worse.
    Deschutron
    Last edited by Deschutron (2012-07-26 12:06:04)

    If not, you should be okay forcing the glibc update at this point.
    I did.
    It worked.
    My system is saved.
    Thank you very much.
    What follows is information about what I did since your post, in case it helps anyone else.
    Are you sure that you've updated all the file locations for glibc?
    No. I don't understand the structure of pacman well enough to know that there isn't another set of files I have to edit.
    I had gcc-multilib and glibc complaining when I tried pacman -Su
    I did see a thread where someone said that uninstalling everything that complains, except for glibc, allows glibc to upgrade.
    I tried to run pacman -R gcc-multilib, but a package complained that it needed gcc, as if gcc and gcc-multilib are the same thing.
    I gave up on that lead there.
    After the advice here,
    I tried figuring out what --force does.
    man pacman said that it does "Bypass file conflict checks and overwrite conflicting files."
    Then I tried finding out what conflict checks get done.
    I looked at the pacman source code and learnt nothing useful.
    Then I looked inside the package archive for glibc. (/var/cache/pacman/pkg/glibc-2.16.0-2-x86_64.pkg.tar.xz)
    Inside, it was in the structure of a root file system, with presumably the set of files it would try to copy into my system.
    I saw that all the files getting complained about were symlinks in both the archive and my system.
    I couldn't just delete them all off my system because /lib was one of them.
    I looked at the other files in the archive, and there was only one file I was afraid of it overwriting - locale.gen,
    so I backed up locale.gen, and did
    pacman --force -S glibc
    That ran without complaints.
    Then I ran
    pacman -Su
    That ran without complaints and upgraded about 5 things.
    Then I rebooted, and I could succesfully start X and visit this webpage.
    Also, I installed my system in early June. That's why I didn't try the "for installs that have not been updated during 2012" package.
    I didn't know why that was there, so I didn't know that it would apply to me.
    Or if the way the wiki article did apply to my exact situation is something else, then I still haven't found it.

  • Glibc update and /lib/modules/extramodules-3.4-ARCH/kernel/oss/ folde

    so I made the steps mentioned here: https://wiki.archlinux.org/index.php/De … iki:usrlib
    after doing "find /lib -exec pacman -Qo -- '{}' \+" I see I have a lot of stuff in "/lib/modules/extramodules-3.4-ARCH/kernel/oss/" folder, BUT I don't even have oss installed. So I wonder, why are they there, and if I can delete this folder?

    Like Capoeira, I also have some files left in my /lib folder:
    [pieter@laptop ~]$ find /lib -exec pacman -Qo -- '{}' \+
    error: cannot determine ownership of directory '/lib'
    /lib/ld-linux.so.2 is owned by glibc 2.16.0-1
    /lib/libcrypt.so.1 is owned by glibc 2.16.0-1
    /lib/libSegFault.so is owned by glibc 2.16.0-1
    /lib/libnss_dns.so.2 is owned by glibc 2.16.0-1
    /lib/librt.so.1 is owned by glibc 2.16.0-1
    /lib/libresolv.so.2 is owned by glibc 2.16.0-1
    /lib/libnss_files.so.2 is owned by glibc 2.16.0-1
    /lib/libc.so.6 is owned by glibc 2.16.0-1
    /lib/libpcprofile.so is owned by glibc 2.16.0-1
    /lib/libnss_compat.so.2 is owned by glibc 2.16.0-1
    /lib/libthread_db-1.0.so is owned by glibc 2.16.0-1
    /lib/libnss_hesiod-2.16.so is owned by glibc 2.16.0-1
    /lib/libresolv-2.16.so is owned by glibc 2.16.0-1
    /lib/libBrokenLocale-2.16.so is owned by glibc 2.16.0-1
    /lib/libmemusage.so is owned by glibc 2.16.0-1
    /lib/libdl.so.2 is owned by glibc 2.16.0-1
    /lib/libutil-2.16.so is owned by glibc 2.16.0-1
    /lib/libnss_nis.so.2 is owned by glibc 2.16.0-1
    /lib/libthread_db.so.1 is owned by glibc 2.16.0-1
    /lib/libnss_files-2.16.so is owned by glibc 2.16.0-1
    /lib/libnss_dns-2.16.so is owned by glibc 2.16.0-1
    /lib/libnss_db.so.2 is owned by glibc 2.16.0-1
    /lib/libnsl-2.16.so is owned by glibc 2.16.0-1
    /lib/libc-2.16.so is owned by glibc 2.16.0-1
    /lib/libcrypt-2.16.so is owned by glibc 2.16.0-1
    /lib/libnss_nisplus-2.16.so is owned by glibc 2.16.0-1
    /lib/libpthread.so.0 is owned by glibc 2.16.0-1
    /lib/libm.so.6 is owned by glibc 2.16.0-1
    /lib/ld-2.16.so is owned by glibc 2.16.0-1
    error: cannot determine ownership of directory '/lib/modules'
    error: cannot determine ownership of directory '/lib/modules/3.3.4-2-ARCH'
    error: cannot determine ownership of directory '/lib/modules/3.3.4-2-ARCH/updates'
    error: cannot determine ownership of directory '/lib/modules/3.3.4-2-ARCH/updates/drivers'
    error: cannot determine ownership of directory '/lib/modules/3.3.4-2-ARCH/updates/drivers/bcma'
    error: No package owns /lib/modules/3.3.4-2-ARCH/updates/drivers/bcma/bcma.ko
    error: cannot determine ownership of directory '/lib/modules/3.3.4-2-ARCH/updates/drivers/bluetooth'
    error: No package owns /lib/modules/3.3.4-2-ARCH/updates/drivers/bluetooth/btmrvl.ko
    error: No package owns /lib/modules/3.3.4-2-ARCH/updates/drivers/bluetooth/btusb.ko
    error: No package owns /lib/modules/3.3.4-2-ARCH/updates/drivers/bluetooth/ath3k.ko
    error: No package owns /lib/modules/3.3.4-2-ARCH/updates/drivers/bluetooth/btwilink.ko
    error: No package owns /lib/modules/3.3.4-2-ARCH/updates/drivers/bluetooth/bcm203x.ko
    error: No package owns /lib/modules/3.3.4-2-ARCH/updates/drivers/bluetooth/btuart_cs.ko
    error: No package owns /lib/modules/3.3.4-2-ARCH/updates/drivers/bluetooth/dtl1_cs.ko
    error: No package owns /lib/modules/3.3.4-2-ARCH/updates/drivers/bluetooth/btsdio.ko
    error: No package owns /lib/modules/3.3.4-2-ARCH/updates/drivers/bluetooth/btmrvl_sdio.ko
    error: No package owns /lib/modules/3.3.4-2-ARCH/updates/drivers/bluetooth/hci_vhci.ko
    error: No package owns /lib/modules/3.3.4-2-ARCH/updates/drivers/bluetooth/bt3c_cs.ko
    error: No package owns /lib/modules/3.3.4-2-ARCH/updates/drivers/bluetooth/bpa10x.ko
    error: No package owns /lib/modules/3.3.4-2-ARCH/updates/drivers/bluetooth/bfusb.ko
    error: No package owns /lib/modules/3.3.4-2-ARCH/updates/drivers/bluetooth/bluecard_cs.ko
    error: No package owns /lib/modules/3.3.4-2-ARCH/updates/drivers/bluetooth/hci_uart.ko
    error: cannot determine ownership of directory '/lib/modules/3.3.4-2-ARCH/updates/drivers/misc'
    error: cannot determine ownership of directory '/lib/modules/3.3.4-2-ARCH/updates/drivers/misc/eeprom'
    error: cannot determine ownership of directory '/lib/modules/3.3.4-2-ARCH/updates/drivers/net'
    error: cannot determine ownership of directory '/lib/modules/3.3.4-2-ARCH/updates/drivers/net/ethernet'
    error: cannot determine ownership of directory '/lib/modules/3.3.4-2-ARCH/updates/drivers/net/ethernet/broadcom'
    error: No package owns /lib/modules/3.3.4-2-ARCH/updates/drivers/net/ethernet/broadcom/b44.ko
    error: cannot determine ownership of directory '/lib/modules/3.3.4-2-ARCH/updates/drivers/net/ethernet/atheros'
    error: cannot determine ownership of directory '/lib/modules/3.3.4-2-ARCH/updates/drivers/net/ethernet/atheros/atlx'
    error: No package owns /lib/modules/3.3.4-2-ARCH/updates/drivers/net/ethernet/atheros/atlx/atl2.ko
    error: No package owns /lib/modules/3.3.4-2-ARCH/updates/drivers/net/ethernet/atheros/atlx/atl1.ko
    error: cannot determine ownership of directory '/lib/modules/3.3.4-2-ARCH/updates/drivers/net/ethernet/atheros/atl1c'
    error: No package owns /lib/modules/3.3.4-2-ARCH/updates/drivers/net/ethernet/atheros/atl1c/atl1c.ko
    error: cannot determine ownership of directory '/lib/modules/3.3.4-2-ARCH/updates/drivers/net/ethernet/atheros/atl1e'
    error: No package owns /lib/modules/3.3.4-2-ARCH/updates/drivers/net/ethernet/atheros/atl1e/atl1e.ko
    error: cannot determine ownership of directory '/lib/modules/3.3.4-2-ARCH/updates/net'
    error: cannot determine ownership of directory '/lib/modules/3.3.4-2-ARCH/updates/net/bluetooth'
    error: cannot determine ownership of directory '/lib/modules/3.3.4-2-ARCH/updates/net/bluetooth/hidp'
    error: No package owns /lib/modules/3.3.4-2-ARCH/updates/net/bluetooth/hidp/hidp.ko
    error: cannot determine ownership of directory '/lib/modules/3.3.4-2-ARCH/updates/net/bluetooth/rfcomm'
    error: No package owns /lib/modules/3.3.4-2-ARCH/updates/net/bluetooth/rfcomm/rfcomm.ko
    error: cannot determine ownership of directory '/lib/modules/3.3.4-2-ARCH/updates/net/bluetooth/bnep'
    error: No package owns /lib/modules/3.3.4-2-ARCH/updates/net/bluetooth/bnep/bnep.ko
    error: No package owns /lib/modules/3.3.4-2-ARCH/updates/net/bluetooth/bluetooth.ko
    error: cannot determine ownership of directory '/lib/modules/3.3.4-2-ARCH/updates/net/bluetooth/cmtp'
    error: No package owns /lib/modules/3.3.4-2-ARCH/updates/net/bluetooth/cmtp/cmtp.ko
    /lib/libm-2.16.so is owned by glibc 2.16.0-1
    /lib/libanl-2.16.so is owned by glibc 2.16.0-1
    /lib/libnss_db-2.16.so is owned by glibc 2.16.0-1
    /lib/libcidn-2.16.so is owned by glibc 2.16.0-1
    /lib/libdl-2.16.so is owned by glibc 2.16.0-1
    /lib/libnss_compat-2.16.so is owned by glibc 2.16.0-1
    /lib/libpthread-2.16.so is owned by glibc 2.16.0-1
    /lib/libBrokenLocale.so.1 is owned by glibc 2.16.0-1
    /lib/libnss_hesiod.so.2 is owned by glibc 2.16.0-1
    /lib/libnsl.so.1 is owned by glibc 2.16.0-1
    error: cannot determine ownership of directory '/lib/udev'
    error: cannot determine ownership of directory '/lib/udev/rules.d'
    error: No package owns /lib/udev/rules.d/50-compat_firmware.rules
    error: No package owns /lib/udev/compat_firmware.sh
    /lib/libnss_nisplus.so.2 is owned by glibc 2.16.0-1
    /lib/libutil.so.1 is owned by glibc 2.16.0-1
    /lib/libanl.so.1 is owned by glibc 2.16.0-1
    /lib/libnss_nis-2.16.so is owned by glibc 2.16.0-1
    /lib/librt-2.16.so is owned by glibc 2.16.0-1
    /lib/libcidn.so.1 is owned by glibc 2.16.0-1
    If a file is not owned by any package, as is the case for all files in this list (except for the ones owned by glibc), can I then just remove it? I might make a backup of those files just to be sure, but it doesn't make sense to just copy this stuff to /usr/lib.
    Last edited by Ailurus (2012-07-14 15:57:28)

  • Missing Web Repositories in SP13

    Hi there,
    I have created a few web sites and repositories (with prefix /some-folder/some_rep). The configuration check went through successfully. However, I did not see the web repositories from the "Add Data Source" selection screen/menu. I had also checked the "some-folder" repository but could not find the web-repositories that I created as well.
    Any insight will be appreciated.
    Thanks,
    Paul

    Hi!
    Maybe we must clarify the terminology to be sure, we are talking about the same things.
    A web-repository is what you create under CM Config/Repository Managers/Web Repository.
    A web-site you create under CM Config/Repository Managers/Web Sites.
    You can assign multiple web-sites to a single web-repository.
    In the hierarchy of CM you will find these web-sites below the root of the web-repository. E.g. if the web-repository has the prefix /webrm and a site has the name mysite you will find the root page of this site in the directory /webrm/mysite/.
    Now, sorry for asking the same questions again:
    - do you see your web-repository in the component monitor and admin explorer?
    - if you open the web-repository, do you see the web-sites?
    Kind regards, Dirk

  • Resolve reading mysterious timecode

    Here’s the workflow, I’m cutting fast turn around short form tvcs and need to send them off to grade.
    Sometimes coming from TBs of rushes, I want to use the new Premiere Pro project manager in 2014.1 to transcode to cineform media with handles on each clip because there is invariably client editorial changes in online.
    I transfer to the colour grader via ftp 2GB of media managed clips in 20-30 minutes rather hard drives of rushes via courier etc. etc. etc.
    Everything works great except for one problem.  The TC that BMD resolve reads on those media managed clips is wrong. There is consistent timecode between the media managed clips  in premiere and the edl used by the grader to conform the edit,  the same correct timecode is also read on those same clips in QT7 and FCP7 (just checking the TC those two other applications).
    But in resolve the timecode is offset by a random amount on each clip.  First frame for clip one in the edl is asking for 10:13:59:18, the closest TC read by resolve in that clip  is 10:17:11:08.  Likewise for clip two is 02:22:03:22 and what is available is 02:24:41:08.
    It’s a 25fps project and I’ve checked at each step of the process that this is always the timebase.
    As Premiere, the edl, QT7, FCP7 are all reading the same TC, I believe the problem is with resolve but I can’t work out what it is.  Any help, ideas, suggestions would be great.
    Will cross post this issue across the BMD, creative cow & Adobe forums.
    Cheers,
    Rob

    Since Resolve reads different timecode AND frame rate than Premiere, you have to conform the footage in Premiere Pro to match what Resolve reads.
    Load the clips into resolve, find out what the starting timecode and frame rate is. Then go back to Premiere and (right click) Modify the time code and conform the frame rate (unless the frame rates are the same).
    Then kick out an FCP XML. Load that into Resolve.
    I had to do this recently with cine files from phantom footage. Complete nightmare. TC was off on every clip and some clips had different frame rates.

  • [SOLVED] Need help with glibc and symlinking /lib

    So, I consider myself a fairly experienced linux user, and have been an Arch user for the last 3 years, but this glibc-stuff is just too complicated for me.
    I tried the following:
    > pacman -Syu --ignore glibc
    > pacmen -Su
    (1/1) checking for file conflicts
    error: failed to commit transaction (conflictin
    glibc: /lib exists in filesystem
    Errors occurred, no packages were upgraded.
    Alright, lets try the next trick on the wiki-page
    > find /lib -exec pacman -Qo -- {} + | grep -v glibc
    error: cannot determine ownership of directory '/lib'
    error: No package owns /lib/libnss_db-2.15.so
    error: No package owns /lib/libcidn-2.15.so
    error: No package owns /lib/librt-2.15.so
    error: No package owns /lib/libBrokenLocale-2.15.so
    error: No package owns /lib/libnss_compat-2.15.so
    error: No package owns /lib/libc-2.15.so
    error: No package owns /lib/libanl-2.15.so
    error: No package owns /lib/libnss_dns-2.15.so
    error: No package owns /lib/libdl-2.15.so
    error: cannot determine ownership of directory '/lib/udev'
    error: cannot determine ownership of directory '/lib/udev/rules.d'
    error: No package owns /lib/libnsl-2.15.so
    error: No package owns /lib/libm-2.15.so
    error: No package owns /lib/libnss_nis-2.15.so
    error: No package owns /lib/libresolv-2.15.so
    error: No package owns /lib/libnss_hesiod-2.15.so
    error: No package owns /lib/ld-2.15.so
    error: No package owns /lib/libnss_nisplus-2.15.so
    error: No package owns /lib/libcrypt-2.15.so
    error: No package owns /lib/libutil-2.15.so
    error: No package owns /lib/cpp
    error: No package owns /lib/libpthread-2.15.so
    error: No package owns /lib/libnss_files-2.15.so
    /lib/udev/rules.d/45-libnjb.rules is owned by libnjb 2.2.7-1
    So, I made a backup, and started deleting the files one by one. All is fine, until I delete "/lib/librt-2.15.so" - date and cat refuses to work.
    What am I supposed to do here? The wiki suggests to move or delete all the files to /usr/lib - How do I know what to delete and what to move?
    Last edited by graph (2012-07-14 21:17:15)

    Yep, and this shows something interesting: Apperently both libnjb and glibc wants ownership over /lib.
    What to do?
    Output of the grep-command:
    > grep '^lib/' /var/lib/pacman/local/*/files
    /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.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/libnjb-2.2.7-1/files:lib/
    /var/lib/pacman/local/libnjb-2.2.7-1/files:lib/udev/
    /var/lib/pacman/local/libnjb-2.2.7-1/files:lib/udev/rules.d/
    /var/lib/pacman/local/libnjb-2.2.7-1/files:lib/udev/rules.d/45-libnjb.rules
    EDIT; I uninstalled libnjb. pacman still complains.
    Last edited by graph (2012-07-14 18:53:16)

Maybe you are looking for

  • Oracle Identity Manager 9.1.0.2

    Hi, I am looking for information on the latest version on Database connector that can be supported by OIM 9.1.0.2. I tried to search for the compatability matrix but cant seem to find one. Any pointers will be highly appreciated. Regards,

  • Variable creation for Transaction S_ALR_87013336

    Hi I am getting following error on executing the transaction S_ALR_87013336 Global variable & has been deleted Message no. KH488 Diagnosis Global variable & has been deleted. Procedure Modify the report or form so that it no longer uses global variab

  • IPad2 won't connect to password-protected Wifi

    A username and a password are required for signing in my university's wifi network. I know both fields are ok because I can log in with my Macbook. In the iPad2, however, I'm redirected to an apparently expired certificate. Upon accepting the certifi

  • Help! I need to highlight a button and make the rest of the buttons fade back with white opacity

    Hi! I'm making a website in flash, inspired from this site : http://www.heyerdahlhandel.no I've done mouseover so that when you go over a circle you can see full text in the middle, but I don't know how to make the other "buttons"/circles fade white

  • Calendar time zones droid2 global

    Exported Outlook 2002 mountain standard time calendar to Gmail calendar, also mountain standard, but appointments come in as central time. Same on my device. How do I get appointments on Gmail desktop and device to show mountain standard?