Changeip -checkhostname

Hi !
I have an Apple Intel Xserve running 10.4.11
It is a fileserver but is also running its own DNS
I am seeing the following in the logs
Feb 2 09:07:30 fileserver servermgrd: servermgr_dns: gethostbyaddr() and reverse DNS name do not match (fileserver != fileserver.company.org.uk), various services may not function properly - use changeip to repair and/or correct DNS
However if run
changeip -checkhostname
dig -x 192.168.2.11
dig fileserver.company.org.uk
(see below)
All the responses - appear to be correct -
So how can I stop these error messages without amending /etc/hostconfig which I believe you are not supposed to do.
fileserver:~ root# changeip -checkhostname
Primary address = 192.168.2.11
Current HostName = fileserver.company.org.uk
DNS HostName = fileserver.company.org.uk
The names match. There is nothing to change.
Also
fileserver:~ root# dig -x 192.168.2.11
; <<>> DiG 9.3.6-APPLE-P2 <<>> -x 192.168.2.11
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 14292
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 1
;; QUESTION SECTION:
;11.2.168.192.in-addr.arpa. IN PTR
;; ANSWER SECTION:
11.2.168.192.in-addr.arpa. 86400 IN PTR fileserver.company.org.uk.
;; AUTHORITY SECTION:
2.168.192.in-addr.arpa. 86400 IN NS fileserver.company.org.uk.
;; ADDITIONAL SECTION:
fileserver.company.org.uk. 86400 IN A 192.168.2.11
;; Query time: 1 msec
;; SERVER: 192.168.2.11#53(192.168.2.11)
;; WHEN: Wed Feb 2 09:10:03 2011
;; MSG SIZE rcvd: 112
AND
fileserver:~ root# dig fileserver.company.org.uk
; <<>> DiG 9.3.6-APPLE-P2 <<>> fileserver.company.org.uk
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 30191
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;fileserver.company.org.uk. IN A
;; ANSWER SECTION:
fileserver.company.org.uk. 86400 IN A 192.168.2.11
;; AUTHORITY SECTION:
company.org.uk. 86400 IN NS fileserver.company.org.uk.
;; Query time: 0 msec
;; SERVER: 192.168.2.11#53(192.168.2.11)
;; WHEN: Wed Feb 2 09:10:24 2011
;; MSG SIZE rcvd: 73

how can i fix this problem?
Unless i'm missing something - all you need to do it correct the DNS server so that the forward and reverse records match the name of your server.

