Servermgrd error

Hi,
I am running 10.6.4.
I was unable to log with my admin user on the server. I have decided to delete it and recreate it.
Looks like it was a poor idea.
I am now getting this error message:
Aug 30 21:58:29 server servermgrd[5484]: servermgr_accounts: got error 5300 trying to auth to local LDAP node
Aug 30 21:58:30 server com.apple.launchd[1] (com.apple.servermgrd[5484]): Job appears to have crashed: Trace/BPT trap
Aug 30 21:58:30 server com.apple.launchd[1] (com.apple.servermgrd): Throttling respawn: Will start in 10 seconds
Aug 30 21:58:30 server com.apple.ReportCrash.Root[5485]: 2010-08-30 21:58:30.615 ReportCrash[5485:2903] Saved crash report for servermgrd[5484] version ??? (???) to /Library/Logs/DiagnosticReports/servermgrd2010-08-30-215830localhost.crash
I am now completly unable to login Server Admin.
DNS seems to be correctly config after running sudo changeip -checkhostname
I have kept the old user admin.
Is there anything that can be done other than start from scratch?
Thank you kindly
Karine

Is this on Mac OS X client or Server?
Either way I think the servermgrd messages are a red herring. The time stamps in no way coincide with the kernel errors.
The actual error is a memory-related problem that was caught by the OS. Since it's reported by the kernel it's going to be tough to track down without more detail.

