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
1
vote
1 answer

nginx rewrite or internal redirection, primary script unknown

I am converting to nginx from apache. The application in question is as follows /contentlibrary_js /contentlibrary_js/app/index.php --> one page ajax app /contentlibrary_js/pagecreator/index.php --> codeigniter application backend I'm hoping to…
user2108258
  • 303
  • 1
  • 4
  • 10
1
vote
0 answers

Slow directory listing on remote ExtremeZ-IP/SMB windows file servers

I have Win2k8R2 file servers set up around the globe to distribute files using JAMF's Casper Suite to Mac OS X systems. However I've been noticing some very slow server responses lately. For example. From my terminal in the United states, I SSH to a…
1
vote
1 answer

How do I chmod ACLs to groups with spaces in the name on Mac OS X?

I'm trying to add an ACL for the group "Domain Users", but since it has spaces in the group name it isn't parsed correctly by chmod: $ chmod -R +a 'DOMAIN\Domain Users allow…
MagerValp
  • 311
  • 1
  • 3
  • 9
1
vote
1 answer

Mounting an NFS or SMB share onto OSX only while connected to VPN

I'm setting up my machine to connect to network share resources at the place I work (there are NFS shares and SMB shares). This access is only possible through VPN. So my question is, Is there a way to get OSX to only attempt to automount an NFS or…
Nixx
  • 11
  • 2
1
vote
2 answers

XAMPP Tomcat Apache Connector

I am in the process of rebuilding my local development configuration and I am trying to install the tomcat connector so apache and tomcat talk to each other. I have xampp and tomcat installed correctly and verified via safari. I am using…
Chris Hough
  • 313
  • 2
  • 4
  • 21
1
vote
1 answer

nslookup works but ping fails with DNS error randomly

I am using Mac OS X 10.6.8. When I am trying to ping a particular domain it returns me "Unknown host" but when I run nslookup on that same host immediately it returns me the correct IP. Ping continues to throw the DNS error for almost a minute and…
Supratik
  • 2,154
  • 10
  • 51
  • 66
1
vote
1 answer

Where are the PHP directories on Mac OS X?

I'm trying to configure PHP on Mac OS X (10.5.7) and am really confused as to where this program "lives". Here's what I've found / not found: php: /usr/bin/php php.ini: /etc/php.ini extensions directory: /usr/lib/php/extensions Are there other…
Jason S
  • 626
  • 1
  • 16
  • 28
1
vote
0 answers

How to prevent Microsoft Small Business Server Active Directory addresses showing up in OSX Address Book?

A client has MS Small Business Server installed and numerous iMacs and MacBooks in their office which staff use. They use Google Apps for Business for email not Exchange. Their IT guy needed to set up some 'pseudo' accounts for some reason -…
Prembo
  • 927
  • 1
  • 6
  • 11
1
vote
1 answer

How Ubuntu 12.04 re-install handles /var on separate partition

To add some context to my question, the majority of my experience is with Mac OS X. The default installation process in modern versions of Mac OS X, for volumes on which Mac OS X is already installed, is an "archive and install." Booting from…
sardean
  • 833
  • 3
  • 15
  • 34
1
vote
2 answers

Is there a program that uses OSX's Terminal to help manage SSH connection parameters?

My difficulty: I connect to a variety of servers through SSH, sometimes more than 7. Currently I have doing this through OSX's Terminal with shell commands, which works pretty good, except for the fact that I gotta remember the address, username and…
Darryl Hein
  • 1,712
  • 2
  • 19
  • 21
1
vote
1 answer

How can I prompt Mac clients connecting to RDS/Terminal Services to change password at first login?

This is my first implementation of Remote Desktop Services/Terminal Services; we are using it as a solution for Mac clients that need to run a piece of new Windows-only software. My question is about streamlining the user installation process. We…
1
vote
1 answer

How to generate a signature with a launchd plist?

Is it possible to implement the following shell script completely as a launchd plist to generate a signature with timestamp in the StandardErrorPath / StandardErrorPath files? #!/bin/sh echo "Hi, your FOO.plist was here at $(date)" This one doesn't…
1
vote
0 answers

Weird permissions getting set on directories after rsync

I've got a drive on a Mac (OSX 10.7.5) that I'm sharing on the LAN. In the system preferences, the share is set so System Administrator has Read & Write access, System Group has Read Only, and Everyone has Read Only. The files in the shared folder…
Betty Crokker
  • 231
  • 1
  • 4
  • 10
1
vote
0 answers

Trouble with name resolution when using programs like `gem` in shell

I have trouble with name resolution when using programs like gem in my shell within my office environment. Whenever a program needs to connect to a remote host, it fails to resolve the domain name, but after a "manual resolution" e.g. via dig or…
Felix
  • 111
  • 2
1
vote
2 answers

How to add user to a group from terminal on Mountain Lion?

When I run sudo dscl . -append /Groups/com.apple.access_ssh GroupMembership $USERNAME I get append: Invalid Path DS Error: -14009 (eDSUnknownNodeName)
tomekfranek
  • 143
  • 6