How to clean large system log files?

I believe that OS X saves a lot of system data in log files that become very large.
I would like to clear old history logs.
How may I view and clean system log files?

Thank you Niel.
I have obtained the list at /private/var/log.
There are a lot of files in there.
Since I am not familiar with functions of these files should I be concerned that by simply deleting all of the files in folder /private/var/log will not cause any problems? Would this action present some unintended consequences?

Similar Messages

  • System.log file are large, and cause a kernel panic when deleting

    Hello everyone,
    I am trying to solve a dillema.  I discovered that over 60GB of my 120GB SSD drive are taken up by system.log files.  All 3 are around 20GB.  I left my laptop running so none of them are the current one.  They are system.log.0, system.log.3 and system.log.4.  I have tried several ways to delete them:
    Using Disksweeper
    At a terminal prompt using sudo rm
    At a terminal prompt using sudo su - (to get root access) and then rm -f ....
    Rebooting the system in single user mode, mounting the drive and then attempting to delete them
    Each time I do, the system reboots with a kernel panic.  I have not looked at the panic log yet, but can post that if you need to.
    I did look at the end of the current log file to discover there were some issues with programs, and I have fixed it so that these size log files "shouldn't" be generated anymore.
    Looking for advice as to how to delete these files!  This is driving me nuts.  It shouldn't be this hard.
    Thanks for any help or insight you can give.

    OK, I actually was able to solve this myself.  My problem was that ther kernel panic was caused by the journaling.  So here is what I had to do:
    I temporarily disabled journaling, see here: http://forums.macrumors.com/showthread.php?t=373067
    Then I was able to delete the files by starting a terminal session and using sudo rm to delete the files.
    Re-enabled journaling (I don't know if it is needed, but it was on before).
    Hope this can help someone else in the future.

  • Huge system.log file filled with over a million messages about NSATSTypeset

    Hi,
    I just happened to notice the system.log file on my MacBook Pro laptop was absolutely huge - over 1.2 GBytes in just one day. Almost all of it is messages like this:
    Mar 31 12:26:23 macbook quicklookd[228]: <NSATSTypesetter: 0x146b40>: Exception * table 0x1473caa0 has block 0x147b3040 rather than 0x147b4850 at index 7573 raised during typesetting layout manager <NSLayoutManager: 0x124140>\n 1 containers, text backing has 16461 characters\n selected character range {16461, 0} affinity: downstream granularity: character\n marked character range {16461, 0}\n Currentl
    y holding 16461 glyphs.\n Glyph tree contents: 16461 characters, 16461 glyphs, 4 nodes, 128 node bytes, 16384 storage bytes, 16512 total bytes, 1.00 bytes per character, 1.00 bytes per glyph\n Layout tree contents: 16461 characters, 16461 glyphs, 7573 laid glyphs, 207 laid line fragments, 3 nodes, 96 node bytes, 13656 storage bytes, 13752 total bytes, 0.84 bytes per character, 0.84 bytes per glyph, 36.58 laid glyphs per laid line fragment, 66.43 bytes per laid line fragment\n, glyph range {7573 0}. Ignoring...
    and there are over 1.3 million of these messages!!!! There is a tiny bit of variation in some of the numbers (but not all). That is just a little bit more than the total number of files I have on the hard drive in the laptop, so it would appear that the quicklookd is doing something to each and every file on the computer. Any idea why all of a sudden these messages appear and why so many. I only have about 7 versions of the system.log files and none of them are even close to this big, but the one one thing I did do today that I have not in a few weeks is reboot my laptop because of another problem with the laptop screen not waking this morning from being put to sleep last night (was just black but computer was running and could login to it from another computer in the LAN it is attached).
    Any ideas why this is happening, or is this something that always happens on a reboot/boot rather than waking from sleep. Why would the quicklookd be printing out so many of these messages that are almost exactly alike???
    I have only had this MacBook for a few weeks, so don't have a good feel for what is normal and what isn't yet.
    THanks...
    -Bob

    Bob,
    Thanks for your further thoughts and the additional information. My guess is that Quick Look does its file processing independently of whether or not or how recently the computer has been rebooted. The NSATSTypesetter messages filling up the log file are almost certainly error messages and should not occur with normal operation of Quick Look. I suspect that your reboot doesn't directly have anything to do with this problem. (It might have indirectly contributed in the sense that either whatever caused the need for the reboot or the reboot process itself corrupted a file, which in turn caused Quick Look to fail and generate all those error messages in the log file.)
    In the meantime I may have a solution for this problem. This morning I rebooted in single user mode and ran AppleJack in manual mode so that I could tell it to clean up all user cache files. (I'd previously downloaded AppleJack application from http://applejack.sourceforge.net/ . To boot in single user mode hold command and s keys at startup chime. ... Run the five AppleJack maintenance tasks in order. The third task will give you the option to enter numbers of users whose cache files will be cleaned. Do this cache cleaning for all users.) In the six hours since I ran AppleJack I've seen exactly two NSATSTypesetter error messages in /var/log/system.log . This compares with hundreds of thousands in the same period yesterday. I just set an iCal alarm to remind me to report back to this discussion thread in two weeks on this issue.
    Best,
    Chris.
    PS: Above you mention 7 log files. Are the older ones of the form system.log.0.bz2 ? If so they have been compressed. Just because they are small doesn't necessarily mean there are not a lot of nearly identical error messages. Uncompress to check. I haven't tried this because large files are very inconvenient to work with on my old iBook.

  • How to remove a redo log file

    Hi Experts,
    I want to remove a wrong redo log file from 10G R2 database in window.
    how to do that without loss data?
    my steps as
    1. alter system switch logfile;
    2. select * from v$log;
    which ARC and sataus do I can drop redo log file based on above SQL
    no archive and active status?
    ALso Which account should I do above action?
    fExamp, system account added redo log file, i only
    can drop by system? how about sys?
    Thanks help in detail steps
    Jim
    Edited by: user589812 on Dec 23, 2008 4:35 PM

    Jim,
    Check this link out for how to drop a redo log file
    Make sure a redo log group is archived (if archiving is enabled) before dropping it. To see whether this has happened, use the V$LOG view.
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14231/onlineredo.htm#i1006489
    SELECT GROUP#, ARCHIVED, STATUS FROM V$LOG;
       GROUP# ARC STATUS
            1 YES ACTIVE
            2 NO  CURRENT
            3 YES INACTIVE
            4 YES INACTIVE
    Drop a redo log group with the SQL statement ALTER DATABASE with the DROP LOGFILE clause.
    The following statement drops redo log group number 3:
    ALTER DATABASE DROP LOGFILE GROUP 3;

  • How to view servlet container log file

    I have just switched to Sun Creator from netbeans. How do I view the log file containing output from "System.err.println( "in Handler" )" in my java code?
    Thanks,
    Werner

    Figured it out.
    To view the Sun JavaTM System Application Server Platform Edition 8.2 log file:
    In the Servers window, right-click the Deployment Server node and choose View Server Log.
    In any text editor, open the log file in the following location: install-directory\SunAppServer8\domains\creator\logs\server.log

  • Silverlight fills up system.log file

    In order to watch the NBC Olympics, I had to install Silverlight. I had hesitation and now know why. While the player seems to play just fine and all, it is kicking massive error messages to the system.log file. It fills many megabytes and therefore the daily syslog rotation runs bzip2 for a long time each night.
    Here is a sampling from my system.log file, using Safari 4.0.4 on OS-X 10.6.2.
    Feb 22 01:33:28 KR-iMac com.apple.WebKit.PluginAgent[593]: * set a breakpoint in mallocerrorbreak to debug
    Feb 22 01:33:28 KR-iMac WebKitPluginHost[1002]: WebKitPluginHost(1002,0xb071b000) malloc: * error for object 0x1980bf94: pointer being freed was not allocated\n* set a breakpoint in mallocerrorbreak to debug
    Feb 22 01:33:28 KR-iMac WebKitPluginHost[1002]: WebKitPluginHost(1002,0xb071b000) malloc: * error for object 0x5ef8e14: pointer being freed was not allocated\n* set a breakpoint in mallocerrorbreak to debug
    Feb 22 01:33:28 KR-iMac com.apple.WebKit.PluginAgent[593]: WebKitPluginHost(1002,0xb071b000) malloc: * error for object 0x1980bf94: pointer being freed was not allocated
    Feb 22 01:33:28 KR-iMac com.apple.WebKit.PluginAgent[593]: * set a breakpoint in mallocerrorbreak to debug
    Feb 22 01:33:28 KR-iMac com.apple.WebKit.PluginAgent[593]: WebKitPluginHost(1002,0xb071b000) malloc: * error for object 0x5ef8e14: pointer being freed was not allocated
    Feb 22 01:33:28 KR-iMac com.apple.WebKit.PluginAgent[593]: * set a breakpoint in mallocerrorbreak to debug
    Feb 22 01:33:28 KR-iMac com.apple.WebKit.PluginAgent[593]: * process 593 exceeded 500 log message per second limit - remaining messages this second discarded *
    Feb 22 01:33:28 KR-iMac WebKitPluginHost[1002]: WebKitPluginHost(1002,0xb071b000) malloc: * error for object 0x1980bf94: pointer being freed was not allocated\n* set a breakpoint in mallocerrorbreak to debug
    Feb 22 01:33:28 KR-iMac WebKitPluginHost[1002]: WebKitPluginHost(1002,0xb071b000) malloc: * error for object 0x5ef8e14: pointer being freed was not allocated\n* set a breakpoint in mallocerrorbreak to debug
    Notice it exceeds over 500 messages a second. Anyway to mute these messages???

    The problem with just deleting the file, is two fold.
    First, the system needs this file to continue to post system messages. If you delete it, or just trash it, the system will just continue to add to the trashed file using the open file pointers, or simply create a new one.
    Second, Silverlight will continue to generate messages, and ultimately still go into the system.log. Deleting the file is not such a good idea while the operating system is still using it.
    I recommend doing the following to clear the file without deleting it:
    You'll need to Enable the root user on your computer if you haven't yet. Search other threads for how to do this on your version of OS-X.
    In Terminal, log in as root.
    username$ sudo -i
    Change to the /var/log folder.
    root# cd /var/log
    Use the truncate function to simply zero out the file.
    root# >system.log
    You'll need to do this everyday, after running Silverlight, hopefully BEFORE the daily log rotating cron scripts try to rotate the logs and perform a bzip compression of the file (which will tax your system for a few hours). You may want to find any log files ending in .bz2 and remove those. You can delete those, as they are just archives of old system log files and are not used any more.

  • System.log files filling up in 10.6?

    Something is filling up my system log files, to the point that console.app will only show the last half hour of each file. It looks like something is trying to escape its sandbox, but I'm not exactly sure what... I'm getting MANY repeated messages that look like:
    Feb 3 00:29:57 Brians-mini sandboxd[16]: syslogd(15) deny file-read-data /private/var/log/asl/StoreData
    Feb 3 00:29:57 Brians-mini sandboxd[16]: syslogd(15) deny mach-task-name
    Feb 3 00:29:59: --- last message repeated 1 time ---
    Feb 3 00:29:57 Brians-mini sandboxd[16]: * process 16 exceeded 500 log message per second limit - remaining messages this second discarded *
    Feb 3 00:29:57 Brians-mini sandboxd[16]: syslogd(15) deny mach-task-name
    has anyone seen this? (And does this belong in a different forum?)

    It sounds like someone may be trying to connect to your computer. When things are repeatedly denied, especially task-opening commands, it is usually suspected that something is trying to get in. This may be malicious, or may not be, depending on how you connect to the Internet. If you share a connection at home or even between residencies (check with your ISP if you're not sure), it can be normal. See if it still happens after you physically disconnect the network. Also, make sure to disconnect peripherals just to make sure they aren't causing any of the issues.

  • Total lock-ups with fan running - translate system.log file please!?

    Hi, all. My late 2005 2.3 gig dual G5 has been experiencing random lock ups for as long as I can remember. My system is up to date and I have tested each pair of the 5 gigs of ram that I have and the system freezes with each pair. It can happen at any time, when I am doing absolutely nothing, for example, overnight. I am at my wits end!
    Here's the system log file for the latest freezes. Can anyone tell me what's going on here??? I really need to get to the root of this problem. Thanks so so much in advance.
    Apr 12 17:32:52 Marc-Weinbergs-Computer kernel[0]: AFP_VFS afpfs_Reconnect: connect on /Volumes/Macintosh HD failed 89.
    Apr 12 17:32:52 Marc-Weinbergs-Computer kernel[0]: AFP_VFS afpfs_unmount: /Volumes/Macintosh HD, flags 524288, pid 62
    Apr 12 17:44:46 Marc-Weinbergs-Computer /Library/Application Support/FLEXnet Publisher/Service/11.03.005/FNPLicensingService: Started\n
    Apr 12 17:44:46 Marc-Weinbergs-Computer /Library/Application Support/FLEXnet Publisher/Service/11.03.005/FNPLicensingService: This service performs licensing functions on behalf of FLEXnet enabled products.\n
    Apr 12 18:01:06 Marc-Weinbergs-Computer KernelEventAgent[62]: tid 00000000 received unknown event (256)
    Apr 12 18:01:49 Marc-Weinbergs-Computer KernelEventAgent[62]: tid 00000000 received unknown event (256)
    Apr 12 18:08:29 Marc-Weinbergs-Computer diskarbitrationd[69]: SDCopy [1056]:36091 not responding.
    Apr 12 18:16:18 Marc-Weinbergs-Computer KernelEventAgent[62]: tid 00000000 received unknown event (256)
    Apr 12 18:16:53 Marc-Weinbergs-Computer KernelEventAgent[62]: tid 00000000 received unknown event (256)
    Apr 12 19:24:12 Marc-Weinbergs-Computer ntpd[191]: time reset -0.650307 s
    Apr 13 01:05:45 Marc-Weinbergs-Computer ntpd[191]: time reset -0.496917 s
    Apr 13 03:15:03 Marc-Weinbergs-Computer cp: error processing extended attributes: Operation not permitted
    Apr 13 07:15:03 Marc-Weinbergs-Computer postfix/postqueue[1778]: warning: Mail system is down -- accessing queue directly
    Apr 13 03:15:03 Marc-Weinbergs-Computer cp: error processing extended attributes: Operation not permitted
    Apr 13 15:53:53 Marc-Weinbergs-Computer KernelEventAgent[62]: tid 00000000 received unknown event (256)
    Apr 13 15:53:54 Marc-Weinbergs-Computer KernelEventAgent[62]: tid 00000000 received unknown event (256)
    Apr 13 22:15:48 localhost kernel[0]: standard timeslicing quantum is 10000 us
    Apr 13 22:15:47 localhost mDNSResponder-108.6 (Jul 19 2007 11: 33:32)[63]: starting
    Apr 13 22:15:48 localhost kernel[0]: vmpagebootstrap: 506550 free pages
    Apr 13 22:15:47 localhost memberd[70]: memberd starting up
    Apr 13 22:15:49 localhost kernel[0]: migtable_maxdispl = 70
    Apr 13 22:15:49 localhost kernel[0]: Added extension "com.firmtek.driver.FTATASil3132E" from archive.
    Apr 13 22:15:49 localhost kernel[0]: Added extension "com.firmtek.driver.Sil3112DeviceNub" from archive.
    Apr 13 22:15:49 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Apr 13 22:15:49 localhost kernel[0]: The Regents of the University of California. All rights reserved.
    Apr 13 22:15:49 localhost kernel[0]: using 5242 buffer headers and 4096 cluster IO buffer headers
    Apr 13 22:15:49 localhost kernel[0]: AppleKauaiATA shasta-ata features enabled
    Apr 13 22:15:49 localhost kernel[0]: DART enabled
    Apr 13 22:15:47 localhost DirectoryService[75]: Launched version 2.1 (v353.6)
    Apr 13 22:15:49 localhost kernel[0]: FireWire (OHCI) Apple ID 52 built-in now active, GUID 001451ff fe1b4c7e; max speed s800.
    Apr 13 22:15:49 localhost kernel[0]: USBF: 20.590 OHCI driver: OHCIRootHubPortPower bit not sticking (1). Retrying.
    Apr 13 22:15:49 localhost kernel[0]: USBF: 20.590 OHCI driver: OHCIRootHubPortPower bit not sticking (1). Retrying.
    Apr 13 22:15:49 localhost kernel[0]: USBF: 20.590 OHCI driver: OHCIRootHubPortPower bit not sticking (1). Retrying.
    Apr 13 22:15:49 localhost kernel[0]: USBF: 20.590 OHCI driver: OHCIRootHubPortPower bit not sticking (1). Retrying.
    Apr 13 22:15:49 localhost kernel[0]: USBF: 20.590 OHCI driver: OHCIRootHubPortPower bit not sticking (1). Retrying.
    Apr 13 22:15:49 localhost kernel[0]: USBF: 20.590 OHCI driver: OHCIRootHubPortPower bit not sticking (1). Retrying.
    Apr 13 22:15:49 localhost kernel[0]: USBF: 20.590 OHCI driver: OHCIRootHubPortPower bit not sticking (1). Retrying.
    Apr 13 22:15:49 localhost kernel[0]: USBF: 20.590 OHCI driver: OHCIRootHubPortPower bit not sticking (1). Retrying.
    Apr 13 22:15:49 localhost kernel[0]: USBF: 20.590 OHCI driver: OHCIRootHubPortPower bit not sticking (1). Retrying.
    Apr 13 22:15:48 localhost lookupd[71]: lookupd (version 369.5) starting - Sun Apr 13 22:15:48 2008
    Apr 13 22:15:49 localhost kernel[0]: USBF: 20.590 OHCI driver: OHCIRootHubPortPower bit not sticking (1). Retrying.
    Apr 13 22:15:49 localhost kernel[0]: Extension "com.microsoft.driver.MicrosoftKeyboardUSB" has no kernel dependency.
    Apr 13 22:15:49 localhost kernel[0]: AppleSMUparent::clientNotifyData nobody registed for 0x40
    Apr 13 22:15:49 localhost kernel[0]: Security auditing service present
    Apr 13 22:15:49 localhost kernel[0]: BSM auditing present
    Apr 13 22:15:49 localhost kernel[0]: disabled
    Apr 13 22:15:49 localhost kernel[0]: rooting via boot-uuid from /chosen: 82827EDF-0263-3B93-BEED-4B114E820B85
    Apr 13 22:15:49 localhost kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    Apr 13 22:15:49 localhost kernel[0]: Got boot device = IOService:/MacRISC4PE/ht@0,f2000000/AppleMacRiscHT/pci@9/IOPCI2PCIBridge/k2-sat a-root@C/AppleK2SATARoot/k2-sata@0/AppleK2SATA/ATADeviceNub@0/IOATABlockStorageD river/IOATABlockStorageDevice/IOBlockStorageDriver/ST3320620AS Media/IOApplePartitionScheme/AppleHFS_Untitled1@10
    Apr 13 22:15:49 localhost kernel[0]: BSD root: disk0s10, major 14, minor 12
    Apr 13 22:15:49 localhost kernel[0]: jnl: replay_journal: from: 8451584 to: 11420160 (joffset 0x952000)
    Apr 13 22:15:50 localhost kernel[0]: AppleSMU -- shutdown cause = 3
    Apr 13 22:15:50 localhost kernel[0]: AppleSMU::PMU vers = 0x000d00a0, SPU vers = 0x67, SDB vers = 0x01,
    Apr 13 22:15:50 localhost kernel[0]: HFS: Removed 8 orphaned unlinked files
    Apr 13 22:15:50 localhost kernel[0]: Jettisoning kernel linker.
    Apr 13 22:15:50 localhost kernel[0]: Resetting IOCatalogue.
    Apr 13 22:15:50 localhost kernel[0]: Matching service count = 1
    Apr 13 22:15:50 localhost kernel[0]: Matching service count = 1
    Apr 13 22:15:50 localhost kernel[0]: Matching service count = 1
    Apr 13 22:15:50 localhost kernel[0]: Matching service count = 1
    Apr 13 22:15:50 localhost kernel[0]: Matching service count = 1
    Apr 13 22:15:50 localhost kernel[0]: Matching service count = 3
    Apr 13 22:15:50 localhost kernel[0]: NVDANV40HAL loaded and registered.
    Apr 13 22:15:50 localhost kernel[0]: PowerMac112ThermalProfile::start 1
    Apr 13 22:15:50 localhost kernel[0]: PowerMac112ThermalProfile::end 1
    Apr 13 22:15:50 localhost kernel[0]: SMUNeo2PlatformPlugin::initThermalProfile - entry
    Apr 13 22:15:50 localhost kernel[0]: SMUNeo2PlatformPlugin::initThermalProfile - calling adjust
    Apr 13 22:15:50 localhost kernel[0]: PowerMac112ThermalProfile::adjustThermalProfile start
    Apr 13 22:15:50 localhost kernel[0]: IPv6 packet filtering initialized, default to accept, logging disabled
    Apr 13 22:15:50 localhost kernel[0]: BCM5701Enet: Ethernet address 00:14:51:61:ee:78
    Apr 13 22:15:50 localhost kernel[0]: BCM5701Enet: Ethernet address 00:14:51:61:ee:79
    Apr 13 22:15:51 localhost lookupd[86]: lookupd (version 369.5) starting - Sun Apr 13 22:15:51 2008
    Apr 13 22:15:51 localhost kernel[0]: jnl: replay_journal: from: 21611008 to: 7857152 (joffset 0x952000)
    Apr 13 22:15:51 localhost kernel[0]: jnl: replay_journal: from: 673280 to: 24382976 (joffset 0x952000)
    Apr 13 22:15:51 localhost kernel[0]: jnl: replay_journal: from: 3890176 to: 6294016 (joffset 0x7d01000)
    Apr 13 22:15:51 localhost diskarbitrationd[69]: disk0s10 hfs 82827EDF-0263-3B93-BEED-4B114E820B85 NewestSeagate /
    Apr 13 22:15:52 localhost kernel[0]: NVDA,Display-A: vram [90020000:10000000]
    Apr 13 22:15:52 localhost mDNSResponder: Adding browse domain local.
    Apr 13 22:15:53 localhost kernel[0]: hfs mount: enabling extended security on Maxtor
    Apr 13 22:15:53 localhost diskarbitrationd[69]: disk1s3 hfs 0DBE2113-B1F5-388F-BF70-2E366A095330 Maxtor /Volumes/Maxtor
    Apr 13 22:15:54 localhost kernel[0]: NVDA,Display-B: vram [94000000:08000000]
    Apr 13 22:15:54 Marc-Weinbergs-Computer configd[67]: setting hostname to "Marc-Weinbergs-Computer.local"
    Apr 13 22:15:54 Marc-Weinbergs-Computer /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Apr 13 22:15:56 Marc-Weinbergs-Computer diskarbitrationd[69]: disk2s3 hfs 971CABB3-C211-38FC-8E91-6B4F8EA5FA20 B08-09-07 /Volumes/B08-09-07
    Apr 13 22:15:56 Marc-Weinbergs-Computer loginwindow[110]: Login Window Started Security Agent
    Apr 13 22:15:57 Marc-Weinbergs-Computer kernel[0]: AppleBCM5701Ethernet - en1 link active, 1000-Mbit, full duplex, symmetric flow control enabled
    Apr 13 22:15:57 Marc-Weinbergs-Computer configd[67]: AppleTalk startup
    Apr 13 22:15:57 Marc-Weinbergs-Computer TabletDriver[119]: #### GetFrontProcess failed to get front process (-600)
    Apr 13 22:15:59 Marc-Weinbergs-Computer configd[67]: posting notification com.apple.system.config.network_change
    Apr 13 22:16:00 Marc-Weinbergs-Computer configd[67]: posting notification com.apple.system.config.network_change
    Apr 13 22:16:00 Marc-Weinbergs-Computer configd[67]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/enable-net work
    Apr 13 22:16:00 Marc-Weinbergs-Computer configd[67]: posting notification com.apple.system.config.network_change
    Apr 13 22:16:01 Marc-Weinbergs-Computer lookupd[123]: lookupd (version 369.5) starting - Sun Apr 13 22:16:01 2008
    Apr 13 22:16:01 Marc-Weinbergs-Computer kernel[0]: HFS: Removed 2 orphaned unlinked files
    Apr 13 22:16:01 Marc-Weinbergs-Computer diskarbitrationd[69]: disk3s3 hfs CDA8BCC5-0CE4-33E8-A910-4B0952DBC230 FullBU-09-07 /Volumes/FullBU-09-07
    Apr 13 22:16:04 Marc-Weinbergs-Computer configd[67]: target=enable-network: disabled
    Apr 13 22:16:05 Marc-Weinbergs-Computer configd[67]: AppleTalk startup complete
    Apr 13 22:16:09 Marc-Weinbergs-Computer TabletDriver[237]: #### GetFrontProcess failed to get front process (-600)
    Apr 13 22:16:09 Marc-Weinbergs-Computer launchd[241]: com.wacom.wacomtablet: exited with exit code: 253
    Apr 13 22:16:09 Marc-Weinbergs-Computer launchd[241]: com.wacom.wacomtablet: 9 more failures without living at least 60 seconds will cause job removal
    Apr 13 22:16:29 Marc-Weinbergs-Computer /Applications/DiskWarrior.app/Contents/MacOS/DiskWarriorDaemon: [Sun Apr 13 22:16:28 EDT 2008] : ATA device 'ST3320620AS', serial number '6QF0L6LR', reports it is functioning at a temperature of 95.0F (35C) degrees.
    Apr 13 22:16:29 Marc-Weinbergs-Computer /Applications/DiskWarrior.app/Contents/MacOS/DiskWarriorDaemon: [Sun Apr 13 22:16:28 EDT 2008] : Spare blocks for ATA device 'ST3320620AS', serial number '6QF0L6LR', appear to still be available. (Total Available: 36) (Use Attempts: 0)
    Apr 13 22:16:29 Marc-Weinbergs-Computer /Applications/DiskWarrior.app/Contents/MacOS/DiskWarriorDaemon: [Sun Apr 13 22:16:29 EDT 2008] : ATA device 'ST3320620AS', serial number '6QF0LGS4', reports it is functioning at a temperature of 100.4F (38C) degrees.
    Apr 13 22:16:29 Marc-Weinbergs-Computer /Applications/DiskWarrior.app/Contents/MacOS/DiskWarriorDaemon: [Sun Apr 13 22:16:29 EDT 2008] : Spare blocks for ATA device 'ST3320620AS', serial number '6QF0LGS4', appear to still be available. (Total Available: 36) (Use Attempts: 0)
    Apr 13 22:16:29 Marc-Weinbergs-Computer /Applications/DiskWarrior.app/Contents/MacOS/DiskWarriorDaemon: [Sun Apr 13 22:16:29 EDT 2008] : ATA device 'ST3320620AS', serial number '9RV000FC', reports it is functioning at a temperature of 95.0F (35C) degrees.
    Apr 13 22:16:29 Marc-Weinbergs-Computer /Applications/DiskWarrior.app/Contents/MacOS/DiskWarriorDaemon: [Sun Apr 13 22:16:29 EDT 2008] : Spare blocks for ATA device 'ST3320620AS', serial number '9RV000FC', appear to still be available. (Total Available: 36) (Use Attempts: 0)
    Apr 13 22:16:29 Marc-Weinbergs-Computer /Applications/DiskWarrior.app/Contents/MacOS/DiskWarriorDaemon: [Sun Apr 13 22:16:29 EDT 2008] : ATA device 'Maxtor 6B300S0', serial number 'B6211G0H', reports it is functioning at a temperature of 89.6F (32C) degrees.
    Apr 13 22:16:29 Marc-Weinbergs-Computer /Applications/DiskWarrior.app/Contents/MacOS/DiskWarriorDaemon: [Sun Apr 13 22:16:29 EDT 2008] : Spare blocks for ATA device 'Maxtor 6B300S0', serial number 'B6211G0H', appear to still be available. (Total Available: 63) (Use Attempts: 0)
    Apr 13 22:16:54 Marc-Weinbergs-Computer /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder: _TIFFVSetField: tiff data provider: Invalid tag "Copyright" (not supported by codec).\n
    Apr 13 22:16:54 Marc-Weinbergs-Computer /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder: _TIFFVSetField: tiff data provider: Invalid tag "Copyright" (not supported by codec).\n
    etc.

    Hi-
    The machine seems to be having trouble with loading certain drivers, but, as this isn't a crash log, and doesn't show the "hang-up" or freeze, it's hard to tell.
    Noted possibilities are:
    -Microsoft keyboard (possible USB power problem)
    -firmtek driver (from archive) questionable due to the "archive" annotation
    -Wacom tablet driver, causing system problems
    Running in Safe mode without freezes would help to determine if one of these drivers is the problem.
    Other possibilities are outdated drivers, or simply a need to reinstall the OS.
    If unnecessary, removing the driver(s) would be a good idea.
    External USB and Firewire devices are all suspect, should all be disconnected, revert to Apple keyboard, and test system performance. Adding one device at a time, and testing each will be necessary to clear each device.
    I have experienced system trouble when a Wacom tablet was not connected, but the driver was left installed.
    Disabling the driver from Startup items may be necessary to test without the Wacom tablet connected.

  • In R12 how to change concurrent output/log file name prefix?

    how to change concurrent output/log file name prefix?

    but i want to change change concurrent output/log file name prefix?You cannot, and I believe it is not supported for all concurrent requests -- Please log a SR to confirm this with Oracle support.
    Thanks,
    Hussein

  • How to write to a log file within a JSP

    Hello everybody,
    do you know how to write to a log file within a JSP.
    my code is (/space/SP/tlf/ExcepcionJava.jsp):
    <html>
    <body bgColor=#C4E1FF>
    <%@ page import="java.io.*" %>
    <%
         FileWriter salida = new FileWriter(response.encodeURL("log.txt"));
         salida.write(request.getParameter("errorMsg"));
         salida.close();
    %>
    </body>
    </html>.. I run under Solaris, Jrun 2.3.3
    I have also test with getServletContext().getRealPath(), but I get /netsrv/nes/docs/ instead of /space/SP/tlf/

    Hi,
    Give the full path of the log file to the FileWriter. Such as;
    FileWriter salida = new FileWriter(response.encodeURL("/usr/local/tomcat/logs/testlogs/log.txt"));
    nurettin

  • How do I add a log file to posts? (NT)

    How do I add a log file to posts?
    Thanks,

    here is the output of copy/paste:
    I [17/Oct/2007:05:51:44 -0500] Configured for up to 100 clients.
    I [17/Oct/2007:05:51:44 -0500] Allowing up to 100 client connections per host.
    I [17/Oct/2007:05:51:44 -0500] Using policy "default" as the default!
    I [17/Oct/2007:05:51:44 -0500] Full reload is required.
    I [17/Oct/2007:05:51:45 -0500] Loaded MIME database from '/etc/cups': 35 types, 40 filters...
    I [17/Oct/2007:05:51:46 -0500] Loading job cache file "/var/cache/cups/job.cache"...
    I [17/Oct/2007:05:51:46 -0500] Full reload complete.
    I [17/Oct/2007:05:51:46 -0500] Listening to :::631 on fd 2...
    I [17/Oct/2007:05:51:46 -0500] Listening to 0.0.0.0:631 on fd 3...
    I [17/Oct/2007:05:51:46 -0500] Listening to /var/run/cups/cups.sock on fd 4...
    (The strikethrough is one of the many bugs in the Forum software...)
    Use Console Utility to show you the log files, if that is what you need to know.

  • Mdworker saturating the system.log file

    Hi,
    i have a problem on my late 2010 MBA, running 10.6.8. Frequently, the fan goes frantic, and it appears it is linked to mdworker running over and over again. It seems to be doing that when the vpn from the company is running (Juniper through Secure App Manager).
    I checked the system.log file and it is 2.63Go for the past 5 days! Mostly filled with
    Jan  3 08:45:39 Puss mdworker[59604]: socket(PF_ROUTE) failed: Operation not permitted
    Jan  3 08:45:39 Puss sandboxd[59747]: mdworker(59604) deny system-socket
    Jan  3 08:45:39 Puss sandboxd[59747]: mdworker(59604) deny network-outbound /private/var/run/mDNSResponder
    (repeated 500 times and over, and eventually:
    Jan  3 08:45:39: --- last message repeated 1 time ---
    Jan  3 08:45:39 Puss mdworker[59604]: socket(PF_ROUTE) failed: Operation not permitted
    Jan  3 08:45:39 Puss sandboxd[59747]: mdworker(59604) deny system-socket
    Jan  3 08:45:39 Puss com.apple.launchd[1] (0x100101ea0.mach_init.mdworker[59604]): Exited with exit code: 1
    Can the vpn really have an influence on Spotlight? What is spotlight trying to index and why is it denied?
    Eventually, i may be dreaming, but it seems that something is chewing up my SSD space. Without adding much files, it feels like free space is going down.
    Thanks for any help.

    I solved the problem by adding the hidden '/private' directory on the harddisk to the places that spotlight is forbidden to index (in the systems preference pane -> Spotlight ->Privacy)
    You have drag the '/private' folder into the locations box.
    You may have to install something like 'secrets' to show hidden folders in the finder.
    (see here: https://code.google.com/p/blacktree-secrets/wiki/Help )
    ignore everything above - same error messages came back

  • How to use hs_err_pid pid .log file?

    I have some hs_err_pid<pid>.log files. I want to trace out the root cause of application crash. How can I use the log file to do this? Contents of a log file are given below:
    # An unexpected error has been detected by Java Runtime Environment:
    # SIGSEGV (0xb) at pc=0x062e73bc, pid=32733, tid=2849041328
    # Java VM: Java HotSpot(TM) Client VM (1.6.0_02-ea-b02 mixed mode)
    # Problematic frame:
    # V [libjvm.so+0x2e73bc]
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    --------------- T H R E A D ---------------
    Current thread (0x0811a000): VMThread [id=32749]
    siginfo:si_signo=11, si_errno=0, si_code=1, si_addr=0x0000005c
    Registers:
    EAX=0x00000000, EBX=0xa2b02830, ECX=0x92720ad1, EDX=0x927224a0
    ESP=0xa9d0e0a0, EBP=0xa9d0e0b8, ESI=0x9d3aaaac, EDI=0x0643b5f4
    EIP=0x062e73bc, CR2=0x0000005c, EFLAGS=0x00010292
    Top of Stack: (sp=0xa9d0e0a0)
    0xa9d0e0a0: 92720ad1 927224a0 a9d0e0c8 00000003
    0xa9d0e0b0: 06426340 06426340 a9d0e0e8 0632df77
    0xa9d0e0c0: 0643b5b4 9d3aaaac 0000005c 0000005c
    0xa9d0e0d0: 0643b5f4 57a9f5e8 00a9f568 081187ac
    0xa9d0e0e0: 08118758 00000001 a9d0e128 0632e1bd
    0xa9d0e0f0: 08118758 081187a8 00000000 0643b5f0
    0xa9d0e100: 0643b5f4 0643b5b4 00000001 00000001
    0xa9d0e110: 0643b5f4 00000000 001187a8 081187a8
    Instructions: (pc=0x062e73bc)
    0x062e73ac: 89 11 8b 14 90 8b 42 04 8d 48 08 8b 40 08 52 51
    0x062e73bc: ff 50 5c 8b 0d c8 62 42 06 83 c4 10 8b 01 85 c0
    Stack: [0xa9c8e000,0xa9d0f000), sp=0xa9d0e0a0, free space=512k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [libjvm.so+0x2e73bc]
    V [libjvm.so+0x32df77]
    V [libjvm.so+0x32e1bd]
    V [libjvm.so+0x32db80]
    V [libjvm.so+0x1d4817]
    V [libjvm.so+0x1d3fc2]
    V [libjvm.so+0x19c112]
    V [libjvm.so+0x19bb7e]
    V [libjvm.so+0x19b895]
    V [libjvm.so+0x1d1c74]
    V [libjvm.so+0x186065]
    V [libjvm.so+0x1d1ffc]
    V [libjvm.so+0x3b2a0e]
    V [libjvm.so+0x3c4d87]
    V [libjvm.so+0x3c440c]
    V [libjvm.so+0x3c45da]
    V [libjvm.so+0x3c41bf]
    V [libjvm.so+0x30b599]
    C [libpthread.so.0+0x59ed]
    VM_Operation (0xb1262d20): generation collection for allocation, mode: safepoint, requested by thread 0x0876b800
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x0876b800 JavaThread "Thread-127961" daemon [_thread_blocked, id=20969]
    0x08456800 JavaThread "Thread-127960" daemon [_thread_blocked, id=20968]
    0xae485c00 JavaThread "RMI TCP Connection(21182)-172.16.1.58" daemon [_thread_blocked, id=20967]
    0x0853f000 JavaThread "RMI RenewClean-[cryoserverlondon:40523,ci.cryoserver.rmi.ssl.RMISSLClientSocketFactory@a2a054]" daemon [_thread_blocked, id=20966]
    0x0848f800 JavaThread "RMI TCP Connection(21183)-172.16.1.58" daemon [_thread_blocked, id=20965]
    0x085b2400 JavaThread "RMI RenewClean-[cryoserverlondon:40520,ci.cryoserver.rmi.ssl.RMISSLClientSocketFactory@fecc3a]" daemon [_thread_blocked, id=20964]
    0xae484c00 JavaThread "RMI TCP Connection(idle)" daemon [_thread_blocked, id=20963]
    0x086f6000 JavaThread "RMI RenewClean-[cryoserverlondon:40521,ci.cryoserver.rmi.ssl.RMISSLClientSocketFactory@a1e2cd]" daemon [_thread_blocked, id=20962]
    0x081d9800 JavaThread "Thread-127958" daemon [_thread_blocked, id=20959]
    0x083c4800 JavaThread "Thread-127957" daemon [_thread_blocked, id=20958]
    0xae483c00 JavaThread "RMI TCP Connection(idle)" daemon [_thread_blocked, id=20957]
    0xae469800 JavaThread "RMI TCP Connection(idle)" daemon [_thread_blocked, id=20956]
    0xae468c00 JavaThread "RMI TCP Connection(idle)" daemon [_thread_blocked, id=20955]
    0x0860bc00 JavaThread "RMI TCP Connection(idle)" daemon [_thread_blocked, id=20954]
    0xae465c00 JavaThread "RMI TCP Connection(idle)" daemon [_thread_blocked, id=20953]
    0x08525000 JavaThread "RMI TCP Connection(idle)" daemon [_thread_blocked, id=20952]
    0xac80d000 JavaThread "RMI TCP Connection(21171)-172.16.1.58" daemon [_thread_blocked, id=20951]
    0xae467400 JavaThread "RMI TCP Connection(idle)" daemon [_thread_blocked, id=20950]
    0xae46a400 JavaThread "RMI TCP Connection(idle)" daemon [_thread_blocked, id=20948]
    0xac80c400 JavaThread "RMI TCP Connection(21169)-172.16.1.58" daemon [_thread_blocked, id=20947]
    0xae45c400 JavaThread "RMI TCP Connection(21168)-127.0.0.1" daemon [_thread_blocked, id=20946]
    0xac802800 JavaThread "RMI TCP Connection(idle)" daemon [_thread_blocked, id=20945]
    0xae466800 JavaThread "RMI TCP Connection(21167)-127.0.0.1" daemon [_thread_blocked, id=20943]
    0xae46ac00 JavaThread "RMI TCP Connection(21157)-127.0.0.1" daemon [_thread_blocked, id=20886]
    0x081cfc00 JavaThread "RMI TCP Connection(idle)" daemon [_thread_blocked, id=20885]
    0xac80b400 JavaThread "RMI TCP Connection(idle)" daemon [_thread_blocked, id=20864]
    0xac806c00 JavaThread "RMI TCP Connection(idle)" daemon [_thread_blocked, id=20863]
    0xac803800 JavaThread "RMI TCP Connection(idle)" daemon [_thread_blocked, id=20862]
    0x0831b400 JavaThread "RMI RenewClean-[cryoserverlondon:40523,ci.cryoserver.rmi.ssl.RMISSLClientSocketFactory@37497e]" daemon [_thread_blocked, id=20783]
    0x08737c00 JavaThread "RMI RenewClean-[cryoserverlondon:40520,ci.cryoserver.rmi.ssl.RMISSLClientSocketFactory@61eb66]" daemon [_thread_blocked, id=20781]
    0x08206400 JavaThread "RMI RenewClean-[cryoserverlondon:40521,ci.cryoserver.rmi.ssl.RMISSLClientSocketFactory@3f355]" daemon [_thread_blocked, id=20779]
    0xac803000 JavaThread "RMI TCP Connection(idle)" daemon [_thread_blocked, id=20777]
    0xae401400 JavaThread "RMI TCP Connection(idle)" daemon [_thread_blocked, id=20763]
    0xae400800 JavaThread "Thread-127942" daemon [_thread_blocked, id=20385]
    0x08127400 JavaThread "RMI Scheduler(0)" daemon [_thread_blocked, id=2974]
    0x579a6c00 JavaThread "cache-expiry" [_thread_blocked, id=417]
    0x579a5c00 JavaThread "cache-expiry" [_thread_blocked, id=416]
    0x0818d000 JavaThread "cache-expiry" [_thread_blocked, id=415]
    0x0818ac00 JavaThread "cache-expiry" [_thread_blocked, id=414]
    0x57968800 JavaThread "cache-expiry" [_thread_blocked, id=412]
    0x57967c00 JavaThread "cache-expiry" [_thread_blocked, id=411]
    0x08443000 JavaThread "cache-expiry" [_thread_blocked, id=352]
    0x08442400 JavaThread "cache-expiry" [_thread_blocked, id=351]
    0x5798c800 JavaThread "Spool manager for /opt/cryoserver/cryoserver/data/uk-ln-sp-001/spool" [_thread_blocked, id=339]
    0x5798bc00 JavaThread "Spool manager agent 3" [_thread_blocked, id=338]
    0x5798b000 JavaThread "Spool manager agent 2" [_thread_blocked, id=336]
    0x57989800 JavaThread "Spool manager agent 1" [_thread_blocked, id=334]
    0x57988c00 JavaThread "Spool manager agent 0" [_thread_blocked, id=332]
    0x57987c00 JavaThread "Thread-3" daemon [_thread_blocked, id=330]
    0x57958400 JavaThread "Thread-2" [_thread_blocked, id=328]
    0x57957400 JavaThread "Thread-1" [_thread_blocked, id=327]
    0x57956000 JavaThread "uk-ln-sp-001 queue stats." [_thread_blocked, id=326]
    0x57955400 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=325]
    0x57954000 JavaThread "cache-expiry" [_thread_blocked, id=324]
    0x57953000 JavaThread "cache-expiry" [_thread_blocked, id=323]
    0x57952000 JavaThread "RMI TCP Accept-0" daemon [_thread_blocked, id=322]
    0x57951000 JavaThread "cache-expiry" [_thread_blocked, id=319]
    0x5794c400 JavaThread "cache-expiry" [_thread_blocked, id=318]
    0x5794b000 JavaThread "RMI TCP Accept-0" daemon [_thread_blocked, id=317]
    0x5794a400 JavaThread "Optimizer for /opt/cryoserver/cryoserver/data/uk-ln-im-002" [_thread_blocked, id=316]
    0x5797a000 JavaThread "cache-expiry" [_thread_blocked, id=315]
    0x57979000 JavaThread "cache-expiry" [_thread_blocked, id=314]
    0x5793e000 JavaThread "RMI TCP Accept-0" daemon [_thread_blocked, id=313]
    0x5793d800 JavaThread "cache-expiry" [_thread_blocked, id=312]
    0x57930c00 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=311]
    0x57975c00 JavaThread "cache-expiry" [_thread_blocked, id=310]
    0x57975000 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=309]
    0x5797d000 JavaThread "cache-expiry" [_thread_blocked, id=308]
    0x57948000 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=307]
    0x5792d400 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=306]
    0x5792e800 JavaThread "RMI TCP Accept-0" daemon [_thread_blocked, id=304]
    0x57925400 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=302]
    0x57944800 JavaThread "RMI TCP Accept-1099" daemon [_thread_blocked, id=301]
    0x57927000 JavaThread "GC Daemon" daemon [_thread_blocked, id=300]
    0x57926400 JavaThread "RMI Reaper" [_thread_blocked, id=32767]
    0x5791b800 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=32766]
    0x0813dc00 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=32759]
    0x0813c400 JavaThread "CompilerThread0" daemon [_thread_blocked, id=32758]
    0x0813b000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=32757]
    0x08139c00 JavaThread "Surrogate Locker Thread (CMS)" daemon [_thread_blocked, id=32756]
    0x0811e400 JavaThread "Finalizer" daemon [_thread_blocked, id=32751]
    0x0811d000 JavaThread "Reference Handler" daemon [_thread_blocked, id=32750]
    0x08057c00 JavaThread "main" [_thread_blocked, id=32736]
    Other Threads:
    =>0x0811a000 VMThread [id=32749]
    0x0813f400 WatcherThread [id=32760]
    VM state:at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
    [0x08056e68/0x08056e90] Threads_lock - owner thread: 0x0811a000
    [0x080573a8/0x080573c0] Heap_lock - owner thread: 0x0876b800
    Heap
    par new generation total 29504K, used 29504K [0x57a90000, 0x59a90000, 0x59a90000)
    eden space 26240K, 100% used [0x57a90000, 0x59430000, 0x59430000)
    from space 3264K, 100% used [0x59430000, 0x59760000, 0x59760000)
    to space 3264K, 0% used [0x59760000, 0x59760000, 0x59a90000)
    concurrent mark-sweep generation total 1196032K, used 1036441K [0x59a90000, 0xa2a90000, 0xa2a90000)
    concurrent-mark-sweep perm gen total 17932K, used 10690K [0xa2a90000, 0xa3c13000, 0xa6a90000)
    Dynamic libraries:
    06000000-06417000 r-xp 00000000 68:01 89212 /opt/java/jdk1.6.0_02/jre/lib/i386/client/libjvm.so
    06417000-06430000 rwxp 00417000 68:01 89212 /opt/java/jdk1.6.0_02/jre/lib/i386/client/libjvm.so
    06430000-0684f000 rwxp 06430000 00:00 0
    08048000-08052000 r-xp 00000000 68:01 89972 /opt/java/jdk1.6.0_02/bin/java
    08052000-08053000 rwxp 00009000 68:01 89972 /opt/java/jdk1.6.0_02/bin/java
    08053000-08c80000 rwxp 08053000 00:00 0
    55555000-5556b000 r-xp 00000000 68:01 17445 /lib/ld-2.3.3.so
    5556b000-5556c000 rwxp 00016000 68:01 17445 /lib/ld-2.3.3.so
    5556c000-5556d000 rwxp 5556c000 00:00 0
    55582000-5558f000 r-xp 00000000 68:01 17472 /lib/tls/libpthread.so.0
    5558f000-55590000 rwxp 0000d000 68:01 17472 /lib/tls/libpthread.so.0
    55590000-55592000 rwxp 55590000 00:00 0
    55592000-55599000 r-xp 00000000 68:01 89221 /opt/java/jdk1.6.0_02/jre/lib/i386/jli/libjli.so
    55599000-5559b000 rwxp 00006000 68:01 89221 /opt/java/jdk1.6.0_02/jre/lib/i386/jli/libjli.so
    5559b000-5559d000 r-xp 00000000 68:01 17454 /lib/libdl.so.2
    5559d000-5559e000 rwxp 00002000 68:01 17454 /lib/libdl.so.2
    5559e000-556a7000 r-xp 00000000 68:01 17470 /lib/tls/libc.so.6
    556a7000-556af000 rwxp 00109000 68:01 17470 /lib/tls/libc.so.6
    556af000-556b3000 rwxp 556af000 00:00 0
    556b3000-556d4000 r-xp 00000000 68:01 17471 /lib/tls/libm.so.6
    556d4000-556d5000 rwxp 00020000 68:01 17471 /lib/tls/libm.so.6
    556d5000-556d8000 ---p 556d5000 00:00 0
    556d8000-55726000 rwxp 556d8000 00:00 0
    55726000-55727000 ---p 55726000 00:00 0
    55727000-55728000 rwxp 55727000 00:00 0
    55728000-5572e000 r-xp 00000000 68:01 89205 /opt/java/jdk1.6.0_02/jre/lib/i386/native_threads/libhpi.so
    5572e000-5572f000 rwxp 00006000 68:01 89205 /opt/java/jdk1.6.0_02/jre/lib/i386/native_threads/libhpi.so
    5572f000-5573a000 r-xp 00000000 68:01 89218 /opt/java/jdk1.6.0_02/jre/lib/i386/libverify.so
    5573a000-5573b000 rwxp 0000b000 68:01 89218 /opt/java/jdk1.6.0_02/jre/lib/i386/libverify.so
    5573b000-55742000 r-xp 00000000 68:01 17474 /lib/tls/librtkaio.so.1
    55742000-55743000 rwxp 00006000 68:01 17474 /lib/tls/librtkaio.so.1
    55743000-5574b000 rwxs 00000000 68:01 92381 /tmp/hsperfdata_cryouser/32733
    55758000-5576a000 r-xp 00000000 68:01 17457 /lib/libnsl.so.1
    5576a000-5576b000 rwxp 00011000 68:01 17457 /lib/libnsl.so.1
    5576b000-5576d000 rwxp 5576b000 00:00 0
    5576d000-55790000 r-xp 00000000 68:01 89219 /opt/java/jdk1.6.0_02/jre/lib/i386/libjava.so
    55790000-55792000 rwxp 00023000 68:01 89219 /opt/java/jdk1.6.0_02/jre/lib/i386/libjava.so
    55792000-557a1000 r-xp 00000000 68:01 89223 /opt/java/jdk1.6.0_02/jre/lib/i386/libzip.so
    557a1000-557a3000 rwxp 0000e000 68:01 89223 /opt/java/jdk1.6.0_02/jre/lib/i386/libzip.so
    557a3000-55eab000 rwxp 557a3000 00:00 0
    55eab000-577a3000 rwxp 55eab000 00:00 0
    577a3000-577c0000 rwxp 577a3000 00:00 0
    577c0000-57823000 rwxp 577c0000 00:00 0
    57823000-57824000 ---p 57823000 00:00 0
    57824000-578a4000 rwxp 57824000 00:00 0
    578a4000-578a7000 ---p 578a4000 00:00 0
    578a7000-578f5000 rwxp 578a7000 00:00 0
    578f5000-578fc000 r-xs 0004f000 68:09 23 /opt/cryoserver/cryoserver/lib/log4j-1.2.6.jar
    578fc000-578ff000 r-xs 00013000 68:01 89270 /opt/java/jdk1.6.0_02/jre/lib/jce.jar
    57900000-579f2000 rwxp 57900000 00:00 0
    579f2000-57a00000 ---p 579f2000 00:00 0
    57a00000-57a01000 ---p 57a00000 00:00 0
    57a01000-57a81000 rwxp 57a01000 00:00 0
    57a81000-57a87000 r-xs 00049000 68:09 29 /opt/cryoserver/cryoserver/lib/lucene-1.4-final.jar
    57a87000-57a89000 r-xs 00006000 68:09 27 /opt/cryoserver/cryoserver/lib/lucene-highlighter.jar
    57a89000-57a8e000 r-xs 00040000 68:09 30 /opt/cryoserver/cryoserver/lib/mail_1_2.jar
    57a8e000-57a8f000 r-xp 00000000 68:01 89250 /opt/java/jdk1.6.0_02/jre/lib/i386/librmi.so
    57a8f000-57a90000 rwxp 00000000 68:01 89250 /opt/java/jdk1.6.0_02/jre/lib/i386/librmi.so
    57a90000-a3c13000 rwxp 57a90000 00:00 0
    a3c13000-a6a90000 rwxp a3c13000 00:00 0
    a6a90000-a6cf1000 rwxp a6a90000 00:00 0
    a6cf1000-a6d08000 rwxp a6cf1000 00:00 0
    a6d08000-a6f5b000 rwxp a6d08000 00:00 0
    a6f5b000-a6f73000 rwxp a6f5b000 00:00 0
    a6f73000-a9642000 rwxp a6f73000 00:00 0
    a9642000-a9650000 r-xs 00656000 68:01 89944 /opt/java/jdk1.6.0_02/jre/lib/charsets.jar
    a9662000-a9a62000 rwxp a9662000 00:00 0
    a9a62000-a9a63000 ---p a9a62000 00:00 0
    a9a63000-a9ae3000 rwxp a9a63000 00:00 0
    a9ae3000-a9c5e000 r-xs 02c7f000 68:01 89177 /opt/java/jdk1.6.0_02/jre/lib/rt.jar
    a9c5e000-a9c8e000 rwxp a9c5e000 00:00 0
    a9c8e000-a9c8f000 ---p a9c8e000 00:00 0
    a9c8f000-a9d0f000 rwxp a9c8f000 00:00 0
    a9d0f000-a9d12000 ---p a9d0f000 00:00 0
    a9d12000-a9d60000 rwxp a9d12000 00:00 0
    a9d60000-a9d93000 r-xp 00000000 68:01 13874 /usr/lib/locale/en_GB.utf8/LC_CTYPE
    a9d93000-a9d99000 r-xs 00000000 68:01 19748 /usr/lib/gconv/gconv-modules.cache
    a9d99000-a9d9c000 ---p a9d99000 00:00 0
    a9d9c000-a9dea000 rwxp a9d9c000 00:00 0
    a9dea000-a9ded000 ---p a9dea000 00:00 0
    a9ded000-a9e3b000 rwxp a9ded000 00:00 0
    a9e3b000-a9e3e000 ---p a9e3b000 00:00 0
    a9e3e000-a9ebc000 rwxp a9e3e000 00:00 0
    a9ebc000-a9ebf000 ---p a9ebc000 00:00 0
    a9ebf000-a9f0d000 rwxp a9ebf000 00:00 0
    a9f0d000-a9f0e000 ---p a9f0d000 00:00 0
    a9f0e000-a9f8e000 rwxp a9f0e000 00:00 0
    a9f8e000-a9f90000 r-xs 0000a000 68:09 19 /opt/cryoserver/cryoserver/lib/activation.jar
    a9f90000-a9f9e000 r-xs 000a1000 68:09 22 /opt/cryoserver/cryoserver/lib/castor-0.9.3.21-xml.jar
    a9f9e000-a9fa1000 r-xs 00027000 68:09 270211 /opt/cryoserver/cryoserver/lib/commons-lang-2.0.jar
    a9fa1000-a9faa000 r-xs 0009f000 68:09 21 /opt/cryoserver/cryoserver/lib/cryoserver.jar
    a9faa000-aa017000 r-xs 0061c000 68:09 24 /opt/cryoserver/cryoserver/lib/j2ee.jar
    aa017000-aa019000 r-xs 00006000 68:09 25 /opt/cryoserver/cryoserver/lib/jakarta-regexp-1.2.jar
    aa019000-aa01e000 r-xs 0004d000 68:09 270219 /opt/cryoserver/cryoserver/lib/jcifs-1.2.11.jar
    aa01e000-aa021000 r-xs 0001b000 68:09 28 /opt/cryoserver/cryoserver/lib/junit.jar
    aa021000-aa02b000 r-xs 00055000 68:09 18 /opt/cryoserver/cryoserver/lib/ldap.jar
    aa02b000-aa031000 r-xs 00091000 68:01 89262 /opt/java/jdk1.6.0_02/jre/lib/jsse.jar
    aa031000-aa034000 r-xs 00035000 68:09 26 /opt/cryoserver/cryoserver/lib/mysql-connector-java-3.0.9-stable-bin.jar
    aa034000-aa03b000 r-xs 001ab000 68:09 20 /opt/cryoserver/cryoserver/lib/PDFBox-0.6.5.jar
    aa03b000-aa04a000 r-xs 001ac000 68:09 17 /opt/cryoserver/cryoserver/lib/xerces.jar
    aa04a000-aa05d000 r-xp 00000000 68:01 89227 /opt/java/jdk1.6.0_02/jre/lib/i386/libnet.so
    aa05d000-aa05e000 rwxp 00013000 68:01 89227 /opt/java/jdk1.6.0_02/jre/lib/i386/libnet.so
    aa05e000-aa148000 rwxp aa05e000 00:00 0
    aa148000-aa14b000 r-xs 00027000 68:01 89198 /opt/java/jdk1.6.0_02/jre/lib/ext/sunjce_provider.jar
    aa14b000-aa152000 r-xs 00106000 68:01 89316 /opt/java/jdk1.6.0_02/jre/lib/resources.jar
    aa167000-aa16f000 r-xp 00000000 68:01 17460 /lib/libnss_files.so.2
    aa16f000-aa170000 rwxp 00008000 68:01 17460 /lib/libnss_files.so.2
    aa170000-aa173000 ---p aa170000 00:00 0
    aa173000-aa1c1000 rwxp aa173000 00:00 0
    aa1c1000-aa1c4000 ---p aa1c1000 00:00 0
    aa1c4000-aa212000 rwxp aa1c4000 00:00 0
    aa212000-aa215000 ---p aa212000 00:00 0
    aa215000-aa263000 rwxp aa215000 00:00 0
    aa263000-aa266000 ---p aa263000 00:00 0
    aa266000-aa2b4000 rwxp aa266000 00:00 0
    aa2b4000-aa2b7000 ---p aa2b4000 00:00 0
    aa2b7000-aa305000 rwxp aa2b7000 00:00 0
    aa305000-aa308000 ---p aa305000 00:00 0
    aa308000-aa356000 rwxp aa308000 00:00 0
    aa356000-aa359000 ---p aa356000 00:00 0
    aa359000-aa3a7000 rwxp aa359000 00:00 0
    aa3a7000-aa3aa000 ---p aa3a7000 00:00 0
    aa3aa000-aa3f8000 rwxp aa3aa000 00:00 0
    aa3f8000-aa3fb000 ---p aa3f8000 00:00 0
    aa3fb000-aa449000 rwxp aa3fb000 00:00 0
    aa449000-aa44c000 ---p aa449000 00:00 0
    aa44c000-aa49a000 rwxp aa44c000 00:00 0
    aa49a000-aa49d000 ---p aa49a000 00:00 0
    aa49d000-aa4eb000 rwxp aa49d000 00:00 0
    aa4eb000-aa4ee000 ---p aa4eb000 00:00 0
    aa4ee000-aa53c000 rwxp aa4ee000 00:00 0
    aa53c000-aa53f000 ---p aa53c000 00:00 0
    aa53f000-aa58d000 rwxp aa53f000 00:00 0
    aa58d000-aa590000 ---p aa58d000 00:00 0
    aa590000-aa5de000 rwxp aa590000 00:00 0
    aa5de000-aa5e1000 ---p aa5de000 00:00 0
    aa5e1000-aa62f000 rwxp aa5e1000 00:00 0
    aa62f000-aa632000 ---p aa62f000 00:00 0
    aa632000-aa680000 rwxp aa632000 00:00 0
    aa680000-aa683000 ---p aa680000 00:00 0
    aa683000-aa6d1000 rwxp aa683000 00:00 0
    aa6d1000-aa6d4000 ---p aa6d1000 00:00 0
    aa6d4000-aa722000 rwxp aa6d4000 00:00 0
    aa722000-aa725000 ---p aa722000 00:00 0
    aa725000-aa773000 rwxp aa725000 00:00 0
    aa773000-aa776000 ---p aa773000 00:00 0
    aa776000-aa7c4000 rwxp aa776000 00:00 0
    aa7c4000-aa7c7000 ---p aa7c4000 00:00 0
    aa7c7000-aa815000 rwxp aa7c7000 00:00 0
    aa815000-aa818000 ---p aa815000 00:00 0
    aa818000-aa866000 rwxp aa818000 00:00 0
    aa866000-aa869000 ---p aa866000 00:00 0
    aa869000-aa8b7000 rwxp aa869000 00:00 0
    aa8b7000-aa8ba000 ---p aa8b7000 00:00 0
    aa8ba000-aa908000 rwxp aa8ba000 00:00 0
    aa908000-aa90b000 ---p aa908000 00:00 0
    aa90b000-aa959000 rwxp aa90b000 00:00 0
    aa959000-aa95c000 ---p aa959000 00:00 0
    aa95c000-aa9aa000 rwxp aa95c000 00:00 0
    aa9aa000-aa9ad000 ---p aa9aa000 00:00 0
    aa9ad000-aa9fb000 rwxp aa9ad000 00:00 0
    aa9fb000-aa9fe000 ---p aa9fb000 00:00 0
    aa9fe000-aaa4c000 rwxp aa9fe000 00:00 0
    aaa4c000-aaa4f000 ---p aaa4c000 00:00 0
    aaa4f000-aaa9d000 rwxp aaa4f000 00:00 0
    aaa9d000-aaaa0000 ---p aaa9d000 00:00 0
    aaaa0000-aaaee000 rwxp aaaa0000 00:00 0
    aaaee000-aaaf1000 ---p aaaee000 00:00 0
    aaaf1000-aab3f000 rwxp aaaf1000 00:00 0
    aab3f000-aab42000 ---p aab3f000 00:00 0
    aab42000-aab90000 rwxp aab42000 00:00 0
    aab90000-aab93000 ---p aab90000 00:00 0
    aab93000-aabe1000 rwxp aab93000 00:00 0
    aac32000-aac35000 ---p aac32000 00:00 0
    aac35000-aac83000 rwxp aac35000 00:00 0
    aac83000-aac86000 ---p aac83000 00:00 0
    aac86000-aacd4000 rwxp aac86000 00:00 0
    aacd4000-aacd7000 ---p aacd4000 00:00 0
    aacd7000-aad25000 rwxp aacd7000 00:00 0
    aad76000-aad79000 rwxp aad76000 00:00 0
    aad79000-aadc7000 rwxp aad79000 00:00 0
    aadc7000-aadca000 ---p aadc7000 00:00 0
    aadca000-aae18000 rwxp aadca000 00:00 0
    aae18000-aae1b000 ---p aae18000 00:00 0
    aae1b000-aae69000 rwxp aae1b000 00:00 0
    aae69000-aae6c000 ---p aae69000 00:00 0
    aae6c000-aaeba000 rwxp aae6c000 00:00 0
    aaeba000-aaebd000 ---p aaeba000 00:00 0
    aaebd000-aaf0b000 rwxp aaebd000 00:00 0
    aaf0b000-aaf0e000 ---p aaf0b000 00:00 0
    aaf0e000-aaf5c000 rwxp aaf0e000 00:00 0
    aaf5c000-aaf5f000 ---p aaf5c000 00:00 0
    aaf5f000-aafad000 rwxp aaf5f000 00:00 0
    aafad000-aafb0000 ---p aafad000 00:00 0
    aafb0000-aaffe000 rwxp aafb0000 00:00 0
    ab0a0000-ab0a3000 rwxp ab0a0000 00:00 0
    ab0a3000-ab0f1000 rwxp ab0a3000 00:00 0
    ab193000-ab196000 ---p ab193000 00:00 0
    ab196000-ab1e4000 rwxp ab196000 00:00 0
    ab200000-ab2fb000 rwxp ab200000 00:00 0
    ab2fb000-ab300000 ---p ab2fb000 00:00 0
    ab300000-ab600000 rwxp ab300000 00:00 0
    ab600000-ab603000 ---p ab600000 00:00 0
    ab603000-ab651000 rwxp ab603000 00:00 0
    ab651000-ab654000 ---p ab651000 00:00 0
    ab654000-ab6a2000 rwxp ab654000 00:00 0
    ab6a2000-ab6a5000 ---p ab6a2000 00:00 0
    ab6a5000-ab6f3000 rwxp ab6a5000 00:00 0
    ab6f3000-ab6f6000 ---p ab6f3000 00:00 0
    ab6f6000-ab744000 rwxp ab6f6000 00:00 0
    ab744000-ab747000 ---p ab744000 00:00 0
    ab747000-ab795000 rwxp ab747000 00:00 0
    ab837000-ab83a000 rwxp ab837000 00:00 0
    ab83a000-ab888000 rwxp ab83a000 00:00 0
    ab888000-ab88b000 rwxp ab888000 00:00 0
    ab88b000-ab8d9000 rwxp ab88b000 00:00 0
    ab97b000-ab97e000 ---p ab97b000 00:00 0
    ab97e000-ab9cc000 rwxp ab97e000 00:00 0
    ab9cc000-ab9cf000 rwxp ab9cc000 00:00 0
    ab9cf000-aba1d000 rwxp ab9cf000 00:00 0
    aba1d000-aba20000 rwxp aba1d000 00:00 0
    aba20000-aba6e000 rwxp aba20000 00:00 0
    aba6e000-aba71000 rwxp aba6e000 00:00 0
    aba71000-ababf000 rwxp aba71000 00:00 0
    ababf000-abac2000 ---p ababf000 00:00 0
    abac2000-abb10000 rwxp abac2000 00:00 0
    abb10000-abb13000 rwxp abb10000 00:00 0
    abb13000-abb61000 rwxp abb13000 00:00 0
    abb61000-abb64000 rwxp abb61000 00:00 0
    abb64000-abbb2000 rwxp abb64000 00:00 0
    abbb2000-abbb5000 rwxp abbb2000 00:00 0
    abbb5000-abc03000 rwxp abbb5000 00:00 0
    abd98000-abd9b000 rwxp abd98000 00:00 0
    abd9b000-abde9000 rwxp abd9b000 00:00 0
    abfcf000-abfd2000 rwxp abfcf000 00:00 0
    abfd2000-ac020000 rwxp abfd2000 00:00 0
    ac1b5000-ac1b8000 rwxp ac1b5000 00:00 0
    ac1b8000-ac206000 rwxp ac1b8000 00:00 0
    ac206000-ac209000 rwxp ac206000 00:00 0
    ac209000-ac257000 rwxp ac209000 00:00 0
    ac257000-ac25a000 rwxp ac257000 00:00 0
    ac25a000-ac2a8000 rwxp ac25a000 00:00 0
    ac2a8000-ac2ab000 rwxp ac2a8000 00:00 0
    ac2ab000-ac2f9000 rwxp ac2ab000 00:00 0
    ac2f9000-ac2fc000 rwxp ac2f9000 00:00 0
    ac2fc000-ac34a000 rwxp ac2fc000 00:00 0
    ac43d000-ac440000 rwxp ac43d000 00:00 0
    ac440000-ac48e000 rwxp ac440000 00:00 0
    ac4df000-ac4e2000 rwxp ac4df000 00:00 0
    ac4e2000-ac530000 rwxp ac4e2000 00:00 0
    ac6c5000-ac6c8000 ---p ac6c5000 00:00 0
    ac6c8000-ac716000 rwxp ac6c8000 00:00 0
    ac800000-ac82f000 rwxp ac800000 00:00 0
    ac82f000-ac900000 ---p ac82f000 00:00 0
    aca40000-aca43000 ---p aca40000 00:00 0
    aca43000-aca91000 rwxp aca43000 00:00 0
    acb33000-acb36000 ---p acb33000 00:00 0
    acb36000-acb84000 rwxp acb36000 00:00 0
    acb84000-acb87000 rwxp acb84000 00:00 0
    acb87000-acbd5000 rwxp acb87000 00:00 0
    acc26000-ad026000 rwxp acc26000 00:00 0
    ad1bb000-ad1be000 rwxp ad1bb000 00:00 0
    ad1be000-ad20c000 rwxp ad1be000 00:00 0
    ad36d000-ad370000 rwxp ad36d000 00:00 0
    ad370000-ad3be000 rwxp ad370000 00:00 0
    ad553000-ad556000 ---p ad553000 00:00 0
    ad556000-ad5a4000 rwxp ad556000 00:00 0
    ad697000-ad69a000 rwxp ad697000 00:00 0
    ad69a000-ad6e8000 rwxp ad69a000 00:00 0
    ad87d000-ad880000 rwxp ad87d000 00:00 0
    ad880000-ad8ce000 rwxp ad880000 00:00 0
    ad8ce000-ad8d1000 rwxp ad8ce000 00:00 0
    ad8d1000-ad91f000 rwxp ad8d1000 00:00 0
    ad970000-ad973000 rwxp ad970000 00:00 0
    ad973000-ad9c1000 rwxp ad973000 00:00 0
    adab4000-adab7000 rwxp adab4000 00:00 0
    adab7000-adb05000 rwxp adab7000 00:00 0
    adc00000-adc28000 rwxp adc00000 00:00 0
    adc28000-add00000 ---p adc28000 00:00 0
    ade00000-ade24000 rwxp ade00000 00:00 0
    ade24000-adf00000 ---p ade24000 00:00 0
    ae015000-ae018000 rwxp ae015000 00:00 0
    ae018000-ae066000 rwxp ae018000 00:00 0
    ae24c000-ae24f000 rwxp ae24c000 00:00 0
    ae24f000-ae29d000 rwxp ae24f000 00:00 0
    ae2ee000-ae2f1000 rwxp ae2ee000 00:00 0
    ae2f1000-ae33f000 rwxp ae2f1000 00:00 0
    ae400000-ae4a7000 rwxp ae400000 00:00 0
    ae4a7000-ae500000 ---p ae4a7000 00:00 0
    ae669000-ae66c000 ---p ae669000 00:00 0
    ae66c000-ae6ba000 rwxp ae66c000 00:00 0
    ae7fe000-ae801000 rwxp ae7fe000 00:00 0
    ae801000-ae84f000 rwxp ae801000 00:00 0
    ae8a0000-ae8a3000 rwxp ae8a0000 00:00 0
    ae8a3000-ae8f1000 rwxp ae8a3000 00:00 0
    ae942000-ae945000 ---p ae942000 00:00 0
    ae945000-ae993000 rwxp ae945000 00:00 0
    aead7000-aeada000 ---p aead7000 00:00 0
    aeada000-aeb28000 rwxp aeada000 00:00 0
    aeb28000-aeb2b000 rwxp aeb28000 00:00 0
    aeb2b000-aeb79000 rwxp aeb2b000 00:00 0
    aebca000-aebcd000 rwxp aebca000 00:00 0
    aebcd000-aec1b000 rwxp aebcd000 00:00 0
    aec1b000-aec1e000 rwxp aec1b000 00:00 0
    aec1e000-aec6c000 rwxp aec1e000 00:00 0
    aed00000-aed22000 rwxp aed00000 00:00 0
    aed22000-aee00000 ---p aed22000 00:00 0
    af0da000-af0dd000 rwxp af0da000 00:00 0
    af0dd000-af12b000 rwxp af0dd000 00:00 0
    af21e000-af221000 rwxp af21e000 00:00 0
    af221000-af26f000 rwxp af221000 00:00 0
    af26f000-af272000 rwxp af26f000 00:00 0
    af272000-af2c0000 rwxp af272000 00:00 0
    af5ea000-af5ed000 ---p af5ea000 00:00 0
    af5ed000-af63b000 rwxp af5ed000 00:00 0
    af72e000-af731000 rwxp af72e000 00:00 0
    af731000-af77f000 rwxp af731000 00:00 0
    af77f000-af782000 ---p af77f000 00:00 0
    af782000-af7d0000 rwxp af782000 00:00 0
    af7d0000-af7d3000 rwxp af7d0000 00:00 0
    af7d3000-af821000 rwxp af7d3000 00:00 0
    af872000-af875000 ---p af872000 00:00 0
    af875000-af8c3000 rwxp af875000 00:00 0
    afafa000-afafd000 rwxp afafa000 00:00 0
    afafd000-afb4b000 rwxp afafd000 00:00 0
    afb4b000-afb4e000 rwxp afb4b000 00:00 0
    afb4e000-afb9c000 rwxp afb4e000 00:00 0
    afc3e000-afc41000 rwxp afc3e000 00:00 0
    afc41000-afc8f000 rwxp afc41000 00:00 0
    afce0000-afce3000 rwxp afce0000 00:00 0
    afce3000-afd31000 rwxp afce3000 00:00 0
    afd82000-afd85000 rwxp afd82000 00:00 0
    afd85000-afdd3000 rwxp afd85000 00:00 0
    afe75000-afe78000 rwxp afe75000 00:00 0
    afe78000-afec6000 rwxp afe78000 00:00 0
    afec6000-afec9000 rwxp afec6000 00:00 0
    afec9000-aff17000 rwxp afec9000 00:00 0
    aff17000-aff1a000 rwxp aff17000 00:00 0
    aff1a000-aff68000 rwxp aff1a000 00:00 0
    affb9000-affbc000 ---p affb9000 00:00 0
    affbc000-b000a000 rwxp affbc000 00:00 0
    b014e000-b0151000 rwxp b014e000 00:00 0
    b0151000-b019f000 rwxp b0151000 00:00 0
    b019f000-b01a2000 rwxp b019f000 00:00 0
    b01a2000-b01f0000 rwxp b01a2000 00:00 0
    b0292000-b0295000 rwxp b0292000 00:00 0
    b0295000-b02e3000 rwxp b0295000 00:00 0
    b02e3000-b02e6000 rwxp b02e3000 00:00 0
    b02e6000-b0334000 rwxp b02e6000 00:00 0
    b0334000-b0337000 rwxp b0334000 00:00 0
    b0337000-b0385000 rwxp b0337000 00:00 0
    b0385000-b0388000 rwxp b0385000 00:00 0
    b0388000-b03d6000 rwxp b0388000 00:00 0
    b051a000-b051d000 ---p b051a000 00:00 0
    b051d000-b056b000 rwxp b051d000 00:00 0
    b060d000-b0610000 ---p b060d000 00:00 0
    b0610000-b065e000 rwxp b0610000 00:00 0
    b065e000-b0661000 rwxp b065e000 00:00 0
    b0661000-b06af000 rwxp b0661000 00:00 0
    b0700000-b0703000 rwxp b0700000 00:00 0
    b0703000-b0751000 rwxp b0703000 00:00 0
    b0844000-b0847000 rwxp b0844000 00:00 0
    b0847000-b0895000 rwxp b0847000 00:00 0
    b0895000-b0898000 rwxp b0895000 00:00 0
    b0898000-b08e6000 rwxp b0898000 00:00 0
    b0988000-b098b000 rwxp b0988000 00:00 0
    b098b000-b09d9000 rwxp b098b000 00:00 0
    b09d9000-b09dc000 rwxp b09d9000 00:00 0
    b09dc000-b0a2a000 rwxp b09dc000 00:00 0
    b0a2a000-b0a2d000 rwxp b0a2a000 00:00 0
    b0a2d000-b0a7b000 rwxp b0a2d000 00:00 0
    b0a7b000-b0a7e000 rwxp b0a7b000 00:00 0
    b0a7e000-b0acc000 rwxp b0a7e000 00:00 0
    b0b1d000-b0b20000 ---p b0b1d000 00:00 0
    b0b20000-b0b6e000 rwxp b0b20000 00:00 0
    b0bbf000-b0bc2000 rwxp b0bbf000 00:00 0
    b0bc2000-b0c10000 rwxp b0bc2000 00:00 0
    b0c10000-b0c13000 rwxp b0c10000 00:00 0
    b0c13000-b0c61000 rwxp b0c13000 00:00 0
    b0d03000-b0d06000 ---p b0d03000 00:00 0
    b0d06000-b0d54000 rwxp b0d06000 00:00 0
    b0d54000-b0d57000 ---p b0d54000 00:00 0
    b0d57000-b0da5000 rwxp b0d57000 00:00 0
    b0df6000-b0df9000 rwxp b0df6000 00:00

    Try this link to decode hs_err log file.
    http://openjdk.neojava.org/cgi-bin/hs_err
    Or download hs_err.pl perl script from the location mentioned in
    this blog.
    http://blogs.sun.com/dave/entry/a_tool_to_decode_hs

  • System.log file

    I need to find the system.log file, but cannot. Where is it?
    Thanks for your help.
    Cheers,
    Jurgen

    To see the log's contents, open the Console in the /Applications/Utilities/ folder and click on the Logs button; one of the entries will be the system.log.
    To see the log itself, choose Go to Folder from the Finder's Go menu, enter /private/var/log/ as the folder's path, and locate the system.log file when that folder appears.
    (10574)

  • System.log file super bloat!

    Tonight my hard disk suddenly started filling rapidly on it's own and I traced the problem down to an amazingly fast growing system.log file. It appeared to be corrupt because the Console app didn't see it when I tried to read it there to see what was filling it. It got up to 6GB!
    I pulled the file out of there and things seem okay (I still have it in visible form on another drive). Is is at problem that now my OS X drive has no system.log file? Will it create one on it's own eventually? Is there some way for me to replace it?
    Any ideas why it would have done that?
    Thanks for any education!
    -Dave

    Hi Tenfresh, you don't list your system specs so it's hard to tell but this may have been your issue:
    http://docs.info.apple.com/article.html?artnum=300893
    Yes, the system.log will recreate, if it hasn't done so already.
    -mj
    [email protected]

