Host website and email on my Snow Leopard Server

Hi. I have a customer who currently has a hosting company for his emails and website. He recently bought a Mac Leopard Server which I set up on the network which now he wants to host his web site (be a web server) as well as his own Mail Server (with his email addresses hosted himself). The ISP provides him with a static IP address, he has a registered domain name with GoDaddy. How do I go about providing this service to him on the Mac Server and what do i fill in as the default DNS name on the Server? Additionally what ports do I open on the ISP firewall and how and where do I store the website files for hosting the the website? I prefer not to host DNS on this Server as it is a small network how can I configure the MX record for this site then? Thanks.

This is not a trivial task. Getting a Mac to act as a web server is trivial, provided you either can do with the default settings or are capable of managing an Apache web server. However, making that available on the web in general and making it the server responsible for maintaining the company web site is another thing entirely.
First, a static IP address is not the same thing as a connection appropriate for a web server. Unless your client has paid for an internet connection that will allow such use, his ISP may very well cut him off as soon as they discover he's using it to run a server. Paying for such a connection will be much more expensive than just paying for a static IP address. And unless he's really paying a lot, the site will be slower than most web sites.
Similarly, he's going to have to pay for someone to be on call 24-7 to fix server issues. He'll also need to have backup hardware in case of hardware failure. For example, if the hard drive in the server dies, he may not be able to afford a few days' downtime while a new hard drive is bought, the old one replaced and all the software and data reinstalled/restored on the new drive. If the site is at all important, I wouldn't consider anything less than a second server kept entirely synced with the primary one so they can be swapped out at a moment's notice.
Honestly, given all the extra costs of running your own server, it's actually cheaper to just pay for hosting on a decent service provider. (GoDaddy is not one I would consider decent, so if he's having issues, switching hosts is probably the better option.)
Now, if he just wants a small, in-house server that won't be seeing much traffic, that's definitely possible. But, as already pointed out, that would be better discussed on the server forums. Although some folks here will have experience setting up a web server on a standard copy of Mac OS X, many/most of them have no experience with Mac OS X Server.

