Just installed arch, lots of cryptic errors

1. logitech mx5000 bluetooth mouse. when i type 'hidd --connect' and the address, i get:
Can't get device information: Connection timed out
how can i connect it?
2. midori errors. when i load midori, i get several 'gtk-warning' errors in the terminal window, e.g., 'error loading theme icon'. how do i fix these errors?
also, i don't like the default keyboard shortcuts. is there any way i change these, maybe globally? e.g., i'd rather use ctrl + tab and ctrl + shift + tab to change tabs.
3. wireless setup. i've installed the driver and wicd, but when i type 'wicd-client -n' to load it, i get a whole bunch of lines:
Traceback (most recent call last):
File "/usr/lib/wicd/wicd-client.py", line 50, in <module>
import wicd.gui as gui
dbus.exception.DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name org.wicd.daemon was not provided by any .service files
how can i set up my wireless simply and quickly with a gui?
4. when i load pcmanfm, i get an error:
GTK+ icon theme is not properly set
what is an xsettings manager?
i still have other questions, but i thought i should try to get these resolved first.
5. also, is there a 'control panel' like in windows where i can edit all the system settings, e.g., touchpad, user accounts, etc.?
Last edited by anti-destin (2009-05-23 21:26:59)

1) i don't use bluetooth, so can't help you with that
2 / 4) it seems you have no default icon theme installed yet, for instance
pacman -S hicolor-icon-theme
then you need to set it as default theme, see point 5
3) wicd is a client-server model which needs a running daemon:
sudo /etc/rc.d/wicd start
be aware that you also need to have hal and dbus installed + running to use wicd
5) that depends on which desktop environment you are using:
considering you seem to be just starting out with linux/arch, it would recommend installing either gnome or xfce4, which will make these tasks a lot easier for your. gnome is the most newbie-friendly, xfce4 is a bit more minimal and will require more work from your side. if you do decide to go for a more 'hardcore' setup right away (i.e. windowmanager-only), be prepared to get your hands dirty and spend a lot of time trying and figuring things out. most of the questions you ask are quite basic, and would be easy to find out yourself by digging through the wiki and the forums.

