Running automator on the hour every hour

I am trying to set up an image action to run every hour on the hour with out having to make an iCal entry for every hour. Also I unfortunately can't make the folder a hot folder beacuse it is a windows server.
Is it possible the some one out their could help me with an apple script? The imaging script for automator is already made. I just would like a script to tell automator to run every hour.
Thanks

Try using this application to set up a cron task for that action; to do this, set the min field to 0 and put a * in the other fields which determine when the task runs.
(18050)

Similar Messages

  • Running Automator in the background, on click ?

    I made a script that I've told Automator to run, with the "Run Shell Script" Action. That works fine when I click the workflow file, which launches Automator where I can click Run.
    What I want, is to click the workflow file without Automator showing up.
    Or, I could bypass automator itself, if I could figure out how to open all *.php files with /usr/bin/php ... it seems to not let me navigate to that directory, but limit me to directories like Applications.
    hmmm...

    Items from various actions such as Ask for Finder Items or Get Selected Finder Items can be passed to the Run Shell Script action. Saving the workflow as an application will run it without launching Automator.
    A file with a .php extension would be associated with whatever application created it (or a default application that can handle HTML files). A Unix Executable File isn't seen as an "application" by the system, so you will need to call it directly with your parameters.

  • Run Automator in the background without status bar icon

    Hello,
    I hope this is the right place and thank you in advance for the help.
    I am trying to run an Automator App in the background without running in the status bar as it takes the focus from the current application that I am working in.  Is there a way to do this?  Some Google Fu stats that I can make some changes to the info.plist of the package contents of the application by changing the LSUIElement.  However when I follow those instructions, I am still unable to run the application in the background completely.
    For what it is worth, I am running a brand new Mac Mini with Yosemite.  Any help is greatly appreciated.  Please let me know if I need to provide any more detail.
    Cheers!

    Items from various actions such as Ask for Finder Items or Get Selected Finder Items can be passed to the Run Shell Script action. Saving the workflow as an application will run it without launching Automator.
    A file with a .php extension would be associated with whatever application created it (or a default application that can handle HTML files). A Unix Executable File isn't seen as an "application" by the system, so you will need to call it directly with your parameters.

  • Lock the computer every hour for 10 min?

    Hi,
    Is there a way to lock the computer every hour(or a preset time interval) making it inaccessible for a few min? this will force those long time user to take a rest from time to time:) Thanks,
    Angelo

    Back up all data immediately as your boot drive may be failing.
    This diagnostic procedure will query the system log for messages that may indicate a hardware fault. It changes nothing, and therefore will not, in itself, solve your problem.
    If you have more than one user account, these instructions must be carried out as an administrator. I've tested them only with the Safari web browser. If you use another browser, they may not work as described.
    Triple-click anywhere in the line below on this page to select it:
    syslog -k Sender kernel -k Message CReq 'GPU D|I/O|nspace-h|n Cause: -|timed? ?o' | tail | open -ef
    Copy the selected text to the Clipboard (command-C).
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window (command-V).
    The command may take a noticeable amount of time to run. Wait for a new line ending in a dollar sign (“$”) to appear.
    A TextEdit window will open with the output of the command. Normally the command will produce no output, and the window will be empty. If the TextEdit window (not the Terminal window) has anything in it, post it — the text, please, not a screenshot. The title of the TextEdit window doesn't matter, and you don't need to post that.

  • I am trying to set up iTunes match on my apple tv, but it just keeps showing that it is loading, it has been running for over an hour, what can be done here, it has gone with no problem on my iPhone, iPad but not the tv

    i am trying to set up iTunes match on my apple tv, but it just keeps showing that it is loading, it has been running for over an hour, what can be done here, it has gone with no problem on my iPhone, iPad but not the tv

    Same here and this is driving me crazy. I can buy, but can't upgrade. Grrr.

  • I have just updated my 4s to IOS7. and now my battery discharge is significantly increase. With my Iphone fully charged, the battery run out within 6 hours without using the phone at all. Would it be possible to get the IOS 6.1.3 back to my 4S?

    I have just updated my 4s to IOS7. and now my battery discharge is significantly increase. With my Iphone fully charged, the battery run out within 6 hours without using the phone at all. Would it be possible to get the IOS 6.1.3 back to my 4S?

    Hi, thanks for the suggestion. I have tried as you suggested, and when opening the "purchased" apps some have the icloud logo next to them, but I only have "OPEN" against "Find My iPhone". When opening it up, it goes through the same routine; needs to be updated before proceeding, and wouldn't update because I don't have IOS8.
    Anything else I could try, or am I doomed!
    All of your help is much appreciated, thanks

  • Regarding the thread running more than 24 hours

    The below is the query executed from oracle side and is running more than 24 hours and not yet over. And multiple threads are running.
    SELECT COUNT(*)
    FROM snurk_cmms_csht009_rfs,
    snurk_cmms_csht008_rfs,
    snurk_cmms_csht001_rfs
    WHERE snurk_cmms_csht001_rfs.cd_plant = snurk_cmms_csht008_rfs.cd_plant (+)
    AND snurk_cmms_csht001_rfs.no_rfs = snurk_cmms_csht008_rfs.no_rfs (+)
    AND snurk_cmms_csht008_rfs.cd_plant = snurk_cmms_csht009_rfs.cd_plant (+)
    AND snurk_cmms_csht008_rfs.no_rfs = snurk_cmms_csht009_rfs.no_rfs (+)
    AND snurk_cmms_csht008_rfs.ct_misc_item = snurk_cmms_csht009_rfs.ct_misc_item (+)
    AND (snurk_cmms_csht009_rfs.ct_misc_item_page = 1
    OR snurk_cmms_csht009_rfs.ct_misc_item_page IS NULL);
    snurk_cmms_csht009_rfs,snurk_cmms_csht008_rfs,snurk_cmms_csht001_rfs are synonyms for views that are pointing to DB2 tables with the help of dblink.
    The dba saying that the where clause in the above select is not sent to the db2 side so creating a cartesian product and asking us to add something in the where clause.
    Thread detail
    ENCLAVE DETAIL INFORMATION
    PLAN
    Thread: Plan=DISTSERV Connid=SERVER Corrid=G422001E Authid=CPPRXPS
    Dist : Type=DATABASE ACCESS, Luwid=H36A45B9.A712.C8ADB744CDC6=132705
    Location : 19.106.69.185
    enc
    ENCLAVE TOKEN: F0001B77B8 Enclave Type: Original Indep
    Owning System: SYB1 Owning Job: DB27DIST
    WLM Mode: Goal Enclave CPU Time 01:26:00.935
    THREAD DETAIL
    PLAN
    Thread: Plan=DISTSERV Connid=SERVER Corrid=G422001E Authid=CPPRXPS
    Dist : Type=DATABASE ACCESS, Luwid=H36A45B9.A712.C8ADB744CDC6=132705
    Location : 19.106.69.185
    act
    Thread Activity User Defined Functions
    DB2 Status = WAIT-REMREQ TCB Time (SQL) = 00:00:00.000
    MVS Status = Wait for TCB Time = 00:00:00.000
    Total Elapsed Time = 01-17:00 Elapsed Time = 00:00:00.000
    CP CPU Utilization = 00.7% Elapsed Time (SQL) = 00:00:00.000
    Total CP CPU Time = N/A SQL Events = 0
    IIP CPU Time = 00:00:00.000
    Total Parallel Tasks = 0
    Current Parallel Tasks= 0
    SQL CALL BEING EXECUTED
    PLAN
    Thread: Plan=DISTSERV Connid=SERVER Corrid=G422001E Authid=CPPRXPS
    Dist : Type=DATABASE ACCESS, Luwid=H36A45B9.A712.C8ADB744CDC6=132705
    Location : 19.106.69.185
    call
    SQL call is active, call information is as follows :
    Thread Status = WAIT-REMREQ SQL Request Type = DYNAMIC
    Total SQL Reqs = 3589969 SQL Call Type = FETCH
    SQL DBRM Name = GDRDA11 SQL Statement Number = 00000
    Collection ID = SDCSDRDA
    SELECT A1."CD_PLANT", A1."NO_RFS", A2."CD_PLANT", A2."NO_RFS", A2."CD_PL
    ANT", A2."NO_RFS", A2."CT_MISC_ITEM" FROM "MMDBDP7"."CSHT001_RFS" A1, "M
    MDBDP7"."CSHT008_RFS_MISC" A2
    Please suggest on what to be added in the where clause.
    thanks,
    Vinodh

    We cannot create a view in db2 side because of security reasons. I tried to run the query as below.
    SELECT count(a),count(b),count(c) FROM
    (Select cd_plant,no_rfs,ct_misc_item, ct_misc_item_page from snurk_cmms_csht009_rfs) a,
    (Select cd_plant,no_rfs,ct_misc_item from snurk_cmms_csht008_rfs) b,
    (Select cd_plant,no_rfs from snurk_cmms_csht001_rfs ) c
    Where c.cd_plant = b.cd_plant (+)
    AND c.no_rfs = b.no_rfs (+)
    AND b.cd_plant = a.cd_plant (+)
    AND b.no_rfs = a.no_rfs (+)
    AND b.ct_misc_item = a.ct_misc_item (+)
    AND (a.ct_misc_item_page = 1
    OR a.ct_misc_item_page IS NULL)
    I am getting the error as below:
    ERROR at line 4:
    ORA-28545: error diagnosed by Net8 when connecting to an agent
    Unable to retrieve text of NETWORK/NCR message 65535
    ORA-02063: preceding 2 lines from FAST_SNURK_CMMS
    How to troubleshoot this.
    thanks,
    Vinodh

  • HT3964 I have a Macbook 2.1, running 10.5 8. with a new battery. It won't start with the battery, but after you start it with the charger, disconnect the charger,it will run for over an hour on the battery,all the while it shows 0% charge! tried reset, no

    I have a Macbook 2.1 that runs 10.5.8.   I cannot get it to start on battery power. It will run for over an hour on the battery, if you start it with the charger, but even then it shows a 0% charge! I've tried pulling the battery out while it's booted, pulling battery out and discharging the system by holding the power switch, nothing seems to make it work. any ideas? It has all the updates Apple offers, too.

    Try resetting the SMC
    Shut down the computer.
    Disconnect the MagSafe power adapter from the computer, if it's connected.
    Remove the battery.
    Press and hold the power button for 5 seconds.
    Release the power button.
    Reconnect the battery and MagSafe power adapter.
    Press the power button to turn on the computer.

  • How do I stop my cursor from flashing the hour glass every 10 seconds?

    My pointer ( cursor) flashes the hour glass symbol every 10 seconds ever since I downloaded an upgrade to Firefox
    == This happened ==
    Every time Firefox opened
    == I downloaded a Firefox upgrade.

    You have '''caret browsing''' enabled - that preference appears as set in your Troubleshooting Information.
    http://kb.mozillazine.org/Accessibility.browsewithcaret
    Hit the '''F7''' key to disable '''''caret browsing'''''.

  • All four of my  iphones are sending data every hour on the hour

    all four of my  iphones are sending data every hour on the hour

    ROC77 wrote:
    all four of my  iphones are sending data every hour on the hour
    Prove it.

  • Computers downloading CAB files every hour on the hour

    Hello, I can see from my firewall logs that most every computer on my network tries to download via port 80, Microsoft CAB files starting at midnight and then every hour on the hour, all day.
    The sources seem to be Akamai sites: 64.129.104.174, 64.129.104.173, 64.129.104.150.
    The CAB files are in the form of:
    d5419256-6c9a-4ef5-bfe7-4eca1049d134.devicemetadata-ms
    b3004f87-774a-4cc6-9c51-89264da4ed5a.devicemetadata-ms  
    fa054a55-da98-402c-b079-26e093f5aa2e.devicemetadata-ms  
    I understand these look to be device metadata packages for some piece or pieces of hardware, but I'm wondering if this is a normal behavior, and why every machine is doing this?  Is this a form of Windows update?
    Thanks

    Hi,
    In order to analyze your issue better, if it's possible, please upload the whole Windows Firewall log file to OneDrive, and share the link here. The default path for the log is
    %windir%\system32\logfiles\firewall\pfirewall.log.
    In addition, these file is for your device. A driver package can install device metadata packages by copying them to the device metadata store. If you install some devices or update drivers, it will be downloaded. Make sure your port is opened. And
    then update all your drivers manually the check the result.
    If it doesn't help, located to this path:
    C:\Users\YOURNAME\AppData\Local\Microsoft\Device Metadata\dmrccache\en-US
    There you will see subfolders corresponding to your installed devices. Within each sub folder you'll see a folder named 'DeviceInformation'. Open it and let us know which devices has issue.
    Note: The GUID (like d5419256-6c9a-4ef5-bfe7-4eca1049d134) should be same as what you see in the log file.
    Karen Hu
    TechNet Community Support

  • Installing Software Update has been running for over an hour now, anyone else having the same issue?

    Installing Software Update has been running for over an hour, anyone else have the same issue?

    Hopefully it's been resolved by now - I have no idea how large each one of those files are. The progress bar tells you; FWIW, I only download one at a time - makes it easier and faster and you can choose to do the next one when you have time.

  • After I covered 250 miles I got the automated congratualtions, but now after every run I get the recorded message again saying I just covered another 250 miles. Can I reset or stop it without completly resetting everything?

    I run with the Nano and shoe sensor. After I covered 250 miles I got the automated congratualtions, but now after every run I get the recorded message again saying I just covered another 250 miles. Can I reset or stop it without completly resetting everything?

    Same issue here.  This is really disappointing.  I used to look forward to the milestone messages after each run, especially when I was surprised by a celebrity voice.  Now, it's the same thing every single time, "Congratulations on another 250 miles.  Way to go!" or something along those lines.  I was proud of the 250 mile mark, but please...I don't want to hear it every time! 
    I hope there's some movement on this issue.
    ~ Heather

  • Why is the hour display set to 19 when I run the attached VI

    Why is the hour display set to 19 when I run the attached VI?
    Thank you.
    Solved!
    Go to Solution.
    Attachments:
    Untitled 1.vi ‏10 KB

    Are you in US Eastern Time?  This looks like an offset due to time zone (EST is -5 hours).  Setting the UTC constant to TRUE will fix that.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • Keeps Locking up every hour on the hour

    Does anyone know of a virus that will cause a MacPro to lockup every hour on the hour, then when you restart your get on all white screen for a longtime finally you will get the start-up apple?
    I left a computer on all night connected to the internet when I came in it was lockup. So I restarted and notice the startup screen was different.  Now I am seeing the same thing on another computer on the network. Any Ideas?

    Here is the console:
    Mac OS X Version 10.4.11 (Build 8S2167)
    2014-05-13 16:42:04 -0500
    2014-05-13 16:42:04.492 loginwindow[89] FSResolveAliasWithMountFlags returned err = -35
    dyld: Library not loaded: @executable_path/../Frameworks/ArcCon.framework/Versions/A/ArcCon
      Referenced from: /Library/Application Support/ArcSoft/Connect Service/ConnectService.app/Contents/MacOS/ConnectService
      Reason: image not found
    2014-05-13 16:42:05.253 SystemUIServer[107] lang is:en
    2014-05-13 16:42:10.451 Dock[106] CFLog (21): dyld returns 2 when trying to load /Library/ScriptingAdditions/QXPScriptingAdditions.osax/Contents/MacOS/QXPScript ingAdditions
    2014-05-13 16:42:10.473 SystemUIServer[107] CFLog (21): dyld returns 2 when trying to load /Library/ScriptingAdditions/QXPScriptingAdditions.osax/Contents/MacOS/QXPScript ingAdditions
    2014-05-13 16:42:10.491 Finder[108] CFLog (21): dyld returns 2 when trying to load /Library/ScriptingAdditions/QXPScriptingAdditions.osax/Contents/MacOS/QXPScript ingAdditions
    2014-05-13 16:42:10.532 QuicKeys[113] CFLog (21): dyld returns 2 when trying to load /Library/ScriptingAdditions/QXPScriptingAdditions.osax/Contents/MacOS/QXPScript ingAdditions
    May 13 16:42:18 Macintosh mds[165]: crash data for /Volumes/Data B/.Spotlight-V100 in volume /Volumes/Data/.Spotlight-V100?!?\n
    2014-05-13 16:43:24.309 firefox-bin[263] CFLog (21): dyld returns 2 when trying to load /Library/ScriptingAdditions/QXPScriptingAdditions.osax/Contents/MacOS/QXPScript ingAdditions
    2014-05-13 16:55:35.544 Console[282] CFLog (21): dyld returns 2 when trying to load /Library/ScriptingAdditions/QXPScriptingAdditions.osax/Contents/MacOS/QXPScript ingAdditions
    Here is the system Log:
    May 13 16:11:52 Macintosh QuarkXPress: CGContextSetFillColorWithColor: invalid context
    May 13 16:11:52 Macintosh QuarkXPress: CGContextSetFillColorWithColor: invalid context
    May 13 16:15:11 Macintosh /Library/Application Support/FLEXnet Publisher/Service/11.03.005/FNPLicensingService: Started\n
    May 13 16:15:11 Macintosh /Library/Application Support/FLEXnet Publisher/Service/11.03.005/FNPLicensingService: This service performs licensing functions on behalf of FLEXnet enabled products.\n
    May 13 16:41:59 localhost kernel[0]: hi mem tramps at 0xffe00000
    May 13 16:41:59 localhost kernel[0]: PAE enabled
    May 13 16:41:59 localhost kernel[0]: 64 bit mode enabled
    May 13 16:41:59 localhost kernel[0]: standard timeslicing quantum is 10000 us
    May 13 16:41:59 localhost kernel[0]: vm_page_bootstrap: 4332601 free pages
    May 13 16:42:00 localhost kernel[0]: mig_table_max_displ = 71
    May 13 16:42:00 localhost kernel[0]: Enabling XMM register save/restore and SSE/SSE2 opcodes
    May 13 16:42:00 localhost kernel[0]: 80 prelinked modules
    May 13 16:42:00 localhost kernel[0]: ACPI CA 20060421
    May 13 16:42:00 localhost kernel[0]: AppleIntelCPUPowerManagement: ready
    May 13 16:42:00 localhost kernel[0]: AppleACPICPU: ProcessorApicId=0 LocalApicId=0 Enabled
    May 13 16:42:00 localhost kernel[0]: AppleACPICPU: ProcessorApicId=1 LocalApicId=1 Enabled
    May 13 16:42:00 localhost kernel[0]: AppleACPICPU: ProcessorApicId=2 LocalApicId=7 Enabled
    May 13 16:42:00 localhost kernel[0]: AppleACPICPU: ProcessorApicId=3 LocalApicId=2 Enabled
    May 13 16:42:00 localhost kernel[0]: AppleACPICPU: ProcessorApicId=4 LocalApicId=5 Enabled
    May 13 16:42:00 localhost kernel[0]: AppleACPICPU: ProcessorApicId=5 LocalApicId=4 Enabled
    May 13 16:42:00 localhost kernel[0]: AppleACPICPU: ProcessorApicId=6 LocalApicId=3 Enabled
    May 13 16:42:00 localhost kernel[0]: AppleACPICPU: ProcessorApicId=7 LocalApicId=6 Enabled
    May 13 16:42:00 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    May 13 16:42:00 localhost kernel[0]: The Regents of the University of California. All rights reserved.
    May 13 16:42:00 localhost kernel[0]: using 16384 buffer headers and 4096 cluster IO buffer headers
    May 13 16:42:00 localhost kernel[0]: Enabling XMM register save/restore and SSE/SSE2 opcodes
    May 13 16:42:00 localhost kernel[0]: Started CPU 01
    May 13 16:42:00 localhost kernel[0]: Enabling XMM register save/restore and SSE/SSE2 opcodes
    May 13 16:42:00 localhost kernel[0]: Started CPU 02
    May 13 16:42:00 localhost kernel[0]: Enabling XMM register save/restore and SSE/SSE2 opcodes
    May 13 16:42:00 localhost kernel[0]: Started CPU 03
    May 13 16:42:00 localhost kernel[0]: Enabling XMM register save/restore and SSE/SSE2 opcodes
    May 13 16:42:00 localhost kernel[0]: Started CPU 04
    May 13 16:42:00 localhost kernel[0]: Enabling XMM register save/restore and SSE/SSE2 opcodes
    May 13 16:42:00 localhost kernel[0]: Started CPU 05
    May 13 16:42:00 localhost kernel[0]: Enabling XMM register save/restore and SSE/SSE2 opcodes
    May 13 16:42:00 localhost kernel[0]: Started CPU 06
    May 13 16:42:00 localhost kernel[0]: Enabling XMM register save/restore and SSE/SSE2 opcodes
    May 13 16:42:00 localhost kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    May 13 16:42:00 localhost kernel[0]: Started CPU 07
    May 13 16:42:00 localhost kernel[0]: ACPI: System State [S0 S3 S4 S5] (S3)
    May 13 16:42:00 localhost kernel[0]: Security auditing service present
    May 13 16:42:00 localhost kernel[0]: BSM auditing present
    May 13 16:42:00 localhost kernel[0]: disabled
    May 13 16:42:00 localhost kernel[0]: rooting via boot-uuid from /chosen: 87816729-9FD2-4659-9933-AB319EDA73B8
    May 13 16:42:00 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>
    May 13 16:42:00 localhost kernel[0]: USB caused wake event (EHCI)
    May 13 16:42:00 localhost kernel[0]: FireWire (OHCI) TI ID 8025 built-in now active, GUID 001b63fffe6d7612; max speed s800.
    May 13 16:42:00 localhost kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleAHCI/PRT1 @1/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageDri ver/M4-CT256M4SSD2 Media/IOGUIDPartitionScheme/Apple_HFS_Untitled_1@2
    May 13 16:42:00 localhost kernel[0]: BSD root: disk0s2, major 14, minor 2
    May 13 16:42:00 localhost kernel[0]: jnl: replay_journal: from: 15846912 to: 15209472 (joffset 0x774000)
    May 13 16:42:00 localhost kernel[0]: HFS: Removed 3 orphaned unlinked files
    May 13 16:42:00 localhost kernel[0]: Jettisoning kernel linker.
    May 13 16:42:00 localhost kernel[0]: Resetting IOCatalogue.
    May 13 16:42:00 localhost kernel[0]: PXS1: family specific matching fails
    May 13 16:42:00 localhost kernel[0]: Matching service count = 1
    May 13 16:42:00 localhost kernel[0]: Matching service count = 2
    May 13 16:42:00 localhost kernel[0]: Matching service count = 2
    May 13 16:42:00 localhost kernel[0]: Matching service count = 2
    May 13 16:42:00 localhost kernel[0]: Matching service count = 2
    May 13 16:42:00 localhost kernel[0]: Matching service count = 2
    May 13 16:42:00 localhost kernel[0]: NVDANV40HAL loaded and registered.
    May 13 16:42:00 localhost kernel[0]: Previous Shutdown Cause: 3
    May 13 16:42:00 localhost kernel[0]: PXS1: family specific matching fails
    May 13 16:42:00 localhost kernel[0]: IPv6 packet filtering initialized, default to accept, logging disabled
    May 13 16:41:59 localhost memberd[41]: memberd starting up
    May 13 16:41:59 localhost mDNSResponder-108.6 (Jul 19 2007 11: 41:28)[33]: starting
    May 13 16:42:00 localhost lookupd[48]: lookupd (version 369.8) starting - Tue May 13 16:42:00 2014
    May 13 16:42:00 localhost DirectoryService[47]: Launched version 2.1 (v353.6)
    May 13 16:42:00 localhost diskarbitrationd[40]: disk0s2    hfs      D1DCAA80-AA54-3CE8-9A98-63FC1F5157C9 Tiger Apps intel        /
    May 13 16:42:00 localhost kernel[0]: AppleIntel8254XEthernet: Ethernet address 00:19:e3:f9:44:ae
    May 13 16:42:00 localhost configd[37]: No AirPort Driver found.
    May 13 16:42:00 localhost kernel[0]: AppleIntel8254XEthernet: Ethernet address 00:19:e3:f9:44:af
    May 13 16:42:00 localhost lookupd[72]: lookupd (version 369.8) starting - Tue May 13 16:42:00 2014
    May 13 16:42:00 localhost kernel[0]: jnl: replay_journal: from: 2525696 to: 2634240 (joffset 0x7b5000)
    May 13 16:42:00 localhost diskarbitrationd[40]: disk1s2    hfs      0F9AF818-3434-330E-BB9C-6FF3F89C4556 10.4 B                  /Volumes/10.4 B
    May 13 16:42:00 localhost kernel[0]: jnl: replay_journal: from: 17912320 to: 18094592 (joffset 0x741000)
    May 13 16:42:00 localhost diskarbitrationd[40]: disk1s3    hfs      218E4EA1-1B10-3E7A-BF7B-88DA35EB51B0 Snow Leopard            /Volumes/Snow Leopard
    May 13 16:42:00 localhost kernel[0]: jnl: replay_journal: from: 5352448 to: 5510656 (joffset 0x659000)
    May 13 16:42:00 localhost diskarbitrationd[40]: disk1s4    hfs      94AEC63B-2FDF-31DD-9619-CFBC032C150D 10.7 - B                /Volumes/10.7 - B
    May 13 16:42:01 localhost kernel[0]: jnl: replay_journal: from: 8834560 to: 9041408 (joffset 0x16e3000)
    May 13 16:42:01 localhost kernel[0]: hfs mount: enabling extended security on Data
    May 13 16:42:01 localhost diskarbitrationd[40]: disk1s5    hfs      9BA059AF-656E-3B50-A05F-12C4CF40028B Data                    /Volumes/Data
    May 13 16:42:01 localhost kernel[0]: jnl: replay_journal: from: 5291008 to: 5481984 (joffset 0x1032c000)
    May 13 16:42:01 localhost diskarbitrationd[40]: disk1s6    hfs      10DCDF93-F7CE-37CE-A5E0-2A18D86532B1 Data 2-x                /Volumes/Data 2-x
    May 13 16:42:01 localhost kernel[0]: hfs mount: enabling extended security on Data 2-x
    May 13 16:42:03 localhost mDNSResponder: Adding browse domain local.
    May 13 16:42:03 localhost /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    May 13 16:42:03 localhost loginwindow[89]: Login Window Started Security Agent
    May 13 16:42:04 localhost /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Support/ATSServer: ATSServer:  FODBVerifyReviveResults made adjustments
    May 13 16:42:06 localhost kernel[0]: Intel8254x -- Link Down -- 00:19:e3:f9:44:ae -- called by enableHardware() --
    May 13 16:42:06 localhost kernel[0]: --        Auto-Negotiation Advertisement Register (04d)                = 0xde1
    May 13 16:42:06 localhost kernel[0]: --        Auto-Negotiation Link Partner Ability Register (05d)         = 0xcde1
    May 13 16:42:06 localhost kernel[0]: --        Auto-Negotiation Gigabit Advertisement Register (09d)        = 0xe00
    May 13 16:42:06 localhost kernel[0]: --        Auto-Negotiation Gigabit Link Partner Ability Register (10d) = 0x0
    May 13 16:42:06 localhost kernel[0]: --        PHY Specific Status Register (17d)                           = 0x8300
    May 13 16:42:06 localhost kernel[0]: Intel8254x -- Link Down -- 00:19:e3:f9:44:ae -- called by interruptOccurred() --
    May 13 16:42:06 localhost kernel[0]: --        Auto-Negotiation Advertisement Register (04d)                = 0xde1
    May 13 16:42:06 localhost kernel[0]: --        Auto-Negotiation Link Partner Ability Register (05d)         = 0xcde1
    May 13 16:42:06 localhost kernel[0]: --        Auto-Negotiation Gigabit Advertisement Register (09d)        = 0xe00
    May 13 16:42:06 localhost kernel[0]: --        Auto-Negotiation Gigabit Link Partner Ability Register (10d) = 0x0
    May 13 16:42:06 localhost kernel[0]: --        PHY Specific Status Register (17d)                           = 0x8300
    May 13 16:42:09 Macintosh kernel[0]: Intel8254x -- Link Down -- 00:19:e3:f9:44:af -- called by enableHardware() --
    May 13 16:42:09 Macintosh kernel[0]: --        Auto-Negotiation Advertisement Register (04d)                = 0xde1
    May 13 16:42:09 Macintosh configd[37]: setting hostname to "Macintosh.local"
    May 13 16:42:09 Macintosh kernel[0]: --        Auto-Negotiation Link Partner Ability Register (05d)         = 0x0
    May 13 16:42:09 Macintosh kernel[0]: --        Auto-Negotiation Gigabit Advertisement Register (09d)        = 0xe00
    May 13 16:42:09 Macintosh kernel[0]: --        Auto-Negotiation Gigabit Link Partner Ability Register (10d) = 0x4000
    May 13 16:42:09 Macintosh kernel[0]: --        PHY Specific Status Register (17d)                           = 0x8040
    May 13 16:42:15 Macintosh kernel[0]: Intel8254x -- Link Up -- 00:19:e3:f9:44:ae -- called by interruptOccurred() --
    May 13 16:42:15 Macintosh configd[37]: AppleTalk startup
    May 13 16:42:15 Macintosh kernel[0]: --        Auto-Negotiation Advertisement Register (04d)                = 0xde1
    May 13 16:42:15 Macintosh kernel[0]: --        Auto-Negotiation Link Partner Ability Register (05d)         = 0xcde1
    May 13 16:42:15 Macintosh kernel[0]: --        Auto-Negotiation Gigabit Advertisement Register (09d)        = 0xe00
    May 13 16:42:15 Macintosh kernel[0]: --        Auto-Negotiation Gigabit Link Partner Ability Register (10d) = 0x4000
    May 13 16:42:15 Macintosh kernel[0]: --        PHY Specific Status Register (17d)                           = 0x6f68
    May 13 16:42:15 Macintosh kernel[0]: Intel8254X -- Negotiated Speed: 100 Mb/s, Duplex: Full, Flow Control: Receive Pause Enabled, Transmit Pause Enabled
    May 13 16:42:17 Macintosh configd[37]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/enable-net work
    May 13 16:42:17 Macintosh configd[37]: posting notification com.apple.system.config.network_change
    May 13 16:42:17 Macintosh lookupd[170]: lookupd (version 369.8) starting - Tue May 13 16:42:17 2014
    May 13 16:42:18 Macintosh mds[165]: crash data for /Volumes/Data B/.Spotlight-V100 in volume /Volumes/Data/.Spotlight-V100?!?\n
    May 13 16:42:21 Macintosh configd[37]: AppleTalk startup complete
    May 13 16:42:23 Macintosh configd[37]:   target=enable-network: disabled
    May 13 16:43:09 Macintosh kernel[0]: AFP_VFS afpfs_mount: /Volumes/Weekly EPS Ads-X, pid 223
    May 13 16:43:10 Macintosh kernel[0]: AFP_VFS afpfs_mount: /Volumes/Website Files-X, pid 229
    Thank you for looking at this

Maybe you are looking for