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

Running JVM 1.4.2 on a modern PC/Mac

I need to access an old IBM blade center's KVM. It uses Java and asks for 1.4.02_08 and above. I tried with a Mac (JM 7) and two PCs (win7, JM6) to no avail. I installed the old java but it won't run the old version on a PC. What OS/Browser/JVM…
mik
  • 199
  • 2
  • 12
1
vote
2 answers

Room resources not listing in Calendar for OSX

I have set up a Room Resource mailbox on Exchange 2013 and am trying to get the calendar to display in OSX's calendar app. I have granted free/busy permissions to Group A and set the default to none and anonymous to none. User A who is a member of…
AWippler
  • 1,065
  • 1
  • 12
  • 32
1
vote
1 answer

Will changes to periodic.conf file be picked-up by the system automatically?

I have made some changes to my /etc/defaults/periodic.conf file to change how it cleans the /tmp dir. Do I need to do anything else such as log-out or reboot to get the system (Mac OS 10.8.4) to see the changes or will the new file changes…
daustin777
  • 123
  • 1
  • 5
1
vote
1 answer

Can't access my external ip address outside of my LAN, apache server on OS X

For fun I've been working with a web server on my OS X(10.8.4). Apache and its httpd.conf(/etc/apache2/) file and username.conf(/etc/apache2/users/) files all seem to be fine, I can access my localhost from within any computer within my LAN(just…
user2801011
  • 21
  • 1
  • 2
1
vote
0 answers

Configuring dnsmasq to properly work with mod_rewrite on Mac OS X Mountain Lion

I desperately need help. I read an article on the echoditto blog (http://www.echoditto.com/blog/never-touch-your-local-etchosts-file-os-x-again) and followed the recommendations for setting up dnsmasq on my mac using homebrew. Now I am having an…
1
vote
4 answers

getting PHP PDO flavors to work on Mac OS X

I'm running OS X 10.5; it looks like it came with Apache and PHP installed (minus some minor configurations which I turned on per this page; I've used Apache before so I know the basics of how httpd.conf works). I've got a pre-existing script which…
Jason S
  • 626
  • 1
  • 16
  • 28
1
vote
1 answer

Why are my Macs failing to authenticate to my SAMBA file sharing server?

I have recently set up a SAMBA file share. After going through a series of steps, I have finally been able to have most of my computers see this server. The primary requirements were: 1) it had to be password protected, 2) have multiple users, 3)…
user2596313
  • 23
  • 1
  • 5
1
vote
4 answers

ARP Command doesn't display all devices

I have a machine on my network that needs to create a list of all mac addresses connected to the network. This is running OSX when I run the arp command it doesn't always display everything connected sometimes only the broadcast (255.255.255.0). …
Jonny Flowers
  • 121
  • 1
  • 1
  • 5
1
vote
1 answer

Script doesn't work as cron job

I have a script that I wrote to verify on an OS X machine (v 10.7.4) if a volume is up or down. If it goes down, it is supposed to send an email. When I run the script from the command line, it works perfectly and shows me my control volume…
zdarma
  • 23
  • 3
1
vote
2 answers

/etc/hosts configuration file is ignored when behind a squid proxy

I put this in my /etc/hosts file: 198.252.206.16 stackoverflowtest.com And when I try stackoverflowtest.com in my browser, I get this squid error: ERROR The requested URL could not be retrieved The following error was encountered while trying…
1
vote
2 answers

Samba 4 "file server will not allow any additional users to log on"

I have samba 4.0.6 as AD DC and fileserver on ubuntu 12.04 in a Mac environment. After some time the OS X clients will not connect to the server with the error message: "The file server will not allow any aditional users to log on. Try to connect…
Henrik Ormåsen
  • 233
  • 2
  • 15
1
vote
1 answer

Why can't I change document root in apache without error?

I'm trying to change my document root in apache so I can start a new project and keep an old one available so I can reference the files. Whenever I try to change the document root, though, I get a 403 Forbidden error. It seems like I've tried…
1
vote
2 answers

Why does OS X spend one more packet to establish and close a TCP connection?

Linux spends 3 packets to establish a TCP connection and 3 packets to close it, as shown by the tcpdump capture # establishing TCP connection 22:37:09.150456 IP 127.0.0.1.49327 > 127.0.0.1.8000: Flags [S], seq 598953185, win 65535, options [mss…
Rio
  • 335
  • 2
  • 11
1
vote
1 answer

OpenLDAP Authentication in Mixed Enviroment

I am preparing to setup a small network with single sign on capability provided by and OpenLDAP server that runs on OpenBSD 5.3. Currently, I am able authenticate an Ubuntu 13.04 client against the server, but for some reason I am having trouble…
csnate
  • 111
  • 2
1
vote
3 answers

Reset Mac OS X Workstation After Logout

I'm setting up a computer lab in a private school. All the students have LDAP login credentials and they stored all their files on separate shared servers. After the student logs out, I would like the workstation to "reset". That includes: User…
user702397
  • 11
  • 2