Similar Messages

  • 'servermgrd' error 5300 every two hours

    Every two hours or when I start/stop a service via Server Admin.app or the 'serveradmin' command line tool, I get this in my system.log:
    servermgrd[72]: servermgr_accounts: got error 5300 trying to auth to local LDAP node
    If I start/stop a service, I also get this in addition to the above error:
    servermgrd[72]: -[AccountsRequestHandler(AccountsOpenDirectoryHelpers) syncClientServicesConfigRecord]: Error writing ClientServices config record: Error Domain=com.apple.OpenDirectory Code=4001 UserInfo=0x1022c0200 "Unable to set value or values for dsAttrTypeStandard:XMLPlist in the record ClientServices."
    I have an '08 Xserve running 10.6.7 Server, which was done from a clean install, running these services:
    Address Book
    AFP
    DHCP
    DNS
    Firewall
    FTP
    iCal
    Mail
    OD (running as an OD Master, not bound to AD nor any other external directory)
    Push Notification
    Software Update
    VPN
    Web
    OD is not set to use SSL, however using it (with a self-signed cert) doesn't make a difference, the same can be said for other services. Everything is up & running, I can authenticate using Kerberos, and for all practical purposes the server is fine, but that doesn't explain the error. Anyone have an idea? Thanks in advance.

    System Preferences/Energy Saver - check to make sure Wake for network access isn't checked.
    If that doesn't fix it, see this discussion for the post by Linc Davis.
    https://discussions.apple.com/message/21295414#21295414

  • Servermgrd error in system log

    As of recently upgrading to 10.5 (specifically 10.5.6), I've been seeing this error, over and over, thousands of times, in my system.log.. any ideas?
    Jan 2 05:15:26 intel servermgrd[79]: Starting idle processing
    Jan 2 05:15:26 intel servermgrd[79]: Done with idle processing
    Jan 2 05:15:39 intel kernel[0]: unknown SIGSEGV code 0
    Jan 2 05:16:09: --- last message repeated 3 times ---
    Jan 2 05:16:19 intel kernel[0]: unknown SIGSEGV code 0
    I did a man servermgrd and the only thing I can think of is deleting the launchd file, but figured I'd check on here first..

    Is this on Mac OS X client or Server?
    Either way I think the servermgrd messages are a red herring. The time stamps in no way coincide with the kernel errors.
    The actual error is a memory-related problem that was caught by the OS. Since it's reported by the kernel it's going to be tough to track down without more detail.

  • DNS question and no name available via DNS and no reverse DNS errors

    We are running an OS X server, 10.4.11, OD Master. We are getting some error messages, and we have setup DNS to forward requests for example.com. (our website) to our web developer's external web server where our website is being hosted.
    Oct 15 10:29:05 [server name omitted] servermgrd: servermgr_dns: no name available via DNS for 192.168.0.5
    Oct 15 10:29:05 [server name omitted] servermgrd: servermgr_dns: no reverse DNS entry for server, various services may not function properly
    Oct 15 10:31:48 [server name omitted] /usr/sbin/PasswordService: incorrect digest response
    - and -
    Oct 15 09:54:00 [server name omitted] DirectoryService[103]: GSSAPI Error: Miscellaneous failure (Server not found in Kerberos database)
    Some Background:
    We are running internal DNS services only. We have a domain, example.com. and our OS X Server, server.example.com. We have a website that is being hosted offsite by our web developer. Long ago when they were setting up the SSL certificate for the site, they obtained a certificate for example.com INSTEAD of www.example.com. So, our web developer setup a redirect to redirect web requests to www.example.com to example.com.
    Now, this brings us to our OS X server (server.example.com). We are hosting internal DNS with the same domain, example.com. When employees inside our LAN would put in our web address, example.com, or www.example.com, it would take them to our OS X server. As a workaround, in the DNS settings for the zone in server Admin, I set the Server IP address for the zone to "Other" and specified the external address to the server where the site is hosted by our developer then setup an A record for our server. (We cannot forward requests to www.example.com since our web developer automatically redirects these requests to example.com since that is where the SSL certificate and the search engines are linked to).
    Well obviously this had serious repercussions for server stability. So, I set the server IP address back to the address of our OS X server itself, 192.168.0.5.
    Now, I then went into command line and manually edited the zone files. Here's part of our zone file:
    $TTL 3600
    example.com. IN SOA server.example.com. sysadmin.example.com. (
    2008031015 ; serial
    3h ; refresh
    1h ; retry
    1w ; expiry
    1h ) ; minimum
    example.com. IN NS server.example.com.
    example.com. IN A [external IP address of web server]
    server IN A 192.168.0.5
    We are getting the following error messages regularly:
    Oct 15 10:29:05 [server name omitted] servermgrd: servermgr_dns: no name available via DNS for 192.168.0.5
    Oct 15 10:29:05 [server name omitted] servermgrd: servermgr_dns: no reverse DNS entry for server, various services may not function properly
    Oct 15 10:31:48 [server name omitted] /usr/sbin/PasswordService: incorrect digest response
    - and -
    Oct 15 09:54:00 [server name omitted] DirectoryService[103]: GSSAPI Error: Miscellaneous failure (Server not found in Kerberos database)
    Questions:
    Do I need to go back to our zone file and change the A record for example.com. to match our OS X server's address: 192.168.0.5?
    Secondly, is there anything I can do in DNS or elsewhere on the server to redirect web requests to example.com to our web developer's offsite server since the developer's server redirects www.example.com to example.com?
    Thanks in advance? I am stumped.
    Thanks,
    Tyler

    Problem was resolved.
    All I ended up doing was edition my reverse lookup file, db.192.168.0. It was correct, and I simply re-saved it without making any changes. Strangely enough, that did it. No idea why. Maybe a permissions issue with the file?
    I'm still running the server with address record for the domain (example.com.) mapped to our external web server. no problems.
    Tyler

  • A network error occurred while trying to communicate with the server.

    Hello All,
    I am getting some new error messages when opening the server app on my Mac Mini server running OS X 10.8.2 and Server 2.2.1. First I get a message that says "A network error occurred while trying to communicate with the server." and then after trying to open some of the service panes, I get additional errors that say "Multiple errors occurred on the server while processing commands." The services don't load and I just see "Error Reading Settings" in the server app.
    I started to get these errors when I added a new website to the server. All the services are working fine but I cannot access them in the server app.
    In console I'm seeing these errors when I try to access various services:
    2/24/13 8:02:12.692 PM Server[956]: Error: The server '10.0.1.150' reported an error while processing a command of type: 'readSettings' in plug-in: 'servermgr_dns'. Error: Error Domain=XSActionErrorDomain Code=499 "The certificate for this server is invalid. You might be connecting to a server that is pretending to be “10.0.1.150” which could put your confidential information at risk." UserInfo=0x7f8c4003a760 {NSLocalizedDescription=The certificate for this server is invalid. You might be connecting to a server that is pretending to be “10.0.1.150” which could put your confidential information at risk., originalError=Error Domain=NSURLErrorDomain Code=-1202 "The certificate for this server is invalid. You might be connecting to a server that is pretending to be “10.0.1.150” which could put your confidential information at risk." UserInfo=0x7f8c3f547db0 {NSURLErrorFailingURLPeerTrustErrorKey=<SecTrust 0x7f8c40599080 [0x7fff7711ffd0]>, NSLocalizedRecoverySuggestion=Would you like to connect to the server anyway?, NSUnderlyingError=0x7f8c3d58c0b0 "The certificate for this server is invalid. You might be connecting to a server that is pretending to be “10.0.1.150” which could put your confidential information at risk.", NSErrorPeerCertificateChainKey=(
        "<SecCertificate 0x7f8c3f6747e0 [0x7fff7711ffd0]>"
    ), NSLocalizedDescription=The certificate for this server is invalid. You might be connecting to a server that is pretending to be “10.0.1.150” which could put your confidential information at risk., NSErrorFailingURLKey=https://10.0.1.150:311/commands/servermgr_dns, NSErrorFailingURLStringKey=https://10.0.1.150:311/commands/servermgr_dns, NSErrorClientCertificateStateKey=0}}
    I have already restarted the server and used terminal to stop and start postgres. Any more thoughts on how to repair this?

    Just as I had suspected, the whole GUI crashed because of certificate problems. After two and a half hours with enterprise support, it turns out the com.apple.servermgrd certificate in the server keychain had become corrupt.
    We determined this by typing https://127.0.0.1:311 into Safari and we could see all the server modules and interact with them through the web interface. All the services were working properly as well so we knew that it was just the Server.app GUI that simply couldn't read settings that was causing the problem.
    So, first we closed the server app. Went into /var/servermgrd and deleted all the files from this folder. Then, in Keychain, deleted the com.apple.servermgrd certificate. Did a search for com.apple.servermgrd in Keychain and deleted everything else that came up for it.
    Then restarted the server. Now the server app was able to properly connect to the services in the background and read them properly. This was the jist of the troubleshooting that solved the problem. It also seems like DNS is causing problems because that is the only service that will not read right but is functioning properly in the background.
    I will post an update once Apple figures out what is wrong with DNS. Hope this helps anybody else having these problems.

  • 10.4.5 Server Errors in log and unexplained self-restarts

    I experienced 2 eunplained restarts last night in 10.4.4 Server
    I looked at the system log and found this weird error that does not occur in any other computers system log
    i got this last night
    Feb 21 20:43:24 FMPServer kernel[0]: FireWire (OHCI) Apple ID 42 built-in: 288 bus resets in last minute.
    Feb 21 20:43:24 FMPServer kernel[0]: /SourceCache/AppleFWOHCI/AppleFWOHCI-252.4.0/AppleFWOHCI.cpp 3539: ERROR: FireWire (OHCI) Apple ID 42 built-in: handleUnrecoverableErrorInt
    Feb 21 20:47:55 FMPServer kernel[0]: FireWire (OHCI) Apple ID 42 built-in: 84 bus resets in last minute.
    Feb 21 21:03:37 FMPServer kernel[0]: disk4s10: I/O error.
    Feb 21 21:04:13 FMPServer kernel[0]: disk4s10: I/O error.
    Feb 21 21:04:17 FMPServer kernel[0]: disk4s10: I/O error.
    Feb 21 21:06:25 FMPServer kernel[0]: FireWire (OHCI) Apple ID 42 built-in: 78 bus resets in last minute.
    no bomb but by 4:26 it had shown a restart, and another by 4:45
    here is the boot at 4:45 log
    The weird part is the "family specific matching fails" entries
    *** means info i think might be a security risk
    any ideas?
    Feb 22 04:43:00 localhost kernel[0]: standard timeslicing quantum is 10000 us
    Feb 22 04:42:59 localhost mDNSResponder-107.4 (Nov 15 2005 21: 34:38)[43]: starting
    Feb 22 04:43:00 localhost kernel[0]: vmpagebootstrap: 1020817 free pages
    Feb 22 04:42:59 localhost lookupd[50]: lookupd (version 369.2) starting - Wed Feb 22 04:42:59 2006
    Feb 22 04:43:00 localhost kernel[0]: migtable_maxdispl = 70
    Feb 22 04:43:00 localhost kernel[0]: 107 prelinked modules
    Feb 22 04:43:00 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Feb 22 04:43:00 localhost kernel[0]: The Regents of the University of California. All rights reserved.
    Feb 22 04:43:00 localhost kernel[0]: using 8192 buffer headers and 4096 cluster IO buffer headers
    Feb 22 04:43:00 localhost kernel[0]: NVDA,Parent: family specific matching fails
    Feb 22 04:43:00 localhost kernel[0]: pci: family specific matching fails
    Feb 22 04:43:00 localhost kernel[0]: pci: family specific matching fails
    Feb 22 04:43:00 localhost kernel[0]: pci: family specific matching fails
    Feb 22 04:43:00 localhost kernel[0]: pci: family specific matching fails
    Feb 22 04:43:00 localhost kernel[0]: pci: family specific matching fails
    Feb 22 04:43:00 localhost kernel[0]: pci: family specific matching fails
    Feb 22 04:43:00 localhost kernel[0]: pci: family specific matching fails
    Feb 22 04:43:00 localhost kernel[0]: pci106b,9: family specific matching fails
    Feb 22 04:43:00 localhost kernel[0]: CSI3124::probe(pci1095,3124)
    Feb 22 04:43:00 localhost kernel[0]: CSI3124::start(pci1095,3124) <1>
    Feb 22 04:43:00 localhost kernel[0]: firewire: family specific matching fails
    Feb 22 04:43:00 localhost kernel[0]: mac-io: family specific matching fails
    Feb 22 04:43:00 localhost kernel[0]: usb: family specific matching fails
    Feb 22 04:43:00 localhost kernel[0]: usb: family specific matching fails
    Feb 22 04:43:00 localhost kernel[0]: usb: family specific matching fails
    Feb 22 04:43:00 localhost kernel[0]: usb: family specific matching fails
    Feb 22 04:43:00 localhost kernel[0]: usb: family specific matching fails
    Feb 22 04:43:00 localhost kernel[0]: ata-6: family specific matching fails
    Feb 22 04:43:00 localhost kernel[0]: firewire: family specific matching fails
    Feb 22 04:43:00 localhost kernel[0]: ethernet: family specific matching fails
    Feb 22 04:43:00 localhost kernel[0]: k2-sata-root: family specific matching fails
    Feb 22 04:43:00 localhost kernel[0]: DART enabled
    Feb 22 04:43:00 localhost kernel[0]: FireWire (OHCI) TI ID 8025 PCI now active, GUID 55aa55aa 55aa55aa; max speed s800.
    Feb 22 04:43:00 localhost kernel[0]: FireWire (OHCI) Apple ID 42 built-in now active, GUID 000a95ff feafc08e; max speed s800.
    Feb 22 04:43:00 localhost kernel[0]: Security auditing service present
    Feb 22 04:43:00 localhost kernel[0]: BSM auditing present
    Feb 22 04:43:00 localhost kernel[0]: disabled
    Feb 22 04:43:00 localhost kernel[0]: rooting via boot-uuid from /chosen: F1B41C8E-***-7AC4EA5B6EC6
    Feb 22 04:43:00 localhost kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    Feb 22 04:43:00 localhost kernel[0]: Got boot device = IOService:/MacRISC4PE/ht@0,f2000000/AppleMacRiscHT/pci@7/IOPCI2PCIBridge/k2-sat a-root@C/AppleK2SATARoot/k2-sata@1/AppleK2SATA/ATADeviceNub@0/IOATABlockStorageD river/IOATABlockStorageDevice/IOBlockStorageDriver/HDT722516DLA380 Media/IOApplePartitionScheme/AppleRAID_OfflineV2_Untitled2@4/AppleRAIDMember/AppleRAIDMirrorSet/Macintosh HD@0
    Feb 22 04:43:00 localhost kernel[0]: BSD root: disk2, major 14, minor 8
    Feb 22 04:43:00 localhost kernel[0]: jnl: replay_journal: from: 14773760 to: 9065984 (joffset 0x4cd000)
    Feb 22 04:43:00 localhost kernel[0]: HFS: Removed 16 orphaned unlinked files
    Feb 22 04:43:00 localhost kernel[0]: Jettisoning kernel linker.
    Feb 22 04:43:00 localhost kernel[0]: Resetting IOCatalogue.
    Feb 22 04:43:00 localhost kernel[0]: Matching service count = 1
    Feb 22 04:43:00 localhost kernel[0]: Matching service count = 8
    Feb 22 04:43:00 localhost kernel[0]: Matching service count = 8
    Feb 22 04:43:00 localhost kernel[0]: Matching service count = 8
    Feb 22 04:43:00 localhost kernel[0]: Matching service count = 8
    Feb 22 04:43:00 localhost kernel[0]: NVDANV30HAL loaded and registered.
    Feb 22 04:43:00 localhost kernel[0]: NVDA,Parent: family specific matching fails
    Feb 22 04:43:00 localhost kernel[0]: IOPlatformControl::registerDriver Control Driver AppleSlewClock did not supply target-value, using default
    Feb 22 04:43:00 localhost kernel[0]: UniNEnet: Ethernet address 00:0a:95:af:c0:8e
    Feb 22 04:43:00 localhost kernel[0]: BCM5701Enet: Ethernet address 00:11:24:0f:c3:ec
    Feb 22 04:43:00 localhost watchdogtimerd: Automatic reboot timer enabled.\n
    Feb 22 04:43:00 localhost launchd: Server 2933 in bootstrap 1103 uid 0: "/usr/sbin/lookupd"[50]: exited abnormally: Hangup
    Feb 22 04:43:00 localhost lookupd[55]: lookupd (version 369.2) starting - Wed Feb 22 04:43:00 2006
    Feb 22 04:43:01 localhost kernel[0]: ApplePMU::PMU forced shutdown, cause = -93
    Feb 22 04:43:01 localhost diskarbitrationd[36]: disk2 hfs F1B41C8E-26D8-34D6-88E5-7AC4EA5B6EC6 Macintosh HD /
    Feb 22 04:43:01 localhost kernel[0]: jnl: replay_journal: from: 34704384 to: 34721280 (joffset 0xe89000)
    Feb 22 04:43:01 localhost diskarbitrationd[36]: disk4s3 hfs 6BD1C7BC-ED81-3F2B-966D-269CEA25061D Macintosh HD S2S /Volumes/Macintosh HD S2S
    Feb 22 04:43:01 localhost diskarbitrationd[36]: disk3s3 hfs 947CC573-D63D-35B2-83F3-967B1211C1BC G-RAID North /Volumes/G-RAID North
    Feb 22 04:43:02 localhost kernel[0]: NVDA,Display-B: vram [b8000000:08000000]
    Feb 22 04:43:02 localhost servermgrd: cupsd's bootstrap server port not found
    Feb 22 04:43:02 localhost kernel[0]: NVDA,Display-A: vram [00000000:01000000]
    Feb 22 04:43:02 localhost servermgrd: cupsd's bootstrap server port not found
    Feb 22 04:43:02 localhost servermgrd: cupsd's bootstrap server port not found
    Feb 22 04:43:02 localhost servermgrd: cupsd's bootstrap server port not found
    Feb 22 04:43:03 localhost /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Feb 22 04:43:03 localhost mDNSResponder: Adding browse domain local.
    Feb 22 04:43:04 localhost loginwindow[87]: Login Window Started Security Agent
    Feb 22 04:43:04 localhost kernel[0]: UniNEnet::monitorLinkStatus - Link is up at 1000 Mbps - Full Duplex
    Feb 22 04:43:05 FMPServer configd[34]: setting hostname to "FMPServer.local"
    Feb 22 04:43:06 FMPServer configd[34]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/enable-net work
    Feb 22 04:43:06 FMPServer configd[34]: posting notification com.apple.system.config.network_change
    Feb 22 04:43:06 FMPServer lookupd[100]: lookupd (version 369.2) starting - Wed Feb 22 04:43:06 2006
    Feb 22 04:43:08 FMPServer kernel[0]: AppleBCM5701Ethernet - en1 link active, 1000-Mbit, full duplex, symmetric flow control enabled
    Feb 22 04:43:09 FMPServer configd[34]: target=enable-network: disabled
    Feb 22 04:43:10 FMPServer sudo: root : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/Applications/Utilities/Biggest S2S/Biggest S2S Manager Resources/BiggestS2S -e
    Feb 22 04:43:11 FMPServer sudo: root : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/bin/kill -9 215
    Feb 22 04:43:11 FMPServer kernel[0]: CSI3124: Adding target id: 17
    Feb 22 04:43:15 FMPServer sudo: root : TTY=unknown ; PWD=/Library/FileMaker Server/Web Publishing/jakarta-*** ; USER=*** ; COMMAND=/bin/sh bin/catalina.sh start
    Feb 22 04:43:16 FMPServer diskarbitrationd[36]: disk6s10 hfs F818FB79-***-D3A0A21281BB G-UNIT /Volumes/G-UNIT
    Feb 22 04:43:17 FMPServer /usr/sbin/serialnumberd[224]: serialnumberd: Firewall rule #1 added to allow port 626.
    Feb 22 04:43:21 FMPServer /usr/sbin/serveradmin: servermgr_ipfilter:ipfw config:Notice:Disabled firewall
    I upgraded to 10.4.5, but the system log of the restart still has the family issues
    the machines is a dual 2.0 G5 with 4 gigs of ram, 2 firewire externals, a fire wire 800 card, a lacie s2s, and an iternal raid, plus an extra ethernet card

    I don't have enough info to even venture a guess. Is anything else having problems? Is there any other 3rd party hardware? Have drivers been installed/deinstalled/updated? Are there any related messages while the machine is running, or only at boot?
    Roger

  • Xsan panic and recurring errors

    I had the volume go down in a panic last week. We were able to restart and get everything running but now have a persistent error which appears to be related. Both reference gethostbyname. I have dns setup for all of the systems on both the regular network and the metadata. One of the issues is that there is no secondary mdc, a problem the client refuses to rectify.
    Process:         fsm [189]
    Path:            /Library/Filesystems/Xsan/bin/fsm
    Identifier:      fsm
    Version:         ??? (???)
    Code Type:       X86-64 (Native)
    Parent Process:  fsmpm [179]
    Date/Time:       2012-03-26 13:58:00.591 -0700
    OS Version:      Mac OS X Server 10.6.8 (10K549)
    Report Version:  6
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Application Specific Information:
    PANIC: /Library/Filesystems/Xsan/bin/fsm "Server_comm_init GetHostByName failed" file server_comm.c, line 3455
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib                       0x00007fff848529da __pthread_kill + 10
    1   libSystem.B.dylib                       0x00007fff848522fe pthread_kill + 83
    2   fsm                                     0x00000001000ac22c 0x100000000 + 705068
    3   fsm                                     0x00000001000ac787 0x100000000 + 706439
    4   fsm                                     0x00000001000ea56a 0x100000000 + 959850
    5   fsm                                     0x00000001000767f9 0x100000000 + 485369
    6   fsm                                     0x0000000100030aa4 0x100000000 + 199332
    7   fsm                                     0x0000000100000d94 0x100000000 + 3476
    This error keeps cropping up in the current logs:
    prod servermgrd[16235]: xsan: [16235/2112B0] ERROR: get_fsmvol_at_index: Could not connect to FSM because Cannot get host by name - No such file or directory

    It might be worth while to clear your dns cache on the mdc if its also the dns.
    ~dscacheutil -flushcache
    Is there anything else in the logs that seem relevent?
    Have you run a permissions fix on the mdc anytime recently?
    In your dns setting you have one host name for the public and one for the private?
    internet - 192.168.1.100 mdc01."yourdomain"."internal"
    private net - 192.168.2.100 mdc01-san."yourdomain"."internal"
    Do you have any crostalk? (if only the private network is pluged in does it get a dhcp address? If you add the dns address to your static private port it can you get online?)

  • Connection Errors

    I'm running 10.4 server (currently 10.4.2 but I've had the same problems on 10.4.4 and 10.4.7) as an internet gateway and content filter. I'm running DNS, DHCP, NAT, Squid Proxy Server and Dan's Guardian content filter. Starting recently, I've been having this problem: after boot up, the server runs fine for a few hours (2-4). Then trying to connect to it by ssh, remote desktop, or Server Admin either takes an extrodinarily long time (10+ minutes) or just times out. If you go to the physical machine it takes forever to log into it (if it ever finishes at all), and takes forever to launch apps. Server Admin gives me errors stating it's not able to communicate with various services, such as DHCP and web (which isn't even running). I've tried rebuilding the server several times, running all the updates, not running the updates, tweaking the DG and Squid configuraton, and nothing seems to make any difference. Right now I'm just running Squid, with DG turned off, still the same results. The system log has various errors in it - servermgrd frequently crashes, ard says there's no admin user, bootpd constantly announces the server's ip addresses and hostname. Below is an edited version of my log. I've taken out the dhcp ack and requests, because they're probably irrevelant to this issue, and I've edited out my host name and ip addresses for the sake of privacy. Does anyone have any ideas as to what the problem might be? I've searched on other forums, and found people with similar problems, but no solutions. Any help would be greatly appreciated.
    Aug 10 03:14:58 gateway cp: error processing extended attributes: Operation not permitted
    Aug 10 03:14:59 gateway cp: error processing extended attributes: Operation not permitted
    Aug 10 03:14:59 gateway 700.daily.server.cyrus: Error: /etc/MailServicesOther.plist postfix does not contain a dictionary with key logrollingdays.
    Aug 10 03:14:59 gateway cp: error processing extended attributes: Operation not permitted
    Aug 10 03:30:27 gateway launchd: com.apple.servermgrd: exited abnormally: Broken pipe
    Aug 10 03:30:27 gateway launchd: com.apple.servermgrd: 9 more failures without living at least 60 seconds will cause job removal
    Aug 10 03:34:38 gateway bootpd[1477]: interface en0: ip <external ip> mask 255.255.25.0
    Aug 10 03:34:38 gateway bootpd[1477]: interface en1: ip <internal ip1> mask 255.255.224.0
    Aug 10 03:34:38 gateway bootpd[1477]: interface en1: ip <internal ip2> mask 255.255.224.0
    Aug 10 03:34:38 gateway bootpd[1477]: server name <my server's hostname>\
    Aug 10 03:53:35 gateway launchd: com.apple.servermgrd: exited abnormally: Broken pipe
    Aug 10 03:53:35 gateway launchd: com.apple.servermgrd: 9 more failures without living at least 60 seconds will cause job removal
    Aug 10 04:02:43 gateway ipfw: limit 1000 reached on entry 1030
    Aug 10 04:04:20 gateway bootpd[1480]: interface en0: ip <external ip> mask 255.255.25.0
    Aug 10 04:04:20 gateway bootpd[1480]: interface en1: ip <internal ip1> mask 255.255.224.0
    Aug 10 04:04:20 gateway bootpd[1480]: interface en1: ip <internal ip2> mask 255.255.224.0
    Aug 10 04:04:20 gateway bootpd[1480]: server name <my server's hostname>
    Aug 10 04:17:13 gateway launchd: com.apple.servermgrd: exited abnormally: Broken pipe
    Aug 10 04:17:13 gateway launchd: com.apple.servermgrd: 9 more failures without living at least 60 seconds will cause job removal
    Aug 10 04:30:53 gateway bootpd[1484]: interface en0: ip <external ip> mask 255.255.25.0
    Aug 10 04:30:53 gateway bootpd[1484]: interface en1: ip <internal ip1> mask 255.255.224.0
    Aug 10 04:30:53 gateway bootpd[1484]: interface en1: ip <internal ip2> mask 255.255.224.0
    Aug 10 04:30:53 gateway bootpd[1484]: server name <my server's hostname>
    Aug 10 04:41:11 gateway launchd: com.apple.servermgrd: exited abnormally: Broken pipe
    Aug 10 04:41:11 gateway launchd: com.apple.servermgrd: 9 more failures without living at least 60 seconds will cause job removal
    Aug 10 04:55:37 gateway bootpd[1487]: interface en0: ip <external ip> mask 255.255.25.0
    Aug 10 04:55:37 gateway bootpd[1487]: interface en1: ip <internal ip1> mask 255.255.224.0
    Aug 10 04:55:37 gateway bootpd[1487]: interface en1: ip <internal ip2> mask 255.255.224.0
    Aug 10 04:55:37 gateway bootpd[1487]: server name <my server's hostname>
    Aug 10 05:03:44 gateway bootpd[1488]: interface en0: ip <external ip> mask 255.255.25.0
    Aug 10 05:03:44 gateway bootpd[1488]: interface en1: ip <internal ip1> mask 255.255.224.0
    Aug 10 05:03:44 gateway bootpd[1488]: interface en1: ip <internal ip2> mask 255.255.224.0
    Aug 10 05:03:44 gateway bootpd[1488]: server name <my server's hostname>
    Aug 10 05:05:34 gateway launchd: com.apple.servermgrd: exited abnormally: Broken pipe
    Aug 10 05:05:34 gateway launchd: com.apple.servermgrd: 9 more failures without living at least 60 seconds will cause job remova
    Aug 10 05:23:29 gateway bootpd[1491]: interface en0: ip <external ip> mask 255.255.25.0
    Aug 10 05:23:29 gateway bootpd[1491]: interface en1: ip <internal ip1> mask 255.255.224.0
    Aug 10 05:23:29 gateway bootpd[1491]: interface en1: ip <internal ip2> mask 255.255.224.0
    Aug 10 05:23:29 gateway bootpd[1491]: server name <my server's hostname>
    Aug 10 05:30:27 gateway launchd: com.apple.servermgrd: exited abnormally: Broken pipe
    Aug 10 05:30:27 gateway launchd: com.apple.servermgrd: 9 more failures without living at least 60 seconds will cause job removal
    Aug 10 05:33:26 gateway bootpd[1494]: interface en0: ip <external ip> mask 255.255.25.0
    Aug 10 05:33:26 gateway bootpd[1494]: interface en1: ip <internal ip1> mask 255.255.224.0
    Aug 10 05:33:26 gateway bootpd[1494]: interface en1: ip <internal ip2> mask 255.255.224.0
    Aug 10 05:33:26 gateway bootpd[1494]: server name <my server's hostname>
    Aug 10 05:50:20 gateway bootpd[1495]: interface en0: ip <external ip> mask 255.255.25.0
    Aug 10 05:50:20 gateway bootpd[1495]: interface en1: ip <internal ip1> mask 255.255.224.0
    Aug 10 05:50:20 gateway bootpd[1495]: interface en1: ip <internal ip2> mask 255.255.224.0
    Aug 10 05:50:20 gateway bootpd[1495]: server name <my server's hostname>
    Aug 10 05:55:41 gateway launchd: com.apple.servermgrd: exited abnormally: Broken pipe
    Aug 10 05:55:41 gateway launchd: com.apple.servermgrd: 9 more failures without living at least 60 seconds will cause job removal
    Aug 10 06:00:40 gateway bootpd[1511]: interface en0: ip <external ip> mask 255.255.25.0
    Aug 10 06:00:40 gateway bootpd[1511]: interface en1: ip <internal ip1> mask 255.255.224.0
    Aug 10 06:00:40 gateway bootpd[1511]: interface en1: ip <internal ip2> mask 255.255.224.0
    Aug 10 06:00:40 gateway bootpd[1511]: server name <my server's hostname>
    Aug 10 06:17:57 gateway bootpd[1512]: interface en0: ip <external ip> mask 255.255.25.0
    Aug 10 06:17:57 gateway bootpd[1512]: interface en1: ip <internal ip1> mask 255.255.224.0
    Aug 10 06:17:57 gateway bootpd[1512]: interface en1: ip <internal ip2> mask 255.255.224.0
    Aug 10 06:17:57 gateway bootpd[1512]: server name <my server's hostname>
    Aug 10 06:17:57 gateway bootpd[1512]: DHCP REQUEST [en1]: 1,0:14:a5:73:ba:4c
    Aug 10 06:17:57 gateway bootpd[1512]: ACK sent <no hostname> 10.1.123.3 pktsize 300
    Aug 10 06:21:19 gateway launchd: com.apple.servermgrd: exited abnormally: Broken pipe
    Aug 10 06:21:19 gateway launchd: com.apple.servermgrd: 9 more failures without living at least 60 seconds will cause job removal
    Aug 10 06:22:27 gateway bootpd[1512]: DHCP REQUEST [en1]: 1,0:a:95:f3:cf:ac <D.PowerBook.Bean>
    Aug 10 06:22:27 gateway bootpd[1512]: ACK sent D.PowerBook.Bean 10.1.123.10 pktsize 342
    Aug 10 06:26:11 gateway bootpd[1512]: DHCP REQUEST [en1]: 1,0:14:a5:73:ba:4c
    Aug 10 06:26:11 gateway bootpd[1512]: ACK sent <no hostname> 10.1.123.3 pktsize 300
    Aug 10 06:32:50 gateway bootpd[1515]: interface en0: ip <external ip> mask 255.255.25.0
    Aug 10 06:32:50 gateway bootpd[1515]: interface en1: ip <internal ip1> mask 255.255.224.0
    Aug 10 06:32:50 gateway bootpd[1515]: interface en1: ip <internal ip2> mask 255.255.224.0
    Aug 10 06:32:50 gateway bootpd[1515]: server name <my server's hostname>
    Aug 10 06:47:27 gateway launchd: com.apple.servermgrd: exited abnormally: Broken pipe
    Aug 10 06:47:27 gateway launchd: com.apple.servermgrd: 9 more failures without living at least 60 seconds will cause job removal
    Aug 10 06:49:50 gateway bootpd[1524]: interface en0: ip <external ip> mask 255.255.25.0
    Aug 10 06:49:50 gateway bootpd[1524]: interface en1: ip <internal ip1> mask 255.255.224.0
    Aug 10 06:49:50 gateway bootpd[1524]: interface en1: ip <internal ip2> mask 255.255.224.0
    Aug 10 06:49:50 gateway bootpd[1524]: server name <my server's hostname>
    Aug 10 07:02:32 gateway bootpd[1525]: interface en0: ip <external ip> mask 255.255.25.0
    Aug 10 07:02:32 gateway bootpd[1525]: interface en1: ip <internal ip1> mask 255.255.224.0
    Aug 10 07:02:32 gateway bootpd[1525]: interface en1: ip <internal ip2> mask 255.255.224.0
    Aug 10 07:02:32 gateway bootpd[1525]: server name <my server's hostname>
    Aug 10 07:13:56 gateway launchd: com.apple.servermgrd: exited abnormally: Broken pipe
    Aug 10 07:13:56 gateway launchd: com.apple.servermgrd: 9 more failures without living at least 60 seconds will cause job removal
    Aug 10 07:20:09 gateway natd[261]: failed to write packet back (No route to host)
    Aug 10 07:20:09 gateway natd[261]: failed to write packet back (Host is down)
    Aug 10 07:20:09 gateway natd[261]: failed to write packet back (Host is down)
    Aug 10 07:20:09 gateway natd[261]: failed to write packet back (Host is down)
    Aug 10 07:26:06 gateway natd[261]: failed to write packet back (No route to host)
    Aug 10 07:26:06 gateway natd[261]: failed to write packet back (Host is down)
    Aug 10 07:26:07 gateway natd[261]: failed to write packet back (Host is down)
    Aug 10 07:26:07 gateway natd[261]: failed to write packet back (Host is down)
    Aug 10 07:26:07 gateway natd[261]: failed to write packet back (Host is down)
    Aug 10 07:26:07 gateway natd[261]: failed to write packet back (Host is down)
    Aug 10 07:32:14 gateway bootpd[1546]: interface en0: ip <external ip> mask 255.255.25.0
    Aug 10 07:32:14 gateway bootpd[1546]: interface en1: ip <internal ip1> mask 255.255.224.0
    Aug 10 07:32:14 gateway bootpd[1546]: interface en1: ip <internal ip2> mask 255.255.224.0
    Aug 10 07:32:14 gateway bootpd[1546]: server name <my server's hostname>
    Aug 10 07:40:49 gateway launchd: com.apple.servermgrd: exited abnormally: Broken pipe
    Aug 10 07:40:49 gateway launchd: com.apple.servermgrd: 9 more failures without living at least 60 seconds will cause job removal
    Aug 10 07:55:31 gateway bootpd[1550]: interface en0: ip <external ip> mask 255.255.25.0
    Aug 10 07:55:31 gateway bootpd[1550]: interface en1: ip <internal ip1> mask 255.255.224.0
    Aug 10 07:55:31 gateway bootpd[1550]: interface en1: ip <internal ip2> mask 255.255.224.0
    Aug 10 07:55:31 gateway bootpd[1550]: server name <my server's hostname>
    Aug 10 08:08:12 gateway launchd: com.apple.servermgrd: exited abnormally: Broken pipe
    Aug 10 08:08:12 gateway launchd: com.apple.servermgrd: 9 more failures without living at least 60 seconds will cause job removal
    Aug 10 08:10:36 gateway sshd[1554]: fatal: Timeout before authentication for 10.1.123.1
    Aug 10 08:25:11 gateway natd[261]: failed to write packet back (No route to host)
    Aug 10 08:25:11 gateway natd[261]: failed to write packet back (Host is down)
    Aug 10 08:25:12 gateway natd[261]: failed to write packet back (Host is down)
    Aug 10 08:25:12 gateway natd[261]: failed to write packet back (Host is down)
    Aug 10 08:25:12 gateway natd[261]: failed to write packet back (Host is down)
    Aug 10 08:25:12 gateway natd[261]: failed to write packet back (Host is down)
    Aug 10 08:26:51 gateway bootpd[1580]: interface en0: ip <external ip> mask 255.255.25.0
    Aug 10 08:26:51 gateway bootpd[1580]: interface en1: ip <internal ip1> mask 255.255.224.0
    Aug 10 08:26:51 gateway bootpd[1580]: interface en1: ip <internal ip2> mask 255.255.224.0
    Aug 10 08:26:51 gateway bootpd[1580]: server name <my server's hostname>
    Aug 10 08:35:56 gateway launchd: com.apple.servermgrd: exited abnormally: Broken pipe
    Aug 10 08:35:56 gateway launchd: com.apple.servermgrd: 9 more failures without living at least 60 seconds will cause job removal
    Aug 10 08:49:03 localhost kernel[0]: standard timeslicing quantum is 10000 us
    Aug 10 08:49:03 localhost lookupd[54]: lookupd (version 365) starting - Thu Aug 10 08:49:03 2006
    Aug 10 08:49:03 localhost kernel[0]: vmpagebootstrap: 509454 free pages
    Aug 10 08:49:03 localhost watchdogtimerd: Automatic reboot timer enabled.
    Aug 10 08:49:03 localhost kernel[0]: migtable_maxdispl = 70
    Aug 10 08:49:03 localhost kernel[0]: 90 prelinked modules
    Aug 10 08:49:03 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Aug 10 08:49:03 localhost kernel[0]: The Regents of the University of California. All rights reserved.
    Aug 10 08:49:03 localhost kernel[0]: using 5242 buffer headers and 4096 cluster IO buffer headers
    Aug 10 08:49:03 localhost kernel[0]: DART enabled
    Aug 10 08:49:03 localhost kernel[0]: MacRISC4CPU: publishing BootCPU
    Aug 10 08:49:03 localhost kernel[0]: Enabling ECC Error Notifications
    Aug 10 08:49:03 localhost kernel[0]: FireWire (OHCI) Apple ID 42 built-in now active, GUID 001124ff fe401f72; max speed s800.
    Aug 10 08:49:03 localhost kernel[0]: Security auditing service present
    Aug 10 08:49:03 localhost kernel[0]: BSM auditing present
    Aug 10 08:49:03 localhost kernel[0]: disabled
    Aug 10 08:49:03 localhost kernel[0]: rooting via boot-uuid from /chosen: 022D55F8-6B93-3998-98BF-77A1364E9099
    Aug 10 08:49:03 localhost kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    Aug 10 08:49:03 localhost kernel[0]: Got boot device = IOService:/MacRISC4PE/ht@0,f2000000/AppleMacRiscHT/pci@7/IOPCI2PCIBridge/k2-sat a-root@C/AppleK2SATARoot/k2-sata@0/AppleK2SATA/ATADeviceNub@0/IOATABlockStorageD river/IOATABlockStorageDevice/IOBlockStorageDriver/HDS728080PLA380 Media/IOApplePartitionScheme/AppleHFS_Untitled1@3
    Aug 10 08:49:03 localhost kernel[0]: BSD root: disk0s3, major 14, minor 2
    Aug 10 08:49:03 localhost kernel[0]: jnl: replay_journal: from: 6860800 to: 5859328 (joffset 0x267000)
    Aug 10 08:49:03 localhost kernel[0]: hfs mount: enabling extended security on Gateway
    Aug 10 08:49:03 localhost kernel[0]: HFS: Removed 2 orphaned unlinked files
    Aug 10 08:49:03 localhost kernel[0]: Jettisoning kernel linker.
    Aug 10 08:49:03 localhost kernel[0]: Resetting IOCatalogue.
    Aug 10 08:49:03 localhost kernel[0]: Matching service count = 0
    Aug 10 08:49:03 localhost kernel[0]: Matching service count = 10
    Aug 10 08:49:03 localhost kernel[0]: Matching service count = 10
    Aug 10 08:49:03 localhost kernel[0]: Matching service count = 10
    Aug 10 08:49:03 localhost kernel[0]: Matching service count = 10
    Aug 10 08:49:03 localhost kernel[0]: AppleRS232Serial: 44277020 80013020 chip base, virtual, physical
    Aug 10 08:49:03 localhost kernel[0]: IOPlatformControl::registerDriver Control Driver AppleSlewClock did not supply target-value, using default
    Aug 10 08:49:03 localhost kernel[0]: BCM5701Enet: Ethernet address 00:0d:93:9d:98:05
    Aug 10 08:49:03 localhost kernel[0]: BCM5701Enet: Ethernet address 00:0d:93:9d:98:06
    Aug 10 08:49:04 localhost diskarbitrationd[36]: disk0s3 hfs 022D55F8-6B93-3998-98BF-77A1364E9099 Gateway /
    Aug 10 08:49:04 localhost launchd: org.postfix.master: exited with exit code: 1
    Aug 10 08:49:04 localhost launchd: org.postfix.master: respawning too quickly! throttling
    Aug 10 08:49:04 localhost launchd: org.postfix.master: 9 more failures without living at least 60 seconds will cause job removal
    Aug 10 08:49:04 localhost launchd: org.postfix.master: will restart in 10 seconds
    Aug 10 08:49:04 localhost kernel[0]: AppleBCM5701Ethernet - en0 link active, 100-Mbit, full duplex, no flow control
    Aug 10 08:49:05 localhost servermgrd: servermgr_dns: Couldn't get the primary address
    Aug 10 08:49:05 gateway kernel[0]: AppleBCM5701Ethernet - en1 link active, 100-Mbit, full duplex, no flow control
    Aug 10 08:49:05 gateway configd[34]: setting hostname to "<my server's hostname>"
    Aug 10 08:49:05 gateway servermgrd: cupsd's bootstrap server port not found
    Aug 10 08:49:05 gateway servermgrd: cupsd's bootstrap server port not found
    Aug 10 08:49:05 gateway servermgrd: cupsd's bootstrap server port not found
    Aug 10 08:49:05 gateway servermgrd: cupsd's bootstrap server port not found
    Aug 10 08:49:06 gateway mDNSResponder: Adding browse domain local.
    Aug 10 08:49:06 gateway kernel[0]: AppleBCM5701Ethernet - en0 link active, 100-Mbit, full duplex, no flow control
    Aug 10 08:49:08 gateway kernel[0]: AppleBCM5701Ethernet - en1 link active, 100-Mbit, full duplex, no flow control
    Aug 10 08:49:08 gateway configd[34]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/enable-net work
    Aug 10 08:49:08 gateway configd[34]: posting notification com.apple.system.config.network_change
    Aug 10 08:49:08 gateway lookupd[76]: lookupd (version 365) starting - Thu Aug 10 08:49:08 2006
    Aug 10 08:49:09 gateway squid[138]: Squid Parent: child process 141 started
    Aug 10 08:49:09 gateway servermgrd: servermgr_dns: Reloaded named
    Aug 10 08:49:10 gateway kernel[0]: ATY,Bugsy_A: vram [a8000000:08000000]
    Aug 10 08:49:11 gateway kernel[0]: ATY,Bugsy_B: vram [a0000000:08000000]
    Aug 10 08:49:11 gateway /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Aug 10 08:49:11 gateway automount[197]: deferring user logout notification while init is in progress...
    Aug 10 08:49:11 gateway loginwindow[200]: Login Window Started Security Agent
    Aug 10 08:49:12 gateway automount[197]: reposting deferred logout notification.
    Aug 10 08:49:12 gateway servermgrd: servermgr_dns: Reloaded named
    Aug 10 08:49:16 gateway /usr/sbin/serialnumberd[190]: serialnumberd: Firewall rule #1 added to allow port 626.
    Aug 10 08:49:17 gateway ARDAgent [219]: ******ARDAgent Launched******
    Aug 10 08:49:17 gateway ARDAgent [219]: ******ARDAgent Ready******
    Aug 10 08:49:19 gateway ntpdate[88]: no server suitable for synchronization found
    Aug 10 08:49:20 gateway configd[34]: target=enable-network: disabled
    Aug 10 08:49:20 gateway /usr/sbin/serveradmin: servermgr_ipfilter:ipfw config:Notice:Disabled firewall
    Aug 10 08:49:20 gateway /usr/sbin/serveradmin: servermgr_ipfilter:ipfw config:Notice:Flushed rules
    Aug 10 08:49:21 gateway /usr/sbin/serveradmin: servermgr_nat: nat config:Notice:nat divert rule for interface 'en0' added to firewall
    Aug 10 08:49:21 gateway /usr/sbin/serveradmin: servermgr_ipfilter:ipfw config:Notice:Enabled firewall
    Aug 10 08:49:21 gateway /usr/sbin/serveradmin: servermgr_nat: nat config:Notice:natd launch requested
    Aug 10 08:49:21 gateway /usr/sbin/serveradmin: servermgr_nat: nat config:Notice:Deleted old NAT rule
    Aug 10 08:49:21 gateway /usr/sbin/serveradmin: servermgr_nat: nat config:Notice:nat divert rule for interface 'en0' added to firewall
    Aug 10 08:49:27 gateway /Applications/Server/Server Admin.app/Contents/MacOS/Server Admin: HTTPREQUESTFAILED: https://gateway.local:311/commands/servermgr_info: authorization required
    Aug 10 08:49:27 gateway /Applications/Server/Server Admin.app/Contents/MacOS/Server Admin: HTTPREQUESTFAILED: https://gateway.local:311/commands/servermgr_info: authorization required
    Aug 10 08:49:27 gateway /Applications/Server/Server Admin.app/Contents/MacOS/Server Admin: HTTPREQUESTFAILED: https://gateway.local:311/commands/servermgr_info: authorization required
    Aug 10 08:49:27 gateway /Applications/Server/Server Admin.app/Contents/MacOS/Server Admin: HTTPREQUESTFAILED: https://gateway.local:311/commands/servermgr_info: authorization required
    Aug 10 08:49:27 gateway /Applications/Server/Server Admin.app/Contents/MacOS/Server Admin: HTTPREQUESTFAILED: https://gateway.local:311/commands/servermgr_info: authorization required
    Aug 10 08:49:27 gateway /Applications/Server/Server Admin.app/Contents/MacOS/Server Admin: HTTPREQUESTFAILED: https://gateway.local:311/commands/servermgr_info: authorization required
    Aug 10 08:49:27 gateway /Applications/Server/Server Admin.app/Contents/MacOS/Server Admin: HTTPREQUESTFAILED: https://gateway.local:311/commands/servermgr_info: authorization required
    Aug 10 08:49:27 gateway /Applications/Server/Server Admin.app/Contents/MacOS/Server Admin: HTTPREQUESTFAILED: https://gateway.local:311/commands/servermgr_info: authorization required
    Aug 10 08:49:27 gateway /Applications/Server/Server Admin.app/Contents/MacOS/Server Admin: HTTPREQUESTFAILED: https://gateway.local:311/commands/servermgr_info: authorization required
    Aug 10 08:49:27 gateway /Applications/Server/Server Admin.app/Contents/MacOS/Server Admin: HTTPREQUESTFAILED: https://gateway.local:311/commands/servermgr_info: authorization required
    Aug 10 08:49:27 gateway /Applications/Server/Server Admin.app/Contents/MacOS/Server Admin: HTTPREQUESTFAILED: https://gateway.local:311/commands/servermgr_info: authorization required
    Aug 10 08:49:27 gateway /Applications/Server/Server Admin.app/Contents/MacOS/Server Admin: HTTPREQUESTFAILED: https://gateway.local:311/commands/servermgr_info: authorization required
    Aug 10 08:49:27 gateway /Applications/Server/Server Admin.app/Contents/MacOS/Server Admin: HTTPREQUESTFAILED: https://gateway.local:311/commands/servermgr_info: authorization required
    Aug 10 08:49:27 gateway /Applications/Server/Server Admin.app/Contents/MacOS/Server Admin: HTTPREQUESTFAILED: https://gateway.local:311/commands/servermgr_info: authorization required
    Aug 10 08:49:27 gateway /Applications/Server/Server Admin.app/Contents/MacOS/Server Admin: HTTPREQUESTFAILED: https://gateway.local:311/commands/servermgr_info: authorization required
    Aug 10 08:49:27 gateway /Applications/Server/Server Admin.app/Contents/MacOS/Server Admin: HTTPREQUESTFAILED: https://gateway.local:311/commands/servermgr_info: authorization required
    Aug 10 08:49:27 gateway /Applications/Server/Server Admin.app/Contents/MacOS/Server Admin: HTTPREQUESTFAILED: https://gateway.local:311/commands/servermgr_info: authorization required
    Aug 10 08:49:27 gateway /Applications/Server/Server Admin.app/Contents/MacOS/Server Admin: HTTPREQUESTFAILED: https://gateway.local:311/commands/servermgr_info: authorization required
    Aug 10 08:49:27 gateway /Applications/Server/Server Admin.app/Contents/MacOS/Server Admin: HTTPREQUESTFAILED: https://gateway.local:311/commands/servermgr_info: authorization required
    Aug 10 08:49:27 gateway /Applications/Server/Server Admin.app/Contents/MacOS/Server Admin: HTTPREQUESTFAILED: https://gateway.local:311/commands/servermgr_info: authorization required
    Aug 10 08:49:27 gateway /Applications/Server/Server Admin.app/Contents/MacOS/Server Admin: HTTPREQUESTFAILED: https://gateway.local:311/commands/servermgr_info: authorization required
    Aug 10 08:49:27 gateway /Applications/Server/Server Admin.app/Contents/MacOS/Server Admin: HTTPREQUESTFAILED: https://gateway.local:311/commands/servermgr_info: authorization required
    Aug 10 08:49:27 gateway /Applications/Server/Server Admin.app/Contents/MacOS/Server Admin: HTTPREQUESTFAILED: https://gateway.local:311/commands/servermgr_info: authorization required
    Aug 10 08:49:28 gateway DirectoryService[42]: Failed Authentication return is being delayed due to over five recent auth failures for username: admin.
    Aug 10 08:50:11 gateway servermgrd: servermgr_ipfilter:ipfw config:Notice:Disabled firewall
    Aug 10 08:50:11 gateway servermgrd: servermgr_ipfilter:ipfw config:Notice:Flushed rules
    Aug 10 08:50:12 gateway /usr/sbin/serveradmin: servermgr_nat: nat config:Notice:nat divert rule for interface 'en0' added to firewall
    Aug 10 08:50:12 gateway servermgrd: servermgr_ipfilter:ipfw config:Notice:Enabled firewall
    Aug 10 08:50:25 gateway sudo: admin : TTY=ttyp1 ; PWD=/Users/admin ; USER=root ; COMMAND=/usr/bin/killall dansguardian
    Aug 10 08:50:53 gateway kernel[0]: arp: 10.1.96.17 moved from 00:0d:93:69:7a:58 to 00:0d:93:69:78:58 on en1
    Aug 10 08:50:56 gateway bootpd[299]: interface en0: ip <external ip> mask 255.255.25.0
    Aug 10 08:50:56 gateway bootpd[299]: interface en1: ip <internal ip1> mask 255.255.224.0
    Aug 10 08:50:56 gateway bootpd[299]: interface en1: ip <internal ip2> mask 255.255.224.0
    Aug 10 08:50:56 gateway bootpd[299]: server name <my server's hostname>
    Aug 10 08:51:19 gateway /usr/sbin/serialnumberd[190]: serialnumberd: Firewall rule #1 added to allow port 626.
    Aug 10 09:01:21 gateway bootpd[362]: interface en0: ip <external ip> mask 255.255.25.0
    Aug 10 09:01:21 gateway bootpd[362]: interface en1: ip <internal ip1> mask 255.255.224.0
    Aug 10 09:01:21 gateway bootpd[362]: interface en1: ip <internal ip2> mask 255.255.224.0
    Aug 10 09:01:21 gateway bootpd[362]: server name <my server's hostname>
    Aug 10 09:20:03 gateway bootpd[471]: interface en0: ip <external ip> mask 255.255.25.0
    Aug 10 09:20:03 gateway bootpd[471]: interface en1: ip <internal ip1> mask 255.255.224.0
    Aug 10 09:20:03 gateway bootpd[471]: interface en1: ip <internal ip2> mask 255.255.224.0
    Aug 10 09:20:03 gateway bootpd[471]: server name <my server's hostname>
    Aug 10 09:26:44 gateway bootpd[514]: interface en0: ip <external ip> mask 255.255.25.0
    Aug 10 09:26:44 gateway bootpd[514]: interface en1: ip <internal ip1> mask 255.255.224.0
    Aug 10 09:26:44 gateway bootpd[514]: interface en1: ip <internal ip2> mask 255.255.224.0
    Aug 10 09:26:44 gateway bootpd[514]: server name <my server's hostname>
    Aug 10 10:00:46 gateway bootpd[711]: interface en0: ip <external ip> mask 255.255.25.0
    Aug 10 10:00:46 gateway bootpd[711]: interface en1: ip <internal ip1> mask 255.255.224.0
    Aug 10 10:00:46 gateway bootpd[711]: interface en1: ip <internal ip2> mask 255.255.224.0
    Aug 10 10:00:46 gateway bootpd[711]: server name <my server's hostname>
    Aug 10 10:11:06 gateway servermgrd: [47] error in getAndLockContext: flock(servermgr_netboot) FATAL time out
    Aug 10 10:11:06 gateway servermgrd: [47] process will force-quit to avoid deadlock
    Aug 10 10:11:06 gateway launchd: com.apple.servermgrd: exited with exit code: 1
    Aug 10 10:11:06 gateway launchd: com.apple.servermgrd: 9 more failures without living at least 60 seconds will cause job removal
    Aug 10 10:15:32 gateway launchd: com.apple.servermgrd: exited abnormally: Broken pipe
    Aug 10 10:15:32 gateway launchd: com.apple.servermgrd: 9 more failures without living at least 60 seconds will cause job removal
    Aug 10 10:16:37 gateway sshd[756]: fatal: Timeout before authentication for 10.1.123.1
    Aug 10 10:18:04 gateway bootpd[711]: DHCP REQUEST [en1]: 1,0:14:a5:73:ba:4c
    Aug 10 10:18:04 gateway bootpd[711]: ACK sent <no hostname> 10.1.123.3 pktsize 300
    Aug 10 10:21:04 gateway launchd: com.apple.servermgrd: exited abnormally: Broken pipe
    Aug 10 10:21:04 gateway launchd: com.apple.servermgrd: 9 more failures without living at least 60 seconds will cause job removal
    Aug 10 10:28:03 gateway launchd: com.apple.servermgrd: exited abnormally: Broken pipe
    Aug 10 10:28:03 gateway launchd: com.apple.servermgrd: 9 more failures without living at least 60 seconds will cause job removal
    Aug 10 10:30:28 gateway bootpd[765]: interface en0: ip <external ip> mask 255.255.25.0
    Aug 10 10:30:28 gateway bootpd[765]: interface en1: ip <internal ip1> mask 255.255.224.0
    Aug 10 10:30:28 gateway bootpd[765]: interface en1: ip <internal ip2> mask 255.255.224.0
    Aug 10 10:30:28 gateway bootpd[765]: server name <my server's hostname>
    Aug 10 10:34:13 gateway servermgrd: [762] error in getAndLockContext: flock(servermgr_dhcp) FATAL time out
    Aug 10 10:34:13 gateway servermgrd: [762] process will force-quit to avoid deadlock
    Aug 10 10:34:13 gateway launchd: com.apple.servermgrd: exited with exit code: 1
    Aug 10 10:34:13 gateway launchd: com.apple.servermgrd: 9 more failures without living at least 60 seconds will cause job removal
    Aug 10 10:36:05 gateway ARDAgent [219]: ValidDHEXAdmin unexpected error -14136
    Aug 10 10:36:05 gateway ARDAgent [219]: entry not found for admin
    Aug 10 10:36:05 gateway ARDAgent [219]: entry not found for admin
    Aug 10 10:36:05 gateway ARDAgent [219]: entry not found for admin
    Aug 10 10:36:05 gateway ARDAgent [219]: entry not found for admin
    Aug 10 10:36:05 gateway ARDAgent [219]: entry not found for admin
    Aug 10 10:36:05 gateway ARDAgent [219]: entry not found for admin
    Aug 10 10:36:09 gateway /Applications/Server/Server Admin.app/Contents/MacOS/Server Admin: [273] ServerManager session failed in connect(gateway.local,127.0.0.1,311): 54
    Aug 10 10:36:09 gateway /Applications/Server/Server Admin.app/Contents/MacOS/Server Admin: [273] ServerManager session failed in connect(gateway.local,127.0.0.1,311): 54
    Aug 10 10:36:09 gateway /Applications/Server/Server Admin.app/Contents/MacOS/Server Admin: [273] ServerManager session failed in connect(gateway.local,127.0.0.1,311): 54
    Aug 10 10:36:09 gateway /Applications/Server/Server Admin.app/Contents/MacOS/Server Admin: [273] ServerManager session failed in connect(gateway.local,127.0.0.1,311): 54
    Aug 10 10:36:09 gateway /Applications/Server/Server Admin.app/Contents/MacOS/Server Admin: [273] ServerManager session failed in connect(gateway.local,127.0.0.1,311): 54
    Aug 10 10:36:09 gateway /Applications/Server/Server Admin.app/Contents/MacOS/Server Admin: [273] ServerManager session failed in connect(gateway.local,127.0.0.1,311): 54
    Aug 10 10:36:09 gateway /Applications/Server/Server Admin.app/Contents/MacOS/Server Admin: [273] ServerManager session failed in connect(gateway.local,127.0.0.1,311): 54
    Aug 10 10:36:09 gateway /Applications/Server/Server Admin.app/Contents/MacOS/Server Admin: [273] ServerManager session failed in connect(gateway.local,127.0.0.1,311): 54
    Aug 10 10:36:09 gateway /Applications/Server/Server Admin.app/Contents/MacOS/Server Admin: [273] ServerManager session failed in connect(gateway.local,127.0.0.1,311): 54
    xserve dual g5 2.3 ghz   Mac OS X (10.4.2)   2 GB RAM, 80 GB HD

    Forgot to mention -
    if you SSH into the server before it starts having problems, you can continue to work on it once it does. The last time I did this I found that the system really wasn't doing much - it had 93% of the CPU free, 1.64 GB of RAM free (of 2 GB total), and only had about 30 network connections.
    Also, according to the firewall log, people are trying to get into my proxy server, but they are being blocked, so I don't think it's anyone relaying spam or anything though the system.

  • Error '-14120'

    Ok I am getting a little fed up of Leopard server now. Not only does the iCal server not work for me but I am now getting the following errors when trying to create users or change which groups they are part of...
    "Error '-14120' occurred while processing a command of type 'setMembership' in plug-in 'servermgr_accounts'"
    and
    "The server reported the error '-14120' while trying to create the user."
    I think somehow I have lost permission to create users etc? Strange seeing as I am the main administrator.
    Anyone got any bright ideas?

    I get the same thing when trying to create a group or a user. Here are my system log errors:
    Nov 14 05:57:48: --- last message repeated 1 time ---
    Nov 14 05:57:48 macserver servermgrd[2161]: servermgr_accounts: got error -14090 trying to log to local LDAP node
    Nov 14 05:57:48 macserver Server Preferences[2775]: XSAdminQueueController: gotServerError: -14120 forTransaction: <XSAdminTransaction: 0x16b37610>
    Nov 14 05:57:48 macserver Server Preferences[2775]: Error creating user: {\n command = createUser;\n error = "-14120";\n}
    servermgrd[2161]: DirectoryService crash detected, reauthorizing node
    Nov 14 06:07:39 macserver slapd[2709]: Bad IPLOCALPORT value
    I'm running a local standalone setup.
    I went into Applications > Utilites > Directory Utility and saw that the light was green on the "Local Server" listed in directory services.
    If I try to click "Advanced Settings" button and then click "Services" tap and uncheck "LDAPv3" in the list, after that it won't let me login to the "Server Preferences" until I renable it.
    Anyone have any ideas?

  • Error Reading DNS Settings

    Hey folks, I'm having some odd problems with DNS. Over the weekend I added a second ML server to my network. I changed the hostname on my original server from my FQDN to server1.domain.com.
    When I changed the hostname, the server created a new zone with a nameserver and machine record. I deleted those and added the proper information to my domain.com zone. I setup a secondary zone on my second server and everything was peachy. Now today I went in to change a CNAME record and DNS is all hosed up. In console it says it cannot load the zone file from db.domain.com.
    I'm getting these errors:
    Jul 10 20:38:27 server1.domain.com servermgrd[4118]: -[DNSManagerRRMgr bindZoneDB]: Unable to load zone database (RRs) for "domain.com" from file "db.domain.com": CNAME and other data
    Jul 10 20:38:27 server1.domain.com Server[3758]: Error: The server '127.0.0.1' reported an error while processing a command of type: 'readSettings' in plug-in: 'servermgr_dns'. Error: Error Domain=XSActionErrorDomain Code=1000 "An unknown error occurred" UserInfo=0x7fad23a24c90 {NSLocalizedDescription=An unknown error occurred}
    So it would appear that I entered something wrong but when I open my db.domain.com file in /var/named it looks fine.
    Any thoughts?

    Hi  Mplsee08, just a heads up to you and others that this also rectified this symptom on a clients OS X Server V.4 just recently.
    I had what seems a corrupt db.domain.name file in /library/server/named
    for this reading, I did the following
    stopped the DNS on that server where the Server.app was seeing correct settings
    renamed (in my case three primary zones)
    warwick$ ls -1 /library/server/named
    db.1.0.10.in-addr.arpa
    db.2.0.10.in-addr.arpa
    db.mydomain01.production
    db.mydomain02.studio
    db.myredirect03.com
    localhost.zone
    named.ca
    named.conf
    named.local
    rndc.key
    zzz_db.mydomain01.production
    zzzz_db.mydomain02.studio
    zzzz_db.myredirect03.com
    start the DNS and reviewed the UI where all reserve DNS records were now available
    stopped DNS, rename each of the 3 primary zone back to original, each time starting the DNS until I could see which one was corrupt.
    manually added those Machine Records back for that zone using the Server.app/DNS UI
    Thanks for your info it was very helpful.
    warwick
    Hong Kong

  • Help - Multiple errors occurred on the server while processing commands

    I am trying to start ical server on a fresh install of os x server 10.5, but I receive the following error messages: "Multiple errors occurred on the server while processing commands. Use the console application to view the error message" then I hit "ok" and then if i try to enable the iCal service, up pops up another window saying: "an error occurred onthe server while processing a command. Error 'CANNOTLOAD_BUNDLEERR' occurred while processing a command of type 'writeSettings' in plug-in 'servermgr_calendar'
    what's going on? how do i proceed to enable the iCal service? here is my error log:
    servermgrd[56]: servermgr_web: Unable to get valid response from servermgr_teams; using default group services settings
    May 25 13:22:54 plgs-server servermgrd[56]: servermgr_web: Unable to get valid response from servermgr_teams; no themes
    May 25 13:23:50 plgs-server Server Preferences[70930]: XSAdminQueueController: gotServerError: CANNOTLOAD_BUNDLEERR forTransaction: <XSAdminTransaction: 0x1a398170>
    May 25 13:23:50 plgs-server Server Preferences[70930]: ERROR: The server 'PLG-Server.local' reported the error: 'CANNOTLOAD_BUNDLEERR' while processing a command of type: 'readSettings' in plug-in: 'servermgr_calendar'
    May 25 13:23:51 plgs-server Server Preferences[70930]: XSAdminQueueController: gotServerError: CANNOTLOAD_BUNDLEERR forTransaction: <XSAdminTransaction: 0x1a390c30>
    May 25 13:23:51 plgs-server Server Preferences[70930]: ERROR: The server 'PLG-Server.local' reported the error: 'CANNOTLOAD_BUNDLEERR' while processing a command of type: 'getState' in plug-in: 'servermgr_calendar'
    May 25 13:23:54 plgs-server servermgrd[56]: servermgr_web: Unable to get valid response from servermgr_teams; using default group services settings
    May 25 13:23:54 plgs-server servermgrd[56]: servermgr_web: Unable to get valid response from servermgr_teams; no themes
    May 25 13:23:58 plgs-server Server Preferences[70930]: XSAdminQueueController: gotServerError: CANNOTLOAD_BUNDLEERR forTransaction: <XSAdminTransaction: 0x1a3cabf0>
    May 25 13:23:58 plgs-server Server Preferences[70930]: ERROR: The server 'PLG-Server.local' reported the error: 'CANNOTLOAD_BUNDLEERR' while processing a command of type: 'setState' in plug-in: 'servermgr_calendar'
    May 25 13:24:04 plgs-server Server Preferences[70930]: XSAdminQueueController: gotServerError: CANNOTLOAD_BUNDLEERR forTransaction: <XSAdminTransaction: 0x1a396e50>
    May 25 13:24:04 plgs-server Server Preferences[70930]: ERROR: The server 'PLG-Server.local' reported the error: 'CANNOTLOAD_BUNDLEERR' while processing a command of type: 'readSettings' in plug-in: 'servermgr_calendar'
    May 25 13:24:05 plgs-server Server Preferences[70930]: XSAdminQueueController: gotServerError: CANNOTLOAD_BUNDLEERR forTransaction: <XSAdminTransaction: 0x1a396370>
    May 25 13:24:05 plgs-server Server Preferences[70930]: ERROR: The server 'PLG-Server.local' reported the error: 'CANNOTLOAD_BUNDLEERR' while processing a command of type: 'getState' in plug-in: 'servermgr_calendar'
    May 25 13:24:10 plgs-server Server Preferences[70930]: XSAdminQueueController: gotServerError: CANNOTLOAD_BUNDLEERR forTransaction: <XSAdminTransaction: 0x1a38ad80>
    May 25 13:24:10 plgs-server Server Preferences[70930]: ERROR: The server 'PLG-Server.local' reported the error: 'CANNOTLOAD_BUNDLEERR' while processing a command of type: 'writeSettings' in plug-in: 'servermgr_calendar'
    May 25 13:24:14 plgs-server Server Preferences[70930]: XSAdminQueueController: gotServerError: CANNOTLOAD_BUNDLEERR forTransaction: <XSAdminTransaction: 0x1a3d6980>
    May 25 13:24:14 plgs-server Server Preferences[70930]: ERROR: The server 'PLG-Server.local' reported the error: 'CANNOTLOAD_BUNDLEERR' while processing a command of type: 'writeSettings' in plug-in: 'servermgr_calendar'
    May 25 13:24:54 plgs-server servermgrd[56]: servermgr_web: Unable to get valid response from servermgr_teams; using default group services settings
    May 25 13:24:54 plgs-server servermgrd[56]: servermgr_web: Unable to get valid response from servermgr_teams; no themes
    May 25 13:25:54 plgs-server servermgrd[56]: servermgr_web: Unable to get valid response from servermgr_teams; using default group services settings
    May 25 13:25:54 plgs-server servermgrd[56]: servermgr_web: Unable to get valid response from servermgr_teams; no themes
    May 25 13:26:54 plgs-server servermgrd[56]: servermgr_web: Unable to get valid response from servermgr_teams; using default group services settings
    May 25 13:26:54 plgs-server servermgrd[56]: servermgr_web: Unable to get valid response from servermgr_teams; no themes
    May 25 13:27:54 plgs-server servermgrd[56]: servermgr_web: Unable to get valid response from servermgr_teams; using default group services settings
    May 25 13:27:54 plgs-server servermgrd[56]: servermgr_web: Unable to get valid response from servermgr_teams; no themes
    May 25 13:28:54 plgs-server servermgrd[56]: servermgr_web: Unable to get valid response from servermgr_teams; using default group services settings
    May 25 13:28:54 plgs-server servermgrd[56]: servermgr_web: Unable to get valid response from servermgr_teams; no themes
    May 25 13:29:54 plgs-server servermgrd[56]: servermgr_web: Unable to get valid response from servermgr_teams; using default group services settings
    May 25 13:29:54 plgs-server servermgrd[56]: servermgr_web: Unable to get valid response from servermgr_teams; no themes
    May 25 13:30:54 plgs-server servermgrd[56]: servermgr_web: Unable to get valid response from servermgr_teams; using default group services settings
    May 25 13:30:54 plgs-server servermgrd[56]: servermgr_web: Unable to get valid response from servermgr_teams; no themes
    May 25 13:31:54 plgs-server servermgrd[56]: servermgr_web: Unable to get valid response from servermgr_teams; using default group services settings
    May 25 13:31:54 plgs-server servermgrd[56]: servermgr_web: Unable to get valid response from servermgr_teams; no themes
    May 25 13:32:54 plgs-server servermgrd[56]: servermgr_web: Unable to get valid response from servermgr_teams; using default group services settings
    May 25 13:32:54 plgs-server servermgrd[56]: servermgr_web: Unable to get valid response from servermgr_teams; no themes
    May 25 13:33:54 plgs-server servermgrd[56]: servermgr_web: Unable to get valid response from servermgr_teams; using default group services settings
    May 25 13:33:54 plgs-server servermgrd[56]: servermgr_web: Unable to get valid response from servermgr_teams; no themes
    May 25 13:34:54 plgs-server servermgrd[56]: servermgr_web: Unable to get valid response from servermgr_teams; using default group services settings
    May 25 13:34:54 plgs-server servermgrd[56]: servermgr_web: Unable to get valid response from servermgr_teams; no themes
    May 25 13:35:54 plgs-server servermgrd[56]: servermgr_web: Unable to get valid response from servermgr_teams; using default group services settings
    May 25 13:35:54 plgs-server servermgrd[56]: servermgr_web: Unable to get valid response from servermgr_teams; no themes
    May 25 13:36:59 plgs-server servermgrd[56]: servermgr_web: Unable to get valid response from servermgr_teams; using default group services settings
    May 25 13:36:59 plgs-server servermgrd[56]: servermgr_web: Unable to get valid response from servermgr_teams; no themes
    May 25 13:37:54 plgs-server servermgrd[56]: servermgr_web: Unable to get valid response from servermgr_teams; using default group services settings
    May 25 13:37:54 plgs-server servermgrd[56]: servermgr_web: Unable to get valid response from servermgr_teams; no themes
    May 25 13:38:54 plgs-server servermgrd[56]: servermgr_web: Unable to get valid response from servermgr_teams; using default group services settings
    May 25 13:38:54 plgs-server servermgrd[56]: servermgr_web: Unable to get valid response from servermgr_teams; no themes
    May 25 13:39:14 plgs-server Server Preferences[70930]: XSAdminQueueController: gotServerError: CANNOTLOAD_BUNDLEERR forTransaction: <XSAdminTransaction: 0x1a39a0d0>
    May 25 13:39:14 plgs-server Server Preferences[70930]: ERROR: The server 'PLG-Server.local' reported the error: 'CANNOTLOAD_BUNDLEERR' while processing a command of type: 'getState' in plug-in: 'servermgr_calendar'
    May 25 13:39:14 plgs-server Server Preferences[70930]: XSAdminQueueController: gotServerError: CANNOTLOAD_BUNDLEERR forTransaction: <XSAdminTransaction: 0x1a39b2a0>
    May 25 13:39:14 plgs-server Server Preferences[70930]: ERROR: The server 'PLG-Server.local' reported the error: 'CANNOTLOAD_BUNDLEERR' while processing a command of type: 'readSettings' in plug-in: 'servermgr_calendar'
    May 25 13:39:54 plgs-server servermgrd[56]: servermgr_web: Unable to get valid response from servermgr_teams; using default group services settings
    May 25 13:39:54 plgs-server servermgrd[56]: servermgr_web: Unable to get valid response from servermgr_teams; no themes
    May 25 13:40:54 plgs-server servermgrd[56]: servermgr_web: Unable to get valid response from servermgr_teams; using default group services settings
    May 25 13:40:54 plgs-server servermgrd[56]: servermgr_web: Unable to get valid response from servermgr_teams; no themes
    May 25 13:41:33 plgs-server Server Preferences[70930]: XSAdminQueueController: gotServerError: CANNOTLOAD_BUNDLEERR forTransaction: <XSAdminTransaction: 0x1a3d55b0>
    May 25 13:41:33 plgs-server Server Preferences[70930]: ERROR: The server 'PLG-Server.local' reported the error: 'CANNOTLOAD_BUNDLEERR' while processing a command of type: 'getState' in plug-in: 'servermgr_calendar'
    May 25 13:41:34 plgs-server Server Preferences[70930]: XSAdminQueueController: gotServerError: CANNOTLOAD_BUNDLEERR forTransaction: <XSAdminTransaction: 0x1a3c1ba0>
    May 25 13:41:34 plgs-server Server Preferences[70930]: ERROR: The server 'PLG-Server.local' reported the error: 'CANNOTLOAD_BUNDLEERR' while processing a command of type: 'readSettings' in plug-in: 'servermgr_calendar'
    May 25 13:41:36 plgs-server Server Preferences[70930]: XSAdminQueueController: gotServerError: CANNOTLOAD_BUNDLEERR forTransaction: <XSAdminTransaction: 0x1a3835c0>
    May 25 13:41:36 plgs-server Server Preferences[70930]: ERROR: The server 'PLG-Server.local' reported the error: 'CANNOTLOAD_BUNDLEERR' while processing a command of type: 'writeSettings' in plug-in: 'servermgr_calendar'
    May 25 13:41:54 plgs-server servermgrd[56]: servermgr_web: Unable to get valid response from servermgr_teams; using default group services settings
    May 25 13:41:54 plgs-server servermgrd[56]: servermgr_web: Unable to get valid response from servermgr_teams; no themes
    May 25 13:42:54 plgs-server servermgrd[56]: servermgr_web: Unable to get valid response from servermgr_teams; using default group services settings
    May 25 13:42:54 plgs-server servermgrd[56]: servermgr_web: Unable to get valid response from servermgr_teams; no themes

    no idea how to set up a dns. can you point me in the right direction? thanks

  • 'writeSettings' in plug-in 'servermgr_dns' error.

    Hi I get the following error when trying to add DNS entries in OS X Server DNS.
    "The error occurred while processing a command of type 'writeSettings' in plug-in 'servermgr_dns'."
    I just did a reinstall of the Server App because of similiar issues. Everything is working, but I can not edit or add any entries to the DNS tab of the server app. the DNS panel  is empty, yet everything still works.
    I tried deleting file://localhost/private/var/servermgrd/servermgr_dns.lock but it did not help.
    Any thoughts on this?

    I have a Mac Mini with OS X Server 10.8.5 and Server 2.2.1 and have a problem to share the public folder.
    When I enter the Server application to indicate that I want to share the public folder on the network and assign user I get the following message appears
    And I can not share the folder.
    If I go from my i-mac get mac mini server view and access the public folder, but I can not open any of the files there.
    That I can do to fix this?
    thank you very much

  • Vista problem and error createding users.

    Hi All. About 4 weeks back I took on a task to install Leopard server in a small office. 5 macs all running leopard and one dell running Vista home basic.
    The server is a brand new Mini with 4 Gigs of Ram and the 320 Gig HD. Storage is on a 2T external box.
    Installation was a nightmare. I had to install via Target disk as the Mini was too new to boot from the Leopard DVD (10.5.4) then apply the updates while running the server on the host mac using the mini's HD as the startup drive. It took about 4 goes to get it all up and running.
    I set up the users and all's well - except for the dell. It can access the shares and read but cannot write, despite having the same priviledges as the rest of the group. What puzzles me (I know too little about windows and even less about vista) is that while the macs all presented a log-in/password box when they first connected, the dell just went straight to the shares. I cannot find a way of making the dell authenticate. Have I done something wrong or is it Vista home Basic that is the culprit.
    Next issue, I cannot get a shared iCal to work (but the wiki calendar works brilliantly) as I keep getting told (this is me the admin) that I don't have permission!
    Third issue (and this is worrying me), while testing with the dell I created another user with a new name just to see if it was the original settings that were at fault - but - I couldn't. Everytime I tried to create a new user I get an error message -
    "User creation failed. The server reported the error '-14120' while trying to create the user"
    It doesn't matter what I do I cannot create another user.
    I'd really appreciate some help here.
    Finally, (it's not a problem - yet) I have to set it up so that all the users can log in from home to access the shares - and that includes the dell.

    Hi David, I'm back again.
    The problem I'm having with the new user error may be hidden in this short section from the log:
    Also, one of the users (who has been perfectly OK) is now getting a Kerberos log-in error and can no longer write to the shares.
    LOG:
    Sep 28 13:33:57 MuseMini imap[81400]: GSSAPI Error: Unspecified GSS failure. Minor code may provide more information (No principal in keytab matches desired name)
    Sep 28 13:33:57 MuseMini imap[81400]: badlogin: [172.16.1.36] GSSAPI [SASL(-1): generic failure: GSSAPI Error: Unspecified GSS failure. Minor code may provide more information (No principal in keytab matches desired name)]
    Sep 28 13:36:06 MuseMini ctl_cyrusdb[81445]: checkpointing cyrus databases
    Sep 28 13:36:06 MuseMini ctl_cyrusdb[81445]: done checkpointing cyrus databases
    Sep 28 13:36:22 MuseMini servermgrd[61]: servermgr_accounts: got error -14098 trying to log to local LDAP node
    Sep 28 13:36:22 MuseMini servermgrd[61]: servermgr_accounts: got error -14120 trying to write config record
    Sep 28 13:38:43 MuseMini servermgrd[61]: DirectoryService crash detected, reauthorizing node
    Sep 28 13:38:43 MuseMini servermgrd[61]: servermgr_accounts: got error -14098 trying to log to local LDAP node
    Sep 28 13:38:43 MuseMini servermgrd[61]: DirectoryService crash detected, reauthorizing node
    Sep 28 13:38:43 MuseMini servermgrd[61]: servermgr_accounts: got error -14098 trying to log to local LDAP node
    Sep 28 13:38:43 MuseMini servermgrd[61]: DirectoryService crash detected, reauthorizing node
    Sep 28 13:38:43 MuseMini servermgrd[61]: servermgr_accounts: got error -14098 trying to log to local LDAP node
    Sep 28 13:38:43 MuseMini servermgrd[61]: DirectoryService crash detected, reauthorizing node
    Sep 28 13:38:43 MuseMini servermgrd[61]: servermgr_accounts: got error -14098 trying to log to local LDAP node
    Sep 28 13:38:43 MuseMini servermgrd[61]: DirectoryService crash detected, reauthorizing node
    Sep 28 13:38:43 MuseMini Server Preferences[80311]: XSAdminQueueController: gotServerError: -14120 forTransaction: <XSAdminTransaction: 0x1711f980>
    Sep 28 13:38:43 MuseMini servermgrd[61]: servermgr_accounts: got error -14098 trying to log to local LDAP node
    Sep 28 13:38:43 MuseMini Server Preferences[80311]: Error creating user: {\n command = createUser;\n error = "-14120";\n}
    Sep 28 13:38:57 MuseMini imap[81506]: GSSAPI Error: Unspecified GSS failure. Minor code may provide more information (No principal in keytab matches desired name)
    Sep 28 13:38:57 MuseMini imap[81506]: badlogin: [172.16.1.36] GSSAPI [SASL(-1): generic failure: GSSAPI Error: Unspecified GSS failure. Minor code may provide more information (No principal in keytab matches desired name)]
    Sep 28 13:38:57 MuseMini imap[81509]: GSSAPI Error: Unspecified GSS failure. Minor code may provide more information (No principal in keytab matches desired name)
    Sep 28 13:38:57 MuseMini imap[81509]: badlogin: [172.16.1.36] GSSAPI [SASL(-1): generic failure: GSSAPI Error: Unspecified GSS failure. Minor code may provide more information (No principal in keytab matches desired
    It looks to me as though I may have to go through the entire install again - and I really don't want to do that.
    Help!

  • I am having a issue with server.app. It errors out on reading the settings for DNS

    Apr  8 10:01:13 portal.ejsoftware.private servermgrd[6373]: -[DNSRequestHandler readSettingsWithRequest:]: exception thrown: *** setObjectForKey: object cannot be nil (key: comments)
    Apr  8 10:01:13 portal.ejsoftware.private Server[6363]: Error: The server '127.0.0.1' reported an error while processing a command of type: 'readSettings' in plug-in: 'servermgr_dns'. Error: Error Domain=XSActionErrorDomain Code=0 "READ_ERR" UserInfo=0x7f9353605970 {NSLocalizedDescription=READ_ERR}
    The DNS is working fine. The error is with a nil

    sudo named-check-conf -z /etc/named.conf
    zone 1.168.192.in-addr.arpa/IN: loaded serial 2013040701
    zone XXXXXX.com/IN: loaded serial 2013040701
    zone XXXXXX.private/IN: loaded serial 2013040701
    zone 0.0.127.in-addr.arpa/IN: loaded serial 1997022700
    zone XXXXXX.com/IN: loaded serial 2013040701
    zone XX.1.168.192.in-addr.arpa/IN: loaded serial 2013040701
    zone localhost/IN: loaded serial 42
    Do you know what the line means?
    setObjectForKey: object cannot be nil (key: comments)
    Is it refering to the text area in the GUI that you can add a description?  where are they stored?

  • Servermgrd[584]: FIXME: IOUnserialize has detected a string that is not valid UTF-8, "v\035\363d".

    All,
    I am having a very odd problem.
    I have recently setup a Mac OS X Mavericks Server for the purposes of NetRestore.
    Everything setup fine, no issues whatsoever and the server has been running non-stop for the past 78 days.
    I've already imaged about 100 MacBook pros off of this server without a problem.
    This morning I come in, start up an MBP that needs to be imaged and it sees the netrestore volumes and attemps to boot to it
    then stops and doesn't go anywhere.
    I've had my NBI's on an external firewire 800 drive (1TB Lacie Rugged) and its been working fine.
    I've checked my logs numerous times and the only error I can find is: servermgrd[584]: FIXME: IOUnserialize has detected a string that is not valid UTF-8, "v\035\363d".
    The exact same error keeps repeating every 10 seconds or so.
    I read in another forum that sometime Mavericks Server doesn't like NBI images on external volumes, so I moved them to the standard /Library/Netboot/NetBootSP0 folder on the boot volume and turned off the external drive.
    I'm able to NetRestore again now, but the process is far slower then it was previsously and the error above still persists.
    I've rebooted the server, stopped and restarted the services, made sure no changes have been made on the network, and fully updated the server via software update.
    Any ideas would be greatly appreciated!
    Thanks in advance.

    I post some other error.
    I don't understand why some times when I reboot I don't get any errors and why some Ive this:
    Mac OS X Versione 10.4.9 (Build 8P2137)
    2007-04-26 09:26:54 +0200
    At revision 7057.
    Apr 26 09:27:02 MacBook diskarbitrationd[49]: SystemUIServer [265]:15143 not responding.
    Apr 26 09:27:02 MacBook /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Support/ATSServer: FIXME: IOUnserialize has detected a string that is not valid UTF-8, "ˆ®˜Ëî^?Ío".
    Can any help me to found the problem???????
    Thanks so much to all

Maybe you are looking for