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

When can I adjust partition sized in Leopard?

The version of Disk Utility that comes with Mac OS X 10.5 will let you resize existing partitions on a partitioned drive -- some of the time. What determines if it will let you adjust partition sizes or not?
Clinton Blackmore
  • 3,520
  • 6
  • 36
  • 61
1
vote
1 answer

Scripting access permission to Mac OS X 10.6 managed services

On Snow Leopard, I can give access to services like SSH only to specific users by using the "only these users:" option in the sharing tab of the System preferences. This is bothersome to use when configuring multiple machines, and some accounts such…
Bernd Haug
  • 888
  • 5
  • 12
1
vote
1 answer

Using FastCGI for PHP on Mac OS X

I have apache2 running on a Mac OS X (10.6) machine, and it is currently serving PHP pages fine, using php5_module but I would like to configure fastcgi_module to handle the php pages. I have tried using the configuration found on www.fastcgi.com…
DanielGibbs
  • 573
  • 5
  • 13
  • 32
1
vote
1 answer

Changing the $PATH for _www apache2 user on Mac OS X

After several maddening hours of trying to get Redmine working on Snow Leopard, I finally realized that it was trying to access the system-wide Ruby/Rails install in /System/Library/Frameworks rather than the one I had installed via MacPorts. I know…
MHarrison
  • 11
  • 3
1
vote
2 answers

How does one deploy server monitoring software on the Mac?

I am having trouble getting monitoring software to work on the Mac. There's a ton of great monitoring software out there, and much of it is cross-platform. I'm not scared of the compiler, and have tried to compile a few of these tools. Most of…
Clinton Blackmore
  • 3,520
  • 6
  • 36
  • 61
1
vote
1 answer

Matlab computations done over Apple Filing Protocol (AFP) depend on POSIX permissions, ignores ACLs

I'm a system administrator and have never used Matlab, so forgive my general ignorance of the program. My users have encountered problems when executing scripted Matlab actions over AFP to a Mac OS X Server 10.6.7 where the access control list (ACL)…
1
vote
1 answer

Shared encrypted network volume accessible from for both Macs and PCs

Due to financial regulations, I need to set up a shared encrypted network volume with the following properties: Shared encrypted network volume with read/write access for specific users. Administrators must not be able to read/write files in the…
Egil Hansen
  • 203
  • 2
  • 8
1
vote
2 answers

How do I troubleshoot Mac OS X Cisco IPSec VPN not working over a Samsung Verizon 4G LTE WiFi hotspot?

I have Cisco IPSec VPN (to my employer) configured on my MacBook Air. It works perfectly when I'm at home connected through WiFi to my cable modem (through an Airport Extreme). But when I try to connect through my Samsung Verizon 4G LTE Mobile…
Daryl Spitzer
  • 2,996
  • 9
  • 33
  • 40
1
vote
2 answers

macports boost, but need an old version of boost

I am not new to unix, but I am new to Mac OS. I have seen that its pretty easy to use macports to get/build the tip version of boost. But I need to get/build/install boost v1.41, not the latest boost. That is because the test framework I am…
zap foster
  • 11
  • 2
1
vote
2 answers

Days since a specific date

How to print in linux/unix bash the number of days since a specific date till now? (for example days since 23rd of June 2009 till today)!
Osama Gamal
  • 111
  • 3
1
vote
2 answers

Resizing this particular partition, Mac OS

I am currently running on Apple Mac OSX Lion 10.7 (11A480b) and I am trying to resize my partitions on the disk for one of our servers. I already downsized a previous installation of Mac OSX Lion Server, which in the meanwhile was used as swap-disk…
19h
  • 113
  • 4
1
vote
2 answers

How do I get an OS X 10.5 box PCI compliant when the OS X 10.5.7 PHP and Kerberos versions are considered 'Vulnerabilities'

I have just upgraded a server to the latest OS X version 10.5.7 and my compliance scan tells me that these OS-installed components are causing vulnerabilities. I can't see where I can download higher versions or even if they exist! Kerberos 5 is…
Neil Enock
1
vote
1 answer

phpMyAdmin works, but directly connecting with Sequel Pro does not

I can connect to database with phpMyAdmin, but I cannot connect with Sequel Pro, using the same credentials. The host is mysql50-33.wc2.dfw1.stabletransit.com. When I connect using phpMyAdmin I notice it points to IP "172.17.70.16", but when I try…
JohnMerlino
  • 425
  • 2
  • 9
  • 20
1
vote
1 answer

Can I assign a different DNS for 192.168.*.*?

I'm trying to connect to my company's network via PPTP VPN from Mac OS X. I had a problem which turned out to be wrong netmask configuration which prevented 192.168.10.16 and 17 DNS servers from being accessible. The gateway IP is 192.168.7.117 and…
Dan
  • 317
  • 1
  • 4
  • 13
1
vote
1 answer

How to install php-gd on Mac OS X 10.6.x

Snow Leopard does not comes with php-gd module by default. How can I install it?
ohho
  • 1,005
  • 8
  • 19
  • 34