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
9
votes
2 answers

What is a safe way to back up a sparsebundle that is exported via afpd?

I work with a number of OSX client machines that back up via TimeMachine to AFP shares on an Ubuntu Linux file server, exported by netatalk/afpd. These clients back up at arbitrary times of the day, every day. There are other important…
davidA
  • 383
  • 3
  • 12
9
votes
3 answers

nginx error_log reports “bind() to 0.0.0.0:80 failed (48: Address already in use)”

I recently installed nginx and PHP-FPM via MacPorts on OS X 10.9 Mavericks and although it works my main error_log continuously says port 80 is in use. 2013/10/25 11:27:36 [emerg] 4510#0: bind() to 0.0.0.0:80 failed (48: Address already in…
J Cobb
  • 339
  • 1
  • 2
  • 9
9
votes
2 answers

Cannot ping over LAN until a ping is received

I have two OSX machines on a local subnet. Pings from Machine A to Machine B consistently timeout until Machine B pings Machine A. After B pings A, A can successfully ping B, but this success is temporary; if there is no communication between the…
ericsoco
  • 193
  • 1
  • 1
  • 5
9
votes
3 answers

Imaging OS X installations

We have about 20 Macs in our shop, all of which have been setup and configured as they were purchased. We have a mix of computers and years (some Mac Minis, some iMacs, some MacBook Pros). They're not even all running the same version of OS X. We'd…
Tom Marthenal
  • 2,116
  • 7
  • 25
  • 37
9
votes
3 answers

Outlook 2011 client, Exchange 2010 server; letters missing in text of sent items

On a Mac client running Outlook 2011 connected to an Exchange 2010 server: all of a sudden, characters are getting dropped in outbound e-mail messages. The client machine has been rebooted and this is still recurring with every message sent. Does…
Skyhawk
  • 14,200
  • 4
  • 53
  • 95
9
votes
1 answer

OS X WiFi settings via terminal?

I manage a large group of macs and they are all connected via ethernet. I would like to disable wifi on them and then require and administrator to change any wifi settings (pretty much what is shown in the picture below) Since I manage so many, I…
Brian
  • 341
  • 1
  • 2
  • 13
9
votes
1 answer

OSX equivalent to sudo chgrp -R www-data

I normally do sudo chgrp -R www-data on Ubuntu to set a folder writable by the Apache process. What's the Mac OS X equivalent for www-data?
anjanesh
  • 337
  • 1
  • 3
  • 11
9
votes
0 answers

OSX SL Server CalDav/DirectoryServices Authentication Error

I have a OSX SL Server (Version 10.6.8) that has been in production with about 40 users for approximately a year now. Since day one I have had problems where occasionally a users iCal client throws authentication errors. Resetting the users…
digitaladdictions
  • 1,505
  • 1
  • 12
  • 30
9
votes
3 answers

How does one check whether the OS X "disabled" flag for launchd services is set?

According to the man page for launchctl (emphasis mine):    -w   Overrides the Disabled key and sets it to false. In previous versions, this option would modify the configuration file. Now the state of the Disabled key is stored elsewhere…
Charles Duffy
  • 946
  • 2
  • 10
  • 19
9
votes
2 answers

Does Mac OS X throttle the RATE of socket creation?

This may seem programming related, but this is an OS question. I'm writing a small high performance daemon that takes thousands of connections per second. It's working fine on Linux (specifically Ubuntu 9.10 on EC2). On Mac OS X if I throw a few…
pbhogan
  • 321
  • 2
  • 7
9
votes
3 answers

mstsc /admin for Microsofts RDP for Mac OS X

How do I access the reserved admin session using Microsofts RDP client on my Mac? The equivalent to mstsc /admin on the Windows client.
Oscar Kilhed
  • 193
  • 1
  • 1
  • 6
9
votes
1 answer

SSH passphrase remembered in MacOSX Snow Leopard

I am facing a very strange situation with Snow Leopard. I have a Linux server, configured to accept an ssh connection authenticated only through RSA key. No password. On my laptop I correctly deployed the RSA key with ssh-keygen, and while I did it,…
Stefano Borini
  • 251
  • 1
  • 5
  • 11
9
votes
3 answers

why can't macports find make

I am trying to run macports like thus: port install php5 When I do so, however, I get this error: Error: Unable to open port: can't read "build.cmd": Failed to locate 'make' in path: '/opt/local/bin:/opt/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin' or…
GeoffreyF67
  • 497
  • 2
  • 7
  • 14
9
votes
9 answers

Best mixed environment (OS X + Windows) backup?

Maybe I'm chasing a pipe dream here, but I'd really like to find an easy to use backup solution that supports both Windows and OS X, presumably something people never have to think about until the worst happens. Suggestions?
Brad Wilson
  • 441
  • 4
  • 7
8
votes
1 answer

upstream prematurely closed connection while reading response header from upstream 502 Bad GateWay

nginx is killin me.. so right now I have 502 Bad Gateway. error log says: 2016/10/12 17:39:53 [info] 3023#0: *464 client closed connection while waiting for request, client: 127.0.0.1, server: 0.0.0.0:443 2016/10/12 17:39:53 [info] 3023#0: *465…
RobDee
  • 145
  • 2
  • 3
  • 6