Similar Messages

  • Just installed arch, openbox questions.

    Hi,
    I just installed arch, I'm ready to install openbox. I've used both kde and gnome before. I use programs for instance like pidgin, etc. How does this work, I install openbox through "pacman -S openbox" but like, do I have to install gnome/gtk or kde libaries, I see in the howto's just telling how to install openbox, but what happens if I install a gnome based program or kde based program? Is there an instant messaging client/web browser specifically for openbox. Thanks for all the help. Much appreciated.
    -kenny

    celthias wrote:
    SomeGuyDude wrote:is a DE really anything other than a bunch of software?
    Nope, not really. A Desktop Environment is just that, a suite of applications that all fit together, each serving a different purpose (Email Client, Web Browser, File Manager, Music Player, etc) that come together to create a functional desktop. Because of this cohesion, DEs tend to have branding (Gnome, KDE for example) and technically speaking usually share libs to provide better integration. Other than that..they really are just a bundle o' programs..
    Exactly. And if you're still using all the same programs you did when you used Gnome, in a sense you're still using Gnome, but without its usual "face" of Metacity, Gnome-panel, etc. If you run gconf-editor from a terminal window, you'll find the whole GConf system works just as it did under "real" Gnome. (Assuming you knew that it did, of course. That's one of the things - a unified preferences system for the "bunch of software" - that makes a DE.)

  • [SOLVED] external USB HDD fails to install arch w/boot device ERROR

    I've been working on installing arch linux via an external USB harddrive (specifically seagate free agent go 320GB) for 1 week now, and everytime I failed - until TODAY! thankfully I found this post, where user Dieter@be references this link, which displays BUG ID#17231 at the top titled "Can't boot LiveCDs 2009.08 (/dev/archiso doesn't show up)". the bug report states ::
    I can't boot the LiveCDs 2009.08, neither netinstall nor core.
    When it tries to access /dev/archiso it shows these messages:
    :: Waiting for boot device ...
    Waiting 30 seconds for device /dev/archiso ...
    ERROR: boot device didn't show up after 30 seconds ...
    Falling back to interactive prompt
    You can try to fix the problem manually, logout when you are finished
    ramfs$
    reading further thru this bug report, I found a very insightful post by Heiko Baums (cyberpatrol) where he says the following, and I quote ::
    Problem found. The link /dev/archiso wasn't created.
    After
    ramfs$ cd /dev
    ramfs$ ln -s sr0 archiso
    ramfs$ exit
    it continued booting correctly.
    And sg was also loaded after this. ;-)
    as you see, the bug report was for the CD version, not the USB version - yet, my issue with the USB bootdisk was the same, (no matter which boot disk I tried = netinstall, core, .img, .iso, etc) meaning I got the EXACT same error = "ERROR: boot device didn't show up after 30 seconds ..." ! well, I figured that I'd try one of the new fancy ISOs found @ http://build.archlinux.org/isos/ - specifically I use/used archlinux-2010.03.04-netinstall-x86_64.iso.
    upon running Unetbootin from windows 7, and choose to install the ISO archlinux-2010.03.04-netinstall-x86_64.iso to my first partition on my USB harddrive (that first partition being FAT32, and had already been set as bootable previously), that completed successfully. I rebooted, and choose to boot from USB drive, the ISOlinux bootloader came up as normal, I choose DEFAULT and off it went.... sure enough, it errored out at the same place as listed in the bug report ::
    :: Waiting for boot device ...
    Waiting 30 seconds for device /dev/archiso ...
    ERROR: boot device didn't show up after 30 seconds ...
    Falling back to interactive prompt
    You can try to fix the problem manually, logout when you are finished
    ramfs$
    this time though, I issued the following 2 commands ::
    ln -s /dev/sdb1 /dev/archiso
    exit
    from there, EVERYTHING worked as it should!
    to recap: the solution for me was create a symbolic link pointing /dev/archiso => to my partition which held the archlinux netinstall (which is where I told Unetbootin to install it to)! done and done. I felt this needed to be posted here, as I could not find this solution after MANY google searches, archlinux wiki searches, forum searches, etc. honestly, I think it would be prudent to have this tidbit of information added to the Install from USB stick archwiki page as a side note to those that may run into this issue.
    this is not the FIRST time I have run into this problem with a USB install of archlinux, but this is the FIRST time I found a fix! thanks to all the great posts I reference here, without this information I dont think I would have been able to install archlinux on my new alienware m11x laptop.
    -peace-
    PS: no amount of rootdelay=XX  nor pmedia=usb  nor usbdelay=XX would work in my above attempts either.
    Last edited by fnord0 (2010-03-12 04:54:26)

    FAT16 here. Parted Magic sees my USB drive as sdd. I tried your way and surprise, surprise, it didn't work.
    ln -sf /dev/sdd /dev/archiso
    mount -t vfat /dev/archiso /bootmnt
    mount : Invalid argument
    I thought maybe you meant mount -f vfat /dev/archiso /bootmnt instead. I tried it too, it resulted in a kernel panic.
    What else can I try besides installing from a IDE/SATA CD drive ? Because this issue is NOT solved. At least not for me. Wonder if "archlinux-2010.04.05-netinstall-i686.iso" from the here will solve it (really hope so).
    SOLVED IT HERE (with yet another image): http://bbs.archlinux.org/viewtopic.php?id=93645
    Last edited by DSpider (2010-04-17 14:21:27)

  • Just Installed Parallels 7 and receiving errors with other Apps

    Hi,
    I just installed Parallels 7 (and Windows 7 through Parallels) and now when I try to load different Apps (iPhoto, Aperture, iTunes, Delicious Library) I'm getting errors like the one below (From Aperture)
    Looking for some help to explain this error message. Do I uninstall Parallels and Windows? Please help, next step is the Genius Bar.....
    Process:         Aperture [79228]
    Path:            /Applications/Aperture.app/Contents/MacOS/Aperture
    Identifier:      com.apple.Aperture
    Version:         3.2.2 (3.2.2)
    Build Info:      Aperture-201096000000000~2
    App Item ID:     408981426
    App External ID: 5333832
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [149]
    Date/Time:       2012-03-07 20:49:18.416 -0500
    OS Version:      Mac OS X 10.7.3 (11D50b)
    Report Version:  9
    Interval Since Last Report:          53761 sec
    Crashes Since Last Report:           15
    Per-App Interval Since Last Report:  37 sec
    Per-App Crashes Since Last Report:   1
    Anonymous UUID:                      A195C6CB-3DBD-4CDD-AE6A-E3070DCA4E02
    Crashed Thread:  38
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Application Specific Information:
    objc[79228]: garbage collection is OFF
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x00007fff8ec53a8e pread + 10
    1   com.apple.iLifeSQLAccess                0x00000001020052c3 unixRead + 35
    2   com.apple.iLifeSQLAccess                0x00000001020022c1 sqlite3BtreeFactory + 2689
    3   com.apple.iLifeSQLAccess                0x0000000101fff090 openDatabase + 816
    4   com.apple.iLifeSQLAccess                0x0000000102096720 -[HgKDatabaseManager openAsReadOnly:attemptJournalCleanup:] + 336
    5   com.apple.iLifeSQLAccess                0x0000000101ffed25 -[HgKDatabaseManager openAsReadOnly:] + 21
    6   com.apple.RedRock                       0x00000001009854b4 -[RKDatabase createEntities] + 1284
    7   com.apple.RedRock                       0x0000000100983d71 -[RKDatabase openDatabaseWithOptions:] + 4897
    8   com.apple.RedRock                       0x00000001009819d9 -[RKDatabaseComponent openDatabaseForLibraryPath:options:] + 505
    9   com.apple.RedRock                       0x0000000100a73ce4 -[RKDatabaseComponent openDatabaseForLibraryPath:] + 20
    10  com.apple.Aperture                      0x000000010005e3cc 0x100000000 + 385996
    11  com.apple.Aperture                      0x000000010005c763 0x100000000 + 378723
    12  com.apple.Foundation                    0x00007fff8b499d32 __-[NSNotificationCenter addObserver:selector:name:object:]_block_invoke_1 + 47
    13  com.apple.CoreFoundation                0x00007fff924beaaa _CFXNotificationPost + 2634
    14  com.apple.Foundation                    0x00007fff8b485fe7 -[NSNotificationCenter postNotificationName:object:userInfo:] + 65
    15  com.apple.AppKit                        0x000000010222f60f -[NSApplication _postDidFinishNotification] + 212
    16  com.apple.AppKit                        0x000000010222f375 -[NSApplication _sendFinishLaunchingNotification] + 78
    17  com.apple.AppKit                        0x000000010222e03c -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 242
    18  com.apple.AppKit                        0x000000010222dd9d -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 330
    19  com.apple.CoreFoundation                0x00007fff92508591 -[NSObject performSelector:withObject:withObject:] + 65
    20  com.apple.Foundation                    0x00007fff8b4bc7eb __-[NSAppleEventManager setEventHandler:andSelector:forEventClass:andEventID:]_block_invoke_1 + 101
    21  com.apple.Foundation                    0x00007fff8b4bb772 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 283
    22  com.apple.Foundation                    0x00007fff8b4bb600 _NSAppleEventManagerGenericHandler + 105
    23  com.apple.AE                            0x00007fff8e667c25 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 200
    24  com.apple.AE                            0x00007fff8e667b03 _ZL25dispatchEventAndSendReplyPK6AEDescPS_ + 38
    25  com.apple.AE                            0x00007fff8e6679f7 aeProcessAppleEvent + 250
    26  com.apple.HIToolbox                     0x00007fff8ec6daf9 AEProcessAppleEvent + 102
    27  com.apple.AppKit                        0x000000010222b1a9 _DPSNextEvent + 1247
    28  com.apple.AppKit                        0x000000010222a861 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
    29  com.apple.Aperture                      0x00000001004b284b 0x100000000 + 4925515
    30  com.apple.AppKit                        0x000000010222719d -[NSApplication run] + 470
    31  com.apple.prokit                        0x000000010177a3a6 NSProApplicationMain + 387
    32  com.apple.Aperture                      0x000000010000f454 0x100000000 + 62548
    33  com.apple.Aperture                      0x000000010000f214 0x100000000 + 61972
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff8ec537e6 kevent + 10
    1   libdispatch.dylib                       0x00007fff8789e5be _dispatch_mgr_invoke + 923
    2   libdispatch.dylib                       0x00007fff8789d14e _dispatch_mgr_thread + 54
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff8ec53192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff88947594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff88948b85 start_wqthread + 13
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff8ec52bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff889492a6 _pthread_cond_wait + 890
    2   com.apple.Foundation                    0x00007fff8b50ca80 -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation                    0x00007fff8b4d6252 -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   com.apple.proxtcore                     0x0000000101efa651 -[XTMsgQueue waitForMessage] + 49
    5   com.apple.proxtcore                     0x0000000101ef9727 -[XTThread run:] + 375
    6   com.apple.Foundation                    0x00007fff8b4dd74e -[NSThread main] + 68
    7   com.apple.Foundation                    0x00007fff8b4dd6c6 __NSThread__main__ + 1575
    8   libsystem_c.dylib                       0x00007fff889458bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff88948b75 thread_start + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff8ec53192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff88947594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff88948b85 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00007fff8ec5167a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8ec50d71 mach_msg + 73
    2   com.apple.CoreFoundation                0x00007fff924a26fc __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation                0x00007fff924aae64 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation                0x00007fff924aa676 CFRunLoopRunSpecific + 230
    5   com.apple.Foundation                    0x00007fff8b48ef9f -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 267
    6   com.apple.proxtcore                     0x0000000101efb893 -[XTRunLoopThread run:] + 435
    7   com.apple.Foundation                    0x00007fff8b4dd74e -[NSThread main] + 68
    8   com.apple.Foundation                    0x00007fff8b4dd6c6 __NSThread__main__ + 1575
    9   libsystem_c.dylib                       0x00007fff889458bf _pthread_start + 335
    10  libsystem_c.dylib                       0x00007fff88948b75 thread_start + 13
    Thread 6:
    0   libsystem_kernel.dylib                  0x00007fff8ec5167a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8ec50d71 mach_msg + 73
    2   com.apple.CoreFoundation                0x00007fff924a26fc __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation                0x00007fff924aae64 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation                0x00007fff924aa676 CFRunLoopRunSpecific + 230
    5   com.apple.Foundation                    0x00007fff8b48ef9f -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 267
    6   com.apple.proxtcore                     0x0000000101efb893 -[XTRunLoopThread run:] + 435
    7   com.apple.Foundation                    0x00007fff8b4dd74e -[NSThread main] + 68
    8   com.apple.Foundation                    0x00007fff8b4dd6c6 __NSThread__main__ + 1575
    9   libsystem_c.dylib                       0x00007fff889458bf _pthread_start + 335
    10  libsystem_c.dylib                       0x00007fff88948b75 thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib                  0x00007fff8ec52bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff889492a6 _pthread_cond_wait + 890
    2   com.apple.Foundation                    0x00007fff8b50ca80 -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation                    0x00007fff8b4d6252 -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   com.apple.proxtcore                     0x0000000101efa651 -[XTMsgQueue waitForMessage] + 49
    5   com.apple.proxtcore                     0x0000000101ef9727 -[XTThread run:] + 375
    6   com.apple.Foundation                    0x00007fff8b4dd74e -[NSThread main] + 68
    7   com.apple.Foundation                    0x00007fff8b4dd6c6 __NSThread__main__ + 1575
    8   libsystem_c.dylib                       0x00007fff889458bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff88948b75 thread_start + 13
    Thread 8:
    0   libsystem_kernel.dylib                  0x00007fff8ec52bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff889492a6 _pthread_cond_wait + 890
    2   com.apple.Foundation                    0x00007fff8b50ca80 -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation                    0x00007fff8b4d6252 -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   com.apple.proxtcore                     0x0000000101efa651 -[XTMsgQueue waitForMessage] + 49
    5   com.apple.proxtcore                     0x0000000101ef9727 -[XTThread run:] + 375
    6   com.apple.Foundation                    0x00007fff8b4dd74e -[NSThread main] + 68
    7   com.apple.Foundation                    0x00007fff8b4dd6c6 __NSThread__main__ + 1575
    8   libsystem_c.dylib                       0x00007fff889458bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff88948b75 thread_start + 13
    Thread 9:
    0   libsystem_kernel.dylib                  0x00007fff8ec52bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff889492a6 _pthread_cond_wait + 890
    2   com.apple.Foundation                    0x00007fff8b50ca80 -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation                    0x00007fff8b4d6252 -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   com.apple.proxtcore                     0x0000000101efa651 -[XTMsgQueue waitForMessage] + 49
    5   com.apple.proxtcore                     0x0000000101ef9727 -[XTThread run:] + 375
    6   com.apple.Foundation                    0x00007fff8b4dd74e -[NSThread main] + 68
    7   com.apple.Foundation                    0x00007fff8b4dd6c6 __NSThread__main__ + 1575
    8   libsystem_c.dylib                       0x00007fff889458bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff88948b75 thread_start + 13
    Thread 10:
    0   libsystem_kernel.dylib                  0x00007fff8ec52bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff889492a6 _pthread_cond_wait + 890
    2   com.apple.Foundation                    0x00007fff8b50ca80 -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation                    0x00007fff8b4d6252 -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   com.apple.proxtcore                     0x0000000101efa651 -[XTMsgQueue waitForMessage] + 49
    5   com.apple.proxtcore                     0x0000000101ef9727 -[XTThread run:] + 375
    6   com.apple.Foundation                    0x00007fff8b4dd74e -[NSThread main] + 68
    7   com.apple.Foundation                    0x00007fff8b4dd6c6 __NSThread__main__ + 1575
    8   libsystem_c.dylib                       0x00007fff889458bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff88948b75 thread_start + 13
    Thread 11:
    0   libsystem_kernel.dylib                  0x00007fff8ec5167a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8ec50d71 mach_msg + 73
    2   com.apple.CoreFoundation                0x00007fff924a26fc __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation                0x00007fff924aae64 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation                0x00007fff924aa676 CFRunLoopRunSpecific + 230
    5   com.apple.Foundation                    0x00007fff8b48ef9f -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 267
    6   com.apple.proxtcore                     0x0000000101efb893 -[XTRunLoopThread run:] + 435
    7   com.apple.Foundation                    0x00007fff8b4dd74e -[NSThread main] + 68
    8   com.apple.Foundation                    0x00007fff8b4dd6c6 __NSThread__main__ + 1575
    9   libsystem_c.dylib                       0x00007fff889458bf _pthread_start + 335
    10  libsystem_c.dylib                       0x00007fff88948b75 thread_start + 13
    Thread 12:
    0   libsystem_kernel.dylib                  0x00007fff8ec52bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff889492a6 _pthread_cond_wait + 890
    2   com.apple.Foundation                    0x00007fff8b50ca80 -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation                    0x00007fff8b4d6252 -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   com.apple.proxtcore                     0x0000000101efa651 -[XTMsgQueue waitForMessage] + 49
    5   com.apple.proxtcore                     0x0000000101ef9727 -[XTThread run:] + 375
    6   com.apple.Foundation                    0x00007fff8b4dd74e -[NSThread main] + 68
    7   com.apple.Foundation                    0x00007fff8b4dd6c6 __NSThread__main__ + 1575
    8   libsystem_c.dylib                       0x00007fff889458bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff88948b75 thread_start + 13
    Thread 13:
    0   libsystem_kernel.dylib                  0x00007fff8ec52bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff889492a6 _pthread_cond_wait + 890
    2   com.apple.Foundation                    0x00007fff8b50ca80 -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation                    0x00007fff8b4d6252 -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   com.apple.proxtcore                     0x0000000101efa651 -[XTMsgQueue waitForMessage] + 49
    5   com.apple.proxtcore                     0x0000000101ef9727 -[XTThread run:] + 375
    6   com.apple.Foundation                    0x00007fff8b4dd74e -[NSThread main] + 68
    7   com.apple.Foundation                    0x00007fff8b4dd6c6 __NSThread__main__ + 1575
    8   libsystem_c.dylib                       0x00007fff889458bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff88948b75 thread_start + 13
    Thread 14:
    0   libsystem_kernel.dylib                  0x00007fff8ec52bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff889492a6 _pthread_cond_wait + 890
    2   com.apple.Foundation                    0x00007fff8b50ca80 -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation                    0x00007fff8b4d6252 -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   com.apple.proxtcore                     0x0000000101efa651 -[XTMsgQueue waitForMessage] + 49
    5   com.apple.proxtcore                     0x0000000101ef9727 -[XTThread run:] + 375
    6   com.apple.Foundation                    0x00007fff8b4dd74e -[NSThread main] + 68
    7   com.apple.Foundation                    0x00007fff8b4dd6c6 __NSThread__main__ + 1575
    8   libsystem_c.dylib                       0x00007fff889458bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff88948b75 thread_start + 13
    Thread 15:
    0   libsystem_kernel.dylib                  0x00007fff8ec52bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff889492a6 _pthread_cond_wait + 890
    2   com.apple.Foundation                    0x00007fff8b50ca80 -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation                    0x00007fff8b4d6252 -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   com.apple.proxtcore                     0x0000000101efa651 -[XTMsgQueue waitForMessage] + 49
    5   com.apple.proxtcore                     0x0000000101ef9727 -[XTThread run:] + 375
    6   com.apple.Foundation                    0x00007fff8b4dd74e -[NSThread main] + 68
    7   com.apple.Foundation                    0x00007fff8b4dd6c6 __NSThread__main__ + 1575
    8   libsystem_c.dylib                       0x00007fff889458bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff88948b75 thread_start + 13
    Thread 16:
    0   libsystem_kernel.dylib                  0x00007fff8ec52bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff889492a6 _pthread_cond_wait + 890
    2   com.apple.Foundation                    0x00007fff8b50ca80 -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation                    0x00007fff8b4d6252 -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   com.apple.proxtcore                     0x0000000101efa651 -[XTMsgQueue waitForMessage] + 49
    5   com.apple.proxtcore                     0x0000000101ef9727 -[XTThread run:] + 375
    6   com.apple.Foundation                    0x00007fff8b4dd74e -[NSThread main] + 68
    7   com.apple.Foundation                    0x00007fff8b4dd6c6 __NSThread__main__ + 1575
    8   libsystem_c.dylib                       0x00007fff889458bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff88948b75 thread_start + 13
    Thread 17:
    0   libsystem_kernel.dylib                  0x00007fff8ec52bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff889492a6 _pthread_cond_wait + 890
    2   com.apple.Foundation                    0x00007fff8b50ca80 -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation                    0x00007fff8b4d6252 -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   com.apple.proxtcore                     0x0000000101efa651 -[XTMsgQueue waitForMessage] + 49
    5   com.apple.proxtcore                     0x0000000101ef9727 -[XTThread run:] + 375
    6   com.apple.Foundation                    0x00007fff8b4dd74e -[NSThread main] + 68
    7   com.apple.Foundation                    0x00007fff8b4dd6c6 __NSThread__main__ + 1575
    8   libsystem_c.dylib                       0x00007fff889458bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff88948b75 thread_start + 13
    Thread 18:
    0   libsystem_kernel.dylib                  0x00007fff8ec53192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff88947594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff88948b85 start_wqthread + 13
    Thread 19:
    0   libsystem_kernel.dylib                  0x00007fff8ec52bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff889492a6 _pthread_cond_wait + 890
    2   com.apple.Foundation                    0x00007fff8b50ca80 -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation                    0x00007fff8b4d6252 -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   com.apple.proxtcore                     0x0000000101efa651 -[XTMsgQueue waitForMessage] + 49
    5   com.apple.proxtcore                     0x0000000101ef9727 -[XTThread run:] + 375
    6   com.apple.Foundation                    0x00007fff8b4dd74e -[NSThread main] + 68
    7   com.apple.Foundation                    0x00007fff8b4dd6c6 __NSThread__main__ + 1575
    8   libsystem_c.dylib                       0x00007fff889458bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff88948b75 thread_start + 13
    Thread 20:
    0   libsystem_kernel.dylib                  0x00007fff8ec52bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff889492a6 _pthread_cond_wait + 890
    2   com.apple.Foundation                    0x00007fff8b50ca80 -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation                    0x00007fff8b4d6252 -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   com.apple.proxtcore                     0x0000000101efa651 -[XTMsgQueue waitForMessage] + 49
    5   com.apple.proxtcore                     0x0000000101ef9727 -[XTThread run:] + 375
    6   com.apple.Foundation                    0x00007fff8b4dd74e -[NSThread main] + 68
    7   com.apple.Foundation                    0x00007fff8b4dd6c6 __NSThread__main__ + 1575
    8   libsystem_c.dylib                       0x00007fff889458bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff88948b75 thread_start + 13
    Thread 21:
    0   libsystem_kernel.dylib                  0x00007fff8ec52bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff889492a6 _pthread_cond_wait + 890
    2   com.apple.Foundation                    0x00007fff8b50ca80 -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation                    0x00007fff8b4d6252 -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   com.apple.proxtcore                     0x0000000101efa651 -[XTMsgQueue waitForMessage] + 49
    5   com.apple.proxtcore                     0x0000000101ef9727 -[XTThread run:] + 375
    6   com.apple.Foundation                    0x00007fff8b4dd74e -[NSThread main] + 68
    7   com.apple.Foundation                    0x00007fff8b4dd6c6 __NSThread__main__ + 1575
    8   libsystem_c.dylib                       0x00007fff889458bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff88948b75 thread_start + 13
    Thread 22:
    0   libsystem_kernel.dylib                  0x00007fff8ec52bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff889492a6 _pthread_cond_wait + 890
    2   com.apple.Foundation                    0x00007fff8b50ca80 -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation                    0x00007fff8b4d6252 -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   com.apple.proxtcore                     0x0000000101efa651 -[XTMsgQueue waitForMessage] + 49
    5   com.apple.proxtcore                     0x0000000101ef9727 -[XTThread run:] + 375
    6   com.apple.Foundation                    0x00007fff8b4dd74e -[NSThread main] + 68
    7   com.apple.Foundation                    0x00007fff8b4dd6c6 __NSThread__main__ + 1575
    8   libsystem_c.dylib                       0x00007fff889458bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff88948b75 thread_start + 13
    Thread 23:
    0   libsystem_kernel.dylib                  0x00007fff8ec52bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff889492a6 _pthread_cond_wait + 890
    2   com.apple.Foundation                    0x00007fff8b50ca80 -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation                    0x00007fff8b4d6252 -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   com.apple.proxtcore                     0x0000000101efa651 -[XTMsgQueue waitForMessage] + 49
    5   com.apple.proxtcore                     0x0000000101ef9727 -[XTThread run:] + 375
    6   com.apple.Foundation                    0x00007fff8b4dd74e -[NSThread main] + 68
    7   com.apple.Foundation                    0x00007fff8b4dd6c6 __NSThread__main__ + 1575
    8   libsystem_c.dylib                       0x00007fff889458bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff88948b75 thread_start + 13
    Thread 24:
    0   libsystem_kernel.dylib                  0x00007fff8ec52bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff889492a6 _pthread_cond_wait + 890
    2   com.apple.Foundation                    0x00007fff8b50ca80 -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation                    0x00007fff8b4d6252 -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   com.apple.proxtcore                     0x0000000101efa651 -[XTMsgQueue waitForMessage] + 49
    5   com.apple.proxtcore                     0x0000000101ef9727 -[XTThread run:] + 375
    6   com.apple.Foundation                    0x00007fff8b4dd74e -[NSThread main] + 68
    7   com.apple.Foundation                    0x00007fff8b4dd6c6 __NSThread__main__ + 1575
    8   libsystem_c.dylib                       0x00007fff889458bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff88948b75 thread_start + 13
    Thread 25:
    0   libsystem_kernel.dylib                  0x00007fff8ec52bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff889492a6 _pthread_cond_wait + 890
    2   com.apple.Foundation                    0x00007fff8b50ca80 -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation                    0x00007fff8b4d6252 -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   com.apple.proxtcore                     0x0000000101efa651 -[XTMsgQueue waitForMessage] + 49
    5   com.apple.proxtcore                     0x0000000101ef9727 -[XTThread run:] + 375
    6   com.apple.Foundation                    0x00007fff8b4dd74e -[NSThread main] + 68
    7   com.apple.Foundation                    0x00007fff8b4dd6c6 __NSThread__main__ + 1575
    8   libsystem_c.dylib                       0x00007fff889458bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff88948b75 thread_start + 13
    Thread 26:
    0   libsystem_kernel.dylib                  0x00007fff8ec52bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff889492a6 _pthread_cond_wait + 890
    2   com.apple.Foundation                    0x00007fff8b50ca80 -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation                    0x00007fff8b4d6252 -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   com.apple.proxtcore                     0x0000000101efa651 -[XTMsgQueue waitForMessage] + 49
    5   com.apple.proxtcore                     0x0000000101ef9727 -[XTThread run:] + 375
    6   com.apple.Foundation                    0x00007fff8b4dd74e -[NSThread main] + 68
    7   com.apple.Foundation                    0x00007fff8b4dd6c6 __NSThread__main__ + 1575
    8   libsystem_c.dylib                       0x00007fff889458bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff88948b75 thread_start + 13
    Thread 27:
    0   libsystem_kernel.dylib                  0x00007fff8ec52bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff889492a6 _pthread_cond_wait + 890
    2   com.apple.Foundation                    0x00007fff8b50ca80 -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation                    0x00007fff8b4d6252 -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   com.apple.proxtcore                     0x0000000101efa651 -[XTMsgQueue waitForMessage] + 49
    5   com.apple.proxtcore                     0x0000000101ef9727 -[XTThread run:] + 375
    6   com.apple.Foundation                    0x00007fff8b4dd74e -[NSThread main] + 68
    7   com.apple.Foundation                    0x00007fff8b4dd6c6 __NSThread__main__ + 1575
    8   libsystem_c.dylib                       0x00007fff889458bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff88948b75 thread_start + 13
    Thread 28:
    0   libsystem_kernel.dylib                  0x00007fff8ec52bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff889492a6 _pthread_cond_wait + 890
    2   com.apple.Foundation                    0x00007fff8b50ca80 -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation                    0x00007fff8b4d6252 -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   com.apple.proxtcore                     0x0000000101efa651 -[XTMsgQueue waitForMessage] + 49
    5   com.apple.proxtcore                     0x0000000101ef9727 -[XTThread run:] + 375
    6   com.apple.Foundation                    0x00007fff8b4dd74e -[NSThread main] + 68
    7   com.apple.Foundation                    0x00007fff8b4dd6c6 __NSThread__main__ + 1575
    8   libsystem_c.dylib                       0x00007fff889458bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff88948b75 thread_start + 13
    Thread 29:
    0   libsystem_kernel.dylib                  0x00007fff8ec52bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff889492a6 _pthread_cond_wait + 890
    2   com.apple.Foundation                    0x00007fff8b50ca80 -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation                    0x00007fff8b4d6252 -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   com.apple.proxtcore                     0x0000000101efa651 -[XTMsgQueue waitForMessage] + 49
    5   com.apple.proxtcore                     0x0000000101ef9727 -[XTThread run:] + 375
    6   com.apple.Foundation                    0x00007fff8b4dd74e -[NSThread main] + 68
    7   com.apple.Foundation                    0x00007fff8b4dd6c6 __NSThread__main__ + 1575
    8   libsystem_c.dylib                       0x00007fff889458bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff88948b75 thread_start + 13
    Thread 30:
    0   libsystem_kernel.dylib                  0x00007fff8ec52bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff889492a6 _pthread_cond_wait + 890
    2   com.apple.Foundation                    0x00007fff8b50ca80 -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation                    0x00007fff8b4d6252 -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   com.apple.proxtcore                     0x0000000101efa651 -[XTMsgQueue waitForMessage] + 49
    5   com.apple.proxtcore                     0x0000000101ef9727 -[XTThread run:] + 375
    6   com.apple.Foundation                    0x00007fff8b4dd74e -[NSThread main] + 68
    7   com.apple.Foundation                    0x00007fff8b4dd6c6 __NSThread__main__ + 1575
    8   libsystem_c.dylib                       0x00007fff889458bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff88948b75 thread_start + 13
    Thread 31:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib                  0x00007fff8ec52bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff88949274 _pthread_cond_wait + 840
    2   com.apple.JavaScriptCore                0x00007fff885dd5f7 ***::ThreadCondition::timedWait(***::Mutex&, double) + 151
    3   com.apple.JavaScriptCore                0x00007fff88809ccf JSC::Heap::blockFreeingThreadMain() + 319
    4   com.apple.JavaScriptCore                0x00007fff88809d09 JSC::Heap::blockFreeingThreadStartFunc(void*) + 9
    5   libsystem_c.dylib                       0x00007fff889458bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff88948b75 thread_start + 13
    Thread 32:
    Thread 33:: com.apple.appkit-heartbeat
    0   libsystem_kernel.dylib                  0x00007fff8ec52e42 __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff888fbdea nanosleep + 164
    2   libsystem_c.dylib                       0x00007fff888fbbb5 usleep + 53
    3   com.apple.AppKit                        0x0000000102461c73 -[NSUIHeartBeat _heartBeatThread:] + 1727
    4   com.apple.Foundation                    0x00007fff8b4dd74e -[NSThread main] + 68
    5   com.apple.Foundation                    0x00007fff8b4dd6c6 __NSThread__main__ + 1575
    6   libsystem_c.dylib                       0x00007fff889458bf _pthread_start + 335
    7   libsystem_c.dylib                       0x00007fff88948b75 thread_start + 13
    Thread 34:
    0   libsystem_kernel.dylib                  0x00007fff8ec5167a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8ec50d71 mach_msg + 73
    2   com.apple.iLifeSQLAccess                0x0000000102040b79 -[RALatchTrigger wait] + 57
    3   com.apple.iLifeSQLAccess                0x0000000102040a3c -[RAOperationQueueImpl _workThread] + 204
    4   com.apple.Foundation                    0x00007fff8b4dd74e -[NSThread main] + 68
    5   com.apple.Foundation                    0x00007fff8b4dd6c6 __NSThread__main__ + 1575
    6   libsystem_c.dylib                       0x00007fff889458bf _pthread_start + 335
    7   libsystem_c.dylib                       0x00007fff88948b75 thread_start + 13
    Thread 35:
    0   libsystem_kernel.dylib                  0x00007fff8ec5167a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8ec50d71 mach_msg + 73
    2   com.apple.iLifeSQLAccess                0x0000000102040b79 -[RALatchTrigger wait] + 57
    3   com.apple.iLifeSQLAccess                0x0000000102040a3c -[RAOperationQueueImpl _workThread] + 204
    4   com.apple.Foundation                    0x00007fff8b4dd74e -[NSThread main] + 68
    5   com.apple.Foundation                    0x00007fff8b4dd6c6 __NSThread__main__ + 1575
    6   libsystem_c.dylib                       0x00007fff889458bf _pthread_start + 335
    7   libsystem_c.dylib                       0x00007fff88948b75 thread_start + 13
    Thread 36:
    0   libsystem_kernel.dylib                  0x00007fff8ec5167a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8ec50d71 mach_msg + 73
    2   com.apple.iLifeSQLAccess                0x0000000102040b79 -[RALatchTrigger wait] + 57
    3   com.apple.iLifeSQLAccess                0x0000000102040a3c -[RAOperationQueueImpl _workThread] + 204
    4   com.apple.Foundation                    0x00007fff8b4dd74e -[NSThread main] + 68
    5   com.apple.Foundation                    0x00007fff8b4dd6c6 __NSThread__main__ + 1575
    6   libsystem_c.dylib                       0x00007fff889458bf _pthread_start + 335
    7   libsystem_c.dylib                       0x00007fff88948b75 thread_start + 13
    Thread 37:
    0   libsystem_kernel.dylib                  0x00007fff8ec5167a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8ec50d71 mach_msg + 73
    2   com.apple.iLifeSQLAccess                0x0000000102040b79 -[RALatchTrigger wait] + 57
    3   com.apple.iLifeSQLAccess                0x0000000102040a3c -[RAOperationQueueImpl _workThread] + 204
    4   com.apple.Foundation                    0x00007fff8b4dd74e -[NSThread main] + 68
    5   com.apple.Foundation                    0x00007fff8b4dd6c6 __NSThread__main__ + 1575
    6   libsystem_c.dylib                       0x00007fff889458bf _pthread_start + 335
    7   libsystem_c.dylib                       0x00007fff88948b75 thread_start + 13
    Thread 38 Crashed:
    0   com.apple.CoreFoundation                0x00007fff924aa901 __CFRunLoopFindMode + 481
    1   com.apple.CoreFoundation                0x00007fff924afecd __CFRunLoopCreate + 445
    2   com.apple.CoreFoundation                0x00007fff924afbc7 _CFRunLoopGet0 + 535
    3   com.apple.Foundation                    0x00007fff8b4dd218 __NSThread__main__ + 377
    4   libsystem_c.dylib                       0x00007fff889458bf _pthread_start + 335
    5   libsystem_c.dylib                       0x00007fff88948b75 thread_start + 13
    Thread 38 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x00000001046d2c20  rcx: 0x00007fff8ec5178e  rdx: 0x0000000000000001
      rdi: 0x0000000112876af8  rsi: 0x0000000000000003  rbp: 0x0000000112876c20  rsp: 0x0000000112876b40
       r8: 0x0000000000015203   r9: 0x0000000000000000  r10: 0x00007fff77b83101  r11: 0x0000000000000246
      r12: 0x0000000112876be0  r13: 0x00000001046d2c30  r14: 0x00007fff78246b20  r15: 0x00000001046d1760
      rip: 0x00007fff924aa901  rfl: 0x0000000000000246  cr2: 0x00000001046d3000
    Logical CPU: 1
    Binary Images:
           0x100000000 -        0x10078bfef  com.apple.Aperture (3.2.2 - 3.2.2) <AD96E4EA-580B-3585-8783-6A2458AEA857> /Applications/Aperture.app/Contents/MacOS/Aperture
           0x100975000 -        0x100e25fef  com.apple.RedRock (1.8.2 - 231.95) <15582067-FB9A-3057-988F-85AB51721A33> /Applications/Aperture.app/Contents/Frameworks/RedRock.framework/Versions/A/Red Rock
           0x101096000 -        0x101099ff7  com.apple.iLifePhotoStreamConfiguration (2.2 - 2.2) <FED42410-3DB7-3CF4-BF3B-AE1650576C9D> /Applications/Aperture.app/Contents/Frameworks/iLifePhotoStreamConfiguration.fr amework/Versions/A/iLifePhotoStreamConfiguration
           0x10109f000 -        0x1010affff  com.apple.iLifeAssetManagement (2.0 - 2.33) <B7102C48-4455-313B-9D2B-14A3DE14D5B8> /Applications/Aperture.app/Contents/Frameworks/iLifeAssetManagement.framework/V ersions/A/iLifeAssetManagement
           0x1010c1000 -        0x10116fff7  com.apple.MobileMe (11 - 1.0.3) <50A10074-AB15-39EE-952B-30D6E5CEB395> /Applications/Aperture.app/Contents/Frameworks/MobileMe.framework/Versions/A/Mo bileMe
           0x1011e9000 -        0x1014cbfff  com.apple.security (7.0 - 55110) <252F9E04-FF8A-3EA7-A38E-51DD0653663C> /System/Library/Frameworks/Security.framework/Versions/A/Security
           0x1015e4000 -        0x1015f4ff7  com.apple.opengl (1.7.6 - 1.7.6) <C168883D-9BC5-3C38-9937-42852D719718> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
           0x1015fc000 -        0x10160afff  com.apple.PluginManager (1.7.6 - 55) <ABA41202-6D4F-368A-BE19-BD1729AF074A> /Library/Frameworks/PluginManager.framework/Versions/B/PluginManager
           0x101618000 -        0x10162aff7  com.apple.AERegistration (1.2 - 401) <3E15C049-D9A3-3F63-A4DB-3CBF5F09B546> /Applications/Aperture.app/Contents/Frameworks/AERegistration.framework/Version s/A/AERegistration
           0x101643000 -        0x1016ecfff  com.apple.BrowserKit (4.2.1 - 710) <90CDAC3A-55A4-30F4-87EA-5D68B1655C1A> /System/Library/PrivateFrameworks/BrowserKit.framework/Versions/A/BrowserKit
           0x10175b000 -        0x1019d4fef  com.apple.prokit (7.2.1 - 1710) <BE6E9380-FC68-307A-A23E-E06D3FC82811> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
           0x101b56000 -        0x101b56fff  com.apple.iLifeSlideshow (2.3.0 - 847) <170DF5AC-9D40-32F5-A206-B6B2DA6A058E> /Applications/Aperture.app/Contents/Frameworks/iLifeSlideshow.framework/Version s/A/iLifeSlideshow
           0x101b59000 -        0x101b71ff7  com.apple.iLifeFaceRecognition (1.0 - 21.1) <539FCF35-8461-322E-A5CD-657EE8E402A7> /Applications/Aperture.app/Contents/Frameworks/iLifeFaceRecognition.framework/V ersions/A/iLifeFaceRecognition
           0x101b83000 -        0x101bbefef  com.apple.fayray.PrintServices (201108017 - 11.2) <90B29142-61FF-3B36-8139-DC44C018FD0C> /Applications/Aperture.app/Contents/Frameworks/PrintServices.framework/Versions /A/PrintServices
           0x101bf2000 -        0x101c27fef  com.apple.ProUtils (1.1 - 120.14) <670E0CB6-1420-3F62-8D8C-5992023E58E8> /Applications/Aperture.app/Contents/Frameworks/ProUtils.framework/Versions/A/Pr oUtils
           0x101c49000 -        0x101e14fe7  com.apple.geode (1.5.1 - 151.53) <50D7A6DD-F8BF-30CB-B889-8BA7E06E746A> /Applications/Aperture.app/Contents/Frameworks/Geode.framework/Versions/A/Geode
           0x101ef6000 -        0x101f74ff7  com.apple.proxtcore (1.3 - 140.57) <925541AB-4119-3730-8CF1-F4DD9E1E7AAB> /Applications/Aperture.app/Contents/Frameworks/ProXTCore.framework/Versions/A/P roXTCore
           0x101fe9000 -        0x101ff2fff  com.apple.MediaSync (1.1 - 130.12) <2E072575-16A4-39A3-BF65-E12290ACAFD3> /Applications/Aperture.app/Contents/Frameworks/MediaSync.framework/Versions/A/M ediaSync
           0x101ffc000 -        0x1020fafff  com.apple.iLifeSQLAccess (1.6 - 30.12) <8611A9A0-BC6B-31C1-AA0E-4FBA873F8E37> /Applications/Aperture.app/Contents/Frameworks/iLifeSQLAccess.framework/Version s/A/iLifeSQLAccess
           0x10213e000 -        0x102140fff  com.apple.ExceptionHandling (1.5 - 10) <06CC4716-FB75-3CD7-A1ED-ECA2A07F2926> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
           0x102145000 -        0x10216fff7  com.apple.iPhoto.Tellus (1.3 - 60.10) <26213311-9049-33FF-B246-392B2A65789E> /Applications/Aperture.app/Contents/Frameworks/Tellus.framework/Versions/A/Tell us
           0x10218f000 -        0x1021baff7  com.apple.iPhoto.Tessera (1.1 - 60.10) <2D018F12-AF22-3968-8D7F-FC2E2CD61883> /Applications/Aperture.app/Contents/Frameworks/Tessera.framework/Versions/A/Tes sera
           0x1021d5000 -        0x1021ddff7  com.apple.AEProfiling (1.2 - 23) <472435CB-2F53-3396-9184-44180A72AE14> /Applications/Aperture.app/Contents/Frameworks/AEProfiling.framework/Versions/A /AEProfiling
           0x1021e7000 -        0x102214fe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <7BEBB139-50BB-3112-947A-F4AA168F991C> /usr/lib/libSystem.B.dylib
           0x102222000 -        0x102e26fff  com.apple.AppKit (6.7.3 - 1138.32) <A9EB81C6-C519-3F29-89F1-42C3E8930281> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
           0x1034a9000 -        0x1034aeff7  libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib
           0x1034b5000 -        0x1036b7fff  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <38CD6ED3-C8E4-3CCD-89AC-9C3198803101> /usr/lib/libicucore.A.dylib
           0x103746000 -        0x103755ff7  libxar-nossl.dylib (??? - ???) <A6ABBFB9-E4ED-38AD-BBBB-F9958B9CEFB5> /usr/lib/libxar-nossl.dylib
           0x10375d000 -        0x1037c3ff7  com.apple.coreui (1.2.1 - 165.3) <378C9221-ADE6-36D9-9944-F33AE6904E4F> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
           0x103802000 -        0x103835ff7  com.apple.GSS (2.1 - 2.0) <57AD81CE-6320-38C9-9B66-0E5A4DEA898A> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
           0x10384d000 -        0x10389fff7  libGLU.dylib (??? - ???) <3C9153A0-8499-3DC0-AAA4-9FA6E488BE13> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
           0x1038ae000 -        0x1038b4fff  libGFXShared.dylib (??? - ???) <B95E9B22-AE68-3E48-8733-00CCCA08D50E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
           0x1038ba000 -        0x1038d0fff  libGL.dylib (??? - ???) <6A473BF9-4D35-34C6-9F8B-86B68091A9AF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
           0x1038e2000 -        0x103921ff7  libGLImage.dylib (??? - ???) <348729DC-BC44-3744-B249-9DFA6498344A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
           0x103929000 -        0x10392bfff  libCVMSPluginSupport.dylib (??? - ???) <B2FC6EC0-1A0C-3482-A3C9-D08446E8713A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
           0x103930000 -        0x103933fff  libCoreVMClient.dylib (??? - ???) <E034C772-4263-3F48-B083-25A758DD6228> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
           0x103938000 -        0x10393afff +eOkaoCom.dylib (??? - ???) <393F340C-3AD1-C89B-6C37-9D8ABF4BFFD9> /Applications/Aperture.app/Contents/Frameworks/iLifeFaceRecognition.framework/V ersions/A/Resources/eOkaoCom.dylib
           0x10393d000 -        0x103964ff2 +eOkaoPt.dylib (??? - ???) <E6500FB8-157F-57B5-FE25-2A3A1CB3574C> /Applications/Aperture.app/Contents/Frameworks/iLifeFaceRecognition.framework/V ersions/A/Resources/eOkaoPt.dylib
           0x103969000 -        0x10399efe7 +eOkaoDt.dylib (??? - ???) <7A74253D-8930-6FF1-B513-0929C4E111A2> /Applications/Aperture.app/Contents/Frameworks/iLifeFaceRecognition.framework/V ersions/A/Resources/eOkaoDt.dylib
           0x1039a4000 -        0x103b0cfef +eOkaoFr.dylib (??? - ???) <510E837E-135A-92C8-9AC0-465691EA43D2> /Applications/Aperture.app/Contents/Frameworks/iLifeFaceRecognition.framework/V ersions/A/Resources/eOkaoFr.dylib
           0x103b0f000 -        0x103b23fff  com.apple.AOSAccounts (1.0.1 - 1.0.68) <994B01E4-9C08-37A8-A624-871371DA4896> /System/Library/PrivateFrameworks/AOSAccounts.framework/Versions/A/AOSAccounts
           0x103b37000 -        0x103b74fff  com.apple.Ubiquity (1.1 - 210) <E198603B-C205-3366-82BD-7D642FF2F909> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
           0x103b92000 -        0x103b92ff7  com.apple.SafariDAVNotifier (1.1.1 - 1) <29E48245-B10F-3350-8D33-B3EC223B2853> /System/Library/PrivateFrameworks/BookmarkDAV.framework/Versions/A/Frameworks/S afariDAVNotifier.framework/Versions/A/SafariDAVNotifier
           0x103b96000 -        0x103bb6fff  com.apple.ChunkingLibrary (1.0 - 127) <ED9D3079-A201-30D8-9FC4-2F5860100E63> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
           0x103bc2000 -        0x103bf2fff  com.apple.iLifeSlideshowCore (2.3.0 - 233) <06ABCAE2-242B-3525-BBE2-34164C1B434B> /Applications/Aperture.app/Contents/Frameworks/iLifeSlideshow.framework/Version s/A/Frameworks/iLifeSlideshowCore.framework/Versions/A/iLifeSlideshowCore
           0x103c0e000 -        0x103d2eff7  com.apple.iLifeSlideshowProducer (2.3.0 - 613) <53309430-C6B5-316B-B003-E40105B18CDC> /Applications/Aperture.app/Contents/Frameworks/iLifeSlideshow.framework/Version s/A/Frameworks/iLifeSlideshowProducer.framework/Versions/A/iLifeSlideshowProduce r
           0x103d97000 -        0x103ef7ff7  com.apple.iLifeSlideshowRenderer (2.3.0 - 676) <A8E28FF8-170A-3ADD-81D7-42DB472AB48F> /Applications/Aperture.app/Contents/Frameworks/iLifeSlideshow.framework/Version s/A/Frameworks/iLifeSlideshowRenderer.framework/Versions/A/iLifeSlideshowRendere r
           0x103f83000 -        0x103f95fff  com.apple.iLifeSlideshowExporter (2.3.0 - 252) <D7494E4C-B207-339D-8B52-D649D462F990> /Applications/Aperture.app/Contents/Frameworks/iLifeSlideshow.framework/Version s/A/Frameworks/iLifeSlideshowExporter.framework/Versions/A/iLifeSlideshowExporte r
           0x103fa5000 -        0x103fd3ff7  com.apple.audio.CoreAudioKit (1.6.3 - 1.6.3) <FF3E72F7-8076-3FCA-A7B9-6A8D869520C9> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
           0x103fed000 -        0x10404dff7  com.apple.NyxAudioAnalysis (12.3 - 12.3) <68029D03-46C3-3E24-A3D6-BED836AD88E2> /Library/Frameworks/NyxAudioAnalysis.framework/Versions/A/NyxAudioAnalysis
           0x1045a0000 -        0x1045dafff  com.apple.prokit.LionPanels (7.2.1 - 1710) <41FC9644-F5EC-39FC-8A5A-4BA944B7AF11> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/Resources/LionPan els.bundle/Contents/MacOS/LionPanels
           0x1047c3000 -        0x1047c9fff  com.apple.Aperture.TaskView (1.1 - 1.0) <50941B28-53B9-345A-AD53-E36B941AC96C> /Applications/Aperture.app/Contents/PlugIns/TaskView.bundle/Contents/MacOS/Task View
           0x1069ab000 -        0x1069d9ff7  GLRendererFloat (??? - ???) <0C213C61-C08C-3B5D-85A4-EB4660AF55BF> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
           0x10b4ce000 -        0x10b667fff  GLEngine (??? - ???) <8BA26192-A4D7-362D-8B57-5FCF4B706A25> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x10b69b000 -        0x10b794fff  libGLProgrammability.dylib (??? - ???) <B7710703-8652-36B8-83DD-4F216FAF0730> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
           0x10b7ba000 -        0x10bfa0ff7  com.apple.GeForceGLDriver (7.18.11 - 7.1.8) <66FE927B-DCB6-3D51-B713-90D9676AA079> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
           0x10c495000 -        0x10cb70ff7  libclh.dylib (4.0.3 - 4.0.3) <29108026-20C1-3BF9-A43F-0986E0430FF0> /System/Library/Extensions/GeForceGLDriver.bundle/Content

    I'm also having constant quality problems. The frequent skipping occurs only in iTunes. Every other player I have on my computer continues to play each track skip-free, and yet iTunes cannot do the same for even half a song.
    Should I uninstall it and attempt to revert to 6? I love iTunes and shudder at the thought of recoursing to WMP, Winamp, or any of the others- until Apple comes out with a fix for this problem so many of us are having.
      Windows XP  

  • Just installed Arch - what now?

    I just finished successfully installing archlinux - What now?
    I had a quick peek at the wiki but it wasn't very helpful.
    Playing around I couldn't get a single package to install - no x.org or kde. pacman kept coughing up a load of errors - for instance when I tried to do pacman -Syu it told me that it couldn't sync with the belnet mirrors for core, extra and community packages. 'failed to synchronize ... transient resolver error '
    This can't be a repo problem because I installed it using internet files.
    The fact that I can't even start to use it is frustrating - even grub didn't seem to pick up my windows partition even though the grub list looked fine and I installed it to the right harddrive afaik.
    Any help? (especially for getting x.org and kde running! (or any packages installable for that matter!))
    Last edited by faermi (2007-11-09 23:48:31)

    Doehni wrote:
    First: Welcome to Arch!!
    The best point to start is the Beginners Guide in the Wiki: http://wiki.archlinux.org/index.php/Beginners_Guide
    By the way: a lot of questions can be answered by searching the wiki.
    Regarding your grub problem: Add this to your /boot/grub/menu.lst file:
    # Windows
    title Windows
    rootnoverify (hd0,0)
    makeactive
    chainloader +1
    The string (hd0,0) points to my windows partition, which is the first partition on the first hard drive (counting starts with 0)
    You see i'm sure those lines were in the grub boot list, but I will double check.
    EDIT: Ah. They were commented out. Fixed this problem
    I tried changing the mirrors for pacman to use, but it still made errors:
    Warning current locale is invalid; Using default "C" locale
    :: synchronising package databases...
    error : failed retrieving file 'core.db.tar.gz' from ftp.parrswood.manchester.sch.uk : transcient resolver failure
    It says this for all of them, and did for the belnet mirror as well.
    When I try to ping google it says unknown host - does that mean that my network isn't set up properly?
    Last edited by faermi (2007-11-10 11:10:09)

  • Just installed Arch again on my laptop, have some questions

    Hi there.
    After a few months of being linux-less, i decided to install it again (I corrupted my partition last time and have been too lazy to fix it =P). I'm also currently using KDEmod, which is great.
    However, I have some questions.
    1) It doesn't seem that the sound settings are being saved when I log out of KDE. It's always at 100%, and I always have to turn it down.
    2) I have this little cell-phone looking icon in the systray, and when i mouse over it it tell me:
    Network Management is changing!
    it is highly unstable and will crash your desktop. Until further notice, please use KDE 4 knetworkmanager instead
    Well, I looked an I've already got knetworkmanager installed:
    yaourt -Ss knetworkmanager
    kdemod-core/kdemod-networkmanagement-knetworkmanager-kde4 1030904-1 [installed] (kdemod kdemod-complete kdemod-networkmanagement kdemod-uninstall)
    KNetworkManager for KDE4
    kdemod-core/kdemod-networkmanagement-knetworkmanager-kde4-debug 1030904-1 (kdemod-debug kdemod-networkmanagement-debug kdemod-uninstall)
    KNetworkManager for KDE4 (Debugging Symbols)
    aur/knetworkmanager 0.2.2-4 (71)
    A NetworkManager front-end for kde3 and kde4, based in version 0.2.2 stable
    aur/knetworkmanager-unstable 737532-1 (Out of Date) (6)
    A NetworkManager front-end for KDE
    I remember when i had Arch before that I used ArchAssistant to manage my wired/wireless connections. Is that still around? Can anyone recommend anything else, cause I also remember getting ArchAssistant to work was a hell of a project.
    3) When I first logged in, the Akonadi Server Self-report popped up. I rememebr this from before, and could never get it to work (I really don't even know what Akonadi is, tbh). It says that the control and server process is not register to D-Bus. How can I fix this? Would I have to start and configure the MySQL daemon?
    Thanks for any help!

    For the first one, set the volume to your desired startup level, open a terminal window and run "sudo aslactl store"
    Then in your startup daemons add @alsa. That will restore your volume settings on boot, not sure about just logging in and out of KDE though. (I don't run KDE)
    see:
    http://wiki.archlinux.org/index.php/ALS … at_startup

  • Just installed Arch, can't perform tasks like useradd/pacman [Solved]

    Followed the Beginner's Guide step by step. I'm now on the 'Extra'. However I'm running into problems doing anything. The first thing I tried to do was change user password. I got 'Authentication token lock busy'. Tried to add user and got 'cannot lock /etc/passwd/'
    I figured out that I could go back into the initial setup, remount the drives, and chroot and then change password/add user. Then - as the guide says- I unmounted them and rebooted.
    Now I can't install sudo. I get 'failed to innit transaction: unable to lock database' 'could not lock database: read only file system'
    my /etc/fstab says sda1 rw which I thought meant that it was write-able
    I can't do pacman -Syy for the same reasons, however I can do it when I chroot and mount from the setup
    I followed the Beginners' Guide line by line I believe. But somewhere after unmount and reboot, it quits working.
    Last edited by mmat (2012-10-18 06:19:52)

    DSpider wrote:
    Hi, and welcome to the forum.
    The title is a bit misleading. Is the root read-only, or is useradd/pacman the problem (which both are in the "Install" section, not "Extra") ?
    I'm sorry. This is my very first time ever using linux, so I don't fully get what you're saying about read only root.. I'm not sure what the problem is. I can and did useradd/pacman when I was installing. I finished the install section. I cannot now do the first step on extra.
    DSpider wrote:You didn't remove "ro" from syslinux.cfg, did you? Or do you use GRUB?
    I used GRUB because the guide made it sound better.
    DSpider wrote:Post your fstab.
    I installed it in VirtualBox. Not sure if that matters.
    http://oi46.tinypic.com/21170rb.jpg
    -- mod edit: read the Forum Etiquette and only post thumbnails http://wiki.archlinux.org/index.php/For … s_and_Code [jwr] --
    Last edited by jasonwryan (2012-10-18 06:03:05)

  • I just installed facetime and got internal error, why?

    I cant even open it

    Wait some time. Apple servers are flooded with activation requests and they can't all be processed at the same time. Give it a few hours and try again.

  • Just installed after lots of conflict to 11.1 version it tells me to turn off compatibility mode and i dont know how

    got an i pad mini wouldnt connect to itunes downloaded 11.1 version with much difficulty now it want me to disable compatablity mode before opening and i dont know how.

    Not on my Windows 7 box at the moment, but it's generally in the same place as in the following screenshot of the iTunes.exe properties on XP:

  • Installed Arch KDEmod, have 2 questions

    I just installed arch and have a few questions. When I installed openbox and tried to login in as kde/openbox, it just takes me back to the login screen. I can login as KDE or Openbox, but not as KDE/Openbox.
    Also, Im trying to get conky to run on KDE and it will not work for some odd reason I've searched and followed the wikis for both of these issues, but I cant get either of these two things to work. Any help?

    With a little more searching, I solved teh conky issue. Still stuck with trying to login in as KDE/Openbox. I keep getting a "Fatal Server Error: Server Is Already Active For Display 0"  when I try to run it from the Konsole

  • Installing Arch encrypted using LVM on top of LUKS

    I just installed Arch following this this wiki page and this guide .
    While booting, it gets to the point when it asks for the password. Once I provide the password, the whole process halts. No messages, nothing.
    # fdisk -l /dev/sda
    Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
    255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x66c02a9c
    Device Boot Start End Blocks Id System
    /dev/sda1 1953327285 1953520064 96390 83 Linux
    /dev/sda2 1952540100 1953327284 393592+ 83 Linux
    /dev/sda3 63 1952540099 976270018+ 83 Linux
    Partition table entries are not in disk order
    /dev/sda2 contains information unrelated to my arch installation and is not to be mounted by the system
    /dev/sda3 is the encrypted partition used as a physical volume and contains my volume group and all my logical volumes.
    # pvscan
    PV /dev/mapper/abierto VG grupito lvm2 [931.04 GiB / 867.04 GiB free]
    Total: 1 [931.04 GiB] / in use: 1 [931.04 GiB] / in no VG: 0 [0 ]
    # lvscan
    ACTIVE '/dev/grupito/swap' [4.00 GiB] contiguous
    ACTIVE '/dev/grupito/casa' [40.00 GiB] inherit
    ACTIVE '/dev/grupito/raiz' [20.00 GiB] inherit
    mkinitcpio.conf
    mkinitcpio.conf wrote:
    # vim:set ft=sh
    # MODULES
    # The following modules are loaded before any boot hooks are
    # run.  Advanced users may wish to specify all system modules
    # in this array.  For instance:
    #     MODULES="piix ide_disk reiserfs"
    MODULES="dm-snapshot ext4"
    # BINARIES
    # This setting includes, into the CPIO image, and additional
    # binaries a given user may wish.  This is run first, so may
    # be used to override the actual binaries used in a given hook.
    # (Existing files are NOT overwritten is already added)
    # BINARIES are dependancy parsed, so you may safely ignore libraries
    BINARIES=""
    # FILES
    # This setting is similar to BINARIES above, however, files are added
    # as-is and are not parsed in anyway.  This is useful for config files.
    # Some users may wish to include modprobe.conf for custom module options,
    # like so:
    #    FILES="/etc/modprobe.conf"
    FILES=""
    # HOOKS
    # This is the most important setting in this file.  The HOOKS control the
    # modules and scripts added to the image, and what happens at boot time.
    # Order is important, and it is recommended that you do not change the
    # order in which HOOKS are added.  Run 'mkinitcpio -H <hook name>' for
    # help on a given hook.
    # 'base' is _required_ unless you know precisely what you are doing.
    # 'udev' is _required_ in order to automatically load modules
    # 'filesystems' is _required_ unless you specify your fs modules in MODULES
    # Examples:
    #    This setup specifies all modules in the MODULES setting above.
    #    No raid, lvm2, or encrypted root is needed.
    #    HOOKS="base"
    #    This setup will autodetect all modules for your system and should
    #    work as a sane default
    #    HOOKS="base udev autodetect pata scsi sata filesystems"
    #    This is identical to the above, except the old ide subsystem is
    #    used for IDE devices instead of the new pata subsystem.
    #    HOOKS="base udev autodetect ide scsi sata filesystems"
    #    This setup will generate a 'full' image which supports most systems.
    #    No autodetection is done.
    #    HOOKS="base udev pata scsi sata usb filesystems"
    #    This setup assembles an pata raid array with an encrypted root FS.
    #    Note: See 'mkinitcpio -H raid' for more information on raid devices.
    #    HOOKS="base udev pata raid encrypt filesystems"
    #    This setup loads an lvm2 volume group on a usb device.
    #    HOOKS="base udev usb lvm2 filesystems"
    HOOKS="base udev autodetect pata scsi sata usb encrypt lvm2 filesystems"
    # COMPRESSION
    # Use this to compress the initramfs image. With kernels earlier than
    # 2.6.30, only gzip is supported, which is also the default. Newer kernels
    # support gzip, bzip2 and lzma. Kernels 2.6.38 and later support xz
    # compression.
    #COMPRESSION="gzip"
    #COMPRESSION="bzip2"
    #COMPRESSION="lzma"
    #COMPRESSION="xz"
    # COMPRESSION_OPTIONS
    # Additional options for the compressor
    #COMPRESSION_OPTIONS=""
    menu.lst
    menu.lst wrote:
    # Config file for GRUB - The GNU GRand Unified Bootloader
    # /boot/grub/menu.lst
    # DEVICE NAME CONVERSIONS
    #  Linux           Grub
    #  /dev/fd0        (fd0)
    #  /dev/sda        (hd0)
    #  /dev/sdb2       (hd1,1)
    #  /dev/sda3       (hd0,2)
    #  FRAMEBUFFER RESOLUTION SETTINGS
    #     +-------------------------------------------------+
    #          | 640x480    800x600    1024x768   1280x1024
    #      ----+--------------------------------------------
    #      256 | 0x301=769  0x303=771  0x305=773   0x307=775
    #      32K | 0x310=784  0x313=787  0x316=790   0x319=793
    #      64K | 0x311=785  0x314=788  0x317=791   0x31A=794
    #      16M | 0x312=786  0x315=789  0x318=792   0x31B=795
    #     +-------------------------------------------------+
    #  for more details and different resolutions see
    #  http://wiki.archlinux.org/index.php/GRU … Resolution
    # general configuration:
    timeout   5
    default   0
    color light-blue/black light-cyan/blue
    # boot sections follow
    # each is implicitly numbered from 0 in the order of appearance below
    # TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
    # (0) Arch Linux
    title  Arch Linux
    root   (hd0,0)
    kernel /vmlinuz26 root=/dev/mapper/grupito-raiz cryptdevice=/dev/sda3:grupito ro
    initrd /kernel26.img
    # (1) Arch Linux
    title  Arch Linux Fallback
    root   (hd0,0)
    kernel /vmlinuz26 root=/dev/mapper/grupito-raiz cryptdevice=/dev/sda3:grupito ro
    initrd /kernel26-fallback.img
    I would appreciate some hint here (where to look and what to try?).
    Thanks.

    Okay, so I don't understand though how containing fragmentation to a certain partition will lead to a benefit.  What you are really trying to avoid are seek times, right? So if /var/log is on the same disk as everything else, you are still going to have those seeks occuring and therefore slowing everything else on that disk down, no? I think that this technique is beneficial if you actually have the fragmented filesystem on a separate disk.  But the same disk will have the same problems.
    I don't understand the question at the end... "wouldn't be the same, now with /"?  What does that mean?
    Also, if you want to defragment something, you can simply "cp -a" it from one place to another, or yu can use something like rsync.  Linux is really neat in that it has everything as a file.  So you can literally just copy all the relevant files from one place to another and have a working bootable system.  No magic boot code or anything like that that is hidden from the user.
    In reality though, it is not the /var/log that i think is acusing the problems.  I was simply explaining to you why your logs show those errors.  I think the real problem is having /usr on a separate partition.  Though this is somewhat "supported" in Arch Linux, and I have used this in the past, it is not something I feel as though I could count on.  So...
    Me wrote:Is there a reason why you need to have a separate /usr?  It would make your life far simpler if you just integrated it into your rootfs.

  • Just installed, minimal config, ethernet not recognized (or something)

    I just installed Arch, but although ifconfig recognizes my ethernet card, pacman consistently (across reboots) returns a "cannot connect" type error for every host. Please help!

    !! don't use the ftp.archlinux.org mirror as it's being throttled as of late.
    1) You can use the rankmirrors script to sort your mirrors based on speed..  search for it in the forums.  It's going to be included in pacman 3!
    2) you can use the aria2 methods mentioned in the Improve Pacman Performance wiki.  I recommend not using the 2 connection per server as it seems kind of abusive.  I just started using the pacget script myself and it distributes the load amongst all the servers.  Seems to speed things up greatly and is supposed to support resuming.

  • Just installed, performance issue

    I just installed Arch on my laptop to try and get some experience with a more DIY type distro, and I'm having performance issues. Compiling my wireless driver from source took over an hour, and it only took about 10 minutes in ubuntu. I noticed that there was very little activity shown on the HD indicator LED. In ubuntu the LED would be lit up constantly when compiling anything. I think it might have something to do with my HD. I saw that having conflicting host names in the configuration files could be an issue so I checked that, but they were the same. I'm really new to this type of distro, so I'm probably missing something really obvious.

    Oh maybe my etc/hosts is wrong. I was looking on the arch wiki and set it up in the format suggested there.
    localhost.localdomain                 localhost         hostname
                                              ^
          I didn't know I was supposed to put anything here.
    I'll have to try setting it up that way when I get home.
    would my local domain just be the broadcast IP?
    No there are no errors, it just sits there saying "retrieving packages from core/extras" and then I interrupt it and start it over and it works fine. I'm hoping that the /etc/hosts change will resolve things.
    Also my GNOME crashes when I try to install a new icon theme package. I drag and drop the package onto the appearance window and it crashes. I know this is a valid theme file as I've used it successfully on other distros. I'm worried it could be instability caused by the 2.6.28 kernel, as that is what killed my ubuntu install. Also the reason I started using arch. I need to use that kernel to resolve the ACPI problems my laptop was having with previous kernels.
    Last edited by geckoguykc (2009-03-16 19:10:47)

  • Installing Arch in a chroot via chroagh

    I figured you guys could still help me since I am installing the x86 version of Arch, just in a chroot. I had it working before but I upgraded some packages and removed a few and then when I rebooted my Chromebook later and then tried to start up KDE, X wouldn't start. I removed the Arch chroot and tried to set it up again but now it's failing to set up the chroot. I've tried going in and out of developer mode (which wipes settings) and that didn't work, I even tried to powerwash it but that didn't fix it either.
    This is the tool I'm using to install Arch
    Here's the error I run into:
    + env -i TERM=xterm chroot /var/run/crouton/usr/local/chroots/arch /prepare.sh
    + export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin
    + PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin
    + '[' '!' unspecified = unspecified -a unspecified = unspecified ']'
    + PKGEXT=tar.xz
    + DISTROAKA=arch
    + bootstrappkglist=/crouton-bootstrap-pkg
    + '[' -r /crouton-bootstrap-pkg ']'
    + '[' -n 'http://mirrors.kernel.org/archlinux/$repo/os/$arch' -a 'http://mirrors.kernel.org/archlinux/$repo/os/$arch' '!=' unspecified ']'
    + echo 'Server = http://www.example.com/'
    ++ cat /crouton-bootstrap-pkg
    + pacman -S --nodeps --nodeps --asdeps --noconfirm --force bash gawk pacman grep util-linux readline glibc mpfr libarchive curl gpgme pacman-mirrorlist archlinux-keyring pcre pam shadow coreutils ncurses linux-api-headers tzdata filesystem gmp acl attr bzip2 expat lzo2 openssl xz zlib krb5 libssh2 libgpg-error pth gnupg db cracklib libtirpc pambase libcap iana-etc gcc-libs libldap keyutils libksba libgcrypt libassuan pinentry dirmngr libgssglue libsasl
    pacman: error while loading shared libraries: libcom_err.so.2: cannot open shared object file: No such file or directory
    + ret=127
    + [ 2 = 2 ]
    + [ 127 = 0 -a -f /var/run/crouton/usr/local/chroots/arch/prepare.sh ]
    + [ ! 127 = 0 ]
    + error 127 Failed to complete chroot setup.
    + local ecode=127
    + shift
    + echo Failed to complete chroot setup.
    Failed to complete chroot setup.
    + exit 127
    + set +e
    + trap - INT HUP TERM 0
    + sh -e /home/chronos/user/Downloads/drinkcat-chroagh-9f3926e/host-bin/unmount-chroot -yc /usr/local/chroots arch
    Unmounting /usr/local/chroots/arch...
    + stty echo
    + set +e
    + trap - INT HUP TERM 0
    + umount -l /tmp/main.sh.yFY
    + rm -rf --one-file-system /tmp/main.sh.yFY
    + sh installer/../host-bin/unmount-chroot -y -c /usr/local/chroots arch
    + stty echo
    I can paste more if necessary, it's easily reproducible.
    Last edited by brando56894 (2014-01-22 02:26:57)

    https://wiki.archlinux.org/index.php/In … ting_Linux

  • Installing Arch Linux on USB key: error while booting

    Hello,
    first of all, I must say I've followed the steps from this article on arch wiki to install archlinux on my USB key: https://wiki.archlinux.org/index.php/In … _a_USB_key
    So what I did is to use one of my 2 usb keys to INSTALL linux, and the second one to RUN linux. I used dd to write on the 1st usb, eveything worked fine when booting, then I do install arch on the my second usb following the stept from the link above, everything works until I get this error while booting (at the middle):
    Waiting 10 seconds for device /dev/sdc/
    Root device '/dev/sdc' doesn't exist. Attempting to create it.
    ERROR: Unable to determine major/minor number of root device '/dev/disk/by-uuid/lotsofnumbers'
    You are being dropped to a recovery shell
    Type 'exit' to try and continue booting
    /bin/sh: Can't contact tty; job control turned off
    [ramfs /]#
    To summarize I'll show you my conf files that could help you to resolve my problem:
    /etc/fstab.conf
    /dev/sdc1 /boot ext2 defaults 0 1
    /dev/sdc2 / ext3 defaults 0 1
    /dev/sdc3 /home ext3 defaults 0 1
    So here I've sdc1 boot 32MB partition; sdc2 root 3GB partition; sdc3 home 978MB partition for a total of 4GB USB key~
    I didn't make a swap partition as in the tutorial they are writing it's unnecessary for some kind of reasons.
    /etc/mkinitcpio.conf
    HOOKS="base udev usb autodetect pata scsi sata filesystems"
    I've added to here, "usb" to the hooks
    installed GRUB on my sdc, here is the menu.ist:
    # (0) Arch Linux
    title Arch Linux (USB)
    root (hd0,0)
    kernel /vmlinuz26 root=/dev/sdc ro vga=773
    initrd /kernel26.img
    So, I boot GRUB without problems, start Arch Linux, but then I got this error above.
    I've searched alot on some forums and read many stuffs, but sitll can't fix it and it seems complicated.
    I've tried to boot with UUID, also, but didn't make difference. I tried to remove some parameter from the hooks, but unfortunately this wasn't working still. I've read somewhere to use chroot, but I didn't catch on how to do that and what was the use of chroot, I'm still noob user of arch linux and currently learning. Maybe it's the problem, as some forum were talking about creating a new image, but I still don't know how to make it. By the way, I'm not sure this could have fixed my current problem. I've also read somewhere it could be due to my lack of space, but I wrote you how I did partition my USB key, let me know if you have any suggestion please.

    1. What I did is re-installing entirely from my installation disk or USB to test out different setting in  my config files, because I don't know how to edit my .conf as I can't really finish to boot to the end and get in terminal mode? If there is a quicker way to edit files from any terminal to go into my current USB sdc to modify directly my file from there, I'd enjoy probably. So rebuilding the initpio, no, I just re-installed to test out different configs.
    2. Yes, same error.
    3. Tested out by-id/by-path and uuid = no difference
    4. Didn't know about larch, it seems to be a nice tool, I'll check it out

Maybe you are looking for