RADIUS Capabilities in Mac OS X Server (10.6 specifically)

We are building a WiFi Network to support 100 users. Our building is about a city block by a half a city block, so we will be using a lot of Airports (Airport Extreme 802.11n dual). Since we are concerned about security, we will be using Mac OS X Server's (10.6) Radius server.
Can anyone tell me if it is possible to record logs of user1 when to siteX at this date and time? I am concerned that if something bad goes down, we can track who did what & when.
Any info on this is appreciated.

If you enable the extended logging using the following commands you will get all the details you are after in the radius log.
$ sudo radiusconfig -setconfig log_auth yes
$ sudo radiusconfig -setconfig logauthgoodpass yes
$ sudo radiusconfig -setconfig logauthbadpass yes
In the log you will then see entries like this
Auth: Login OK: [002500xxxxxx/password] (from client Airport BaseStation port 0 cli 00-25-00-xx-xx-xx)
where 'Airport BaseStation' will be the name of your access point as defined in the RADIUS server admin section.
Charlie at ewhizz d0t net
ewhizz dot net

Similar Messages

  • RADIUS Server on Mac OS X Server 10.5 Leopard

    I must set up a Radius Server on my LAN and WLAN, I will do this with Mac OS X Server v.10.5 Leopard but I don't know if it's compatible with any routers(for LAN and WLAN Access) and with Windows XP Pro SP3 computers.
    Can anyone help me????

    I know this question is fairly old but I can now state that as of last night I am using a Netgear WN802T - 200 access point paired with the RADIUS service on a Leopard Server.
    Leave the "type" of station either blank or other for Netgear.
    Accounting does not seem to work and throws errors in the radiusd log, but other than that the Mac clients and iPhones show a WPA2 Enterprise connection.
    Your mileage may vary.

  • Use Open Directory on Mac OS X Server for Airport authentication?

    Is it possible to set up an Airport Extreme network so that only people with user names and passwords in the Open Directory on my Mac OS X Server can access it?
    I'm picturing a scenario where users would be prompted for the same user name and password they use for other network services when they attempt to join the wireless network.
    Our Airport Extreme access point is connected to the second Ethernet port on an original-model XServe that's running Mac OS X Server 10.3.9 (soon to be upgraded to 10.4.x).

    Is it possible to set up an Airport Extreme network
    so that only people with user names and passwords in
    the Open Directory on my Mac OS X Server can access
    it?
    I'm picturing a scenario where users would be
    prompted for the same user name and password they use
    for other network services when they attempt to join
    the wireless network.
    Our Airport Extreme access point is connected to the
    second Ethernet port on an original-model XServe
    that's running Mac OS X Server 10.3.9 (soon to be
    upgraded to 10.4.x).
    What you seem to be describing, is WPA2/Enterprise level security. This would require you to run some type of Radius Server on your XServe, and you would simply duplicate the name & password they use on the XServe on the Radius Server. BTW, this is considered one of the most secure methods of running a wireless network in the corporate world.
    You will however, have to research Radius & it's requirements, as I have not yet implemented that on my own system. HTH.
    Regards,
    Albert
    G4 QuickSilver01 OWC 1.47Ghz CPU 1.5GB RAM 740GB HDD   Mac OS X (10.4.3)   17" Aluminum PowerBook G4 1.33Ghz CPU 1.5GB RAM 80GB HD

  • How to change from Mac OS X to Mac OS X Server

    Hello everyone? I have a Mac Pro Late 2013 with Mac OS X v10.9.4. I want to change from Mac OS X to Mac OS X Server v10.9.4. Is it possible?

    If an enterprise mail server is a requirement, then I'd generally recommend installing Windows Server, with Active Directory and Exchange Server, Sharepoint server and related features.  Not OS X Server.
    OS X Server includes the Postfix and Dovecot packages and related tools, and which are common Unix servers used for mail.
    If you want to run the integrated mail server within OS X Server, you'll need both private (assuming a NAT'd network) and public DNS services must be entirely correctly configured — other mail servers will use any of your DNS configuration errors as a reason not to accept mail from your server, and potentially as a reason not to send mail to your server — and you'll need static IP from your ISP, and a decent-grade firewall, and preferably a firewall with an embedded VPN server and with DMZ capabilities configured to keep any server breaches contained and separate from your inner network.  Your firewall will usually need to have TCP port 25, TCP 587, and either TCP/UDP 995 or preferably TCP 993 open, and forwarded through; the appropriate ports for whatever services you're using. 
    You'll generally not want to have your internal, private, NAT'd network DNS servers accessible to and serving translation publicly.
    Or yes, Kerio does quite well, and is definitely a step or two up from the standard mail software in OS X Server — though nowhere near what Exchange Server and Active Directory and the rest can provide for a typical enterprise.
    As for many of the questions that can arise when configuring OS X Server via Server.app for DNS and mail, please see the help within Server.app.

  • Mac os x server and dhcp

    Hi all,
    Just a quick question. Does the DHCP service in Mac OS X Server override the DHCP in a Time Capsule?
    Thanks,
    Andy

    Certainly try dedicating a DHCP pool of one IP address to a MAC address, as was described in that video.  I might go as far as dedicating that IP address to a MAC address that doesn't exist on the network, as the local servers and static-addressed devices are intentionally not dependent on any DHCP requests; they're entirely static-addressed.   I haven't tried this, as I don't use the particular configuration described in the video, as I prefer to avoid using the Airport or a Time Capsule as a firewall gateway router; I have and use and recommend a dedicated gateway firewall router.  I also prefer to configure the Apple wireless devices as access points (what Apple refers to as bridge mode), and not as WiFi routers.
    It is possible to run multiple DHCP servers for some cases — for reasons not germane to this discussion, I have three DHCP servers running on one network I deal with — so long as the DHCP server address pools don't overlap with each other or with the static addresses.  Ugly, but possible.
    If you can't run as an access point (bridged), then having DHCP relay in the device would be preferable.  But AFAIK Apple's wireless devices don't support that operation.
    My preference is a gateway-firewall device and preferably with VPN server capabilities, running Airport or Time Capsule devices as access points, and having the server or some other device running DHCP. 
    FWIW, that video somewhat conflates port forwarding and NAT.   NAT is the address translation.  Port forwarding is how you configure remote requests through that address translation.  Also adding the IP address of the DNS server into the box itself as is offered in that video will likely also trigger DNS timeouts when the non-local address is selected.   It did, last time I tested that.  His description of setting up multiple local and remote DNS servers in the same list is also something I wouldn't recommend, as you don't want your DNS queries potentially going to the remote DNS servers as you won't get the local translations.
    pfSense and various other open-source gateway-router software packages are available if you have some spare ARM or x86-class hardware with two network interface controllers, and there are also a number of commercial gateway-firewall product offerings with various features.   Since I'm potentially running remote access, having the VPN server in the gateway avoids most of the various "fun" that arises with NAT traversal in a VPN; VPNs and NAT run at cross-purposes.

  • Mac OS X server together with VPN provider?

    Hi,
    I have question that I'm hoping you can help me answer. I don't have a router that is DD-WRT compatible. But I need something similar - since PPTP VPN on iOS disconnect when it's put into sleep.
    Do you know, or think that it is possible to setup Mac OS X Server with something Privat VPN? Or is it only for setting up and new personal VPN and use an existing server from a VPN provider like you.
    I hope you understand what I'm asking :)

    I would not recommend using the built-in firewall on an OS X Server box that is also running other services. You could put a server at the perimeter of your network and make it a firewall, an probably a pretty good one, but as soon as you start services, you open ports on the server itself. I also can't imagine that the firewall capabilities of a DSL modem would be that dependable or configurable. If you're looking for an inexpensive way, what you're thinking may work, but it would not be as secure as a good standalone firewall.
    I vote for upgrading the firewall.

  • New to Mac OS X Server!

    I bought my first Mac just 5 months back, & so far have no clue of Mac OS X Server capabilities.
    We area planning to buy a Mac OS X server for our organization, our organization currently consists of both Mac's & PC's
    Keeping this in mind, can Mac OS X Server perform below tasks.
    - File & printer sharing
    - Internet monitoring, Internet filtering, internet rules ... etc
    - Schedule backup of all clients
    - VPN connection for remote workers
    - Antivirus / Firewall solution for securing our entire LAN network
    - Mass mail / bulk mail soluyion
    - Connect it to dumb terminals
    Which of the above can be done right out of the box w/o installing any additional s/w & how?
    Which of the above can be done using the standard Mac OS X?

    Hi
    Most of your questions can be answered by simply browsing Apple's website.
    http://www.apple.com/support/snowleopardserver/
    You could then make a start on the Server Administration Manuals:
    http://support.apple.com/manuals/#macosxserver
    One you've armed yourself with enough information you should be able to answer the rest of your questions yourself?
    Tony

  • Using my home Mac as a server

    I would like to put my pictures on the web so that certain clients can view their photos with password. I photograph weddings and would prefer to make html slide shows of their wedding pictures so that they can view them anywhere with any computer. I would like the setup to be as simple and reliable as possible. I have an additional 250GB drive in the Mac that I wish to use as the storage of individual folders that contain the slide shows. If it would help I can get a dedicated 2nd Mac as the server if necessary. I was told that I would need a static IP address and some kind of software. I thought I could use file sharing on my computer but after reading numerous articles over the net, I am quite confused as to what I need. All I want to post is photo galleries that have about 600 to 700 pictures each that a client can view and that I can delete some or all of them after 30 days to be replaced by new ones. What software, hardware, etc. would be necessary to do this. Any suggestions welcome.

    OSX server or client are both capable of handling this, as long as you have enough disk space. A site like this would probably only require a simple script on the server, server side includes (.shtml) and some javascript in the page itself. Frequently changing directories with basic authentication would probably best be done with .htaccess files. It isn't brain surgery, but there are reasons that people can make a living doing this kind of work.
    A static IP would be needed so that when the users aim their browser at your site, they're not aiming at a moving target. Be aware that many/most/all ISPs that have home broadband networks block web servers.
    Try turning on the web sharing, and try making one of these sites and see what comes of it. One cavaet that I see coming, is that the names of the images will probably vary from one shoot to the next, so that's why I was thinking that a server script to list the the image names and put them into a javascript array for the page to use to call for the different images.
    Roger

  • 2 internal hard drives Mac Pro Tiger Server

    I have a mac pro 10.4.11 server that has 2 internal hard drives. 1 is 232.89 GB which is the main startup drive and the second is 465.76 Gb which I had pre installed for extra storage. My question is when I look in Server Admin under sharing and I click the "all" tab. It displays 2 hard drive icons and when you select either one, they consist of the exact same things. Do I need to format the second drive in a way so it will be recognized in the Server Admin Sharing?? I can install applications to the drive as it is recognized in the normal finder but I can't seem to get Server Admin to know it is there. I was going to use the second drive for mostly applications and storage. The other hard drive I was going to try and keep just for home directories.

    This is the wrong forum for your topic. You should post it in the Mac OS X Server forum.

  • Old Web Server Software on Mac OS X Server 10.4.6?

    I am wondering why my apache that is running is only 1.3.33 accordign to my webmin tool that my friend installed, the php and sql are old too.
    I'm not a unix guru by any means and I want to upgrade these and enable GD etc, but I'm running 4 or more virtual servers by using the server tools and I don't want to break the builtin functionality of the server tools. Is apple going to upgrade this stuff on os x server?

    Mac OS X Server ships with both Apache 1.3.33 and Apache 2.2 (in /opt/apache2).
    You're more than welcome to disable Apache 1.3.x and use 2.2 if you prefer.
    However, the Server Admin GUI will only currently work with Apache 1.3.x, so if you do you'll need to manage your configurations manually.

  • Mac OS X Server 10.0.4 Update

    Hello,
    I've been going through my software and downloading all the updates I can find. I was wondering if any of you might have this in your archives, Apple seems to have "lost" it and my usual haunts have come up empty.
    I've recently bought Mac OS X Server 10.0, and I have some of the other OS X Servers (for the Xserve), it seems finding (just the) updates you need before OS X Server 10.3 is hit or miss.
    In one example I'm trying to find:
    Mac OS X Server 10.0.4 Update: Document and Software
    http://docs.info.apple.com/article.html?artnum=120035
    ( http://download.info.apple.com/MacOSX/062-8318.20010702/0z/10.0.4ServerUpdate.dmg.bin )
    Dumps you at:
    " This URL is no longer used. If you get to this page, please go to:"
    http://www.info.apple.com/export/
    ... do strange loop.
    (My cookies are enabled)
    I know this is old, thats not the point, why is this and for that fact most of the other updates missing?
    I'm not real clear if 10.0 Server is update-able to 10.1 Server with the OS X 10.0-10.1 update CD for the regular OS X to which you may then UD to MacOSXUpdateCombo10.1.5, they mixed it up so you can't tell - or I can't tell.
    Mac OS X Server 10.1: Chart of Available Software Updates:
    http://docs.info.apple.com/article.html?artnum=42741
    See what I mean?
    Even OS X Server 10.0.3 Update would suffice. I'd appreciate you all poking around - I got nothing.
    Mac OS X Server 10.3.x on, stuff is easy to find, Server 10.2.x and earlier is a pain and this is the last time (hopefully) I'll need to do this.
    If anyone with these updates could contact me that would be great or just reply to this post, this server will not be online - just to be clear.
    Any help would be appreciated.
    hylas
    California, USA
    hylas[|at|]operamail[|dot|]com
    Macintoshes   Mac OS X (10.4.6)   System 1.0 - 7.6.1, MacOS 8.0 - 9.2.2, OS X 10.0 - 10.4.x Client and some Servers

    "Which took me about 5 seconds to find, by searching at
    http://www.apple.com/support/downloads/
    for 10.0 server
    and choosing "restrict to downloads"
    I've spent more than five seconds looking dear one.
    Mac OS X (10.0.4) Combined Update Information and Software
    http://docs.info.apple.com/article.html?artnum=75141
    is not:
    Mac OS X Server 10.0.4 Update: Document and Software
    http://docs.info.apple.com/article.html?artnum=120035
    it is required, though.
    Mac OS X Server 10.0 OZ691-3023-A
    Mac OS X Server 10.0 (has 10.0.3 4P13 on it) OZ691-3023-A
    /AppleSupport_Area/Apple_Software_Updates/Mac_OSX/downloads/062-8318.200106027/0z/10.0.4ServerUpdate.dmg.bin
    http://download.info.apple.com/MacOSX/691-3023.20010702/0z/10.0.4ServerUpdate.dmg.bin
    ^ No worky ^
    Title:
    Mac OS X Server 10.0.4
    Description:
    Installing the updated Server Admin on Mac OS X clients After installing the 10.0.4 Server Update, you may update your Mac OS X Server administration clients by copying the Server Admin application to them. Follow these steps to perform the copy: Install 10.0.4 Server Update, then restart. Start Apple File Services if necessary. Copy the Server Admin application from the /Application/Utilities folder to the /Shared Items/Public folder. On your Mac OS X client, install 10.0.4 Update if necessary. Connect to your Mac OS X Server, mount the Public folder. Copy the Server Admin application to your Mac OS X client. Requirements for Mac OS X Server 10.0.4 Update You must have previously installed the Mac OS X Server 10.0.3 software in order to install this update. In addition, this update requires that you install the Mac OS X 10.0.4 Update before proceeding.
    OS X Server 10.0.4 Receipts
    Essentials.pkg
    BSD.pkg
    SoftwareUpdate131.pkg
    10.0.1Update.pkg
    10.0.3Update.pkg
    10.0.2ServerUpdate.pkg
    EssentialServerSoftware.pkg
    MacOS_X_ServerAdmin.pkg
    MacintoshManagerAdmin.pkg
    MacintoshManagerServer.pkg
    QTSS3.pkg
    MinimalSystem.bom
    10.0.2Update.pkg
    10.0.4Update.pkg
    MicrosoftIE5.pkg
    10.0.4ServerUpdate.pkg
    NetBoot Extras: Information and Download
    http://docs.info.apple.com/article.html?artnum=120039
    It's a bit confusing, reread my initial post it's a real mess upgrading to 10.1 too.
    Thanks for trying though,
    Macintoshes   Mac OS X (10.4.6)  

  • Not able to install mac os x server 10.5.4

    Hello,
    I've inherited a MAC g5 from a previous sys admin.
    it had a number of issues so i decided to do a clean install.
    i've set in my os x 10.5.4 server and rebooted that didn't work. when i chose the dvd it just hanged there.
    so i installed a mac pro (came with the g5 ) as i've read in an online how to that described my exact problem. once done i tried installing the server again and same issue happened.
    now i have mac pro on my g5.
    after research it seems that my mac os x server 10.5.4 has another version which is older than the G5. so it cannot be installed.
    i tried using a targeted mode though came into another set of trouble:
    1. tried booting from the dvd using a macbook pro with a fire wire plugged into it.
    result: macbook kept restarting when i chose the mac os x server
    2. tried booting from dvd using an imac.
    result: after choosing the dvd it hangs a bit and then boots normally from hardidisk.
    3. picked an old IMAC and booted from it
    result: it worked, and i installed the mac os x server on one of the HDD in my g5
    once done, i've shut down both, unplugged firewire and then booted the G5
    a grey screen appeared with another hdd in the middle of the screen and it just stayed there.
    Can someone please advise how can i proceed?
    PS: i've contacted the apple reseller, though as our support contract ended they couldn't help.

    The retail disks I've seen in that era were usually black in color. The non-retail disks tended to be gray in color. IIRC, the part number for the 10.5.4 Mac OS X Server Leopard Server retail disk is MB605Z/A.
    If it's not a retail disk, then the contents are usually tailored for a specific Mac box.
    The MacBook Pro would have to be a fairly old model to boot 10.5.4; [here are the Mac Intel minimum OS version requirements (HT1159)|http://support.apple.com/kb/HT1159], and (though there were no MBP PPC boxes AFAIK) [here are the PPC version requirements (HT2191)|http://support.apple.com/kb/HT2191].
    The "issues" that precipitated this reinstallation sequence could well be a disk or processor or memory or other hardware problem with the server, too.

  • How do i install mysql on my mac mini lion server?

    How do i install mysql on my mac mini lion server?

    I have this error log
    May 27 07:06:35 server servermgrd[13454]: -[AccountsRequestHandler(AccountsSystemConfigurationObservation) registerForKeychainEventNotifications]: SecKeychainAddCallback() status: -25297
    May 27 07:06:35 server servermgrd[13454]: servermgr_ipfilter:ipfw config:Notice:Flushed IPv4 rules
    May 27 07:06:35 server servermgrd[13454]: servermgr_ipfilter:ipfw config:Notice:Flushed IPv6 rules
    May 27 07:10:35 server servermgrd[13454]: No requests in 300 seconds, shutting down
    May 27 07:20:29 server ScreensharingAgent[13999]: [CL_INVALID_DEVICE] : OpenCL Error : Failed to create context! Invalid device
    May 27 07:26:03 server login[14203]: USER_PROCESS: 14203 ttys000
    May 27 07:26:42 server SafariDAVClient[14233]: ServerNotifications: Setting delegate to APSD
    May 27 07:26:43 server SafariDAVClient[14233]: Subscription request completed
    May 27 07:27:58 server SafariDAVClient[14284]: ServerNotifications: Setting delegate to APSD
    May 27 07:27:59 server SafariDAVClient[14284]: Subscription request completed
    May 27 07:29:03 server login[14203]: DEAD_PROCESS: 14203 ttys000
    May 27 07:29:09 server login[14331]: USER_PROCESS: 14331 ttys000
    May 27 07:47:30 server com.mysql.mysqld[15000]: 120527 07:47:30 mysqld_safe Logging to '/usr/local/mysql/data/server.martinhedegaard.dk.err'.
    May 27 07:47:30 server com.apple.launchd[1] (0x7f82db634810.anonymous.nohup[15222]): Bug: launchd_core_logic.c:9394 (25693):0
    May 27 07:47:30 server com.apple.launchd[1] (0x7f82db634810.anonymous.nohup[15222]): Switching sessions is not allowed in the system Mach bootstrap.
    May 27 07:47:30 server com.apple.launchd[1] (0x7f82db634810.anonymous.nohup[15222]): _vprocmgr_switch_to_session(): kr = 0x44c
    May 27 07:47:30 server com.apple.launchd[1] (0x7f82dc9015d0.anonymous.nohup[15223]): Bug: launchd_core_logic.c:9394 (25693):0
    May 27 07:47:30 server com.apple.launchd[1] (0x7f82dc9015d0.anonymous.nohup[15223]): Switching sessions is not allowed in the system Mach bootstrap.
    May 27 07:47:30 server com.apple.launchd[1] (0x7f82dc9015d0.anonymous.nohup[15223]): _vprocmgr_switch_to_session(): kr = 0x44c
    May 27 07:47:30 server com.mysql.mysqld[15000]: 120527 07:47:30 mysqld_safe Starting mysqld daemon with databases from /usr/local/mysql/data
    May 27 07:48:31 server Safari[541]: IPCClient: Server port 0 is invalid; looking it up again...
    May 27 09:06:34 server servermgrd[18040]: -[AccountsRequestHandler(AccountsSystemConfigurationObservation) registerForKeychainEventNotifications]: SecKeychainAddCallback() status: -25297
    May 27 09:06:35 server servermgrd[18040]: servermgr_ipfilter:ipfw config:Notice:Flushed IPv4 rules
    May 27 09:06:35 server servermgrd[18040]: servermgr_ipfilter:ipfw config:Notice:Flushed IPv6 rules
    May 27 09:09:01 server ScreensharingAgent[18184]: [CL_INVALID_DEVICE] : OpenCL Error : Failed to create context! Invalid device
    May 27 09:09:08 server SafariDAVClient[18193]: ServerNotifications: Setting delegate to APSD
    May 27 09:09:09 server SafariDAVClient[18193]: Subscription request completed
    May 27 09:10:34 server servermgrd[18040]: No requests in 300 seconds, shutting down
    May 27 09:29:44 server System Preferences[581]: about to perform command
    May 27 09:29:48 server com.mysql.mysqld[15000]: 120527 09:29:48 mysqld_safe mysqld from pid file /usr/local/mysql/data/server.martinhedegaard.dk.pid ended
    May 27 09:29:48 server com.mysql.mysqld[19056]: 120527 09:29:48 mysqld_safe Logging to '/usr/local/mysql/data/server.martinhedegaard.dk.err'.
    May 27 09:29:48 server com.apple.launchd[1] (0x7f82db62da20.anonymous.nohup[19280]): Bug: launchd_core_logic.c:9394 (25693):9
    May 27 09:29:48 server com.apple.launchd[1] (0x7f82db62da20.anonymous.nohup[19280]): Switching sessions is not allowed in the system Mach bootstrap.
    May 27 09:29:48 server com.apple.launchd[1] (0x7f82db62da20.anonymous.nohup[19280]): _vprocmgr_switch_to_session(): kr = 0x44c
    May 27 09:29:48 server com.apple.launchd[1] (0x7f82dc800da0.anonymous.nohup[19281]): Bug: launchd_core_logic.c:9394 (25693):0
    May 27 09:29:48 server com.apple.launchd[1] (0x7f82dc800da0.anonymous.nohup[19281]): Switching sessions is not allowed in the system Mach bootstrap.
    May 27 09:29:48 server com.apple.launchd[1] (0x7f82dc800da0.anonymous.nohup[19281]): _vprocmgr_switch_to_session(): kr = 0x44c
    May 27 09:29:48 server com.mysql.mysqld[19056]: 120527 09:29:48 mysqld_safe Starting mysqld daemon with databases from /usr/local/mysql/data
    May 27 09:29:49 server System Preferences[581]: status= 0
    May 27 09:29:49 server System Preferences[581]: stat /usr/local/mysql/data
    May 27 09:33:54 server login[14331]: DEAD_PROCESS: 14331 ttys000
    May 27 09:34:12 server com.apple.launchd.peruser.501[456] (com.apple.talagent[494]): Exited: Killed: 9
    May 27 09:34:12 server com.apple.launchd.peruser.501[456] ([0x0-0x3a03a].com.apple.AppleSpell[15293]): Exited: Killed: 9
    May 27 09:34:12 server com.apple.launchd.peruser.501[456] (com.apple.mdworker.pool.0[18053]): Exited: Terminated: 15
    May 27 09:34:12 server loginwindow[98]: DEAD_PROCESS: 98 console
    May 27 09:34:12 server com.apple.dock.extra[19467]: Could not connect the action buttonPressed: to target of class NSApplication
    May 27 09:34:12 server com.apple.dock.extra[19467]: 2012-05-27 09:34:12.356 com.apple.dock.extra[19467:1707] Could not connect the action buttonPressed: to target of class NSApplication
    May 27 09:34:12 server com.apple.dock.extra[19467]: Could not connect the action buttonPressed: to target of class NSApplication
    May 27 09:34:12 server com.apple.dock.extra[19467]: 2012-05-27 09:34:12.357 com.apple.dock.extra[19467:1707] Could not connect the action buttonPressed: to target of class NSApplication
    May 27 09:34:12 server com.apple.dock.extra[19467]: Could not connect the action buttonPressed: to target of class NSApplication
    May 27 09:34:12 server com.apple.dock.extra[19467]: 2012-05-27 09:34:12.357 com.apple.dock.extra[19467:1707] Could not connect the action buttonPressed: to target of class NSApplication
    May 27 09:34:12 server com.apple.dock.extra[19467]: Could not connect the action buttonPressed: to target of class NSApplication
    May 27 09:34:12 server com.apple.dock.extra[19467]: 2012-05-27 09:34:12.358 com.apple.dock.extra[19467:1707] Could not connect the action buttonPressed: to target of class NSApplication
    May 27 09:34:12 server shutdown[19471]: reboot by martinhedegaard:
    May 27 09:34:12 server shutdown[19471]: SHUTDOWN_TIME: 1338104052 753955
    rc.server[ 8 ]: Tuning server for 4 GB (rounded down).
    May 27 09:34:22 localhost bootlog[0]: BOOT_TIME 1338104062 0
    May 27 09:34:33 localhost UserEventAgent[30]: starting CaptiveNetworkSupport as SystemEventAgent built May 25 2011 12:27:35
    May 27 09:34:33 localhost UserEventAgent[30]: CertsKeychainMonitor: configuring
    May 27 09:34:33 localhost UserEventAgent[30]: WirelessAirPortDeviceNameCopy(): no BSD interface name found for object 12551
    May 27 09:34:33 localhost UserEventAgent[30]: CaptiveNetworkSupport:CaptiveSCCopyWiFiDevices:388 WiFi Device Name == NULL
    May 27 09:34:23 localhost com.apple.launchd[1]: *** launchd[1] has started up. ***
    May 27 09:34:32 localhost com.apple.launchd[1] (com.apple.powerd): Unknown value for key POSIXSpawnType: Interactive
    May 27 09:34:32 localhost com.apple.launchd[1] (com.apple.sandboxd): Unknown value for key POSIXSpawnType: Interactive
    May 27 09:34:32 localhost com.apple.launchd[1] (com.apple.xgridd.pcastserver): Bug: launchd_core_logic.c:5193 (25693):2
    May 27 09:34:32 localhost com.apple.launchd[1] (com.apple.xgridd.pcastserver): Path monitoring failed on "/var/pcast/server/xgridd/keepalive": No such file or directory
    May 27 09:34:36 localhost airportd[47]: _processDLILEvent: en1 attached (down)
    May 27 09:34:36 localhost mDNSResponder[31]: mDNSResponder mDNSResponder-320.16 (Mar 17 2012 21:31:16) starting OSXVers 11
    May 27 09:34:36 localhost UserEventAgent[30]: CaptiveNetworkSupport:CreateInterfaceWatchList:2788 WiFi Devices Found.
    May 27 09:34:36 localhost UserEventAgent[30]: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    May 27 09:34:36 localhost UserEventAgent[30]: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    May 27 09:34:36: --- last message repeated 1 time ---
    May 27 09:34:36 localhost UserEventAgent[30]: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    May 27 09:34:36 localhost UserEventAgent[30]: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    May 27 09:34:36: --- last message repeated 1 time ---
    May 27 09:34:36 localhost UserEventAgent[30]: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    May 27 09:34:37 server configd[35]: setting hostname to "server.martinhedegaard.dk"
    May 27 09:34:37 server configd[35]: network configuration changed.
    May 27 09:34:40 server systemkeychain[52]: done file: /var/run/systemkeychaincheck.done
    May 27 09:34:40 server configd[35]: network configuration changed.
    May 27 09:34:40: --- last message repeated 1 time ---
    May 27 09:34:40 server mDNSResponder[31]: D2D_IPC: Loaded
    May 27 09:34:40 server mDNSResponder[31]: D2DInitialize succeeded
    May 27 09:34:40 server com.apple.ucupdate.plist[83]: ucupdate: Checked 1 update, no match found.
    May 27 09:34:40 server com.apple.pfctl[92]: No ALTQ support in kernel
    May 27 09:34:40 server com.apple.pfctl[92]: ALTQ related functions disabled
    HeadlessStartup: Already setup or this is an upgrade so we will not set the password.
    May 27 09:34:40 server emond[108]: SetUpLogs: uid = 0 gid = 0
    May 27 09:34:40 server named[78]: starting BIND 9.7.3-P3 -f
    May 27 09:34:40 server named[78]: built with '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--disable-dependency-tracking' '--prefix=/usr' '--sysconfdir=/private/etc' '--localstatedir=/private/var' '--enable-atomic=no' '--with-openssl=yes' '--with-gssapi=yes' '--enable-symtable=none' 'CFLAGS=-arch x86_64 -arch i386 -g -Os -pipe -gdwarf-2 -D__APPLE_USE_RFC_2292' 'LDFLAGS=-arch x86_64 -arch i386 ' 'CXXFLAGS=-arch x86_64 -arch i386 -g -Os -pipe '
    May 27 09:34:40 server emond[108]: SetUpLogs: opening /Library/Logs/EventMonitor/EventMonitor.error.log
    May 27 09:34:40 server com.apple.SystemStarter[84]: Starting MySQL database server
    May 27 09:34:40 server loginwindow[97]: Login Window Application Started
    May 27 09:34:40 server com.apple.usbmuxd[82]: usbmuxd-268.5 on Jan  5 2012 at 03:34:01, running 64 bit
    May 27 09:34:40 server UserEventAgent[30]: WebUserEventAgent: installed
    May 27 09:34:42 server UserEventAgent[30]: Registered Workstation service - Wellness Guiden Server [3c:07:54:72:75:94]._workstation._tcp.
    May 27 09:34:43 server PasswordService[93]: -[PasswordServerPrefsObject getSearchBase]: Unable to locate search base: -1 Can't contact LDAP server
    May 27 09:34:43 server PasswordService[93]: -[PasswordServerPrefsObject loadXMLData]: Unable to locate passwordserver config record's plist attribute: -1 Can't contact LDAP server
    May 27 09:34:43 server PasswordService[93]: -[PasswordServerPrefsObject getSearchBase]: Unable to locate search base: -1 Can't contact LDAP server
    May 27 09:34:43 server PasswordService[93]: -[PasswordServerPrefsObject saveXMLData]: ldap_modify_ext_s of the passwordserver config record's plist attribute: -1 Can't contact LDAP server
    May 27 09:34:43 server named[78]: command channel listening on 127.0.0.1#54
    May 27 09:34:43 server mds[95]: (Normal) FMW: FMW 0 0
    May 27 09:34:44 server com.mysql.mysqld[117]: 120527 09:34:44 mysqld_safe Logging to '/usr/local/mysql/data/server.martinhedegaard.dk.err'.
    May 27 09:34:44 server com.apple.launchd[1] (0x7f82db403900.anonymous.nohup[359]): Bug: launchd_core_logic.c:9394 (25693):2
    May 27 09:34:44 server com.apple.launchd[1] (0x7f82db403900.anonymous.nohup[359]): Switching sessions is not allowed in the system Mach bootstrap.
    May 27 09:34:44 server com.apple.launchd[1] (0x7f82db403900.anonymous.nohup[359]): _vprocmgr_switch_to_session(): kr = 0x44c
    May 27 09:34:44 server com.apple.launchd[1] (0x7f82db62bfd0.anonymous.nohup[360]): Bug: launchd_core_logic.c:9394 (25693):0
    May 27 09:34:44 server com.apple.launchd[1] (0x7f82db62bfd0.anonymous.nohup[360]): Switching sessions is not allowed in the system Mach bootstrap.
    May 27 09:34:44 server com.apple.launchd[1] (0x7f82db62bfd0.anonymous.nohup[360]): _vprocmgr_switch_to_session(): kr = 0x44c
    May 27 09:34:44 server com.mysql.mysqld[117]: 120527 09:34:44 mysqld_safe Starting mysqld daemon with databases from /usr/local/mysql/data
    May 27 09:34:44 server com.apple.launchd[1] (0x7f82dd0023b0.anonymous.nohup[620]): Bug: launchd_core_logic.c:9394 (25693):0
    May 27 09:34:44 server com.apple.launchd[1] (0x7f82dd0023b0.anonymous.nohup[620]): Switching sessions is not allowed in the system Mach bootstrap.
    May 27 09:34:44 server com.apple.launchd[1] (0x7f82dd0023b0.anonymous.nohup[620]): _vprocmgr_switch_to_session(): kr = 0x44c
    May 27 09:34:44 server com.apple.launchd[1] (0x7f82dd0023b0.anonymous.nohup[621]): Bug: launchd_core_logic.c:9394 (25693):0
    May 27 09:34:44 server com.apple.launchd[1] (0x7f82dd0023b0.anonymous.nohup[621]): Switching sessions is not allowed in the system Mach bootstrap.
    May 27 09:34:44 server com.apple.launchd[1] (0x7f82dd0023b0.anonymous.nohup[621]): _vprocmgr_switch_to_session(): kr = 0x44c
    May 27 09:34:45 server freshclam[79]: Can't query current.cvd.clamav.net
    May 27 09:34:45 server freshclam[79]: Invalid DNS reply. Falling back to HTTP mode.
    May 27 09:34:46 server freshclam[79]: Can't get information about database.clamav.net: nodename nor servname provided, or not known
    May 27 09:34:46 server freshclam[79]: Can't read main.cvd header from database.clamav.net (IP: )
    May 27 09:34:47 server rpcsvchost[660]: sandbox_init: com.apple.msrpc.netlogon.sb succeeded
    May 27 09:34:47 server configd[35]: network configuration changed.
    May 27 09:34:48 server servermgrd[88]: servermgr_accounts: noteDirectorySearchPolicyChanged (reopening nodes)
    May 27 09:34:49 server ntpd[77]: proto: precision = 1.000 usec
    May 27 09:34:50 server loginwindow[97]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    May 27 09:34:50 server com.apple.launchctl.LoginWindow[673]: com.apple.findmymacmessenger: Already loaded
    May 27 09:34:50 server loginwindow[97]: Login Window Started Security Agent
    May 27 09:34:50 server SecurityAgent[682]: Echo enabled
    May 27 09:34:51 server WindowServer[143]: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    May 27 09:34:51 server freshclam[79]: Current functionality level = 61, recommended = 63
    May 27 09:34:53 server ScreensharingAgent[695]: [CL_INVALID_DEVICE] : OpenCL Error : Failed to create context! Invalid device
    May 27 09:34:54 server screensharingd[694]: 3891612: (connectAndCheck) Untrusted apps are not allowed to connect to or launch Window Server before login.
    May 27 09:34:54 server screensharingd[694]: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    May 27 09:35:10 server sandboxd[713] ([712]): xscertd(712) deny job-creation
    May 27 09:35:10 server UserEventAgent[30]: CertsKeychainMonitor: ready to process keychain & timer events
    May 27 09:35:48 server servermgrd[88]: getting service list
    May 27 09:35:49 server servermgrd[88]: servermgr_ipfilter:ipfw config:Notice:Flushed IPv4 rules
    May 27 09:35:49 server servermgrd[88]: servermgr_ipfilter:ipfw config:Notice:Flushed IPv6 rules
    May 27 09:36:08 server SecurityAgent[682]: User info context values set for martinhedegaard
    May 27 09:36:08 server SecurityAgent[682]: Login Window login proceeding
    May 27 09:36:08 server loginwindow[97]: Login Window - Returned from Security Agent
    May 27 09:36:08 server loginwindow[97]: USER_PROCESS: 97 console
    May 27 09:36:08 server com.apple.launchd.peruser.501[703] (com.apple.ReportCrash): Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    May 27 09:36:08 server com.apple.launchctl.Aqua[757]: load: option requires an argument -- D
    May 27 09:36:08 server com.apple.launchctl.Aqua[757]: usage: launchctl load [-wF] [-D <user|local|network|system|all>] paths...
    May 27 09:36:09 server com.apple.launchd.peruser.501[703] (com.apple.launchctl.Aqua[757]): Exited with code: 1
    May 27 09:36:09 server ScreensharingAgent[773]: [CL_INVALID_DEVICE] : OpenCL Error : Failed to create context! Invalid device
    May 27 09:36:09 server UserEventAgent[30]: CaptiveNetworkSupport:CNSServerRegisterUserAgent:187 new user agent port: 17183
    May 27 09:36:10 server com.apple.dock.extra[802]: Could not connect the action buttonPressed: to target of class NSApplication
    May 27 09:36:10 server com.apple.dock.extra[802]: 2012-05-27 09:36:10.163 com.apple.dock.extra[802:1707] Could not connect the action buttonPressed: to target of class NSApplication
    May 27 09:36:10 server com.apple.dock.extra[802]: Could not connect the action buttonPressed: to target of class NSApplication
    May 27 09:36:10 server com.apple.dock.extra[802]: 2012-05-27 09:36:10.164 com.apple.dock.extra[802:1

  • How to share raw partitions on Mac OS X Server ?

    Hello,
    I'm trying to build a RAC Database with 3 nodes. I have created 2 raw partitions for the OCR and CRS Voting Disk on the local hard drive of node 1.
    I read the documentation concerning how to install a RAC Database on Mac OS X Server, but I don't know how to share the 2 raws partitions between my nodes.
    Anyone could explain me how to share those raw partitions accross all nodes ?
    Regards,
    Bob

    Good morning Bob,
    I guess you refer the the linux firewire solution for rac. It would surprize me if that works for the mac since on linux they created special kernel modules for it to be able to run. When connecting 3 servers you would need a firewire switch. From what I have seen sofar, the mac mounts the firewire drives exclusively and the (linux)kernel modifictions change that to shared allowing multiple servers to connect.
    For storage I would definately go for ASM. It makes you choice for storage hardware a bit less critical. Let oracle do what otherwise a highend SAN solution would do. Why are you building the RAC ? If it has a serious goal, get a xserve-RAID. I don't think you can get a better price/performance ratio. What other storage hardware do you have available ? (netapp would be fine ;-))
    regards,
    Ronald
    http://ronr.nl/unix-dba

  • Edit the default wiki template on Mac OS X Server

    Hello,
    I'm so new to this, I have a Mac Xserve with Mac OS X Server, I successfully enabled the following services and all up and running smoothly according to the criteria of my company:
    ical Server, ichat Server, Web Server, MySQL, Podcast Producers Server, Mail Server, Wiki, and Blog Server. http://www.macsrv.cmrdi.sci.eg
    I need to know how to edit the main template of the wiki and blog server (start page) to be able to add our company logo and so....
    otherwise, I need to know if I can ser Unicode on it to add RTL languages like Arabic, I know I can type Arabic in the topics and there is not problems with this.
    Regards

    Start by reading this: http://images.apple.com/server/macosx/docs/ExtendingYour_WikiServer.pdf
    You will create a custom theme. Copy all the .xsl files into your theme folder. Modify default.xsl for most of the sub-level pages. Modify group_listing.xsl for /groups and /users pages. Your server index page is located in Library\WebServer\Documents. Most of what you want to do can probably be done through CSS.
    Once your custom theme is finished set it as the default in the Admin Panel.

Maybe you are looking for

  • Adobe reader 11 printing black text as green

    I have checked accessability and the replace document colors is not checked.  For a time after I downloaded reader 11 black text printed black but today it has reverted to green. I have also tried two other actions.  First, copied PDF document to cli

  • 32" Cinema Display compatible?

    I'm planning on upgrading from my MBP (original) to a new one. I use the 32" cinema display as my monitor. Will I still be able to connect this display to the newer lines of Apple laptops? Thanks in advance.

  • BT Hub 3 xbox one moderate nat type

    Ever since I got an xbox one it's been stuck on moderate nat type meaning I lag everywhere. How do I change this to open?

  • Can someone from adobe email me?

    I need help your website is not helpful!!!  [email address removed]

  • Customized Ringtones do not play on iphone

    I was able to create customized ringtones and get them on the iphone, but they will not play when I get a call or go to the ringtones to hear them. Has this happened to anyone else?