Questions tagged [mac-osx]

Mac OS X is an operating system from Apple Inc. It was the successor to Mac OS 9 and here the 'X' means 10. Mac OS X is based upon the NeXTSTEP and OpenStep OSes developed in the 1980s and 1990s by NeXT Inc., which Apple purchased in 1996.

Mac OS X consists of a Mach/BSD-based kernel, userland primarily based on FreeBSD, and additional frameworks (written in C, C++ and Objective-C) providing user interface and application-level services.

2425 questions
6
votes
3 answers

Where is the Apache Access Log File located (Mac Apache)?

I did a little reading online, and I think that the Apache Access Log contains all of the requests sent to the server. However, I couldn't gather from the websites whether this is actually stored in an accessible text file, or in some other manner.…
Josh Sherick
  • 219
  • 1
  • 3
  • 8
6
votes
7 answers

Centralized virtualization (ESXi, XenServer) in a completely Windows-free environment

I'm looking into deploying a small (one or two host servers) non-production virtualization initiative for our company. We need it to be high performance and host shared resources for a number of users. I'm moderately familiar with both VMWare ESXi…
cmckendry
  • 344
  • 2
  • 9
6
votes
3 answers

Can we bond (with Manage Virtual Interfaces, or similar) across an USB Ethernet dongle and the Airport Wifi

We've got a Macbook Air (Actually, we've got some Airs, Some Pros and some iMacs). We've got a consistently annoying problem, which is that when they connect to our DHCP server, they've actually got 2 different IP addresses, and that causes 2…
Tom O'Connor
  • 27,480
  • 10
  • 73
  • 148
6
votes
2 answers

Displaying CUPS shared printers in a user's printer list on OS X Lion

Background We have a primarily Linux environment, but we have 40 Macs to support. I'm trying to integrate them into our standardized print system. We have about 50 printers shared from a CUPS server with CUPS Browsing. Current Status I have modified…
Jeff Strunk
  • 2,127
  • 1
  • 24
  • 29
6
votes
6 answers

Constant prompts for credentials from one Mac Outlook 2011 client

The majority of my Exchange users are all on Windows 7 and have no issues (at least using Outlook...) but a subset of the executives are ardent Mac users running Outlook 2011 for OS X. One of these clients is prompted every 5-10 minutes for…
Top__Hat
  • 962
  • 1
  • 7
  • 12
6
votes
5 answers

Printer Recommendation for Three Stooges Environment

I administer a 3 stooges environment. Linux server hardware, Windows Server VMs, Mac clients. My Mac clients RDC to a Windows 2008R2, each client has their own USB printer. The USB printer is forwarded to the RDC server. Currently we have a mix of…
Jordan Eunson
  • 1,322
  • 1
  • 9
  • 15
6
votes
4 answers

sudo: must be setuid root (Mac OS X)

I ran $ sudo chown -R $USER /usr/bin and now when I try to run programs under the /usr/bin path as sudo I get sudo:must be setuid root What should I do if I would like to revert the chown?
jerome
  • 203
  • 1
  • 2
  • 6
6
votes
1 answer

Can you run OS X on an Amazon EC2 instance?

Can you run OS X on an Amazon EC2 instance? It'd be nice to "rent" an OS X computer.
Jim
  • 1,555
  • 7
  • 25
  • 30
6
votes
2 answers

How to set up Apache with Passenger (mod_rails) on Mac OS X?

I'm an iOS developer, so I have very little experience with Apache and RoR, and it's the first time I'm trying to use Mac OS X as server. http://rubyonrails.org/deploy recommends using Phusion Passenger (mod_rails) with Apache. So that's what I'm…
Erik B
  • 181
  • 1
  • 1
  • 10
6
votes
3 answers

Best way of integrating Mac OS X clients with Active Directory

I have more than 50 Macs on the network and I think it's time to put some controls in place so I'm scouting for ways to integrate the Mac OS X clients into Active Directory. The primary objective is to enforce GPOs from the AD to the Mac OS X…
FrancisV
  • 1,766
  • 3
  • 16
  • 18
6
votes
5 answers

Write-only access that can see the files present?

In our schools, we have network shares for different classes containing "Hand In, Hand Out" folders. Students put their work in the Hand In folder, and teachers put assignments in the Hand Out folder. The Hand In folder is one that the students…
Clinton Blackmore
  • 3,520
  • 6
  • 36
  • 61
6
votes
2 answers

Cron and rsync using file lock but is there a better way on Mac OS X Server?

I have this bash script and is run via cron on a regular interval: #!/bin/bash RSYNC=/usr/bin/rsync SSH=/usr/bin/ssh KEY=/Users/admin/Documents/Backup/rsync-key RUSER=philosophy RHOST=example.com RPATH=data/ LPATH="/Volumes/G Technology G Speed…
Scott
  • 359
  • 1
  • 5
  • 18
6
votes
1 answer

403 Forbidden error on Mac OSX - Apache and nginx

There are a million questions like this on Google, but I haven't found a solution to my problem. The default Apache install on my Mac is giving 403 Forbidden errors for everything (default directory, user home directory, virtual server, etc). …
Tom Lianza
  • 331
  • 1
  • 3
  • 11
6
votes
3 answers

How to bidirectionally sync Oracle Calendar (SyncML) with Apple's iCal.app

I'm administering a number of Macs, whose users would like to be able to make use of iCal.app (and hence iPhone sync) to view and edit Oracle Calendar events. Is there a good way to bidirectionally interface Oracle Calendar's SyncML with…
smokris
  • 705
  • 3
  • 13
  • 27
6
votes
4 answers

Log network traffic with process ID on Mac OS X?

I want to log all network traffic on a Mac OS X server (like tcpdump does), but including the ID of the process that is responsible. Using lsof only gives me the current connections, not the past ones. Is there a way to do this? Regards, Jochen
Jochen
  • 191
  • 1
  • 1
  • 7