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
0 answers

Local transparent proxy with ipfw and squid

I want to use a local transparent proxy to have a single place to enter the password to an office proxy. Basically, all the TCP packets sent to port 80 except the ones sent to specific subnet should be forwarded to local Squid. Squid works fine in…
synapse
  • 499
  • 2
  • 6
  • 14
1
vote
1 answer

How do I troubleshoot Active Directory on MacOS 10.4 clients?

We have three MacOS machines, all running 10.4.x, bound to our Active Directory network. The domain has two DCs on a single subnet (192.168.1.0/24). One of the DCs (the secondary one, which does not hold any of the 5 FSMO roles) is currently…
Ben Dunlap
  • 410
  • 5
  • 10
1
vote
1 answer

automatically start and and selectively stop multiple instances of couchdb on osx

I have successfully installed couchdb via homebrew: % brew install couchdb ...and invoked mutiple instances as directed here: % OLD=/usr/local % NEW=/tmp/couchdb % mkdir -p $NEW/etc/couchdb/ % mkdir -p $NEW/var/{lib,log,run}/couchdb/ % cp…
Inator
  • 173
  • 1
  • 1
  • 6
1
vote
1 answer

Controlling rsync bandwidth usage by percentage of available bandwidth, in userspace?

I often use rsync on a OSX-based laptop to synchronise some files from it to a Linux server. The laptop can be connected to different networks with greatly varying bandwidths (office ethernet, wifi, 3G, etc.) The --bwlimit=Kbps option allows one to…
Andrew Ferrier
  • 894
  • 9
  • 21
1
vote
2 answers

Why does my .screenrc only trigger the opening of 2 screens?

I have the following in my .screenrc file: # Don't display the copyright page startup_message off # keep scrollback n line defscrollback 5000 # setup some screens screen -t top 0 top -o cpu -s 5 screen -t mysql 1 mysql -u root -p screen -t…
Darryl Hein
  • 1,712
  • 2
  • 19
  • 21
1
vote
1 answer

XenServer xe CLI on OSX

Is there a port of the XenServer/XCP xe command-line tool to Mac OS X? Or, alternately, if this tool is open-source, what's the easiest way to get access to the source?
Lorin Hochstein
  • 5,028
  • 15
  • 56
  • 72
1
vote
1 answer

Disable ipv6 autoconfiguration on a specific interface in OSX

Is it possible, either via the command line or C code using the sysctl/fcntl/etc. APIs, to disable IPv6 router solicitations, router advertisement acceptance, etc. on OSX for a specific interface? It seems possible via sysctl from the command line,…
1
vote
3 answers

VirtualDocumentRoot & localhost

Currently this is my httpd-vhosts.config file NameVirtualHost *:80 VirtualDocumentRoot /Users/Gabri/Sites/%2/%1/build However I would like to have access to localhost too to be able to view it on the same…
ahmedelgabri
  • 111
  • 1
1
vote
1 answer

launchd PathState usage

I am trying to use PathState to start and stop a daemon on Mac OSX. It start when I create a file called /var/cache/myjob/run. However when the file is removed, the daemon doesn't stop again. How do you use PathState to make it stop? The launch…
Erik Martino
  • 113
  • 4
1
vote
0 answers

saving issues osx 10.8 adobe photoshop on server smb

we get several saving issues while saving files in Adobe applications CS 6 (especially in Photoshop) on a Windows Server 2003 Share connected via SMB. Unfortunately the problems aren't able to be reproduced. Errors we get: "File already exists", "No…
1
vote
1 answer

How to rsync to a server using ssh keys

I'm running on a Mac, and I want to set up a crontab to rsync from my VPS on a weekly basis to grab some backup archives. I'm using ssh keys (no passwords allowed on the VPS), and normally I can ssh in without any prompts (my private key has a…
CaptSaltyJack
  • 638
  • 2
  • 13
  • 36
1
vote
2 answers

How do I tie OSX SSH User authentication to a custom 'users' mysql database?

We have a client intranet with client user credentials stored in a mysql database. We are now trying to enabled SSH access to one of our servers for each client - where the authentication would come from our existing database. Any help would be…
Danny
1
vote
1 answer

mac os x equivaliant of append dns suffixes in windows

Trying to append dns suffixes in mac os x. In windows all I do is go to the advance adapter properties and select the Append these DNS suffixes (in order) and add the suffix domain.com and I can then ssh with just the server name without having to…
rahrahruby
  • 587
  • 6
  • 12
  • 21
1
vote
3 answers

How can I manually (via script and/or config text files) fine tune firewall in Mac OS X?

I'd like to fine tune the firewall rules in my Mac OS X, without a GUI I mean. I came from Linux world and I'm used to manually fine tune my firewalls, having full control on every rule, adding filtering rules on a per-IP or per-MAC basis and so on…
drAlberT
  • 10,949
  • 7
  • 39
  • 52
1
vote
1 answer

How to change the SWAP file disk in Mac OS X?

I have moved my system on andexternal Raid 1 enclosure attachet to my iMac through Firewire 800 (the best an iMac can do ;-( ) ... I'd like to move the swap on the internal disk in order to increase somehow the performances ... How can I achieve…
drAlberT
  • 10,949
  • 7
  • 39
  • 52