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

Does Norton Antivirus 11 for Mac OS X pull signature updates as deltas?

I manage a Mac OS X (Leopard), laptop that has Norton Antivirus 11 installed. Whenever LiveUpdate executes, it proceeds to pull down a sig database of approx. 30 MB. Does anyone know why the updates aren't smaller ? I would've expected that…
user12594
1
vote
1 answer

Adding data sources for unixODBC/isql on Mac OSX Lion

I have installed unixODBC from source and mysql-odbc connector from .dmg installer on Mac OSX Lion. This was done a while ago, and at that time I successfully installed a data source (let's call it foo). Now I am trying to add another data source…
NP01
  • 185
  • 1
  • 2
  • 7
1
vote
2 answers

How do I access server-status on MacOS X Lion?

I am running 10.7.4. I have Apache up and running. It serves html and php as expected. I was playing around with apachectl and wanted to see what fullstatus did. The complete command is: $ apachectl fullstatus The response on the command line…
Son of the Wai-Pan
  • 757
  • 4
  • 11
  • 25
1
vote
1 answer

Reliable PGP / GnuPG decryption for Mac OSX Mail

I'm developing a web app which emails encrypted data (from a web form) to a client who uses Macs/OSX exclusively in their office. I'd like to know: Is there are any reliable solutions for PGP / GnuPG decryption on Mac OSX mail? I've come across…
Prembo
  • 927
  • 1
  • 6
  • 11
1
vote
1 answer

The most reliable public folder ever on Mac OS X 10.5

I need to enforce permissions on a directory, ugo+rw. I'd like to assure that files copied in from another directory will have their permissions reset to ugo+rw. I also need to be sure that everyone in my Active Directory domain can access the share…
danieljimenez
  • 209
  • 3
  • 12
1
vote
3 answers

Mac OSX Lion: Switch on SMB share depending on network connection

we have a Scanner that can save the scanned documents to an SMB share. So I need to switch on SMB sharing on the Mac - should be no problem. Issue: The Mac is a MacBook, which will also be used in foreign networks - and obviously we would not want…
Philippp
  • 141
  • 4
1
vote
1 answer

Amanda: selfcheck fail, client times out

I'm testing an Amanda install on an ubuntu 10.04 server as a backup server for primarily OS X 10.6 clients. The server has been setup and has successfully run backups on specific local directories for about a week. I've installed and configured the…
1
vote
1 answer

HTTP 403 (error 13) with Zend CE on OS X

I'm getting a HTTP 403, with permission error 13 (file system?) using Apache (bundled with Zend Server) on OS X 10.7.4. [Thu May 17 16:40:58 2012] [error] [client ::1] (13)Permission denied: access to / denied Here's my config in…
bear
  • 222
  • 1
  • 3
  • 15
1
vote
2 answers

ssh suddenly stopped working on Mac

Everyday I wake up and check the my servers are running smooth, I use my mac to connect to some ubuntu and some freebsd machines. But today when I tried something strange happened: $ ssh -v -p 41900 someserver.com OpenSSH_5.2p1, OpenSSL 0.9.8r 8…
1
vote
1 answer

strange localhost behaviour

I'm trying to implement http digest authentication on part of a local domain. I'm using MAMP on Mac OSX Lion. MAMP uses port 8888 so I can navigate to my domain either at http://localhost:8888/myDomain or http://127.0.0.1:8888/myDomain. Both of…
musoNic80
  • 111
  • 3
1
vote
5 answers

Mac laptop crashing wireless router

We have a office with a wireless router - whenever a particular Mac laptop comes in the wireless router needs to be rebooted. Does anyone know the cause of this?
Hawkeye
  • 2,699
  • 9
  • 30
  • 35
1
vote
2 answers

How to Jail certain users in ProFTPD on Unix (Mac OSX)

I have ProFTPD set up so that I can remotely upload new php files and suchlike to my htdocs on my server. That's all fine, but I would like to jail the 'nobody' (No write, Read/Download only) user into a subdirectory (htdocs/ftp) so that any users…
AngusP
  • 23
  • 4
1
vote
1 answer

Cannot access psql after installing postgres

I installed postgresql via homebrew on my 10.7.3. The install seemed successful and I was able to start up the server. However when I try to access psql I get the following error: psql: FATAL: role "larson" does not exist In this case larson is my…
1
vote
0 answers

NFS mounted from Mac OS X Lion doesn't update

Using Mac OS X Lion 10.7.3, I mount my NFS share exported from a Linux machine like this: My machine is a Linux 3.2.0-17-generic. $ sudo mount_nfs -P precise:/media/sda2/datas/SAB /media/nfs1 However, after changes have been done on the exported…
alecail
  • 201
  • 3
  • 7
1
vote
1 answer

Redirect URL using Mac OS X Server Lion

I have just set up a Mac Mini with OS X Lion Server to host my own website. I have registered multiple domain names, but I would like the user to be automatically redirected to my main domain name if they type in one of the others (i.e. if the user…
pheedsta
  • 111
  • 1
  • 2