Similar Messages

  • Mac OSX 10.5.3 Leopard STANDARD Server CHANGEIP questions

    I am confused on how to check and change TCP/IP addresses via Mac OSX Leopard 10.5.3 server in STANDARD mode.
    I watched the great Sean Colins Lynda.com tutorial on OSX 10.5 Server, but i still have a few questions with how to deal with DNSs and CHANGE IP
    Here is the hardware & scenario:
    -- G5 Silver Doors Tower with 1.7GB Ram and Mac OSX 10.5 Leopard 10 user server
    -- Cablevision ISP with there BOOST service [that allows you to set-up a server and does not block ports 25 or 80]
    -- NO Static IP from Cablevison [they change it once in a blue moon when they want so I rely on DYNDNS below]
    -- Apple Airport TimeCapsule [with all latest firmware updates etc]
    -- DynDNS account and client software installed on server to update the DYNDNS severs with the current Cablevisions TCP/IP address
    Problem and Question
    ===
    Three times a year I will need to move this server. 1/3rd of year and at setup it is on residential Cablevision Account and Apple TimeCapsule Router, Then 2/3 of year server will be behind two funky large networks where I will have to set-up manual IP, DNS, and proxy info
    I need to know what the proper process is when I want to move the Mac. When the 10.5.3 STANDARD Server is in STANDARD mode can I just change the TCP/IP address in SYSTEM PREFERENCES...NETWORK ? Do I have to run the CHANGEIP command Afterwards [or Before]
    Also, for DNS config on server does it always need to have the loop back self reference [127.0.0.1] or can it just be configed from the Airport and/or network?
    And, big problem for now... dumbly when I set-up the OSX Server on the TimeCapsule Network I forgot to write down the TCP/IP address used. Now I am on the second funky corporate network and can't use the command:
    sudo changeip - idon't_knowip 10.0.96.48 server.cmtenyoffice.com server.cmtenyoffice.com
    Also, another question for the HOSTNAME... should it be HOSTNAME or FullyQuallifiedDomainName?
    My HOSTNAME seems to be "CMTE-Server.local" but I specified the FullyQualifiedDomainName to "sever.cmtenyoffice.com"
    NOTE: I do NOT have this domain registered and am not yet hosting a website or email server on this machine, but I may soon register the domain and then point MX records etc to the DYNDNS record that would point to server
    Anyhow, to wrap up,
    1- What is the proper process for changing the TCP IP address with a Leopard 10.5.3 STANDARD SERVER?
    2- What do I do with CHANGEIP command if I don't know what the STARTING TCP/IP address is?
    3- For HOSTNAME should I be entering the unregistered FQDN or the "CMTE-Server.local"
    Thanks for any an all info.
    -- Eric ZORK Alan
    -- Professional Poet & BED VLOGGER

    Hi Eric
    You use the one its using now.
    If the Server is Standalone issue:
    sudo changeip - oldIP newIP oldhostname newhostname
    Even if nothing changes you can still issue the command, supply the system admin name and password and let it do its stuff. Prior to doing this you must change the address in the Network Preferences Pane. Although not necessary it does not hurt if you restart afterwards.
    If the Server is an OD Master issue:
    sudo changeip /LDAPv3/127.0.0.1 oldIP newIP oldhostname newhostname
    You will not only be prompted for the system admin name and password but also for the Directory Administrator name and password. With both command you will get feedback as to what is going on. Obviously you will see more changes made if its an LDAP Server. Hostname will be the fully qualifed domain name (FQDN) defined in the DNS Service eg: myserver.mydomain.com.
    man changeip
    For usage. Actually prior to doing any of this and incidentally a good way of finding out not only the hostname but also the IP address associated with that name issue:
    sudo changeip -checkhostname
    You should run this before/after making the change. If everything checks out OK it should report 'the names match, there is nothing to change'. This is a good a test that lets you know its worked. However its not the only test. I would run host, nslookup and dig also. Next set a client to use the Server for its DNS and then test connectivity with firstly the Server's fqdn and lastly its IP Address.
    Ultimately the truest test is: "what impact has the change made on clients accessing the Server and its Services successfully?"
    If the Server is a mature OD Master (possibly PDC as well) with DNS, Mail, AFP, SMB, iCal and any other 2-3 additional services configured and running then issuing changeip may appear - superficially - to have worked. Occsasionally - in my experience - serious problems begin to develop with the LDAP database to the extent where the only 'cure' is to demote to Standalone, sorting out DNS and re-promoting. This can have serious repercussions if you have not made preparations to limit the re-build time prior to changing the IP address and issuing the command. Equally it can be successful. However can you take the risk?
    Tony

  • How does changeip determine the dns hostname?

    Hello,
    i've been trying to setup my 'test' server at home according to the info i find online.
    one of the first parts is setting the hostname. It is recomended that you use something like
    server.myowndomain.com
    when i use sudo changeip -checkhostname i get
    Primary address     = 192.168.xx.xx
    Current HostName    = server.myowndomain.com
    DNS HostName        = myowndomain.com
    To fix the hostname please run changeip for your system with the
    appropriate directory with the following values
       /Applications/Server.app/Contents/ServerRoot/usr/sbin/changeip 192.168.xx.xx 192.168.xx.xx server.myowndomain.com myowndomain.com
    dirserv:success = "success"
    at my external dns control panel there are 2 A records for my domain name
    localhost
    A
    127.0.0.1
    server
    A
    78.xxx.xxx.xxx
    when i ping from a remote location i get results for both myowndomain.com and server.myowndomain.com
    i had my server working when i used myowndomain.com as hostname, but everywhere i read it says you should use something like server.myowndomain.com as a hostname.
    Is there an other tool i can use to check what dns hostname i'm having?
    can someone shed some light on this for me please?
    thanks
    Marco

    If you are setting up your server on your LAN, then you need to support what is called split horizon DNS.  This means that you need to run a public DNS (which you have based on the ("at my external dns control panel there are 2 A records for my domain name") and you must run DNS on your LAN as well.  The reason for this is simple.
    When running your server on a LAN behind a firewall, your server has two identities.  The first identity is its LAN address.  As above, this is something on the 192.168.x.x network.  This is a private address range and can not be used for public routing.  The second identity is that of the public Internet.  As above, this is represented by the 78.x.x.x address that is the public address used by your firewall.
    When users on the LAN reference your server, they will need to reference it by the 192.168.x.x address.  When users externally want to access it, they will need to route to the 78.x.x.x network.  Thus, the need for two DNS entries.
    Now, the DNS entries are commonly the same.  The difference is the number assigned to the record.  For example, server.myowndomain.com will point to 192.168.x.x on your LAN and server.myowndomain.com with point to 78.x.x.x on the WAN.
    Other ways to check DNS would be to use nslookup or dig.  Also, check the server's network preference panel and look at your DNS entries.  The first entry should be a 192.168.x.x address and it should be pointing to a DNS server on your LAN.  This could be you server or it could be another device that is already running DNS.
    DNS is considered the foundation service for OS X Server.  However, it all depends on the services that you are running.  For Open Directory, Profile Manager, and others, DNS is critical.  Failure to implement it properly will give you nothing but headaches and likely cause future service deployment issues.  However, if you are just hosting a bunch of web sites, then DNS is not as critical, especially if the server is deployed on a LAN with no clients.
    As a note, if you were running your server with a public address, you could use BIND views.  However, this is not advisable for security reasons.
    R-
    Apple Consultants Network
    Apple Professional Services
    Author "Mavericks Server – Foundation Services" :: Exclusively available in Apple's iBooks Store

  • Checkhostname error

    I am new to OSX Server, this is my first install. The server is standalone in a Mac only network. No internal DNS is setup as yet. No Mac Services are running as yet.
    I changed the hostname through sharing. Stupid apparently, I now know.
    I have changed it back, but when I run changeip -checkhostname it says:
    Primary address = 192.168.52.30
    Current Hostname = onefish.local
    The DNS hostname is not available, please repair DNS and re-run this tool.
    Questions I have include:
    1. If no host name is available where did it get the above one from?
    2. Is the host name a DNS host name - or some internal Mac networking name?
    3. Is this what NetInfo is about?
    4. Is NetInfo the Apple equivilent to Microsoft Networking?
    5. It is simply doing an external PTR DNS lookup; if a create such a record will it fix the problem?
    6. There are no references to "DNS" in the changeip man page so to what "repair" function does that error refer?
    Any feedback at all would be great, thankyou.

    I think you're finding out what I found out when DNS became important for OS X Server. DSN is used on the internet, but it is not only for the internet. OS X Server, as of 10.4.6 (or thereabouts) relies on DNS for many functions. DNS is a protocol computers use to communicate. Computers do not need the internet to communicate, nor do they need the internet to use DNS. Make sense? If you want your OS X Server to work, you need DNS. The proper steps for setup are, get DNS working, then start other services.
    Your LAN machines may point to your Mac or internal DNS server for LAN connectivity, and your router(or internet gateway or whatever sort) may use your ISP's DNS server.
    I'm still wrapping my head around DNS myself, so I feel your pain. I know what it does, but I'm no expert. Post back with more questions - hopefully someone can answer.
    Another place that may be a good resource for you:
    http://www.wazmac.com/wazza/networking/server/mac_osx/index.html
    hth
    Jeff
    Message was edited by: Jeff Kelleher

  • DNS set up

    I have problem setting up a correct DNS. This is a possible cause Open Dir doesn't work, in-fact I'm unable to create an Open Directory Master; while all the other services (web, mail, ical) work fine.
    The server name on ServAdmin top left side is macweb.local; the machine IP is 192.168.115.24.
    From term the command changeip -checkhostname, prompts the following:
    "Primary address = 192.168.115.24
    Current HostName = macweb.server.com
    The DNS hostname is not available, please repair DNS and re-run this tool.
    dirserv:success = "success""
    So far I created under the DNS function of ServAdmin a primary zone with:
    zone name=server.com
    nameserver-hostname (fqdn)=macweb.server.com.
    Then a record machine named=macweb
    with two IP addresses under it: 127.0.0.1 and 192.168.115.24
    obtaining two reverse zones mapping macweb.server.com on the two ip.
    Re-running the changip command the result doesn't change.
    Any suggestion is very well appreciated.
    Alberto.
    Message was edited by: albfran
    Message was edited by: albfran

    [Here is a DNS server set-up sequence|http://labs.hoffmanlabs.com/node/1436]. That's end-to-end.
    Are you strictly referencing this DNS server from your LAN and from your DHCP server, or are there references to any other DNS servers mixed here?
    Assuming your server here is your DNS server, is your DNS server here referencing itself (in the guise of the 127.0.0.1 loopback address) via System Preferences > Network controller > static IP, static DNS server setting? Or is it referencing some other DNS server?
    Your other clients on your LAN can refer to your DNS server via its static IP address, but the DNS server here should use the loopback address.
    Post the output of the Terminal.app commands +dig server.example.com+ and +dig -x server.ip.address.here+ in its entirety, and I'll have a look at the data returned. (If you want to obfuscate your domain there, that's fine, but don't obfuscate the 192.168.0.0/24 addresses anywhere in what's returned, and the obfuscation of the host names needs to be consistent for the output to be useful in diagnosing this.)
    And FWIW, you probably aren't the organization that has registered the server.com domain name, so please stop using that domain either for real in your configuration, or using it as your example domain name. If your intent is to obfuscate your domain name (and which is fine by me) then use example.com, example.net or example.org as your domain name. These are RFC-reserved example domains. This usage both avoids referencing a domain you don't have registered, and it makes your intent here clear. It means I don't have to ask you "is that your real domain, or are you obfuscating?".

  • Golden triangle authentication problem

    Hi,
    Im trying to set up the golden triangle on our AD/Mac network. I have bound to AD fine and now Im trying to set up an OD Master. After clicking "Kerberize Services" I click on "Remain connected and set up an Open Directory Master". Upon doing this I get
    Single Sign-On Unavailable
    Single Sign-ON (Kerberos v5) will not be enabled for your new Open Directory master because your networks DNS server does not provide forward and reverse mappings for your servers domain name, or because Single Sign-On is already configured on your server.
    To resolve this issue, close the assistant and correct your DNS or Single Sign-On configuration.
    My forward and reverse digs look fine and my "changeip -checkhostname" returns the correct results.
    Any ideas as why this happens?

    Hello Gareth, and welcome to the Apple Boards,
    Please bear with me as I point out a couple of things:
    1) You should post a new topic for your issue rather than hijack someone else's thread - it's just good form.
    2) The reason this question probably didn't draw any responses is that it is not Xserve specific and there are much better groups that are specifically about Directory Services where you will get more and better eyes on your issue.
    Please check out the OS X Server specific boards: http://discussions.apple.com/category.jspa?categoryID=96
    That being said - if you have a fresh Server in Standalone mode, bind it to AD before doing anything else and then promote it to OD Master it should just do the right thing. In 10.4 you had to just through hoops and drop to the command line but from 10.5 on OD should draw its information for set-up from AD if it is bound before it's promoted to Master. I haven't done it a bunch of times but I have done it a few and - if and only if your forward and reverse DNS is solid and working - this actually does work as advertised. If your box is already a Master you can demote it (THIS DESTROYS YOUR CURRENT LDAP - BACK IT UP) and then bind and promote. If you've run kerb on the box previously you might want to blow away your old keytabs just to be safe but it should still just work. And always, always, always double check that your DNS is rock solid in forward and reverse or it will not work.
    The best documentation for this process is a paper by Bombich (no surprise) and there's a little known paper at AFP548 called +OD AD Sandbox+ that is really worth a read, but read the entire thing before trying anything.
    =Tod

  • ICal server will not work

    I am running a small network on a MacPro running OS X server 10.5.4 with 2 mac clients and 2 windows clients. The OS X server was installed by an apple specialist but it is still not working properly and I find it hard to believe that it is a bug is the software as it seems to be a fundamental problem which most people would have encountered.
    Each user has their home directories stored on a separate drive on the server and iCal server is running. However, when a Mac client logs into the network they iCal does not work properly. It either will not show any calendars or if it does then a new event cannot be entered.
    Below is an extract from the client message log from rebooting the machine. The first problems with iCal seem to occur at 1:20:48:
    9/5/08 1:19:34 PM kernel npvhash=4095
    9/5/08 1:19:30 PM com.apple.launchctl.System[2] fsck_hfs: Volume is journaled. No checking performed.
    9/5/08 1:19:30 PM com.apple.launchctl.System[2] fsck_hfs: Use the -f option to force checking.
    9/5/08 1:19:33 PM com.apple.launchctl.System[2] launchctl: Please convert the following to launchd: /etc/mach_init.d/dashboardadvisoryd.plist
    9/5/08 1:19:33 PM com.apple.launchd[1] (org.cups.cupsd) Unknown key: SHAuthorizationRight
    9/5/08 1:19:33 PM com.apple.launchd[1] (org.ntp.ntpd) Unknown key: SHAuthorizationRight
    9/5/08 1:19:34 PM DirectoryService[11] Launched version 5.4 (v514.21)
    9/5/08 1:19:35 PM kernel hi mem tramps at 0xffe00000
    9/5/08 1:19:34 PM DirectoryService[11] Improper shutdown detected
    9/5/08 1:19:35 PM kernel PAE enabled
    9/5/08 1:19:34 PM kextd[10] 404 cached, 0 uncached personalities to catalog
    9/5/08 1:19:35 PM kernel 64 bit mode enabled
    9/5/08 1:19:35 PM kernel Darwin Kernel Version 9.4.0: Mon Jun 9 19:30:53 PDT 2008; root:xnu-1228.5.20~1/RELEASE_I386
    9/5/08 1:19:35 PM kernel standard timeslicing quantum is 10000 us
    9/5/08 1:19:35 PM kernel vmpagebootstrap: 508582 free pages and 15706 wired pages
    9/5/08 1:19:35 PM kernel migtable_maxdispl = 79
    9/5/08 1:19:35 PM kernel 91 prelinked modules
    9/5/08 1:19:35 PM kernel AppleACPICPU: ProcessorApicId=0 LocalApicId=0 Enabled
    9/5/08 1:19:35 PM kernel AppleACPICPU: ProcessorApicId=1 LocalApicId=1 Enabled
    9/5/08 1:19:35 PM kernel Loading security extension com.apple.security.TMSafetyNet
    9/5/08 1:19:35 PM kernel calling mpopolicyinit for TMSafetyNet
    9/5/08 1:19:35 PM kernel Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    9/5/08 1:19:35 PM kernel Loading security extension com.apple.nke.applicationfirewall
    9/5/08 1:19:35 PM kernel Loading security extension com.apple.security.seatbelt
    9/5/08 1:19:35 PM kernel calling mpopolicyinit for mb
    9/5/08 1:19:35 PM kernel Seatbelt MACF policy initialized
    9/5/08 1:19:35 PM kernel Security policy loaded: Seatbelt Policy (mb)
    9/5/08 1:19:35 PM kernel Copyright (c) 1982, 1986, 1989, 1991, 1993
    9/5/08 1:19:35 PM kernel The Regents of the University of California. All rights reserved.
    9/5/08 1:19:35 PM kernel MAC Framework successfully initialized
    9/5/08 1:19:35 PM kernel using 10485 buffer headers and 4096 cluster IO buffer headers
    9/5/08 1:19:35 PM kernel devfsmakenode: not ready for devices!
    9/5/08 1:19:35 PM kernel IOAPIC: Version 0x20 Vectors 64:87
    9/5/08 1:19:35 PM kernel ACPI: System State [S0 S3 S4 S5] (S3)
    9/5/08 1:19:35 PM kernel mbinit: done
    9/5/08 1:19:35 PM kernel Security auditing service present
    9/5/08 1:19:35 PM kernel BSM auditing present
    9/5/08 1:19:35 PM kernel rooting via boot-uuid from /chosen: 033560DC-0859-35E9-B64E-FE25488D5DD8
    9/5/08 1:19:35 PM kernel Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    9/5/08 1:19:35 PM kernel AppleYukon2: 532111ab,00000000 sk98osx_dnet - CheckDictionaryEntry failed, expected vs. dictionary
    9/5/08 1:19:35 PM kernel FireWire (OHCI) Lucent ID 5811 built-in now active, GUID 001e52fffe510454; max speed s400.
    9/5/08 1:19:35 PM kernel CSRHIDTransitionDriver::start []
    9/5/08 1:19:35 PM kernel Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleAHCI/PRT2 @2/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageDri ver/Hitachi HTS541612J9SA00 Media/IOGUIDPartitionScheme/Customer@2
    9/5/08 1:19:35 PM kernel BSD root: disk0s2, major 14, minor 2
    9/5/08 1:19:35 PM kernel jnl: unknown-dev: replay_journal: from: 13329408 to: 15447040 (joffset 0x11f02000)
    9/5/08 1:19:35 PM kernel CSRHIDTransitionDriver::switchToHCIMode legacy
    9/5/08 1:19:35 PM kernel jnl: unknown-dev: journal replay done.
    9/5/08 1:19:35 PM kernel HFS: Removed 5 orphaned unlinked files or directories
    9/5/08 1:19:35 PM kernel Jettisoning kernel linker.
    9/5/08 1:19:35 PM kernel Resetting IOCatalogue.
    9/5/08 1:19:35 PM kernel GFX0: family specific matching fails
    9/5/08 1:19:35 PM kernel display: family specific matching fails
    9/5/08 1:19:35 PM kernel Matching service count = 1
    9/5/08 1:19:35 PM kernel Matching service count = 3
    9/5/08 1:19:35 PM kernel Matching service count = 3
    9/5/08 1:19:35 PM kernel Matching service count = 3
    9/5/08 1:19:35 PM kernel Matching service count = 3
    9/5/08 1:19:35 PM kernel Matching service count = 3
    9/5/08 1:19:35 PM kernel display: family specific matching fails
    9/5/08 1:19:35 PM kernel Previous Shutdown Cause: 0
    9/5/08 1:19:35 PM kernel GFX0: family specific matching fails
    9/5/08 1:19:35 PM kernel ath_attach: devid 0x1c
    9/5/08 1:19:35 PM kernel yukon: Ethernet address 00:16:cb:ad:ea:bb
    9/5/08 1:19:36 PM kernel mac 10.3 phy 6.1 radio 10.2
    9/5/08 1:19:36 PM kernel USBF: 11.740 AppleUSBHubPort: Port 1 of Hub at 0x7d000000 about to terminate a busy device (IOUSBCompositeDevice) after waiting 10 seconds
    9/5/08 1:19:36 PM kernel USBF: 12. 41 CSRHIDTransitionDriver[0x3dcb680](IOUSBCompositeDevice) GetFullConfigDescriptor(0) returned NULL
    9/5/08 1:19:36 PM kernel CSRHIDTransitionDriver... done
    9/5/08 1:19:37 PM mDNSResponder mDNSResponder-171.4 (Apr 20 2008 11:59:52)[16] starting
    9/5/08 1:19:38 PM configd[14] Error: No interface name for AirPort_Athr5424ab
    9/5/08 1:19:38 PM configd[14] Error: ioPublishedDriverCallback() failed to initDeviceFromService()
    9/5/08 1:19:38 PM fseventsd[38] event logs in /.fseventsd out of sync with volume. destroying old logs. (215919 13 231722)
    9/5/08 1:19:38 PM fseventsd[38] log dir: /.fseventsd getting new uuid: 01610E3D-7144-4D13-84C5-AD0B5AA2A76F
    9/5/08 1:19:44 PM rpc.statd[29] statd.notify - no notifications needed
    9/5/08 1:19:45 PM bootlog[45] BOOT_TIME: 1220617164 0
    9/5/08 1:19:46 PM kextd[10] writing kernel link data to /var/run/mach.sym
    9/5/08 1:19:47 PM VMware Fusion 72241[58] Starting VMware Fusion:
    9/5/08 1:19:47 PM com.vmware.launchd.vmware[48] VMware Fusion 72241: Starting VMware Fusion:
    9/5/08 1:19:47 PM com.vmware.launchd.vmware[48] kextload: /Library/Application Support/VMware Fusion/kexts/vmmon.kext loaded successfully
    9/5/08 1:19:47 PM com.vmware.launchd.vmware[48] kextload: /Library/Application Support/VMware Fusion/kexts/vmci.kext loaded successfully
    9/5/08 1:19:47 PM com.vmware.launchd.vmware[48] kextload: /Library/Application Support/VMware Fusion/kexts/vmioplug.kext loaded successfully
    9/5/08 1:19:47 PM com.vmware.launchd.vmware[48] kextload: /Library/Application Support/VMware Fusion/kexts/vmnet.kext loaded successfully
    9/5/08 1:19:47 PM kernel vmmon: Loaded @ 0x4bcbe000: Info 0x4bccb500 Name com.vmware.kext.vmx86 Version 1.1.1fc2 build-72241 at Jan 16 2008 21:26:45
    9/5/08 1:19:47 PM com.vmware.launchd.vmware[48] Internet Software Consortium DHCP Server 2.0
    9/5/08 1:19:47 PM kernel vmmon: Service start
    9/5/08 1:19:47 PM com.vmware.launchd.vmware[48] Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.
    9/5/08 1:19:47 PM com.vmware.launchd.vmware[48] All rights reserved.
    9/5/08 1:19:47 PM com.vmware.launchd.vmware[48] Please contribute if you find this software useful.
    9/5/08 1:19:47 PM com.vmware.launchd.vmware[48] For info, please visit http://www.****.***/****-contrib.html
    9/5/08 1:19:47 PM com.vmware.launchd.vmware[48] Configured subnet: 192.168.91.0
    9/5/08 1:19:47 PM com.vmware.launchd.vmware[48] Setting vmnet-dhcp IP address: 192.168.91.254
    9/5/08 1:19:47 PM com.vmware.launchd.vmware[48] Opened:
    9/5/08 1:19:47 PM com.vmware.launchd.vmware[48] Recving on VNet/vmnet8/192.168.91.0
    9/5/08 1:19:47 PM com.vmware.launchd.vmware[48] Sending on VNet/vmnet8/192.168.91.0
    9/5/08 1:19:47 PM com.vmware.launchd.vmware[48] Internet Software Consortium DHCP Server 2.0
    9/5/08 1:19:47 PM com.vmware.launchd.vmware[48] Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.
    9/5/08 1:19:47 PM com.vmware.launchd.vmware[48] All rights reserved.
    9/5/08 1:19:47 PM com.vmware.launchd.vmware[48] Please contribute if you find this software useful.
    9/5/08 1:19:47 PM com.vmware.launchd.vmware[48] For info, please visit http://www.****.***/****.html
    9/5/08 1:19:47 PM kernel vmmon: Instrumenting bug 151304 without page information...
    9/5/08 1:19:47 PM com.vmware.launchd.vmware[48] Configured subnet: 192.168.164.0
    9/5/08 1:19:47 PM com.vmware.launchd.vmware[48] Setting vmnet-dhcp IP address: 192.168.164.254
    9/5/08 1:19:47 PM com.vmware.launchd.vmware[48] Opened:
    9/5/08 1:19:47 PM com.vmware.launchd.vmware[48] Recving on VNet/vmnet1/192.168.164.0
    9/5/08 1:19:47 PM com.vmware.launchd.vmware[48] Sending on VNet/vmnet1/192.168.164.0
    9/5/08 1:19:47 PM kernel vmmon: Fast clock thread started.
    9/5/08 1:19:47 PM kernel vmmon: Initial HV check: anyNotCapable=0 anyUnlocked=0 anyEnabled=1 anyDisabled=0
    9/5/08 1:19:47 PM kernel vmmon: HV check: anyNotCapable=0 anyUnlocked=0 anyEnabled=1 anyDisabled=0
    9/5/08 1:19:47 PM kernel vmmon: Module initialized.
    9/5/08 1:19:47 PM kernel vmmon: Registering for power state changes
    9/5/08 1:19:47 PM kernel vmci: Initializing module.
    9/5/08 1:19:47 PM kernel vmci: VMCI: Driver initialized.
    9/5/08 1:19:47 PM kernel vmci: Module initialized.
    9/5/08 1:19:47 PM kernel vmnet: Initializing module (version 1.1.1fc2, build-72241).
    9/5/08 1:19:47 PM kernel vmnet: VMNet_Start allocated gOSMallocTag
    9/5/08 1:19:47 PM kernel vmnet: Module initialized.
    9/5/08 1:19:47 PM kernel vmnet: VNetUserIf_Create: created userIf at 0x43b8100.
    9/5/08 1:19:47 PM kernel vmnet: VMNetConnect: returning port 0x43b8100
    9/5/08 1:19:47 PM kernel vmnet: Hub 8 does not exist, allocating memory.
    9/5/08 1:19:47 PM kernel vmnet: Allocated hub 0x445d800 for hubNum 8.
    9/5/08 1:19:47 PM kernel vmnet: VMNETSOBINDTOHUB: port: paddr 00:50:56:e5:c6:b8
    9/5/08 1:19:47 PM kernel vmnet: Hub 8
    9/5/08 1:19:47 PM kernel vmnet: Port 0
    9/5/08 1:19:47 PM kernel vmnet: VNetUserIf_Create: created userIf at 0x4480e00.
    9/5/08 1:19:47 PM kernel vmnet: VMNetConnect: returning port 0x4480e00
    9/5/08 1:19:47 PM kernel vmnet: VMNETSOBINDTOHUB: port: paddr 00:50:56:e4:8c:c0
    9/5/08 1:19:47 PM kernel vmnet: Hub 8
    9/5/08 1:19:47 PM kernel vmnet: Port 0
    9/5/08 1:19:47 PM kernel vmnet: Port 1
    9/5/08 1:19:47 PM kernel vmnet: VNetUserIf_Create: created userIf at 0x4480c00.
    9/5/08 1:19:47 PM kernel vmnet: VMNetConnect: returning port 0x4480c00
    9/5/08 1:19:47 PM kernel vmnet: VMNETSOBINDTOHUB: port: paddr 00:50:56:ff:08:cc
    9/5/08 1:19:47 PM kernel vmnet: Hub 8
    9/5/08 1:19:47 PM kernel vmnet: Port 0
    9/5/08 1:19:47 PM kernel vmnet: Port 1
    9/5/08 1:19:47 PM kernel vmnet: Port 2
    9/5/08 1:19:47 PM kernel vmnet: VNetUserIfFree: freeing userIf at 0x4480c00.
    9/5/08 1:19:47 PM kernel vmnet: netif-vmnet8: Adding protocol 2.
    9/5/08 1:19:47 PM kernel vmnet: VNetUserIf_Create: created userIf at 0x4480a00.
    9/5/08 1:19:47 PM kernel vmnet: VMNetConnect: returning port 0x4480a00
    9/5/08 1:19:47 PM kernel vmnet: Hub 1 does not exist, allocating memory.
    9/5/08 1:19:47 PM kernel vmnet: Allocated hub 0x448b800 for hubNum 1.
    9/5/08 1:19:47 PM kernel vmnet: VMNETSOBINDTOHUB: port: paddr 00:50:56:eb:03:38
    9/5/08 1:19:48 PM kernel vmnet: Hub 1
    9/5/08 1:19:48 PM kernel vmnet: Port 0
    9/5/08 1:19:48 PM kernel vmnet: VNetUserIfFree: freeing userIf at 0x4480a00.
    9/5/08 1:19:48 PM kernel vmnet: netif-vmnet1: Adding protocol 2.
    9/5/08 1:19:48 PM kernel vmnet: VNetUserIf_Create: created userIf at 0x4480800.
    9/5/08 1:19:48 PM kernel vmnet: VMNetConnect: returning port 0x4480800
    9/5/08 1:19:48 PM kernel vmnet: VMNETSOBINDTOHUB: port: paddr 00:50:56:f3:c2:e0
    9/5/08 1:19:48 PM kernel vmnet: Hub 1
    9/5/08 1:19:48 PM kernel vmnet: Port 0
    9/5/08 1:19:48 PM kernel vmnet: Port 1
    9/5/08 1:19:48 PM /usr/sbin/ocspd[85] starting
    9/5/08 1:19:48 PM /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow[33] Login Window Application Started
    9/5/08 1:19:48 PM /System/Library/CoreServices/rapserver.app/Contents/MacOS/rapserverd[25] RAP: Starting, pid=25
    9/5/08 1:19:48 PM /System/Library/CoreServices/rapserver.app/Contents/MacOS/rapserverd[25] RAP: Started, pid=25, port=4073
    9/5/08 1:19:50 PM kernel AirPort_Athr5424ab: Ethernet address 00:1c:b3:b2:46:95
    9/5/08 1:19:51 PM kernel display: Not usable
    9/5/08 1:19:50 PM mDNSResponder[16] Adding registration domain paul\.dyson.members.mac.com.
    9/5/08 1:19:50 PM mDNSResponder[16] Adding registration domain paul\.dyson.members.mac.com.
    9/5/08 1:19:51 PM configd[14] setting hostname to "Media-Mac-mini.local"
    9/5/08 1:19:51 PM airportd[90] No networks found on channels remembered for belkin54g
    9/5/08 1:19:51 PM airportd[90] Could not find "belkin54g"
    9/5/08 1:19:51 PM airportd[90] Could not find any preferred networks; trying broadcast requests..
    9/5/08 1:19:51 PM ARDAgent [96] ******ARDAgent Launched******
    9/5/08 1:19:51 PM loginwindow[33] Login Window Started Security Agent
    9/5/08 1:19:52 PM mDNSResponder[16] registerserviceinstance: domain paul\.dyson.members.mac.com. already registered
    9/5/08 1:19:53 PM ARDAgent [96] ******ARDAgent Ready******
    9/5/08 1:19:54 PM airportd[90] Broadcast requests also failed..
    9/5/08 1:19:55 PM com.apple.SystemStarter[27] iCal Server Launched!
    9/5/08 1:19:55 PM org.ntp.ntpd[24] Error : nodename nor servname provided, or not known
    9/5/08 1:19:55 PM ntpdate[108] can't find host time.euro.apple.com
    9/5/08 1:19:55 PM com.apple.SystemStarter[27] Loading VirusBarrier Service
    9/5/08 1:19:55 PM com.apple.SystemStarter[27] kextload: extension /Library/StartupItems/VirusBarrier/VirusBarrierService.kext appears to be loadable
    9/5/08 1:19:55 PM com.apple.SystemStarter[27] kextload: loading extension /Library/StartupItems/VirusBarrier/VirusBarrierService.kext
    9/5/08 1:19:55 PM com.apple.SystemStarter[27] kextload: /Library/StartupItems/VirusBarrier/VirusBarrierService.kext loaded successfully
    9/5/08 1:19:55 PM com.apple.SystemStarter[27] kextload: sending personalities to kernel:
    9/5/08 1:19:55 PM com.apple.SystemStarter[27] kextload: from extension /Library/StartupItems/VirusBarrier/VirusBarrierService.kext:
    9/5/08 1:19:55 PM com.apple.SystemStarter[27] kextload: ScannerService
    9/5/08 1:19:55 PM com.apple.SystemStarter[27] kextload: sending 1 personality to the kernel
    9/5/08 1:19:55 PM com.apple.SystemStarter[27] kextload: matching started for /Library/StartupItems/VirusBarrier/VirusBarrierService.kext
    9/5/08 1:19:55 PM ntpdate[108] no servers can be used, exiting
    9/5/08 1:19:55 PM airportd[90] Probing highest ranked networks via directed scan..
    9/5/08 1:19:58 PM kernel AirPort: Link Up on en1
    9/5/08 1:20:03 PM kernel vmnet: VNetUserIf_Create: created userIf at 0x496af00.
    9/5/08 1:20:03 PM kernel vmnet: VMNetConnect: returning port 0x496af00
    9/5/08 1:20:03 PM kernel vmnet: Hub 0 does not exist, allocating memory.
    9/5/08 1:20:03 PM kernel vmnet: Allocated hub 0x496b000 for hubNum 0.
    9/5/08 1:20:03 PM kernel vmnet: VMNETSOBINDTOHUB: port: paddr 00:50:56:ef:00:58
    9/5/08 1:20:03 PM kernel vmnet: Hub 0
    9/5/08 1:20:03 PM kernel vmnet: Port 0
    9/5/08 1:20:03 PM kernel vmnet: bridge-en1: got dev 0x3dc8004
    9/5/08 1:20:03 PM kernel vmnet: bridge-en1: wireless interface detected.
    9/5/08 1:20:03 PM kernel vmnet: bridge-en1: up
    9/5/08 1:20:03 PM kernel vmnet: bridge-en1: attached
    9/5/08 1:20:03 PM kernel vmnet: VNetUserIfFree: freeing userIf at 0x496af00.
    9/5/08 1:20:05 PM kernel AppleYukon2: error - 2 Pair Downshift detected
    9/5/08 1:20:05 PM kernel AppleYukon2: 00000000,00000000 skgehw - cppSkDrvEvent - SKDRV_DOWNSHIFTDET
    9/5/08 1:20:05 PM kernel AppleYukon2 - en0 link active, 100-Mbit, full duplex, symmetric flow control enabled port 0
    9/5/08 1:20:06 PM kernel vmnet: bridge-en1: interface en is going DOWN
    9/5/08 1:20:06 PM airportd[90] Error: Apple80211Associate() failed -6
    9/5/08 1:20:07 PM kernel vmnet: VMNetDisconnect called for port 0x4968000
    9/5/08 1:20:07 PM kernel vmnet: bridge-en1: filter detached
    9/5/08 1:20:07 PM kernel vmnet: bridge-en1: down
    9/5/08 1:20:07 PM kernel vmnet: bridge-en1: detached
    9/5/08 1:20:07 PM kernel vmnet: Freeing hub at 0x496b000.
    9/5/08 1:20:07 PM kernel vmnet: VNetUserIf_Create: created userIf at 0x496aa00.
    9/5/08 1:20:07 PM kernel vmnet: VMNetConnect: returning port 0x496aa00
    9/5/08 1:20:07 PM kernel vmnet: Hub 0 does not exist, allocating memory.
    9/5/08 1:20:07 PM kernel vmnet: Allocated hub 0x496b000 for hubNum 0.
    9/5/08 1:20:07 PM kernel vmnet: VMNETSOBINDTOHUB: port: paddr 00:50:56:ff:a5:00
    9/5/08 1:20:07 PM kernel vmnet: Hub 0
    9/5/08 1:20:07 PM kernel vmnet: Port 0
    9/5/08 1:20:07 PM kernel vmnet: bridge-en0: got dev 0x42b0204
    9/5/08 1:20:07 PM kernel vmnet: bridge-en0: up
    9/5/08 1:20:07 PM kernel vmnet: bridge-en0: attached
    9/5/08 1:20:07 PM kernel vmnet: VNetUserIfFree: freeing userIf at 0x496aa00.
    9/5/08 1:20:08 PM mDNSResponderHelper[89] "/etc/racoon/remote/anonymous.conf" looks familiar, will overwrite
    9/5/08 1:20:08 PM mDNSResponderHelper[89] racoon (pid=125) started
    9/5/08 1:20:10 PM com.apple.KerberosAutoConfig[127] Kerberos configuration is up to date
    9/5/08 1:20:12 PM mDNSResponder[16] registerserviceinstance: domain paul\.dyson.members.mac.com. already registered
    9/5/08 1:20:12 PM com.apple.KerberosAutoConfig[128] Kerberos configuration is up to date
    9/5/08 1:20:12 PM com.apple.KerberosAutoConfig[129] Kerberos configuration is up to date
    9/5/08 1:20:26 PM kernel AFP_VFS afpfs_mount: /Network/Servers/server.kennedydyson.co.uk/Volumes/Data/Users, pid 100
    9/5/08 1:20:28 PM loginwindow[33] Login Window - Returned from Security Agent
    9/5/08 1:20:28 PM loginwindow[33] USER_PROCESS: 33 console
    9/5/08 1:20:29 PM com.apple.launchd[1] (com.apple.UserEventAgent-LoginWindow[97]) Exited: Terminated
    9/5/08 1:20:29 PM com.apple.launchd[133] (0x103c10.AppleVNCServer[101]) Failed to add kevent for PID 101. Will unload at MIG return
    9/5/08 1:20:29 PM com.apple.familycontrols[132] ** [User findUserByID:1038 searchParent:NO] returned nil
    9/5/08 1:20:29 PM /System/Library/PrivateFrameworks/FamilyControls.framework/Resources/webfilterc tl[148] ** [User findUserByID:1038 searchParent:NO] returned nil
    9/5/08 1:20:29 PM com.apple.familycontrols[132] /System/Library/PrivateFrameworks/FamilyControls.framework/Resources/httpsproxy d: option requires an argument -- n
    9/5/08 1:20:29 PM com.apple.familycontrols[132] 'Unknown argument given
    9/5/08 1:20:29 PM /System/Library/PrivateFrameworks/FamilyControls.framework/Resources/httpsproxy d[161] 'Unknown argument given
    9/5/08 1:20:29 PM /System/Library/PrivateFrameworks/FamilyControls.framework/Resources/httpsproxy d[161] Usage: /System/Library/PrivateFrameworks/FamilyControls.framework/Resources/httpsproxy d -k start -p <port> -n <username>
    9/5/08 1:20:29 PM com.apple.familycontrols[132] Usage: /System/Library/PrivateFrameworks/FamilyControls.framework/Resources/httpsproxy d -k start -p <port> -n <username>
    9/5/08 1:20:29 PM com.apple.familycontrols[132] /System/Library/PrivateFrameworks/FamilyControls.framework/Resources/httpsproxy d -k stop
    9/5/08 1:20:29 PM com.apple.familycontrols[132] Options:
    9/5/08 1:20:29 PM com.apple.familycontrols[132] [-X]: do not detach from console
    9/5/08 1:20:29 PM com.apple.familycontrols[132] [-v]: verbose
    9/5/08 1:20:29 PM com.apple.familycontrols[132] [-l]: create log file
    9/5/08 1:20:29 PM com.apple.familycontrols[132] Private:
    9/5/08 1:20:29 PM com.apple.familycontrols[132] /System/Library/PrivateFrameworks/FamilyControls.framework/Resources/httpsproxy d -k socket <socket_fd> <logfile_fd> -n <username>
    9/5/08 1:20:29 PM com.apple.familycontrols[132] ** abnormal termination of /System/Library/PrivateFrameworks/FamilyControls.framework/Resources/httpsproxy d (returned: 1)
    9/5/08 1:20:29 PM com.apple.familycontrols[132] ** httpsproxystart failed r:1
    9/5/08 1:20:31 PM com.apple.launchd[133] (com.apple.ReportPanic[155]) Exited with exit code: 1
    9/5/08 1:20:30 PM airportd[90] No networks found on channels remembered for belkin54g
    9/5/08 1:20:29 PM /System/Library/PrivateFrameworks/FamilyControls.framework/Resources/httpsproxy d[161] /System/Library/PrivateFrameworks/FamilyControls.framework/Resources/httpsproxy d -k stop
    9/5/08 1:20:30 PM airportd[90] Could not find "belkin54g"
    9/5/08 1:20:31 PM ReportPanic[155] Reading panic log failed with error: Error Domain=NSCocoaErrorDomain Code=257 UserInfo=0x107570 "The file “2008-07-29-160619.panic” could not be opened because you do not have appropriate access privileges."
    9/5/08 1:20:29 PM /System/Library/PrivateFrameworks/FamilyControls.framework/Resources/httpsproxy d[161] Options:
    9/5/08 1:20:30 PM airportd[90] Could not find any preferred networks; trying broadcast requests..
    9/5/08 1:20:29 PM /System/Library/PrivateFrameworks/FamilyControls.framework/Resources/httpsproxy d[161] [-X]: do not detach from console
    9/5/08 1:20:33 PM airportd[90] Broadcast requests also failed..
    9/5/08 1:20:29 PM /System/Library/PrivateFrameworks/FamilyControls.framework/Resources/httpsproxy d[161] [-v]: verbose
    9/5/08 1:20:29 PM /System/Library/PrivateFrameworks/FamilyControls.framework/Resources/httpsproxy d[161] [-l]: create log file
    9/5/08 1:20:29 PM /System/Library/PrivateFrameworks/FamilyControls.framework/Resources/httpsproxy d[161] Private:
    9/5/08 1:20:29 PM /System/Library/PrivateFrameworks/FamilyControls.framework/Resources/httpsproxy d[161] /System/Library/PrivateFrameworks/FamilyControls.framework/Resources/httpsproxy d -k socket <socket_fd> <logfile_fd> -n <username>
    9/5/08 1:20:29 PM /System/Library/PrivateFrameworks/FamilyControls.framework/Resources/webfilterc tl[148] ** abnormal termination of /System/Library/PrivateFrameworks/FamilyControls.framework/Resources/httpsproxy d (returned: 1)
    9/5/08 1:20:29 PM /System/Library/PrivateFrameworks/FamilyControls.framework/Resources/webfilterc tl[148] ** httpsproxystart failed r:1
    9/5/08 1:20:30 PM ARDAgent [154] ******ARDAgent Launched******
    9/5/08 1:20:31 PM mDNSResponder[16] registerserviceinstance: domain paul\.dyson.members.mac.com. already registered
    9/5/08 1:20:31 PM ARDAgent [154] ******ARDAgent Ready******
    9/5/08 1:20:34 PM airportd[90] Probing highest ranked networks via directed scan..
    9/5/08 1:20:37 PM kernel AirPort: Link Up on en1
    9/5/08 1:20:38 PM Dock[165] _DESCRegisterDockExtraClient failed 268435459
    9/5/08 1:20:39 PM mDNSResponder[16] Note: Frequent transitions for interface en1 (FE80:0000:0000:0000:021C:B3FF:FEB2:4695); network traffic reduction measures in effect
    9/5/08 1:20:42 PM /System/Library/CoreServices/coreservicesd[83] SFLSharePointsEntry::CreateDSRecord: dsCreateRecordAndOpen(medialocal's Public Folder) returned -14135
    9/5/08 1:20:42 PM /System/Library/CoreServices/coreservicesd[83] SFLSharePointsEntry::CreateDSRecord: dsCreateRecordAndOpen(Paul Admin's Public Folder) returned -14135
    9/5/08 1:20:43 PM com.apple.KerberosAutoConfig[183] Kerberos configuration is up to date
    9/5/08 1:20:44 PM mDNSResponder[16] Note: Frequent transitions for interface en1 (169.254.35.3); network traffic reduction measures in effect
    9/5/08 1:20:45 PM airportd[90] Error: Apple80211Associate() failed -6
    9/5/08 1:20:46 PM kernel AppleYukon2: 00000000,00000001 sk98osx sky2 - - sk98osx_sky2::replaceOrCopyPacket tried N times
    9/5/08 1:20:46 PM mDNSResponder[16] Note: Frequent transitions for interface en1 (169.254.35.3); network traffic reduction measures in effect
    9/5/08 1:20:46 PM mDNSResponder[16] Note: Frequent transitions for interface en1 (FE80:0000:0000:0000:021C:B3FF:FEB2:4695); network traffic reduction measures in effect
    9/5/08 1:20:46 PM mDNSResponder[16] Note: Frequent transitions for interface en1 (169.254.35.3); network traffic reduction measures in effect
    9/5/08 1:20:48 PM com.apple.familycontrols[132] ** trying to launch apache with but no username given
    9/5/08 1:20:48 PM /System/Library/PrivateFrameworks/FamilyControls.framework/Resources/webfilterc tl[148] ** trying to launch apache with but no username given
    9/5/08 1:20:48 PM [0x0-0x11011].com.apple.iCal.helper 2008-09-05 13:20:48.022 iCalExternalSync[185:10b] WARNING: restore save failed: Error Domain=NSCocoaErrorDomain Code=134030 UserInfo=0x175c10 "An error occurred while saving." {
    9/5/08 1:20:48 PM [0x0-0x11011].com.apple.iCal.helper NSUnderlyingException = Fetching maximum primary key failed;
    9/5/08 1:20:48 PM [0x0-0x11011].com.apple.iCal.helper }
    9/5/08 1:20:48 PM [0x0-0x11011].com.apple.iCal.helper 2008-09-05 13:20:48.041 iCalExternalSync[185:10b] WARNING: CalCalendarStore: restore failed: Error Domain=CalCalendarStorePersistenceErrorDomain Code=1 UserInfo=0x176b00 "Failed to rebuild the iCal database."
    9/5/08 1:20:48 PM [0x0-0x11011].com.apple.iCal.helper {
    9/5/08 1:20:48 PM [0x0-0x11011].com.apple.iCal.helper NSLocalizedDescription = "Failed to rebuild the iCal database.";
    9/5/08 1:20:48 PM [0x0-0x11011].com.apple.iCal.helper NSLocalizedRecoverySuggestion = "An error occurred while saving.";
    9/5/08 1:20:48 PM [0x0-0x11011].com.apple.iCal.helper }
    9/5/08 1:20:48 PM iCalExternalSync[185] WARNING: restore save failed: Error Domain=NSCocoaErrorDomain Code=134030 UserInfo=0x175c10 "An error occurred while saving." {
    NSUnderlyingException = Fetching maximum primary key failed;
    9/5/08 1:20:49 PM com.apple.KerberosAutoConfig[188] Kerberos configuration is up to date
    9/5/08 1:20:48 PM iCalExternalSync[185] WARNING: CalCalendarStore: restore failed: Error Domain=CalCalendarStorePersistenceErrorDomain Code=1 UserInfo=0x176b00 "Failed to rebuild the iCal database."
    NSLocalizedDescription = "Failed to rebuild the iCal database.";
    NSLocalizedRecoverySuggestion = "An error occurred while saving.";
    9/5/08 1:20:50 PM mDNSResponder[16] Note: Frequent transitions for interface en1 (169.254.35.3); network traffic reduction measures in effect
    9/5/08 1:20:50 PM mDNSResponder[16] SendResponses: No active interface to send: 04 17 Media\032Mac\032mini.device-info.tcp.local. TXT model=Macmini2,1
    9/5/08 1:20:53 PM [0x0-0x14014].SoftwareUpdateCheck[192] SoftwareUpdateCheck: non-admin user
    9/5/08 1:20:54 PM com.apple.launchd[133] ([0x0-0x14014].SoftwareUpdateCheck[192]) Exited with exit code: 102
    9/5/08 1:20:54 PM com.apple.KerberosAutoConfig[215] Kerberos configuration is up to date
    9/5/08 1:20:56 PM com.apple.familycontrols[132] ** [User findUserByID:1038 searchParent:NO] returned nil
    9/5/08 1:20:56 PM /System/Library/PrivateFrameworks/FamilyControls.framework/Resources/webfilterc tl[220] ** [User findUserByID:1038 searchParent:NO] returned nil
    9/5/08 1:20:56 PM com.apple.familycontrols[132] /System/Library/PrivateFrameworks/FamilyControls.framework/Resources/httpsproxy d: option requires an argument -- n
    9/5/08 1:20:56 PM /System/Library/PrivateFrameworks/FamilyControls.framework/Resources/httpsproxy d[223] 'Unknown argument given
    9/5/08 1:20:56 PM com.apple.familycontrols[132] 'Unknown argument given
    9/5/08 1:20:56 PM com.apple.familycontrols[132] Usage: /System/Library/PrivateFrameworks/FamilyControls.framework/Resources/httpsproxy d -k start -p <port> -n <username>
    Once loaded iCal does not respond and a "force quit" is the only option.
    I have looked at the logs in Server Admin and I can't seem to see any problems at about the same time.
    I would be grateful if someone could let me know whether this is a bug with the software or whether there is a solution. For the time being, the mac users are having to use portable home directories in order to allow them to use iCal.
    <Edited by Moderator>

    Hi
    I've not long ago spotted it. It is a longish log. I would sort out that problem anyway because it can't be good for that user.
    What needs to happen is a sampling of a the log server side when the problems occur for the clients. It would be a good idea if you posted a little more about how the server is configured. Are you using Server Preferences to administer the Server by any chance? What is the result of issuing this command from terminal:
    sudo changeip -checkhostname
    Post the result. Did the apple engineer configure internal DNS & DHCP Services to accommodate the web and ical services? Is the web service running? Are you using virtual domains? Are the client macs using the Server to resolve DNS?
    As you can see lots of questions. If you are using Server Preferences then I'm going to have to stop trying to assist you. Please don't think there is anything wrong with your server because you are using the application, because there is not. Neither is there anything wrong with the choices made by the original guy. It's just I don't deal with anything other than Advanced. I have little knowledge of Server Preferences. Please don't be tempted to 'convert' to Advanced thinking it may 'improve' matters. It's just as likely it will make things worse.
    Consider getting the original guy back in and having him do it for you again. Who knows you may find things will go a lot smoother this time?
    Tony

  • Unable to add/remove users in Mountain Lion Server (Options are greyed out)

    For some reason, im unable to add/remove users in Mountain Lion server. The + and - are greyed out. It seems like something is wrong with the permissons because it looks like it cant write the the Ldav3 file (although that may be speculation). Does anyone have any advice for me? I URGENTLY need to add users.
    Maybe theres a way to restore default permssions for the boot drive (if that in fact is the issue). Hopefully there is a way that I can fix this while leaving all users, groups, their permissions and shares intact.

    Anything interesting and relevent in the server logs?
    Anything interesting in the server alerts?
    Since it's far and away the most common cause of problems with OS X Server and with distributed authentication (Open Directory is entirely based on network encryption and digital certificates and on responses from your local DNS server(s)), verify your local DNS configuration is working and requires no changes with the following Terminal.app (Applications > Utilities) harmless, diagnostic command:
    sudo changeip -checkhostname
    sudo requires an administrative password.  You might get a one-time warning about the sudo, and that can safely be ignored.  The command will display some details, and indicate whether the local configuration appears valid and no changes are required, or further diagnostics for (most) common errors that can arise.

  • Users Cannot login to Network Accounts

    Hello,
    I have a newly built server, Mountain Lion, but am having issues with my users logging in; an error is received. I have not made the server Live Because of this issue of course. The Users Home folders are on a different external Hard Drive attached directly to the Server.  I am able to see the the hard drive and its a shared drive. I received no errors (sudo changeip -checkhostname) showed success. No mThe computers are joined in the Network Server Account, and  
    But here is the kicker, If i create a user using the Local Home Folder, and not changing it to the external hard drive I am able to login.
    Has anyone had this issue? If so, what was your resolution, how were you able to fix this issue with the login issue?
    Any Assistance with this, would be great!
    Thanks
    B

    an error is received.
    umm... including the error message might have been useful...
    In either case, you don't state whether you've explicitly shared the external drive as a home directory repository.
    If your users home directories on on this external drive, then you need to share that external drive (typically via AFP) so that the client systems/workstations can connect to the share as part of the login process.
    Have you verified that the drive is shared, and that the AFP service is running? Can you manually mount the sharepoint from a remote system on the LAN?

  • Setting up Snow Leopard Server with Address Book, iCal for Small Business

    Hello Folks,
    I have a small business with 2-3 people and I want to setup Snow Leopard Server on a Mac Mini. I have everything in place, RAID, Backup drive etc.
    What I need is a guide on how to setup the server correctly and how to setup Address Book Server, iCal Server, DNS, etc. I was in IT a long while back but have gone back to my creative roots and sworn off IT but I am in a situation where my IT guy's wife is pregnant so he is busy painting the baby's room, etc.
    I was looking at Snow Leopard Server for Dummies and a few other books. Do you guys have any suggestions on resources for me to read or research that would give me very straightforward steps in getting this setup. I am at a point where I can re-install from scratch if needed.
    For the ease of those that might respond let's assume I know my way around Mac and general networking as a whole.
    Thanks in advance for any advice.
    Cheers,
    Jason

    Hi Guys,
    First of, I will give you a brief background on me regarding networking as a mac user since 1994. I can setup and network multiple macs without a server in our home and small office. Turning file, print and internet sharing with a regular Mac OS X client version at no problem at all. This would be my first time setting up a Mac OS X Snow Leopard Server.
    I'm in the same boat as Jakekub but we do not have a static IP from our DSL provider. We just bought a Mac Mini Server for our small office with 3 iMacs and 1 MacBook. We will just use the server for internal usage and to centralized things out and use some of server's features like Address Book, Mail, iCal etc. I've search the forums and found Orhidy's post here:
    http://discussions.apple.com/thread.jspa?threadID=2148553
    I even followed the sample IP Address, Subnet Mask, Router, DNS Server and I think I had it correctly setup initially. And I think I got it all running on the basic setup base on his instructions. So I tried to test my DNS settings via Terminal > hostname then got answer as
    servername.companyname.private
    And double checking DNS again with a command: sudo changeip - checkhostname and was given an answer of:
    Primary address = 192.168.1.192
    Current Hostname = servername.companyname.private
    DNS Hostname = servername.companyname.private
    The names match. There is nothing to change
    dirserv:success = "success"
    But here's another one that bugs me. I tried to follow from "Mac OS X Snow Leopard for Dummies" the command line:
    NSLOOKUP hostname
    and got an answer of:
    ;; Got SERVFAIL reply from 192.168.1.192, trying next server
    Server: 192.168.1.1
    Address: 192.168.1.1#53
    ** server can't find hostname: NXDOMAIN
    So does it mean that I still haven't configured my server properly?
    Thank you all for the help in advance!
    dive

  • Snow Leopard Server running extremely slow all of a sudden!!

    Hi, I'm not a qualified server technician but am currently trying my best to run a server in a Secondary School! Please help, need to fix ASAP.
    So basically we've got a Mac Pro running Snow Leopard server which has become incredibly slow in the past week. Nothing has changed in our department to trigger this. Here's everything I know so far...
    - If I try to log on to the admin account when "Some Network Accounts Are Available", log on will take under a minute. If I try to log on to the admin account when the light goes green and "Network Accounts Are Available" log on will take forever and eventually just crash and which point I have to just force a shutdown and try again.
    - When I can log on, some aspects of the computing seems fast and other aspects are really slow. For example, a few programs open as soon as I log on no problem, however a simple spotlight search or trying to open Sytem Preferences will crash the computer completely.
    - Have tried booting in Safe Mode, and everything ran fast and how it's mean to but once restarting and booting normally the problems remained.
    Sorry for the lack of knowledge!!
    Thanks in advance.

    Your comment indicates "crash the computer"?  Do you mean that OS X Server itself fails, and you have to reboot?  Or that the application crashes, and you have to restart it?
    The following are some general approaches toward gathering some data:
    Launch Console.app from Applications > Utilities and see if there are blocks of repeating errors.
    Launch Terminal.app from Applications > Utilities and issue the following harmess, diagnostic command:
    sudo changeip -checkhostname
    After entering an administrative password and possibly seeing a one-time informational message about sudo, you should see some network configuration information and then an indication that no changes are required, or that there are DNS or network errors.
    Boot from the Snow Leopard installation DVD and run a volume verification pass using Disk Utility, this from the Utilities menu of the installation disl.
    FWIW...
    If the applications or OS X Server are crashing, then you're generally heard toward either a reinstallation of the software, or a hardware repair, or quite possibly a combination of the two.
    Forcing a hard shutdown can lead to corruptions, depending on exactly what's going on when the power drops out; that's probably best left as a last-resort approach and one best avoided.

  • Network clients can't log in some days...

    but can on others!
    Since upgrading to Mavericks and Server 3 I have an issue with local network clients not being able to log in to their accounts some days but can on others (yesterday was fine, today a problem again).
    It seems that quite a few people are experiencing similar issues but I can't find a solution I am confident to try out or that replicates my situation.
    Before you tart throwing techincal advice at me, I am not a networking expert nor a Mac genius, so please make your explanations clear and simple. Thank you.
    I have tried rebooting the server and clients, no success (today - although three days ago that did work);
    I have 'unbound' and re bound the clients (which worked four days ago, but not today - they are still showing green light);
    I have verified the disk permissions on the server (there were a few errors all bar one are corrected).
    Any other (simple) suggestions? Even if it is just things to check and to post more info here to help diagose the problem.
    Many thanks in advacne.

    I'll try to keep this simple, but network troubleshooting sometimes... isn't.   This reply will also probably get a little wordy. 
    There are three parts here...
    First, ask the server about its own local network and DNS configuration.   Functional networking and proper local DNS being fundamental to how servers work, and how servers can authenticate with your remote clients.  To do this, launch Terminal.app from Applications > Utilities and issue the following harmless, non-destructive, diagnostic command — this command will spot most of the issues that can arise with local networking and local DNS:
    sudo changeip -checkhostname
    The sudo will require entry of an administrative password.  There may be a one-time warning displayed about the perils of using sudo.  The command will then display some local network configuration output (including the IP address of the server), and finally an indication that either no changes are needed, or that there are network or configuration or DNS errors.   If changes are required, post the output.  (If you want or need to obfuscate, please do so consistently here, and please switch the domain part of your host names to "example.com", "example.net" or "example.org".)
    Second... On the client systems, launch System Preferences via  > System Preferences..., select Network, select the network connection (WiFi or Ethernet, most likely) that you are using, then select Advanced..., then select DNS, then confirm that the clients are referencing only the IP address of your local OS X Server or whatever DNS server you are using on your local network, and that your client systems are not referencing any ISP DNS servers, Google DNS servers, nor any other DNS servers that are not on your local network.
    Third... Please also describe your network configuration in just a little detail.   For instance: are you using an all-wired Ethernet network, or are you using WiFi, or some combination of WiFi and wired networking?   Are you using a firewall?  Any network switches?  Do you have more than one switch? 
    If you are using WiFi for your connections, are you located in an area where there may be nearby WiFi networks?

  • Unable to authenticate with diradmin in Workgroup Manager

    This has happened before, and I have no idea how it got fixed - too many independent variables...
    Anyway, I cannot authenticate the OD with diradmin even while using Workgroup Manager directly on the server.
    The setup:
    SLS 10.6.8
    Split-brained DNS
         Both public and private FQDNs are the same (myserver.mydomain.com). External DNS maps machine record to my static public IP address. Using an AirPort Extreme router, port fowarding services that I want open to the server. The router provides DHCP via NAT to the local network, with a fixed private IP assigned to the server. The server is running DNS with the same zones, machine records, services and aliases that the public IP DNS has, except mapped to the fixed private IP. DNS checks out with changeip, etc.
         The server is an OD master. Yesterday I exported it, demoted it, and restored it. All services (mail, web, etc.) seem to work fine (although I admit to not using Kerberos on AFP due to another issue).
         I have a wildcard certificate that is generated by GoDaddy (*.<mydomain>.com) which seems to work fine with the hosted websites.
    This is what the password service error log says when I try to log in with diradmin in Workgroup Manager:
    Jan 10 2012 14:01:32    AUTH2: {0x4bbe71ca6b8b45670000000200000002, diradmin} DHX authentication succeeded.
    Jan 10 2012 14:01:32    KERBEROS-LOGIN-CHECK: user {0x4bbe71ca6b8b45670000000200000002, diradmin} is in good standing.
    Jan 10 2012 14:01:32    KERBEROS-LOGIN-CHECK: user {0x4bbe71ca6b8b45670000000200000002, diradmin} authentication succeeded.
    Looks good to me. But I still get the "Information Not Valid for This Server" followed by stuff about invalid login ID or password.
    I did notice in the LDAP log:
    Jan 10 14:13:12 <myserver> slapd[52283]: SASL [conn=18] Failure: GSSAPI Error: Unspecified GSS failure.  Minor code may provide more information (Key table entry not found)
    And at the last bootup in the directory service error log:
    2012-01-10 08:52:03 EST - T[0x00007FFF7027ACC0] - DNSServiceProcessResult returned -65563
    The other thing I notice when I log into the library in Workgroup Manager FROM THE SERVER, even if I use the FQDN <myserver>.<mydomain>.com that Workgroup Manager says (in the title bar of the window) <myserver>.local.
    I have googled the various errors and messages, and I get folks with all sorts of variations ("change the binding options", etc.) none of which either applied or worked.
    Help?

    Continuing on my quest... I found this Technical note from Apple about re-kerberizing:
    http://support.apple.com/kb/HT3655
    Interestingly, in step 3 where it says to remove realm information from kdc.conf, there wasn't any of my realm information. Argh!
    So I completed all of the steps and executed the slapconfig command. This resulted in:
    bash-3.2# slapconfig -kerberize -f --allow_local_realm diradmin <MYREALM>
    diradmin's Password:
    Could not resolve hostname <MYDOMAIN>
    Skipping Kerberos configuration
    Sounds like a dreaded DNS problem. It had been working correctly, but changeip -checkhostname confirmed a problem. Turns out that there were EXTERNAL DNS servers in the Network preferences in System Preferences as well as on the router. With my Split-brained DNS this caused problems (thank you again MrHoffman). So I changed them both to my DNS server INTERNAL IP address and added the external ones to the Forwarder IP Address in DNS. Now checkhostname -changeip returns a favorable result.
    So after rebooting ran the slapconfig command again and got the same result. Argh. Cleared DNS caches. Still nothing.
    So I tried nslookup.
    nslookup <mydomain>
    Server:                    10.0.8.2
    Address:          10.0.8.2#53
    ** server can't find <mydomain>: SERVFAIL
    Where 10.0.8.2 is the fixed INTERNAL IP address.
    However, nslookup on using the fixed IP address yields:
    bash-3.2# nslookup 10.0.8.2
    Server:                    10.0.8.2
    Address:          10.0.8.2#53
    2.8.0.10.in-addr.arpa          name = <mydomain>.
    Scratching head here... changeip -checkhostname works, nslookup on the IP address works, but nslookup on the host name fails.

  • DNS Setting for internal sites

    Hello -
    I've had terrible problems with my internet connection recently. No internet connection = no DNS (using Google) and therefore I can't even access sites which are hosted within my own network.
    Could anyone talk me through adding DNS references to internal sites on SLS ?
    My set up :
    ADSL modem (bridge mode) into Airport Express which runs DHCP / NAT
    SLS connected to Airport which has DNS server already running.
    changeip -checkhostname returns
    Primary address = 10.0.1.2
    Current HostName = xx.xxx.ltd.uk
    DNS HostName = xx.xxx.ltd.uk (changed these entries)
    The names match. There is nothing to change.
    dirserv:success = "success"
    My domain name is registered with an external supplier - and set to point to my static IP address.
    Thanks for any help !
    Andrew

    One thing that did help me though - and this may be obvious to you, but I had problems with Server admin crashing. Changing the DNS server in network preferences on the server itself and the client I was working on to a public DNS helped. Guess that should be pretty obvious though.
    If things get wonky, I usually try to run Server Admin directly on the target server box.
    Am I safe to reference the DNS server on the client now as dns.mydomain.com ? ie - if that is where the client is getting it's DNS references from, how does it know where dns.mydomain.com points to before it looks it up ?!
    DNS servers are referenced by IP address, not by host name. Until the DNS server is available, the DNS names won't work; a bootstrapping problem.
    As for testing the server, you can use the dig command to test.
    +dig @ip.addr.dns.server whatever+
    Also - I am using an Airport Base Station for DHCP / NAT - but can't see how I can specify a DNS server so that all clients receive it automatically ? (This is fine for clients that don't leave the office, but a pain for laptops)
    AirPort Utility > select target AirPort > Manual setup > Internet > DNS Servers

  • Trouble with DNS set up

    Hello !
    I've got a real trouble with my dns configuration... and i can't understand! so, i need some help....
    well, qutie newbie in mac os server, i run in on a G4, and i had not noticed any trouble until i've decided to run open directory as a master with LDAP, wanting to have a kerberos protection for the users.
    Kerberos doesn't want to play with me !
    I've been in console mode to have a look, and, actually i've seen this :
    "Oct 17 11:31:08 wakan servermgrd: servermgr_dns: no name available via DNS for 192.168.0.109
    Oct 17 11:31:08 wakan servermgrd: servermgr_dns: no reverse DNS entry for server, various services may not function properly"
    Ok... my DNS has a trouble... but i don't know how to fix it ! Is there anybody in this world who can help me?
    I don't want to have a real DNS for my little server... but i understand that my config is not good. I can understand that having a caching DNS can improve the quality of my config, and, in other hand that it is necessary for having the services of OSX server in an effeciant way, but i don't know the way and the parameters i've to put in my config to fix it.
    Now, just some words on my config...
    First, i've got an adress provided by my FAI (the frenchy workd for ISP, i think) is "193.252.209.135". This adress is set on a d-link modem router via PPOE. The DNS of my provider (wanadoo.fr) are 80.10.246.1 and 80.10.246.132.
    After this there is my G4 With mac osX server.
    • en0, the "extenal gate" and the internal ethernet on the computer is plug on the modem with the adress "192.168.0.109". the router is set on "192.168.0.1". the dns are 80.10.246.1 and 80.10.246.132.
    • en1, the "internal gate" for the network, an PCI card in the computer, has the parameters : adress "192.168.3.1", subnet "255.255.255.0", router "192.168.3.1". no dns records. (no VPN service for the moment). After this, i've a switch for the macs behind the server. (without any link agregation)
    All those parameters have been set by the gateaway assistant.
    And now the parameters inside the admin server :
    DHCP : en1 - adress from 192.168.3.2 to 192.168.3.254, name 192.168.3. no static card. Router 192.168.3.1. No name for domaine by defaut, name servers 80.10.246.1 and 80.10.246.132 No LDAP, no WINS.
    DNS : No zone transfert, recursivity is ON. No zone records.
    NAT : set on full, Transfert and Network Address Translation.
    When i've been on the terminal, i had those information:
    "wakan:~ st$ sudo changeip -checkhostname
    Password:
    Primary address = 192.168.0.109
    Current HostName = wakan.local
    The DNS hostname is not available, please repair DNS and re-run this tool."
    All my "main" services are working fine (AFP, Firewall, DHCP, DNS, Update) Open Directory is running without Kerberos. By the way, all the macs after the G4server can have a corect access to internet, and share information via LDAP of Open Directory, but i've to say that, a couple of days later, a friend of mine, who has a PC computer, can't have a DHCP dynamic address when he plug on my little network. I think that it is an other trouble, and i've decided to have e look to this later... but if someone knows how to resolve it...
    So here begins the nightmare for me... so if anybody can help me... i realy need some help to fix this mystery!!!
    Special thanks!

    As the router modem is already doing NAT why use NAT in the server?
    If you want to use OpenDirectory and other services you should/need to set up the DNS correctly using the server's private IP (and others in the same range the server is setup with). The domainname used internally can be different than your public one.
    And then use the server as the only DNS for you LAN clients and the server itself. Forwarders (your ISP DNSes) in /etc/named.conf usually speeds up lookups of external addresses (also turning off IPv6 can help that too).

Maybe you are looking for

  • Constant Disconnection from Cellular Network

    Hi There, so I've gotten my iPhone 5 32GB since July 2013 and I honestly adore the phone however, there is a problem i'm facing with it quite recently.... the phone keeps disconnecting from the cellular network carrieer every 10 secs of the day... so

  • Keynote Conversion to Quicktime - Resolution Loss

    When I convert (Export) a Keynote Presentation to Quicktime, the Resolution suffers slightly. The Colors are just not as vibrant after conversion. Then when I Upload to YouTube the Resolution suffers further... In the Quicktime Settings, I chose: Ful

  • Automatic Insert Singature in crmcmp_ccs_eml

    Hello Experts, I need a help to add to the E-mail in SAP CRM 7.0 the option to add Automaticakly Signature from the dropdown list, the signature is the one which have id = ZsignEn in the dropdown list Thanks

  • Netbeans 6.9.1 and JavaFX formatter

    Is there any idea why Netbeans 6.9RC1 has a better javafx formatter than 6.9.1? I'm always using the formatter with below configuration. extend tab to space = no all curly brackets are on new line Netbeans 6.9 RC1 has deficiency in some points: -inse

  • Can get page to display via the internet

    I used the built in FTP in RoboHelp HTML to publish my pages to the server. I can not view them on the server. For some reason the page won't display. Here is the URL. http://www.krooth.com/mycfsite/html/_help/cilarus_help.htm I have verified that ev