Odd hal automounting problem

Hi
usually when I bung a dvd in my drive, hal automounts it to /media and I can see it in thunar
but all of a sudden it gets mounted to /mnt/cd and when I click on it in thunar I get the following error:
Failed to mount "stuff".
Failed to determine the mount point for /dev/hdc
nor can I eject it, I get a message saying it wasn't mounted by hal:
how can I find out what is mounting it and stop it??
I've recently installed banshee and rhythmbox, could this have anything to do with it?

In case anyone cares, or has a similar problem I fixed this
I think the problem was I had pmount installed as a dependancy of one of the mp3 players I installed (banshee I think), and it was auto-mounting dvds before hal got a chance.
When I uninstalled banshee, it didn't uninstall the huge amount of other packages it installed with it. I'm still an arch newbie, and would like to know how I would have uninstalled banshee and all the other packages that come with it using pacman.
Anyone help?

Similar Messages

  • HAL automounting in console?

    HAL seems to be working fine, it works on GNOME. I plug a CD and it shows on the desktop, I unmount it and it's gone...
    But this does not in the console when no graphical session is started.
    Anyway to solve it?

    firecat53 wrote:
    That's probably not HAL automounting your CD, but the gnome-volume-manager. It will only work when gnome is running. There really is no automount in the console unless you use something like autofs or this.
    Good luck!
    Scott
    I think I'm going to take a look at autofs instead...
    Mr.Elendig wrote:You could use udev instead of HAL to do the automounting. See the bottom part of the udev wiki page.
    It seems that that is only for usb devices, I want it for CD/DVD too...
    Thank you both.

  • Hal cd automounting problem

    hi,
    im having a bit of a problem with hal! it finds flash pens & my sony ericsson phone fine, and puts them on the right hand side of pcmanfm in the location box, but cd's arent!
    if i open konqueror and goto media:/ my cd is listed there ready to mount, but i cant access media:/ through pcmanfm!
    how can i get hal to do the same with cd's as it does with flash pens & my phone??
    thanks.

    You don't need HAL to do that. Just make sure your /etc/fstab is correct, f.e.:
    /dev/sr0     /media/disc     auto     user,exec,noauto,comment=managed     0     0

  • HAL and automounter problem

    Hello i cannot access my USB external disk although i have done all the the changes in the Policykit.conf
    Here it is
    <config version="0.1">
                   <match action="org.freedesktop.hal.storage.*">
                           <return result="yes"/>
                   </match>
                   <match action="hal-storage-mount-fixed-extra-options"> <!-- for internal devices mounted with extra op$
                           <return result="yes" />
                   </match>
                   <match action="hal-storage-mount-removable-extra-options"> <!-- for external devices mounted with extr$
                           <return result="yes" />
                   </match>
    </config>
    i dont know whta went wrong ???

    Have you seen this: http://bbs.archlinux.org/viewtopic.php?id=66402
    There are tonnes of automount posts; if this one doesn't help a search of the forums will yield many results.

  • Hal automounting

    hi.
    i've got problem with automounting harddisk/cd-rooms in arch.
    i can mount (i.e= hal can) usb-disks, but fat/ntfs disks (and cdroms) cannot be mount
    i followed this wiki http://wiki.archlinux.org/index.php/HAL
    i've added dbus & hal daemons into rc.conf file
    thats my /etc/group file
    tty::5:
    disk::6:root
    lp::7:daemon
    mem::8:
    kmem::9:
    wheel::10:root,szymon
    ftp::11:
    mail::12:
    log::19:root
    smmsp::25:
    games::50:szymon
    network:x:90:
    video:x:91:szymon
    audio::92:szymon
    optical::93:hal,szymon
    floppy:x:94:hal,szymon
    storage:x:95:hal,szymon
    power:x:98:szymon
    nobody::99:
    users::100:szymon
    slocate:x:21:szymon
    dbus:x:81:szymon
    hal:x:82:szymon
    avahi:x:84:szymon
    when put a usb-cable (from external harddisk) and i try to mount it i get
    Nie można zamontować "PROGRAMY":
    Brak wystarczających uprawnień by zamontować nośnik "PROGRAMY"
    (it is not possible to mount "programy"
    you have not sufficent rights for mounting 'programy')
    i get this massage when i'm on 'normal' user and on root.
    szymon
    /////////// edit
    and when i try to mount cd (any : music, files etc) i get
    mount: wrong fs type, bad option, bad superblock on /dev/dvd,
           missing codepage or other error
           In some cases useful info is found in syslog - try
           dmesg | tail  or so.
    Last edited by szymon gruszczynski (2007-08-05 15:17:13)

    eldarion : that's my fstab
    # /etc/fstab: static file system information
    # <file system>        <dir>         <type>    <options>          <dump> <pass>
    none                   /dev/pts      devpts    defaults            0      0
    none                   /dev/shm      tmpfs     defaults            0      0
    #/dev/cdrom /mnt/cdrom   iso9660   ro,user,noauto,unhide   0      0
    #/dev/dvd /mnt/dvd   udf   ro,user,noauto,unhide   0      0
    /dev/sda1 swap swap defaults 0 0
    /dev/sda2 /boot ext3 defaults 0 1
    /dev/sda3 / ext3 defaults 0 1
    /dev/sda5 /usr ext3 defaults 0 1
    /dev/sda6 /home ext3 defaults 0 1
    i solved this problems with cd/dvd rom (as you see - i hashed /dev/cdrom and /dev/dvd).
    but the main problem remain :<

  • Gnome automounting problem...

    Hi,
    I installed Arch few days ago and I still have few issues. Well they are not too  serious but they are really annoying. Few info about my system. It's Dell Inspiron E1505. I have installed stock kernel 2.6.18-7, dbus (0.62-3), hal (0.5.8.1-1), pmount (0.9.13-1), gnome-volume-manager (1.5.15-4), udev 101-1.
    My biggest problem is automounting of removable devices. I use gnome and I am used to that gnome volume manager mounts my cds, dvds and usb sticks. Well system recognised them, but I have to click on them to mount. I searched forums to find an answer and it seems that some have the same problem, but I found no clear answer.
    The user is already member of storage group and this are my start up services:
    DAEMONS=(@acpid @915resolution @syslog-ng @hal @dbus @alsa @network @powernowd)
    Does anyone know what I should do to solve this problem?

    macros78 wrote:
    Hi,
    I installed Arch few days ago and I still have few issues. Well they are not too  serious but they are really annoying. Few info about my system. It's Dell Inspiron E1505. I have installed stock kernel 2.6.18-7, dbus (0.62-3), hal (0.5.8.1-1), pmount (0.9.13-1), gnome-volume-manager (1.5.15-4), udev 101-1.
    My biggest problem is automounting of removable devices. I use gnome and I am used to that gnome volume manager mounts my cds, dvds and usb sticks. Well system recognised them, but I have to click on them to mount. I searched forums to find an answer and it seems that some have the same problem, but I found no clear answer.
    The user is already member of storage group and this are my start up services:
    DAEMONS=(@acpid @915resolution @syslog-ng @hal @dbus @alsa @network @powernowd)
    Does anyone know what I should do to solve this problem?
    Well, for one gnome-volume-manger shouldn't ever mount anything O.o or atleaste I've never heard anything about this. HAL is what automounts devices so they work for me . Btw what is with the "@" symbol before you daemons? That doesn't need to be there, try removing them and trying again. I just have DAEMONS=(hal), ect.

  • Ivman hal dbus problem

    I tried automount and this with the packages from current and extra
    when starting ivman I get this:
    libhal.c 644 : Error connecting to system bus: Failed to connect to socket /var/lib/dbus/system_bus_socket: Connection refused
    ** (process:3869): WARNING **: manager.c/656: Failed to initialize HAL!
    if I start hal it seems to start but later does not have a process so I think it stops again:
    12:08:17.822 [I] hald.c:394: hal 0.4.7
    12:08:17.823 [I] hald.c:396: Will daemonize
    12:08:17.823 [I] hald.c:406: Becoming a daemon
    ps ax|grep hal shows me nothing
    finally dbus:
    dbus gets started at boottime and has this lines when I ps for it:
    3746 tty1     S      0:00 /usr/bin/dbus-launch --sh-syntax --exit-with-session
    3747 ?        Ss     0:00 dbus-daemon-1 --fork --print-pid 8 --print-address 6
    so somehow some kind of dbus is running but hal can't connect to it so ivman wont start.
    I could not find any information about this problem.
    any help appreciated
    thanks
    wabi

    Hi
    I got some other problem hal related
    It was running since weeks without problems..automounting usb, cd etc.
    since the latest update, where hal and dbus was updated some very very strange things happen.
    After fresh start I had normally 77 processes running, mounting was ok etc.
    Now...after a restart I got 150 processes running increasing every few seconds.
    After a minute or so I got 280. 200 are hal and hotlug.hal related.
    and the Hard Drive and CPU is always showing actibities. never happened before.
    ...and  automounting isn´t working anymore too.
    What is this? 
    tia
    mic

  • Automounting problem

    I have problem with automounting. I need it to mount:
    CD's & DVD's
    Olympus Digital camera
    Sandisk Sansa e140
    If i plug or insert something then it should mount and if i plug it out then it should umount.
    A good adwise is always needed.

    Have you put dbus and hal (in that particular order) at the daemons array in /etc/rc.conf ?
    And unplugging a mounted removable device without stopping it first may result in data loss (hate to say it, but the same may happen under windows as well). Under KDE that I use there is a "safely remove" context menu, which unloads usb_storage module temporarily (if possible), and then you can unplug the device.

  • Automount problem

    Am very new to arch .. and so far am enjoying the experience hopefully once am used to the arch way i would eventually replace the ubuntu on my xps. however one problem am still facing is the inability to mount usb pan drives or cdroms i followed everything here http://wiki.archlinux.org/index.php/AutoFS_HowTo but nothing seems to work. .. am running kdemod could that be the problem .. when i plugin a usb device and run fdisk -l i can see the device is detected and attached to /dev/sdb but its is not mounted automatically.  i would be glad if someone can put me through

    u_no_hu
    Today 05:15:18
    Do you have hal/dbus in rc.conf?
    yeah i did .. funny when i run
    bash-3.2# tail -f /var/log/messages.log
    i get this
    Jan 15 01:56:11 arch usb 2-8: new high speed USB device using ehci_hcd and addre                                 ss 6
    Jan 15 01:56:11 arch usb 2-8: configuration #1 chosen from 1 choice
    Jan 15 01:56:11 arch scsi4 : SCSI emulation for USB Mass Storage devices
    Jan 15 01:56:16 arch scsi 4:0:0:0: Direct-Access     Kingston DataTraveler 2.0 P                                 MAP PQ: 0 ANSI: 0 CCS
    Jan 15 01:56:16 arch usb 2-8: reset high speed USB device using ehci_hcd and add                                 ress 6
    and fdisk -l shows
    Device Boot      Start         End      Blocks   Id  System
    /dev/sda1               1        9726    78124063+   5  Extended
    /dev/sda5               1        5471    43945744+  83  Linux
    /dev/sda6            5472        9665    33688273+  83  Linux
    /dev/sda7            9666        9726      489951   83  Linux
    Disk /dev/sdc: 1008 MB, 1008730112 bytes
    16 heads, 32 sectors/track, 3848 cylinders
    Units = cylinders of 512 * 512 = 262144 bytes
    Disk identifier: 0x00000000
       Device Boot      Start         End      Blocks   Id  System
    /dev/sdc1              16        3848      981056    6  FAT16
    hence the usb pen drive is detected but not mounted .. i had to manually mount it by doing
    mount /dev/sdb1 /mnt
    before i could mount the drive .. it wont automount ... i would really appreciate if some one can put me through.. because am really enjoying arch and would like to install it on my main machine .. a dell xps m1330. thanks in advance

  • Odd collection of problems with newly purchased used iMac

    I have recently purchased a used iMac from eBay (an Intel model from 2006). I've been trying to get it set up over the last couple of days and have had one problem after another. I suspect a hardware problem, but would like to be able to pin it down before I contact the seller and ask them to take (and pay for shipping on) a return.
    Here are the symptoms:
    The iMac came with OS 10.5 freshly installed. I ran Software Update, which offered to install a combo update to bring it up to 10.5.8. I said yes, and it downloaded the update, restarted to complete the installation, and then hung at the same point for hours during the installation. I finally gave up and shutdown by holding down the power button, then restarted and tried again to run the update through Software Update -- and it hung again. I did a new fresh install of 10.5, and thereafter was able to download and install the update properly.
    Afterward, I used the computer for a while without a problem and installed a few applications that I have known to be compatible with both Leopard and Intel Macs in the past. After it finished with the installing, I opened a Safari window and the computer became unresponsive, except that I could move the spinning beach ball around the screen. I left it for ten or fifteen minutes, then tried to force quit, but the force quit dialog box wouldn't come up. I held down the power button to shut down, waited ten seconds, and restarted.
    Suspecting bad memory, I installed Applejack and Memtest and used Applejack to run Memtest in single user mode. It found no problems with the memory. (The computer did not come with a disk to check the hardware.)
    I restarted, tried to open Safari and found that the cursor was "stuck." I went to check the USB connection for the mouse, when I heard the startup chime and then watched as the iMac rebooted on its own. A screen notice said:
    The computer was restarted after Mac OS X quit unexpectedly. Click report to see more details or send a report to Apple.
    The report read:
    Interval Since Last Panic Report:  17646 sec
    Panics Since Last Report:          1
    Anonymous UUID:                    049895A2-15D4-4AB9-B189-349747A8704F
    Thu Oct 25 16:23:35 2012
    Machine-check capabilities (cpu 1) 0x0000000000000006:
    family: 6 model: 14 stepping: 8 microcode: 0
    Genuine Intel(R) CPU            1500  @ 2.00GHz
    6 error-reporting banks
    Machine-check status 0x0000000000000005:
    restart IP valid
    machine-check in progress
    MCA error-reporting registers:
    IA32_MC0_STATUS(0x401): 0xb200004000000800 valid
      MCA error code:            0x0800
      Model specific error code: 0x0000
      Other information:         0x00000040
      Status bits:
       Processor context corrupt
       Error enabled
       Uncorrected error
    IA32_MC1_STATUS(0x405): 0x0000000000000000 invalid
    IA32_MC2_STATUS(0x409): 0x0000000000000000 invalid
    IA32_MC3_STATUS(0x40d): 0x0000000000000000 invalid
    IA32_MC4_STATUS(0x411): 0x0000000000000011 invalid
    IA32_MC5_STATUS(0x415): 0xb200120020080400 valid
      MCA error code:            0x0400
      Model specific error code: 0x2008
      Other information:         0x00001200
      Status bits:
       Processor context corrupt
       Error enabled
       Uncorrected error
    panic(cpu 1 caller 0x001AA46A): Machine-check at 0x00c798b2, thread:0x35527d8, code:0x12, registers:
    CR0: 0x8001003b, CR2: 0x008ec000, CR3: 0x010e1000, CR4: 0x000006e0
    EAX: 0x00000010, EBX: 0x0361c140, ECX: 0x00000001, EDX: 0x00c7f800
    ESP: 0x2a8bfc70, EBP: 0x2a8bfc98, ESI: 0x03614084, EDI: 0x00c7ecb0
    EFL: 0x00000002, EIP: 0x00c798b2
    Backtrace (CPU 1), Frame : Return Address (4 potential args on stack)
    0x4f8f18 : 0x12b4c6 (0x45f91c 0x4f8f4c 0x13355c 0x0)
    0x4f8f68 : 0x1aa46a (0x4692a4 0xc798b2 0x35527d8 0x12)
    0x4f8fe8 : 0x1a2525 (0x12 0x0 0x0 0x0)
    Backtrace terminated-invalid frame pointer 0
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    9L31a
    Kernel version:
    Darwin Kernel Version 9.8.0: Wed Jul 15 16:55:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_I386
    System model name: iMac4,1 (Mac-F42787C8)
    System uptime in nanoseconds: 373754620262
    unloaded kexts:
    com.apple.driver.InternalModemSupport          2.4.0 - last unloaded 84297245239
    loaded kexts:
    com.apple.driver.InternalModemSupport          2.4.0 - last loaded 14244796671
    com.apple.filesystems.autofs          2.0.2
    com.apple.driver.AppleHDAPlatformDriver          1.7.1a2
    com.apple.driver.AppleHWSensor          1.9d0
    com.apple.driver.AppleHDAHardwareConfigDriver          1.7.1a2
    com.apple.driver.AppleUpstreamUserClient          2.7.5
    com.apple.driver.AppleHDA          1.7.1a2
    com.apple.kext.ATY_Wormy          5.4.8
    com.apple.driver.AppleGraphicsControl          2.8.15
    com.apple.iokit.IOBluetoothSerialManager          2.1.9f10
    com.apple.ATIRadeonX1000          5.4.8
    com.apple.Dont_Steal_Mac_OS_X          6.0.3
    com.apple.driver.AppleBacklight          1.6.0
    com.apple.driver.AppleHDAController          1.7.1a2
    com.apple.driver.AudioIPCDriver          1.0.6
    com.apple.driver.AppleIRController          113
    com.apple.driver.ACPI_SMC_PlatformPlugin          3.4.0a17
    com.apple.driver.AppleLPC          1.3.1
    com.apple.driver.AppleTyMCEDriver          1.0.0d28
    com.apple.iokit.IOFireWireIP          1.7.7
    com.apple.driver.CSRUSBBluetoothHCIController          2.1.9f10
    com.apple.driver.AppleUSBHIDMouse          1.2.4b3
    com.apple.driver.CSRHIDTransitionDriver          2.1.9f10
    com.apple.driver.AppleUSBMergeNub          3.5.2
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          2.1.1
    com.apple.iokit.SCSITaskUserClient          2.1.1
    com.apple.driver.XsanFilter          2.7.91
    com.apple.iokit.IOATAPIProtocolTransport          1.5.3
    com.apple.driver.AppleFileSystemDriver          1.1.0
    com.apple.iokit.IOAHCIBlockStorage          1.2.2
    com.apple.driver.AppleUSBHub          3.4.9
    com.apple.iokit.IOUSBUserClient          3.5.2
    com.apple.driver.AppleFWOHCI          3.9.7
    com.apple.driver.AirPortBrcm43xx          367.91.22
    com.apple.driver.AppleAHCIPort          1.7.0
    com.apple.driver.AppleIntelPIIXATA          2.0.1
    com.apple.iokit.AppleYukon2          3.1.13b2
    com.apple.driver.AppleUSBEHCI          3.4.6
    com.apple.driver.AppleUSBUHCI          3.5.2
    com.apple.driver.AppleEFINVRAM          1.2.0
    com.apple.driver.AppleRTC          1.2.3
    com.apple.driver.AppleHPET          1.4
    com.apple.driver.AppleACPIPCI          1.2.5
    com.apple.driver.AppleACPIButtons          1.2.5
    com.apple.driver.AppleSMBIOS          1.4
    com.apple.driver.AppleACPIEC          1.2.5
    com.apple.driver.AppleAPIC          1.4
    com.apple.security.seatbelt          107.12
    com.apple.nke.applicationfirewall          1.8.77
    com.apple.security.TMSafetyNet          3
    com.apple.driver.AppleIntelCPUPowerManagement          76.2.0
    com.apple.driver.DiskImages          199
    com.apple.BootCache          30.4
    com.apple.driver.DspFuncLib          1.7.1a2
    com.apple.iokit.IOSerialFamily          9.4
    com.apple.iokit.IONDRVSupport          1.7.3
    com.apple.iokit.IOGraphicsFamily          1.7.3
    com.apple.iokit.IOHDAFamily          1.7.1a2
    com.apple.iokit.IOAudioFamily          1.6.9fc5
    com.apple.kext.OSvKernDSPLib          1.1
    com.apple.driver.IOPlatformPluginFamily          3.4.0a17
    com.apple.driver.AppleSMC          2.3.1d1
    com.apple.driver.AppleUSBBluetoothHCIController          2.1.9f10
    com.apple.iokit.IOBluetoothFamily          2.1.9f10
    com.apple.driver.AppleHIDMouse          1.2.4b3
    com.apple.iokit.IOUSBHIDDriver          3.4.6
    com.apple.driver.AppleUSBComposite          3.2.0
    com.apple.iokit.IOSCSIBlockCommandsDevice          2.1.1
    com.apple.iokit.IOBDStorageFamily          1.5
    com.apple.iokit.IODVDStorageFamily          1.5
    com.apple.iokit.IOCDStorageFamily          1.5
    com.apple.iokit.IOSCSIArchitectureModelFamily          2.1.1
    com.apple.iokit.IOFireWireFamily          3.4.9
    com.apple.iokit.IO80211Family          216.1
    com.apple.iokit.IOAHCIFamily          1.5.0
    com.apple.iokit.IOATAFamily          2.0.1
    com.apple.iokit.IONetworkingFamily          1.6.1
    com.apple.iokit.IOUSBFamily          3.5.2
    com.apple.driver.AppleEFIRuntime          1.2.0
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.iokit.IOStorageFamily          1.5.6
    com.apple.iokit.IOHIDFamily          1.5.5
    com.apple.driver.AppleACPIPlatform          1.2.5
    com.apple.iokit.IOACPIFamily          1.2.0
    com.apple.iokit.IOPCIFamily          2.6
    The report also showed an unusual screen artifact -- a black line that went across it, but was not on the rest of the screen.
    I opened Safari to look up information about kernel panics, and found a similar black line across its window. Later, on a different page, there was a blue line -- and on another page after that, various blue and black lines appeared. I restarted Safari, and it still showed odd lines. Those lines were only on the Safari window, not across the whole screen.
    I have very little experience troubleshooting problems of this sort, and I'm hoping someone with more experience can tell me what significance the panic report has and how it might relate to the other problems. Like I said, I expect that I'll need to return this iMac (which I've only had for a couple of days now), but I'd like to have a clearer idea of what's going on before I contact the seller.
    Any help would be much appreciated!

    Safari just unexpectedly quit. I don't know if the report offers useful information, but here it is:
    Process:         Safari [791]
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         5.0.6 (5533.22.3)
    Build Info:      WebBrowser-75332203~3
    Code Type:       X86 (Native)
    Parent Process:  launchd [71]
    Interval Since Last Report:          68504 sec
    Crashes Since Last Report:           4
    Per-App Interval Since Last Report:  12014 sec
    Per-App Crashes Since Last Report:   1
    Date/Time:       2012-10-26 13:57:43.206 -0700
    OS Version:      Mac OS X 10.5.8 (9L31a)
    Report Version:  6
    Anonymous UUID:  0F11EBF5-8000-4B7E-8AAC-0A1E247E80F2
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000010
    Crashed Thread:  0
    Thread 0 Crashed:
    0   com.apple.Safari                        0x000b62c2 0x1000 + 742082
    1   com.apple.Safari                        0x00151c72 0x1000 + 1379442
    2   com.apple.CoreFoundation                0x9102a91d __invoking___ + 29
    3   com.apple.CoreFoundation                0x9102a308 -[NSInvocation invoke] + 136
    4   com.apple.CoreFoundation                0x9102a3d8 -[NSInvocation invokeWithTarget:] + 72
    5   com.apple.Foundation                    0x93d260fc -[_NSUndoInvocation invoke] + 44
    6   com.apple.Foundation                    0x93d25e64 -[_NSUndoStack popAndInvoke] + 244
    7   com.apple.Foundation                    0x93d25c67 -[NSUndoManager undoNestedGroup] + 199
    8   com.apple.AppKit                        0x9232ee8f -[NSApplication sendAction:to:from:] + 112
    9   com.apple.Safari                        0x00047d15 0x1000 + 290069
    10  com.apple.AppKit                        0x923ddb64 -[NSMenu performActionForItemAtIndex:] + 493
    11  com.apple.AppKit                        0x923dd869 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 220
    12  com.apple.AppKit                        0x923dd4ef -[NSMenu performKeyEquivalent:] + 866
    13  com.apple.AppKit                        0x923dbd94 -[NSApplication _handleKeyEquivalent:] + 492
    14  com.apple.AppKit                        0x922f8ac7 -[NSApplication sendEvent:] + 3997
    15  com.apple.Safari                        0x000377c0 0x1000 + 223168
    16  com.apple.AppKit                        0x92255fe7 -[NSApplication run] + 867
    17  com.apple.AppKit                        0x922231d8 NSApplicationMain + 574
    18  com.apple.Safari                        0x0000acee 0x1000 + 40174
    Thread 1:
    0   libSystem.B.dylib                       0x92f0934e __semwait_signal + 10
    1   libSystem.B.dylib                       0x92f5ed81 sleep$UNIX2003 + 63
    2   com.apple.JavaScriptCore                0x9587fab1 ***::TCMalloc_PageHeap::scavengerThread() + 145
    3   com.apple.JavaScriptCore                0x9587fd8f ***::TCMalloc_PageHeap::runScavengerThread(void*) + 15
    4   libSystem.B.dylib                       0x92f33055 _pthread_start + 321
    5   libSystem.B.dylib                       0x92f32f12 thread_start + 34
    Thread 2:
    0   libSystem.B.dylib                       0x92f0934e __semwait_signal + 10
    1   libSystem.B.dylib                       0x92f33ccd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.WebCore                       0x91283587 WebCore::IconDatabase::syncThreadMainLoop() + 279
    3   com.apple.WebCore                       0x91280e19 WebCore::IconDatabase::iconDatabaseSyncThread() + 761
    4   libSystem.B.dylib                       0x92f33055 _pthread_start + 321
    5   libSystem.B.dylib                       0x92f32f12 thread_start + 34
    Thread 3:
    0   libSystem.B.dylib                       0x92f02166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x92f0995c mach_msg + 72
    2   com.apple.CoreFoundation                0x90faae7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x90fabaa8 CFRunLoopRunInMode + 88
    4   com.apple.CFNetwork                     0x92a1f18c CFURLCacheWorkerThread(void*) + 388
    5   libSystem.B.dylib                       0x92f33055 _pthread_start + 321
    6   libSystem.B.dylib                       0x92f32f12 thread_start + 34
    Thread 4:
    0   libSystem.B.dylib                       0x92f0934e __semwait_signal + 10
    1   libSystem.B.dylib                       0x92f33ccd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.JavaScriptCore                0x956d46b1 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    3   com.apple.WebCore                       0x9129c77c WebCore::LocalStorageThread::threadEntryPoint() + 188
    4   libSystem.B.dylib                       0x92f33055 _pthread_start + 321
    5   libSystem.B.dylib                       0x92f32f12 thread_start + 34
    Thread 5:
    0   libSystem.B.dylib                       0x92f02166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x92f0995c mach_msg + 72
    2   com.apple.CoreFoundation                0x90faae7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x90fabaa8 CFRunLoopRunInMode + 88
    4   com.apple.Safari                        0x0002f33d 0x1000 + 189245
    5   com.apple.Safari                        0x0002f08a 0x1000 + 188554
    6   com.apple.Safari                        0x0002f023 0x1000 + 188451
    7   libSystem.B.dylib                       0x92f33055 _pthread_start + 321
    8   libSystem.B.dylib                       0x92f32f12 thread_start + 34
    Thread 6:
    0   libSystem.B.dylib                       0x92f0934e __semwait_signal + 10
    1   libSystem.B.dylib                       0x92f33ccd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.QuartzCore                    0x9451fa09 fe_fragment_thread + 54
    3   libSystem.B.dylib                       0x92f33055 _pthread_start + 321
    4   libSystem.B.dylib                       0x92f32f12 thread_start + 34
    Thread 7:
    0   libSystem.B.dylib                       0x92f02166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x92f0995c mach_msg + 72
    2   com.apple.CoreFoundation                0x90faae7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x90fabaa8 CFRunLoopRunInMode + 88
    4   com.apple.Foundation                    0x93cb7520 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
    5   com.apple.Foundation                    0x93c53dfd -[NSThread main] + 45
    6   com.apple.Foundation                    0x93c539a4 __NSThread__main__ + 308
    7   libSystem.B.dylib                       0x92f33055 _pthread_start + 321
    8   libSystem.B.dylib                       0x92f32f12 thread_start + 34
    Thread 8:
    0   libSystem.B.dylib                       0x92f5160a select$DARWIN_EXTSN + 10
    1   libSystem.B.dylib                       0x92f33055 _pthread_start + 321
    2   libSystem.B.dylib                       0x92f32f12 thread_start + 34
    Thread 9:
    0   libSystem.B.dylib                       0x92f0934e __semwait_signal + 10
    1   libSystem.B.dylib                       0x92f33ccd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.ColorSync                     0x94a5e3c8 pthreadSemaphoreWait(t_pthreadSemaphore*) + 42
    3   com.apple.ColorSync                     0x94a70d4e CMMConvTask(void*) + 54
    4   libSystem.B.dylib                       0x92f33055 _pthread_start + 321
    5   libSystem.B.dylib                       0x92f32f12 thread_start + 34
    Thread 10:
    0   libSystem.B.dylib                       0x92f02166 mach_msg_trap + 10
    1   libSystem.B.dylib                       0x92f0995c mach_msg + 72
    2   com.apple.CoreFoundation                0x90faae7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation                0x90fabaa8 CFRunLoopRunInMode + 88
    4   com.apple.audio.CoreAudio               0x93b995f8 HALRunLoop::OwnThread(void*) + 160
    5   com.apple.audio.CoreAudio               0x93b99480 CAPThread::Entry(CAPThread*) + 96
    6   libSystem.B.dylib                       0x92f33055 _pthread_start + 321
    7   libSystem.B.dylib                       0x92f32f12 thread_start + 34
    Thread 11:
    0   libSystem.B.dylib                       0x92f0934e __semwait_signal + 10
    1   libSystem.B.dylib                       0x92f33ccd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.JavaScriptCore                0x956d46b1 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    3   com.apple.Safari                        0x001ae478 0x1000 + 1758328
    4   com.apple.Safari                        0x00044cdd 0x1000 + 277725
    5   com.apple.Safari                        0x00044c2d 0x1000 + 277549
    6   libSystem.B.dylib                       0x92f33055 _pthread_start + 321
    7   libSystem.B.dylib                       0x92f32f12 thread_start + 34
    Thread 12:
    0   libSystem.B.dylib                       0x92f0934e __semwait_signal + 10
    1   libSystem.B.dylib                       0x92f33ccd pthread_cond_wait$UNIX2003 + 73
    2   com.apple.JavaScriptCore                0x956d46b1 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    3   com.apple.WebCore                       0x9129c77c WebCore::LocalStorageThread::threadEntryPoint() + 188
    4   libSystem.B.dylib                       0x92f33055 _pthread_start + 321
    5   libSystem.B.dylib                       0x92f32f12 thread_start + 34
    Thread 13:
    0   libSystem.B.dylib                       0x92f021c6 semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x92f341af _pthread_cond_wait + 1244
    2   libSystem.B.dylib                       0x92f35a33 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x93c99dbc -[NSCondition waitUntilDate:] + 236
    4   com.apple.Foundation                    0x93c99bd0 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5   com.apple.Foundation                    0x93c99b35 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.AppKit                        0x922c36e8 -[NSUIHeartBeat _heartBeatThread:] + 753
    7   com.apple.Foundation                    0x93c53dfd -[NSThread main] + 45
    8   com.apple.Foundation                    0x93c539a4 __NSThread__main__ + 308
    9   libSystem.B.dylib                       0x92f33055 _pthread_start + 321
    10  libSystem.B.dylib                       0x92f32f12 thread_start + 34
    Thread 14:
    0   libSystem.B.dylib                       0x92f6b1a2 __workq_ops + 10
    1   libSystem.B.dylib                       0x92f6b1d2 start_wqthread + 30
    Thread 15:
    0   ???                                     0000000000 0 + 0
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x11bff8f0  ebx: 0x00000000  ecx: 0x0052da58  edx: 0x11bff8f0
      edi: 0x1364ba50  esi: 0x00000000  ebp: 0xbffff408  esp: 0xbffff3c0
       ss: 0x0000001f  efl: 0x00010286  eip: 0x000b62c2   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x00000010
    Binary Images:
        0x1000 -   0x5d3ffc  com.apple.Safari 5.0.6 (5533.22.3) <79731a26a77704fb4831e3adc020a381> /Applications/Safari.app/Contents/MacOS/Safari
      0x644000 -   0x64ffff  libxar.1.dylib ??? (???) /usr/lib/libxar.1.dylib
      0x657000 -   0x681fe8  com.apple.framework.Apple80211 5.2.8 (528.1) <97dfd0c2d44d3c5839dd96f74e43d9c2> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
      0x692000 -   0x6a1ffc  SyndicationUI ??? (???) <4cb2f7ffaf3185ff4e036082064e7121> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    0x9c40000 -  0x9e48fef  com.apple.RawCamera.bundle 2.1.3 (537) <ef9996f5ec0caf58dc832a4153196a1e> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0xcdd3000 -  0xcdd8ff3  libCGXCoreImage.A.dylib ??? (???) <30bd95e38c8a203ee387013527cfd9d0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0xe6c0000 -  0xe6c1ff3  ATSHI.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
    0xf255000 -  0xf258ff2 +com.macromedia.Flash Player.plugin 10.3.183.29 (10.3.183.29) <590415f9d1975e0549277b817bcdd879> /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
    0xf36e000 -  0xf36effc  com.apple.JavaPluginCocoa 12.4.0 (12.4.0) <be6a0027130daaacddce407114497d4a> /System/Library/Frameworks/JavaVM.framework/Versions/A/Resources/JavaPluginCoco a.bundle/Contents/MacOS/JavaPluginCocoa
    0xf374000 -  0xf37affc  com.apple.JavaVM 12.4.1 (12.4.1) <634419750ecb901d01abbdbc3fff22d8> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
    0xf47e000 -  0xf481fff  com.apple.audio.AudioIPCPlugIn 1.0.6 (1.0.6) <51c811377017028f8904ad779e6a1344> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0xf487000 -  0xf48dfff  com.apple.audio.AppleHDAHALPlugIn 1.7.1 (1.7.1a2) <a0a4389b5ac52ab84397d2b25c9d3b9c> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0xf600000 - 0x1004efe3 +com.macromedia.FlashPlayer-10.4-10.5.plugin 10.3.183.29 (10.3.183.29) <d429048099c924aa8b162158bbb5be64> /Library/Internet Plug-Ins/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.4-10.5.plugin/Contents/MacOS/Flas hPlayer-10.4-10.5
    0x1023c000 - 0x1024afeb  libSimplifiedChineseConverter.dylib ??? (???) <68f130a585c3f580d166ef7cbbf47e69> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x106a4000 - 0x106b6fff  libTraditionalChineseConverter.dylib ??? (???) <6108541a452ff07d2f67db4a488b9d22> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x10a16000 - 0x10a32fe7  libPDFRIP.A.dylib ??? (???) <13247fe0bc24a36f1e5f46c9d830838e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libPDFRIP.A.dylib
    0x8fe00000 - 0x8fe2db43  dyld 97.1 (???) <458eed38a009e5658a79579e7bc26603> /usr/lib/dyld
    0x90003000 - 0x90005ffd  com.apple.CrashReporterSupport 10.5.7 (161) <ccdc3f2000afa5fcbb8537845f36dc01> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x90006000 - 0x90006ffe  com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <a2b462be6c51187eddf7d097ef0e0a04> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x90075000 - 0x900b4fef  libTIFF.dylib ??? (???) <2afd7f6079224311d67ab427e10bf61c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x900b5000 - 0x900ebfef  libtidy.A.dylib ??? (???) <7f0b8a7837bd7f8039d06fc042acf85b> /usr/lib/libtidy.A.dylib
    0x900ec000 - 0x904aafea  libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x904ab000 - 0x904b2ffe  libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
    0x904b3000 - 0x904c0fe7  com.apple.opengl 1.5.10 (1.5.10) <e7d1198d869f45f09251f9697cbdd192> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x904c1000 - 0x90554ff3  com.apple.ApplicationServices.ATS 3.8 (???) <e61b0945da6ab368348a927f7428ad67> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90555000 - 0x9056bfff  com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x9056c000 - 0x90589ff7  com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x9058a000 - 0x90645fe3  com.apple.CoreServices.OSServices 228.1 (228.1) <9c640e79ad97f335730d8a49f6cb2032> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90646000 - 0x90691fe1  com.apple.securityinterface 3.0.4 (37213) <16de57ab3e3f85f3b753f116e2fa7847> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x90692000 - 0x906b6fff  libxslt.1.dylib ??? (???) <c372568bd2f7169efa0faee6546eead3> /usr/lib/libxslt.1.dylib
    0x906bc000 - 0x90d5cfff  com.apple.CoreGraphics 1.409.8 (???) <25020feb388637ee860451c19b613c48> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x90d5d000 - 0x90d62fff  com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x90d63000 - 0x90e15ffb  libcrypto.0.9.7.dylib ??? (???) <d02f7e5b8a68813bb7a77f5edb34ff9d> /usr/lib/libcrypto.0.9.7.dylib
    0x90e16000 - 0x90e21fe7  libCSync.A.dylib ??? (???) <f3228c803584320fde5e1bb9f04b4d44> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x90e57000 - 0x90f37fff  libobjc.A.dylib ??? (???) <3ca288b625a47bbcfe378158e4dc328f> /usr/lib/libobjc.A.dylib
    0x90f38000 - 0x9106bfe7  com.apple.CoreFoundation 6.5.7 (476.19) <a332c8f45529ee26d2e9c36d0c723bad> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x9106c000 - 0x910f9ff7  com.apple.framework.IOKit 1.5.2 (???) <7a3cc24f78f93931731203854ae0d891> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x910fa000 - 0x9127afff  com.apple.AddressBook.framework 4.1.2 (702) <f9360f9926ccd411fdf7550b73034d17> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x9127b000 - 0x91fe9fe3  com.apple.WebCore 5534 (5534.50.1) <bef6f01e56834f2498918b264f0acbf7> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x91fea000 - 0x920d2ff3  com.apple.CoreData 100.2 (186.2) <44df326fea0236718f5ed64084e82270> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x92106000 - 0x9212afeb  libssl.0.9.7.dylib ??? (???) <5b29af782be5894be8b336c9c73c18b6> /usr/lib/libssl.0.9.7.dylib
    0x9212b000 - 0x9212dff5  libRadiance.dylib ??? (???) <73169d8c3fc31df4005e8eaa0d16bde5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x9212e000 - 0x9221cfef  com.apple.PubSub 1.0.5 (65.23) <7d496f89df21f6b9ecf99a7727469c2a> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x9221d000 - 0x92a1bfef  com.apple.AppKit 6.5.9 (949.54) <4df5d2e2271175452103f789b4f4d8a8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x92a1c000 - 0x92ac3fec  com.apple.CFNetwork 438.16 (438.16) <0a2f633dc532b176109547367f209ced> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x92ac4000 - 0x92dd2fe2  com.apple.QuickTime 7.2.1 (7.2.1) <6521656603a30c11ea6d3be1fdde0fa9> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x92e25000 - 0x92e25ffd  com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x92e26000 - 0x92e4eff7  com.apple.shortcut 1.0.1 (1.0) <37e4b08cfaf9edb08b8682a06c4ec844> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x92e4f000 - 0x92e4ffff  com.apple.Carbon 136 (136) <98a5e3bc0c4fa44bbb09713bb88707fe> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92e50000 - 0x92e66fe7  com.apple.CoreVideo 1.5.0 (1.5.0) <bcc3dd0978bb626c26378227740e1e80> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x92e6d000 - 0x92f00fff  com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x92f01000 - 0x93068ff3  libSystem.B.dylib ??? (???) <be7a9fa5c8a925578bddcbaa72e5bf6e> /usr/lib/libSystem.B.dylib
    0x93069000 - 0x93130ff2  com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x93131000 - 0x93135fff  libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x93136000 - 0x9313bfff  com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x9313c000 - 0x93274fe7  com.apple.imageKit 1.0.2 (1.0) <00d03cf7f26e1b6023efdc4bd15dd52e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x93275000 - 0x9327cff7  libCGATS.A.dylib ??? (???) <8875cf11c0de0579423ac6b6ce80336d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x932b9000 - 0x932c7ffd  libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
    0x93305000 - 0x9330cfff  com.apple.agl 3.0.9 (AGL-3.0.9) <5a57ce58f8adb7825e1adb9f7cdea151> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x9330d000 - 0x93328ff3  libPng.dylib ??? (???) <e0c3bdc3144e1ed91f1e4d00d147ff3a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x93329000 - 0x93330fe9  libgcc_s.1.dylib ??? (???) <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
    0x93336000 - 0x9334efff  com.apple.openscripting 1.2.8 (???) <a888b18c8527f71629702ed8dce9c877> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x933ee000 - 0x933eeffa  com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x93553000 - 0x936a5ff3  com.apple.audio.toolbox.AudioToolbox 1.5.3 (1.5.3) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x936a6000 - 0x936a6ff8  com.apple.Cocoa 6.5 (???) <e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x936a7000 - 0x9374efeb  com.apple.QD 3.11.57 (???) <35f058678972d42b88ebdf652df79956> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x9374f000 - 0x9374fffd  com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x93750000 - 0x93899ff7  com.apple.ImageIO.framework 2.0.9 (2.0.9) <717938c4837f88bbe8ec613d4d25bc52> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x9389a000 - 0x93b74ff3  com.apple.CoreServices.CarbonCore 786.16 (786.16) <d2af3f75c3500c518c39fd00aed7f9b9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x93b75000 - 0x93b75ffb  com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x93b76000 - 0x93b7bfff  com.apple.DisplayServicesFW 2.0.2 (2.0.2) <cb9b98b43ae385a0f374baabe2b71764> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x93b7c000 - 0x93bf9feb  com.apple.audio.CoreAudio 3.1.2 (3.1.2) <782a08c44be4698597f4bbd79cac21c6> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x93bfa000 - 0x93c3bfe7  libRIP.A.dylib ??? (???) <cd04df9e8993c51312c8cbcfe2539914> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x93c3c000 - 0x93c48ffe  libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x93c49000 - 0x93ec5fe7  com.apple.Foundation 6.5.9 (677.26) <c68b3cff7864959becfc7fd1a384f925> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x93ec6000 - 0x93ef3feb  libvDSP.dylib ??? (???) <f39d424bd56a0e75d5c7a2280a25cd76> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x93ef4000 - 0x93f6eff8  com.apple.print.framework.PrintCore 5.5.4 (245.6) <9ae833544b8249984c07544dbe6a97fa> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x93f6f000 - 0x93fc0ff7  com.apple.HIServices 1.7.1 (???) <ba7fd0ede540a0da08db027f87efbd60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x94010000 - 0x9409dff7  com.apple.LaunchServices 292 (292) <a41286c7c1eb20ffd5cc796f791070f0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x9409e000 - 0x94104ffb  com.apple.ISSupport 1.8 (38.3) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x9436e000 - 0x94378feb  com.apple.audio.SoundManager 3.9.2 (3.9.2) <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x94379000 - 0x9442afff  edu.mit.Kerberos 6.0.15 (6.0.15) <28005ea82ba82307f185c255c25bfdd3> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x9442b000 - 0x947c8fef  com.apple.QuartzCore 1.5.8 (1.5.8) <18113e06d296230d63a63b58baf35f55> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9480e000 - 0x948efff7  libxml2.2.dylib ??? (???) <f274ba384fb55203873f9c17569ef131> /usr/lib/libxml2.2.dylib
    0x948f0000 - 0x9490eff3  com.apple.DirectoryService.Framework 3.5.7 (3.5.7) <b4cd561d2481c4162ecf0acdf8cb062c> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x9490f000 - 0x94917fff  com.apple.DiskArbitration 2.2.1 (2.2.1) <ba64dd6ada417b5e7be736957f380bca> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x94918000 - 0x949a2fff  com.apple.QTKit 7.2.1 (7.2.1) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x949a3000 - 0x949d4ffb  com.apple.quartzfilters 1.5.0 (1.5.0) <22581f8fe9dd2cb261f97a897407ec3e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x949d5000 - 0x949d5ffe  com.apple.quartzframework 1.5 (1.5) <4b8f505e32e4f2d67967a276401f9aaf> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x949d6000 - 0x949d6ffd  com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x949f0000 - 0x94a2afe7  com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x94a2b000 - 0x94af6fef  com.apple.ColorSync 4.5.4 (4.5.4) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x94af7000 - 0x94b76ff5  com.apple.SearchKit 1.2.2 (1.2.2) <3b5f3ab6a363a4d8a2bbbf74213ab0e5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x94b94000 - 0x94ba4ffc  com.apple.LangAnalysis 1.6.5 (1.6.5) <d057feb38163121ffd871c564c692804> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x94ba5000 - 0x94ba5ffc  com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x94ba6000 - 0x94c03ffb  libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
    0x94c04000 - 0x94c40ff7  com.apple.CoreMediaIOServicesPrivate 1.1 (1.1) /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0x94c41000 - 0x94c47fff  com.apple.print.framework.Print 218.0.3 (220.2) <8c541d587e4068a5fe5a5ce8ee208516> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x94c48000 - 0x94c54fff  libbz2.1.0.dylib ??? (???) <d355415c89c383330697a7b73d6dbc2e> /usr/lib/libbz2.1.0.dylib
    0x94c5f000 - 0x94c99ffe  com.apple.securityfoundation 3.0.2 (36131) <dd2a4d1a4f50b82923d7cfc5df10455d> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x94c9a000 - 0x94caafff  com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <9a71429c74ed6ca43eb35e1f78471b2e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x94cab000 - 0x94cdafe3  com.apple.AE 402.3 (402.3) <dba512e47f68eea1dd0ab35f596edb34> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x94cdb000 - 0x94d35ff7  com.apple.CoreText 2.0.5 (???) <5483518a613464d043455ac661a9dcbe> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x94d36000 - 0x94f07fef  com.apple.security 5.0.7 (1) <44e26a9c40630a54d5a9f70c18483411> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x94f08000 - 0x94f1dffb  com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x94f1e000 - 0x94f3cfff  libresolv.9.dylib ??? (???) <0e26b308654f33fc94a0c010a50751f9> /usr/lib/libresolv.9.dylib
    0x94f3d000 - 0x94f3ffff  com.apple.securityhi 3.0 (30817) <2b2854123fed609d1820d2779e2e0963> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x94f40000 - 0x95350fef  libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x95351000 - 0x95374fff  com.apple.CoreMediaPrivate 1.1 (1.1) <b8a8648bd9a3fe636afb9a1346667d82> /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x95375000 - 0x953d1ff7  com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x95449000 - 0x95474fe7  libauto.dylib ??? (???) <4f3e58cb81da07a1662c1f647ce30225> /usr/lib/libauto.dylib
    0x95475000 - 0x95592ff7  com.apple.WebKit 5534 (5534.50.2) <643ffe6446c331210a74f896f0804eb2> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x95593000 - 0x955a2fff  libsasl2.2.dylib ??? (???) <0ae9f3c08d8508d9dba56324c60ceb63> /usr/lib/libsasl2.2.dylib
    0x955a3000 - 0x955e5fef  com.apple.NavigationServices 3.5.2 (163) <7f4f1766414a511bf5bc68920ac85a88> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x956c9000 - 0x958e0ff7  com.apple.JavaScriptCore 5534 (5534.49) <b6a2c99482d55a354e6281cd4dd82518> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x958e1000 - 0x95db2fbe  libGLProgrammability.dylib ??? (???) <d5cb4e7997a873cd77523689e6749acd> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x95db3000 - 0x95e02fff  com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x95e03000 - 0x95e80fef  libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x95e81000 - 0x95eb3fff  com.apple.LDAPFramework 1.4.5 (110) <bb7a3e5d66f00d1d1c8a40569b003ba3> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x95eb4000 - 0x95f26fff  com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x95f27000 - 0x95f27ff8  com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x95f28000 - 0x95f2bfff  com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x95f2c000 - 0x95f4bffa  libJPEG.dylib ??? (???) <6d61215d5adfd74f75fed2e4db29a21c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x95f4c000 - 0x95fa5ff7  libGLU.dylib ??? (???) <64d010e31d7596bd8f9edc6e027d1d0c> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x95fa6000 - 0x95faafff  libGIF.dylib ??? (???) <ade6d93abe118569a7a39d11f81eb9bf> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x95fab000 - 0x96167ff3  com.apple.QuartzComposer 2.1 (106.13) <dc04566811ab9c5316d1a622f42da8ba> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x96168000 - 0x96171fff  com.apple.speech.recognition.framework 3.7.24 (3.7.24) <d3180f9edbd9a5e6f283d6156aa3c602> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x96250000 - 0x96251ffc  libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
    0x96252000 - 0x9629bfef  com.apple.Metadata 10.5.8 (398.26) <e4d268ea45379200f03cdc7c8bedae6f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9629c000 - 0x963d5ff7  libicucore.A.dylib ??? (???) <f2819243b278259b9a622ea111ea5fd6> /usr/lib/libicucore.A.dylib
    0x963d6000 - 0x966defe7  com.apple.HIToolbox 1.5.6 (???) <eece3cb8aa0a4e6843fcc1500aca61c5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x966df000 - 0x96769ff7  com.apple.DesktopServices 1.4.9 (1.4.9) <f5e51a76d315798371b3dd35a4d46d6c> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x9676a000 - 0x967a1fff  com.apple.SystemConfiguration 1.9.2 (1.9.2) <41d5aeffefc6d19d471f51ae0b15024f> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x96897000 - 0x9768fffe  com.apple.QuickTimeComponents.component 7.2.1 (7.2.1) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x97690000 - 0x97717ff7  libsqlite3.0.dylib ??? (???) <aaaf72c093e13f34b96e2688b95bdb4a> /usr/lib/libsqlite3.0.dylib
    0x97718000 - 0x97724ff9  com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x97725000 - 0x9774efff  libcups.2.dylib ??? (???) <2b0ab6b9fa1957ee940835d0cfd42894> /usr/lib/libcups.2.dylib
    0x9774f000 - 0x9775effe  com.apple.DSObjCWrappers.Framework 1.3 (1.3) <a2f7a163a74c134f6f17d497423436fe> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x97771000 - 0x977affff  libGLImage.dylib ??? (???) <2e570958595e0c9c3a289158223b39ee> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0xba900000 - 0xba916fff  libJapaneseConverter.dylib ??? (???) <b9aea83b1cd97f3230999ebfcbf63e7c> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xbab00000 - 0xbab21fe2  libKoreanConverter.dylib ??? (???) <bc0bb2eed0f4558f07bbaa812d79371b> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0xfffe8000 - 0xfffebfff  libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780  libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

  • IMac 21" late 09: Slow, screen flickering/tearing and odd behavior - the problem that puzzles everyone

    PLEASE HELP!
    My iMac 21" late -09, started acting a bit wierd a year ago. Things got worse rapidly, it got slower, the screen flickers/tears (see link below), short moments of lost internet connection, lost connection whit the keyboard (might be keyboard that is broken), almost overheats when gaming and odd behavior on some webbsites whit galleries and/or videos.
    Let's begin whit the screen: it's not vertikal lines or major distortions, just a subtle horisontal line that "wanders" from bottom to topp and some lagging from time to time. Looks like this: http://cl.ly/3i2W2o3S1D2T
    The wierd thing is that hi-res does not mean more "tearing". Yes the lagg and risk of tearing increases, but the connection seems to be: lots of movement=tearing. So a pixeld 240p video of people dancing can be way worse than a news debbate in1080p!?!
    Lost connection whit internet and keyboard rarely happens and is probably due to something else, but thought that was good to have in mind.
    Odd behavior: galleries ex: when browsing images on Facebook in fullscreen, the image sometimes jumps around in the beginning and when clicking on next the same picture might appear again or just nothing at all. When scrolling down overwiewing a gallery, the updating stops and you can't scroll down further. This problem appers mainly on FB, deviantart also acts a bit wierd but there is often small issues whit image sites. Doesn't help to switch browsers either!
    Videos: Youtube is horrible to use, stops loading, dosen't start loading, erases everything loaded (grey bar disapears and reloads), refuse to switch ressolution and suddenly stops the video like it was done! "ehh.. wasn't this 2min long? Not anymore, now its 34sec!". Mainly a Youtube problem but many similar sites can be a bit problematic to use.
    NO, it's not the HTML-5 problem or any standard flash issue and using a different browser dosen't help!
    Worst is the fact that most of these errors are not constant! One day your watching youtube or mabey a movie in VLC, a bit laggy, but almost no problem. Next day **** brakes lose and after 2hours of struggling you are ready to stabb yourself in the face!
    What i tried: Most easy buggfixes that might cause the above problems, updating most things, Switched from OS X SL to OS X ML, complete reinstall and some things i probably forgot by now. Then went to MacStore for repair, they didn't find anything wrong and said it worked fine after the standard diagnostic/repair program!?! Went home and everything was the same! Went a second time to MacStore, same result.
    So I'v reinstalled a few times and it seems to improve the Mac. But 2-3weeks later every error is back, even if I barely installed or downloaded anything!?!
    Any idea what this could be? Or is the graphic card broken and MacStore has a blind, inbred muppet as a technician?

    No I didn't. The first time i explained the problem thoroughly and thought that they just couldn't miss such a visual error. I was wrong. The second time the technician wasn't there so i showed the above clip to the salesstaff and explained everything onceagain. Later the technician called me and we talked for 10min.
    Btw, the problems always "manifests themselves", just varies between strenght and frequence.
    But all other issues aside, what could cause the tearing of the screen as seen int the above clip?

  • Very Odd WiFi connection problems - plus crashes

    Since Firefox 2.0.0.9 crashed yesterday, I have had very odd problems with my WiFi (Earthlink through an Apple Airport). Network Diagnostics says everything is okay, but Safari can no longer connect to the internet, and after Firefox crashes I can not even send Apple an error report. Yet I can get online with Firefox, as I am now.
    The problem apparently started EITHER when I upgraded to the latest Firefox or when I tried to place an order at <http://www.senacases.com/> (or both). After Firefox crashed multiple times while trying to place an order at <http://www.senacases.com/>, I opened Safari, which would not connect.
    I ran Network Diagnostics which said everything is fine. But Firefox continually crashes trying to place an order at <http://www.senacases.com/>, Safari continues not connecting, Network Diagnostics continues to say everything is fine, and now I can't file an Apple Error Report and trying to connect to some of the library services at Notre Dame (something I have always been able to do before), makes Firefox crash.
    The only other possible symptom I have noticed is that I could not connect to a Late Show video this morning. Otherwise, I can browse the web in Firefox, I can pick up my email with Entourage, etc.
    How do I fix this?

    PS: I once had a similar problem that was fixed by a simple restart.
    I have restarted numerous times now, with no change. My MacBook was off over night.

  • Dbus/Hal automount not working in KDE

    Hi
    I have set portmap dbus hal in rc.conf.
    In Gnome automount works great but in KDE automount does not work and I don't know why.
    Can someone please help?
    All I want to have is when I insert cd,dvd,usbstick to have them automount.

    Thank you for your reply.
    I am looking forward to your next release...

  • [SOLVED] xfce4 automounting problem on usb dev with utf8 encoded files

    I have problem of auto mounting usb external drive contains utf8 encoded files under xfce4.
    Using hal and dbus for usb device detection.
    Heard that I need to add iocharset=utf8 under fstab or hal fdi configure files and tried them all but didn't work
    usb devices with vfat always got mounted with default charset.
    I found out that exo-mount is the one doing the actual mounting and that it is the one that cannot take all extra mounting options such as iocharset etc.
    Have tried gnome to mount this hard drive and works find with nautilus option that let me set various mount options for each harddrive.
    Is there any way to replace exo-mount with some other alternative mounting tools that work with thunar?
    Any workaround will be helpful as long as I can mount my usb drives with prefer charset so that I don't have to guess all ???marked files.
    Heard that xubuntu replaced that exo-mount with gnome-mount to handle drives with extra mount options such as iocharset.
    but I am pretty new to configuring things and couldn't find the step by step instruction for this so please provide the complete solution.
    Link to the pages that explain workaround would be nice as well.
    Thanks in advance!
    Last edited by axca (2007-10-17 18:24:50)

    Found the patch for exo-mount so that it takes additional mount options HAL suggests.
    https://bugzilla.altlinux.org/attachmen … ction=diff
    Now my usb drive can be mounted with the proper charset.
    Hope this patch helps others with similar situation as well!
    Last edited by axca (2007-10-15 15:41:47)

  • Gvm automounting problems [Solved]

    Ok I was able to successfully install gnome-volume-manager and get it to automount my cdrom drives correctly, but only as root; I stick in a disc, it gets read, and the nautilus file browser appears with its content. This is all great, except that I can't get it to work for a regular user.
    If I insert a disc as a regular user I can see the volume name, but it doesn't appear to actually mount the disc until I manually right click on the drive in nautilus and select the 'mount' option. GVM is set to defaults just like root btw.
    Obviously this is a permissions related problem. Is there some group I have to add my user to? I tried the 'storage' and 'optical' groups to no avail :?

    I guess it was the optical & storage groups after all. I had added the user to those groups before without any luck, but I decided to try it again and...tada! Go figure

Maybe you are looking for