Maybe you are looking for

  • Safari 2.0.3 not displaying buttons or pictures

    On many web sites, Safari doesn't display buttons or clickable images on web pages. I have checked the "display images when the page opens" preference item. I have tried emptying the cache and resetting safari and deleting the com.apple.safari.plist

  • Multiplexing error in iDVD

    I've read some of the other posts about this, but none mentioned the same symptoms I'm having. iDVD throws a multiplexing error if I have chapters in my video. If I remove the chapters in iMovie and then use iDVD to burn, it works great. But adding t

  • JCO - Model Data Destination connection is broken from time to time

    Hi, SDN Fellows. I have set up both JCO Modeldata Destination and RFC Metadata Destination. For Modeldata Destination, I set up as Message Server. JCo Pool Configuration Maximal Pool Size :  5 Maximum Connections: 10  Connection Timeout (msec.): 10 

  • How can i creat a "book"

    i have microsoft office but i can figure out how to make a document where it takes an 8 1/2 by 11, landsape, print on both sides and make it into colums. if anybody could help me that would be great!

  • Need  trigger when update one column then record sysdate on another collumn

    Hi Gurus I have a table called RTV_PLAN And it have two columns, FORCE_KEYIN_FLAG VARCHAR(2) FORCE_KEYIN_DATE DATE I want when FORCE_KEYIN_FLAG get a value Then FORCE_KEYIN_DATE record the sysdate Please kindly give some help Many thanks saven