Similar Messages

  • Creating a versatile DNS and redirection service on Snow Leopard Server

    For the few of us who use Snow Leopard Server as a main DNS for our small network, the following is a workflow that I would like to share with the board for creating redirection services to not just sites found on the locally hosted apache but also external sites.
    +IF you are adding a second domain name, the reverse domain lookup will not appear and you will need to add a Machine/A record with the fully qualified domain "domainname.com." (don't forget the . at the end) into the new zone and it will point to the "server" Machine/A record ip address.+
    *DNS Portion* : (ServerAdmin > DNS > Zones >
    Add Zone > Primary > Create a fully Qualified Domain name and dns "server" in the Machine / A Record
    Create the (add Record > Alias/ CNAME) subdomain pointing to the server.domainname.com e.g. (library)
    *Web / Apache Portion :*
    Create a new site (ServerAdmin > Web > Sites > Plus button)
    With General > host name exactly as spelled in above subdomain in full (library.domainname.com)
    Select Web Folder where the site is hosted
    If you are creating a redirection, create a folder on the server, add an index.php (with the script below)
    Add Alias with the same subdomain as number 2
    _PHP script :_
    <?php
    $location = "http://example.net";
    header("Location: ".$location, "301 Moved Permanently");
    ?>
    // Edit the "http://example.net" to which ever e.g. "http://apple.com"
    _Alternatively you can also mask the page with :_
    <html>
    <head>
    <title>Same Title As Your Homepage</title><!-->incase they have javascript turned off<!-->
    <script type="text/javascript"><!-->changes title bar to match title on current page in frame<!-->
    function changeTitle()
    if (top.frames['main'].document.title)
    top.document.title=top.frames['main'].document.title;
    </script>
    </head>
    <frameset>
    <frame name="main" src="http://actual-url.anotherhost.com/page.html"scrolling="auto" target="main" ONLOAD="changeTitle();"><!-->You need the onload handler to make the javascript work<!-->
    <noframes>
    <body>
    Place a suitable message here for people with browsers that can't read frames.
    </body>
    </noframes>
    </frameset>
    </html>

    Ok, local DNS services (unicast DNS) are typically straightforward to set up, very useful to have, and can be necessary for various modern network services, so I'm unsure why this is even particularly an open question.  Which leads me to wonder what other factors might be under consideration here; of what I'm missing.
    The Bonjour mDNS stuff is certainly very nice, too.  But not everything around supports Bonjour, unfortunately.
    As for being authoritative, the self-hosted out-of-the-box DNS server is authoritative for its own zone.  That's how DNS works for this stuff.
    And as for querying other DNS servers from that local DNS server (or, if you decide to reconfigure it and deploy and start using DNS services on your LAN), then that's how DNS servers work.
    And yes, the caching of DNS responses both within the DNS clients and within the local DNS server is typical.  This also means that there is need no references to ISP or other DNS servers on your LAN for frequent translations; no other caching servers and no other forwarding servers are required.

  • Transfer Snow Leopard to Snow Leopard server question..

    Just wondering, if I use TimeMachine backup(Snow Leopard), and trandfer system to Snow Leopard server, is it working? My point is according to my understanding, Snow Leopard server doesn't have iLife. what will happen with my iPhoto iMove,etc...after transfering...
    Thanks

    hi taylor,
    Your photos, music, videos are all kept in your 'home folder.' You can move your home folder from your old computer (or time machine backup drive) using migration assistant. The only thing you need to check is 'user accounts.'
    Migrating the home folder from the old computer would be faster then using the time machine backup.
    You will also need to install ilife, you would want to install ilife from an ilife install disk.
    What are you running server on? usually a servers is not used as your work computer. It's usually a separate computer dictated to sharing resources.
    it's also important to note time machine dose not back up many of the services you can host on server.

  • MySql Database set up on Snow Leopard Server for Wordpress

    I am trying to set up a mySql database on the snow leopard server in order to install wordpress.
    I have played around with the MySql database settings (in the server admin window) but can't seem to figure out how to set the database name, username, and password within the Snow leopard server.
    Do I need to use third party software like Navicat to create the database and user names etc? If yes, any idea how to do that? If now, how do I create a MySql database, username and pw?
    I have put the Wordpress install folder on my Snow leopard server. When I navigate to my domain it says I need to configure wordpress by providing my database name, username and password.
    Thanks in advance.. I am struggling here.

    That's set up via the [MySQL command line|http://labs.hoffmanlabs.com/node/376]. Or you can install the (free) Sequel Pro GUI package, given you're probably more comfortable in the GUI. The steps required for Mac OS X Server are the same as most any other platform, so [launch the MySQL client per the Wordpress Codex|http://codex.wordpress.org/Installing_WordPress], and follow the instructions.

  • How to sync to Snow Leopard Server wiki group calendar

    I'm running the Mac Mini Snow Leopard Server in our law office of 8 attorneys.  We all use PC's with Outlook 2010.  We don't have Microsoft Exchange Server, and we bought the Snow Leopard Server because of its advertisement that you could achieve the same results on it as on Exchange Server, but without the cost.  SOUNDS LIKE-------OH WELL.  We want to be able to see everyone's calendar events on 1 calendar if possible.  I setup a Group Wiki for the group "Attorneys".  When I open that wiki, I've set it to be accessible by all attorneys in the group.  When the attorneys accounts were setup in Workgroup Manager, the Attorneys group was also setup, and they have access to the group.  I've been trying to figure out how to do this, and the result that seems to come closest is the Wiki Attorneys Group Calendar.  I have setup separate calendars in it for each attorney.  And so you can see them all on one screen, or deselect and only see the calendars you want.  Now the problem is how do I get the existing events off of Outlook 2010 on each machine and into the respective calendars in the Group Wiki, and also update that calendar as events change on each attorney's Outlook calendar?  If there is some better way to do this I'm certainly open for suggestions.  I don't believe that you can "sync" the iCal client calendar with the Wiki Calendar.  If you can that might also be a solution.  Thanks.

    Not_So wrote:
    I went to the AppStore and as I was running Snow Leopard Server it prompted me to purchase Lion Server which I didn't want.
    Luckily, I wasn't asked to purchase the 'Server' when I upgraded from SLS to Mountain Lion via the AppStore. I think your particular problem was mentioned in some other posts where the upgrade path to Lion became an infinite loop (hmmm... ). But that's all in the past now. Glad it all worked.

  • Hosting IPv6 Website on Snow Leopard Server

    I'm currently going through the IPv6 Certification offered by Hurricane Electric just for kicks and giggles. I already have a IPv6 tunnel running on my Time Capsule router(since my ISP is not providing IPv6 addresses yet) and have a valid IPv6 address manually assigned to my Snow Leopard Server.
    I created an AAAA record (ipv6) on my external DNS host that points to the IPv6 address of my server. I also created a website at using the ipv6 subdomain, made sure the site pointed to the IPv6 address of the server and that it was hosted on TCP port 470 (I'm assuming this is the website port for IPv6 - at least Snow Leopard Server thinks so). I also made sure this port was being forwarded from my router.
    When testing my website by using an external website tester it says that my AAAA hostname is correct but that it can't reach my website via IPv6. I did make sure to have an appropriate CNAME record for ipv6 on my internal DNS server but I can't add records - at least through Server Admin GUI - for IPv6 addresses. I know this isn't supported via Server Admin GUI but I can't find any documentation on how to add IPv6 addresses for the internal DNS server and if this is even necessary.
    I can reach the site when I'm on my internal network - though I'm not sure if I'm reaching it via IPv6 or IPv4. Does anyone have any information or experience on hosting an IPv6 website on Snow Leopard Server?

    I found the issue was that I was blocking all incoming connections via IPv6. I edited the firewall to allow ports 80 and 443 and also changed the site to use port 80 (I don't know why Server Admin changed the port to 470 when choosing the IPv6 address) and I was then able to access the website via IPv6.

  • Hosting website on Your own Mac or Mac OSX Snow Leopard Server?

    I have been looking at ways of hosting my websites on my own Mac - how could I do this other than purchasing a copy of Mac OSX Snow Leopard Server?
    I know you can turn on file sharing, but how can you display your sites?
    Can you host more than one site with domain names and does this mean that you would be able to ditch web hosting with a company if the sites were hosted on Mac or Mac OSX Server?
    Thanks for any help that anyone can give me with this.

    Ethmoid wrote:
    I know you can turn on file sharing, but how can you display your sites?
    The key appears to be turning on Web Sharing within Sys Pref's Sharing pane. Also, THIS Apple page says: +"Every Mac user has a Sites folder in the home directory automatically configured for local hosting within Apache."+ And the following Apple doc says: +"You can also share a website on your computer by placing files in /Library/WebServer/Documents on your hard disk."+:
    _Mac OS X 10.6 Help — Sharing a website on your computer_
    The second of these two articles is old, but still may be useful:
    _How to Turn Your Mac Into a Web Server_
    _Apache Web-Serving with Mac OS X: Part 1_
    And this article asks the qstn:
    _Should I host my own web server?_
    ...More articles related to hosting a website on your Mac may be found HERE.

  • Snow Leopard Server and ISP POP email

    Hi there
    Just wondering if the Mac Mini Server with Snow Leopard Server could manage the following:
    Rather than set up my own domain for email, I am wondering if SLS can be set up to retrieve my POP email from my ISP mail server and then serve that mail using an IMAP mail box so that I can then access what were originally POp emails from anywhere.
    Is this possible?

    I'm facing this same problem... is there by any chance some sort of "guide" to using fetchmail and it's features? Or a GUI-interface for fetchmail?
    I'll be the first to admit that I need training and such about working with OsX (server), and I'm working on that part

  • TLS and Snow Leopard server issues

    I have a customer with Snow Leopard server running mail services. A few clients cannot email them due to what we think is a TLS related issue. Their host has TLS enabled for the mail server and they receive the below error message when sending to my customer:
    15:27:41.044 3 SMTP-406902(domain.com) failed to establish a secure connection with [xx.xx.xx.xx]:25. Error Code=X509: signature algorithms do not match.
    The host that cannot send seems to think it's a Postfix configuration issue but I don't know where to begin. It's not a firewall issue as we've tried that with no success.
    Any ideas would be appreciated. Thanks.

    You are in the Leopard Server section, better to direct your question to the +Snow Leopard+ Section.

  • Does Snow Leopard Server come with a website design software

    I'm running Snow Leopard Server on my Mac Mini-We've decided to take our website in house, and have set it up on the server.  The site was created by someone for us and is in HTML files.  Is there software that came already on our server that will permit us to edit the files, or do we have to buy additional software?  I don't see iWeb on our server.  Thanks.

    iWeb works, but many sites will find it limiting (eg: no imports) or will outgrow it.
    The typical evolution is from static HTML web pages and CSS and such along to some sort of web content management system (CMS).  That might be home-grown, open-source, or commercial, and most of the CMS packages can be "themed" to present a particular appearance.  Static HTML doesn't scale, and gets fussy to manage.
    If static HTML is your chosen path, then Web (HTML) editors are widely available, and do get discussed here on occasion.  Some that are mentioned include Adobe Macromedia Dreamweaver, RapidWeaver, Webacappella, Freeway, etc.  (Google for details, reviews, trials, etc)
    Migrating your server in-house means maintaining the server and its security, keeping any CMS you pick current, and getting DNS and some other pieces in place, and run-of-the-mill stuff like regular backups and monitoring disk space, and dealing with the usual network and hardware errors.
    One of the other options (as differentiated from operating fully in-house) is to host your web site and related pieces on one of various hosting providers.   (That outsources a bunch of the "fun" here, and usually for little money.)

  • Are there any problems with Snow Leopard Server (Xserve) and PPC Clients

    Hi,
    are there any problems identified yet with Snow Leopard Server, installed on a Xserve and PPC Clients running Mac OS X Tiger and Leopard?
    Currently I have a Xserve Intel running Leopard Server and about 12 Mac Minis PPC running Mac OS X Tiger and Mac OS X Leopard. The Xserve serves services like DNS, OpenDirectory, Software Update Server, NetBoot, etc. All users have Home Directories stored on the Xserve.
    Now I want to install Snow Leoaprd Server on the Xserve, but I wonder if there are any problems using the PPC Clients? I have read something like this on a german website.
    Thanks!

    We've actually found that the Server 10.6.3 DVD does an amazingly smooth job of upgrading 10.5.8. We've been upgrading our production servers and nothing has gone wrong yet. Snow Leopard employs an archive and install method of upgrading which results in an install which is very close to a clean install. So it's been very convenient for us because our servers are used as Windows PDCs and it's a pain in the *** to have to re-join all PCs to the domain if we start from scratch.

  • I have 3 macs. 2 are Lion, 1 I left Snow leopard so I can access data from my old Quicken Application that doesn't work with Lion. If I move to iCloud, will I no longer be able to access my MobileMe email on the Snow Leopard mac?

    I have 3 macs. 2 are Lion, but 1 I left Snow leopard so I can access data from my old Quicken Application that doesn't work with Lion. If I move to iCloud, will I no longer be able to access my MobileMe email on the Snow Leopard mac?

    What version of word do you have? The TS3938 sounds like it's a PowerPC app- written for an old architecture that is no longer supported in Lion. If this is the case, your files are fine- you just need a newer version of word that will run in Lion in order to open them. The newest version (2011) should be readily available anywhere, and has worked fine for me ever since I switched to Lion on release day....

  • Configure DNS on Snow Leopard Server for Web Hosting

    Hi Everyone,
    I put together an article on my blog about Snow Leopard DNS setup for web hosting. http://www.mkahn.com/?p=279
    I'll be revising it over the next few weeks to make it more informative based around feedback. Let me know if you have any questions or trouble setting up DNS on Snow Leopard Server for web hosting.

    Thanks for your replies. I realize I'm not making clear the way this network is configured . Also, the only services running on the Snow Leopard server are (at this time):
    dhcpd - in the 10.136.31.x range;
    dns - same as before;
    planned to add are:
    Open Directory (for network logins)
    Software update;
    Web (only on the 10.136.31.x Ethernet);
    mySQL (localhost only - for moodle);
    NAT is not set up on the Snow Leopard server itself. We have an outside router, a Cisco 2811. This router provides routing for both the public IP range, and the NAT range is configured in this router. The forwarding dns is located in LR and Fayetteville. So what I need is dns on Snow Leopard to forward outside queries to the state DNS servers, and resolve the local NAT IP only for Open Directory and a set of Snow Leopard clients.
    Is this going to be possible?

  • Help with CF9 Standard Install and Mac OS Server (Snow Leopard Server)

    Hello,
    I recently purchased a mac mini server (with snow leopard server) and will be using it to host my CF9 applications.  This install is WAY different than the install needed on a windows machine.  I tried to install it once and somehow hosed up Apache and now I can't even get it to start up (apache).  So I am having the colo company to do a full restore of the server and I took notes on the Mac Server install and below is the questions I have.
    1.) Since Snow Leopard Server comes with Apache webserver, it is what CF wants to use.  This is fine, I just need to know where these things are...
    It is asking for the Configuration Directory:  I'm guessing it is /private/etc/apache2 ? Right or Wrong???
    2.) It is asking for Directory and file name of server binary:  It currently defaults to /usr/sbin/httpd  is this right or should I point it to another directory?
    3.) It is asking for Directory and file name of server script: It currently defaults to /usr/sbin/apachectl  is this right or should I point it to another directory?
    It also wants the location where I can place the CFIDE.  Can I place this anywhere I wish or is there a preferred location to point this to?
    and finally, I have CF9 Standard, so on the mac server should I install it as a server configuration (self contained instance) or Enterprise Multiserver config.  I was reading online that its better to install as an Enterprise Multiserver setup, but I don't know if this will work for me since I'm useing the standard edition.
    Please Help ANYONE, if you have mac os experience and installing CF9 onto a mac server
    Thanks

    I have been getting this exact same problem.  CF installer is somehow writing some invalid information into the httpd.conf file.  I was able to replace the httpd.conf file with the default one, and was able to go through the webconnector process again and (sometimes randomly) it works.  I also spent about 4 hours on the line with adobe CF support and made no progress beyond what I'll post here .
    To answer your questions about file locations:
    /private/etc/apache2/ for the httpd.conf files
    /usr/sbin/ for both the apachectl and the httpd binaries
    Although I'm able to get past where you are, and it seems to work correctly, Immediately upon adding a new site via server admin it all breaks.  Coldfusion then will only work if I manually go to a cfm document.  For example:  http://example.com/ will give me the raw text from the (default index) index.cfm file.  But typing http://example.com/index.cfm works.
    I am lost here as well.  After 4 hours on the phone with adobe support I would have hoped it would be an easy fix.  I've completely nuked and reinstalled the server from scratch with the exact same results both times.
    Does anyone have the slightest clue about what may be going on here?

  • Console errors on startup OS X Snow Leopard Server, log files and pkgutil

    I have OS X Snow Leopard Server running and there are a number of annoying console messages at startup and subsequent to that. A group of them appear to be related to write permissions for log file (last group). Not so sure about 1-3 below, if they are just warnings or something to worry about.
    1. 2/14/10 12:56:56 PM com.apple.emailrules1292 /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/zope /_init_.py:1: UserWarning: Module twisted was already imported from /usr/share/caldavd/lib/python/twisted/_init_.pyc, but /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python is being added to sys.path
    2. 2/14/10 12:56:56 PM com.apple.emailrules1292 2010-02-14 12:56:56-0600 [-] /usr/share/caldavd/lib/python/twisted/mail/smtp.py:10: exceptions.DeprecationWarning: the MimeWriter module is deprecated; use the email package instead
    3. 2/14/10 12:57:00 PM com.apple.wikid1294 /usr/share/caldavd/lib/python/calendarserver/tap/caldav.py:49: DeprecationWarning: mktap and related support modules are deprecated as of Twisted 8.0. Use Twisted Application Plugins with the 'twistd' command directly, as described in 'Writing a Twisted Application Plugin for twistd' chapter of the Developer Guide.
    4. Several related to permissions for writing to log files it appears:
    2/14/10 12:57:02 PM com.apple.passwordreset1295 2010-02-14 12:57:02-0600 [-] Failed to load application: Errno 13 Permission denied: '/Library/Logs/passwordreset/debug.log'
    2/14/10 12:56:57 PM com.apple.emailrules1292 Failed to load application: Errno 13 Permission denied: '/Library/Logs/emailrules/debug.log'
    2/14/10 12:57:01 PM com.apple.wikid1294 IOError: Errno 13 Permission denied: '/Library/Logs/wikid/error.log'
    The pkgutil also gives a bunch of errors at startup related to Office 2008 files.
    2010-02-14 13:48:38.361 pkgutil3679:903 PackageKit: * Missing bundle identifier: /Library/Receipts/Citrix online plug-in.pkg
    2010-02-14 13:48:38.366 pkgutil3679:903 PackageKit: * Missing bundle identifier: /Library/Receipts/Office2008enautomator.pkg
    2010-02-14 13:48:38.368 pkgutil3679:903 PackageKit: * Missing bundle identifier: /Library/Receipts/Office2008en_automatorworkflow.pkg
    2010-02-14 13:48:38.369 pkgutil3679:903 PackageKit: * Missing bundle identifier: /Library/Receipts/Office2008enautoupdate.pkg
    2010-02-14 13:48:38.370 pkgutil3679:903 PackageKit: * Missing bundle identifier: /Library/Receipts/Office2008enclipart.pkg
    2010-02-14 13:48:38.371 pkgutil3679:903 PackageKit: * Missing bundle identifier: /Library/Receipts/Office2008encore.pkg
    2010-02-14 13:48:38.372 pkgutil3679:903 PackageKit: * Missing bundle identifier: /Library/Receipts/Office2008endock.pkg
    2010-02-14 13:48:38.373 pkgutil3679:903 PackageKit: * Missing bundle identifier: /Library/Receipts/Office2008enentourage.pkg
    2010-02-14 13:48:38.374 pkgutil3679:903 PackageKit: * Missing bundle identifier: /Library/Receipts/Office2008en_entourage_helpstd.pkg
    2010-02-14 13:48:38.375 pkgutil3679:903 PackageKit: * Missing bundle identifier: /Library/Receipts/Office2008enequationeditor.pkg
    2010-02-14 13:48:38.376 pkgutil3679:903 PackageKit: * Missing bundle identifier: /Library/Receipts/Office2008enerrorreporting.pkg
    2010-02-14 13:48:38.377 pkgutil3679:903 PackageKit: * Missing bundle identifier: /Library/Receipts/Office2008enexcel.pkg
    2010-02-14 13:48:38.378 pkgutil3679:903 PackageKit: * Missing bundle identifier: /Library/Receipts/Office2008en_excel_helpstd.pkg
    2010-02-14 13:48:38.379 pkgutil3679:903 PackageKit: * Missing bundle identifier: /Library/Receipts/Office2008enfonts.pkg
    2010-02-14 13:48:38.380 pkgutil3679:903 PackageKit: * Missing bundle identifier: /Library/Receipts/Office2008engraph.pkg
    2010-02-14 13:48:38.381 pkgutil3679:903 PackageKit: * Missing bundle identifier: /Library/Receipts/Office2008enhelpviewer.pkg
    2010-02-14 13:48:38.382 pkgutil3679:903 PackageKit: * Missing bundle identifier: /Library/Receipts/Office2008enlaunch.pkg
    2010-02-14 13:48:38.383 pkgutil3679:903 PackageKit: * Missing bundle identifier: /Library/Receipts/Office2008enmessenger.pkg
    2010-02-14 13:48:38.384 pkgutil3679:903 PackageKit: * Missing bundle identifier: /Library/Receipts/Office2008enooxml.pkg
    2010-02-14 13:48:38.385 pkgutil3679:903 PackageKit: * Missing bundle identifier: /Library/Receipts/Office2008enorgchart.pkg
    2010-02-14 13:48:38.386 pkgutil3679:903 PackageKit: * Missing bundle identifier: /Library/Receipts/Office2008enpowerpoint.pkg
    2010-02-14 13:48:38.387 pkgutil3679:903 PackageKit: * Missing bundle identifier: /Library/Receipts/Office2008en_powerpoint_helpstd.pkg
    2010-02-14 13:48:38.388 pkgutil3679:903 PackageKit: * Missing bundle identifier: /Library/Receipts/Office2008en_proofingbrazilian.pkg
    2010-02-14 13:48:38.389 pkgutil3679:903 PackageKit: * Missing bundle identifier: /Library/Receipts/Office2008en_proofingdanish.pkg
    2010-02-14 13:48:38.390 pkgutil3679:903 PackageKit: * Missing bundle identifier: /Library/Receipts/Office2008en_proofingdutch.pkg
    2010-02-14 13:48:38.391 pkgutil3679:903 PackageKit: * Missing bundle identifier: /Library/Receipts/Office2008en_proofingenglish.pkg
    2010-02-14 13:48:38.392 pkgutil3679:903 PackageKit: * Missing bundle identifier: /Library/Receipts/Office2008en_proofingfinnish.pkg
    2010-02-14 13:48:38.393 pkgutil3679:903 PackageKit: * Missing bundle identifier: /Library/Receipts/Office2008en_proofingfrench.pkg
    2010-02-14 13:48:38.394 pkgutil3679:903 PackageKit: * Missing bundle identifier: /Library/Receipts/Office2008en_proofinggerman.pkg
    2010-02-14 13:48:38.395 pkgutil3679:903 PackageKit: * Missing bundle identifier: /Library/Receipts/Office2008en_proofingitalian.pkg
    2010-02-14 13:48:38.396 pkgutil3679:903 PackageKit: * Missing bundle identifier: /Library/Receipts/Office2008en_proofingjapanese.pkg
    2010-02-14 13:48:38.397 pkgutil3679:903 PackageKit: * Missing bundle identifier: /Library/Receipts/Office2008en_proofingnorwegian.pkg
    2010-02-14 13:48:38.398 pkgutil3679:903 PackageKit: * Missing bundle identifier: /Library/Receipts/Office2008en_proofingportuguese.pkg
    2010-02-14 13:48:38.408 pkgutil3679:903 PackageKit: * Missing bundle identifier: /Library/Receipts/Office2008en_proofingspanish.pkg
    2010-02-14 13:48:38.409 pkgutil3679:903 PackageKit: * Missing bundle identifier: /Library/Receipts/Office2008en_proofingswedish.pkg
    2010-02-14 13:48:38.410 pkgutil3679:903 PackageKit: * Missing bundle identifier: /Library/Receipts/Office2008enrequired.pkg
    2010-02-14 13:48:38.411 pkgutil3679:903 PackageKit: * Missing bundle identifier: /Library/Receipts/Office2008ensilverlight.pkg
    2010-02-14 13:48:38.412 pkgutil3679:903 PackageKit: * Missing bundle identifier: /Library/Receipts/Office2008ensounds.pkg
    2010-02-14 13:48:38.413 pkgutil3679:903 PackageKit: * Missing bundle identifier: /Library/Receipts/Office2008enword.pkg
    2010-02-14 13:48:38.414 pkgutil3679:903 PackageKit: * Missing bundle identifier: /Library/Receipts/Office2008en_word_helpstd.pkg

    I have similar messages to your 1-3 in my console log as well. Haven't tracked down why yet.

Maybe you are looking for

  • Help with exporting gradient background as jpg

    Hi there! I'm totally new to this forum & very new to fireworks, so go easy on me! I am designing for QVGA smartphone/PPc screens & find that when I create a gradient in fireworks MX (version 6) & then export it as a jpg, on the phone/PPC screen the

  • Flickering on DVI external monitor connected to 2009 Macbook

    This is an ongoing an intermittent problem. At one point Apple phone support suggested that engineers are working on the problem but I haven't heard any updates. The problem is with a 2009 macbook (13 inch) connected to an apple display (from 2008) b

  • Digital Signature and Encryption using IAIK

    What support does Netweaver provide for Digital Signatures and Encryption. Does it use IAIK for implementing security. It will be good if somebody could give some starting points.

  • Please help to find the error  in the following code

    REPORT ZTESTSAMPLE. CLASS C1 DEFINITION. PUBLIC SECTION. METHODS M1. ENDCLASS. CLASS C1 IMPLEMENTATION. METHOD M1. WRITE: /'HELLO'. endmethod. endclass. DATA OREF TYPE REF TO C1. *CREATE OBJECT OREF. OREF->M1().

  • May the iPhone 5 be coming to Metro PCs?

    I know that Metro Pcs was interested in getting the iPhone 5 IF it was an LTE which know, confirmed, is. So, does this mean that the iPhone might be available to Metro or will i have to pay more to buy the unlocked version to flash it?