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

Remotely creating email accounts?

I'm the admin for a smaller company (with about 40 clients, running mac OS 10.4-10.6), and we are currently in the process of changing our email-setup from one hosted POP3-solution to an IMAP-based mail. Since the level of computer experience for…
Anno 1685
  • 13
  • 2
1
vote
1 answer

mysql FATAL ERROR: Could not find mysqld

I am trying to reinstall mysql make sudo make install cd /usr/local/mysql sudo ./bin/mysql_install_db --user=mysql <---- I get FATAL ERROR: Could not find mysqld I think I might have another install of mysql. How would I go about finding out…
jgervin
  • 111
  • 2
1
vote
1 answer

DocumentRoot - take without / infront

I'm not sure if I've posted the title correct as I'm not sure if there's a tehnical title for what I'm looking for - see below. On my localhost server I have a clone of my VPS files as I wish to sync them via git. My index.php file contains PHP…
Max
  • 151
  • 1
  • 7
1
vote
2 answers

Enabling alt-shortcuts in bash on EC2

I have no idea why, but on my EC2 instances which are running Ubuntu 10.04 the ALT key shortcuts are not working and instead question marks are showing instead. E.g. ALT+f for moving forward a word doesn't work... In case it matters: $ echo…
Ophir Radnitz
  • 343
  • 2
  • 10
1
vote
2 answers

How to correctly add daemon in MacOS 10.6.6 via launchd?

I have a very simple task to accomplish: to start tomcat application server on latest MacOS as a daemon. I have performed following steps: Installed Tomcat in /Library/Tomcat/Home Validated that it runs fine by executed…
grigoryvp
  • 3,655
  • 11
  • 39
  • 59
1
vote
1 answer

Can I extend the schema for my openldap server to store MCX records?

I'm beginning to deprecate my Apple XServers and thus MacOSX Server as well. I'm currently using AD for my authentication and authorization, and my Mac OS X Server box to hold the MCX records for the Mac clients. Can I extend the schema in OpenLDAP…
Jordan Eunson
  • 1,322
  • 1
  • 9
  • 15
1
vote
3 answers

How do I set the path in OSX in a particular order?

I need to set the PATH environment variable in OSX in a particular order (i.e. with /usr/local/bin first in line). The recommended way to set PATH variables seems to be the /etc/paths files and the /etc/paths.d directory which work but automatically…
Brendan
  • 153
  • 8
1
vote
2 answers

OSX chown problems after creating users with dscl

Alright, so I've made a user and a group using dscl as follows: dscl . -create /Users/deadline dscl . -create /Groups/deadline dscl . -append /Groups/deadline GroupMembership deadline Now I'm trying to chown things like so: mkdir /tmp/stuff chown…
RandomInsano
  • 451
  • 1
  • 5
  • 19
1
vote
2 answers

VPN into mac osx server from home

We have a MacOS X server running 10.4 in our office. We would like to access the RAID drives externally (e.g., from home). Can anyone detail the steps to go through to set this up?
Simon Ward
1
vote
1 answer

Unable to run Django on Mac OS X

I'm working with a Django project on my Mac (running Leopard) and I want to show it to my team. I've already passed the neccessary port forwards from my router to my Mac's LAN IP address but it doesn't work. I've also tried running the XAMPP server…
cybervaldez
1
vote
2 answers

Open Directory Failover

We have a network based on OSX, including using OpenDirectory as our directory service. Our network consists of one OD master and a pair of OD replicas. We've been trying to set it up so that when the master goes down the workstations will…
Kamil Kisiel
  • 12,184
  • 7
  • 48
  • 69
1
vote
1 answer

ngrep Headers/Frames

Using the -x flag with ngrep causes the data portion of packets to be displayed in hex. Is there a way to also display the frames/headers as well?
Jonathan
  • 301
  • 2
  • 8
1
vote
2 answers

Mac OS X Leopard Segmented Backup

I am trying to do a full backup of a drive on a Mac I have. The drive has 96GB of 100GB filled up. I have an external USB drive I want to backup to. On the external drive, no one file can be any larger than ~4GB. How do I create or find an already…
Crazy Chenz
  • 195
  • 9
1
vote
1 answer

Copy File Contiguously to Disk from OSX/Unix/Linux to FAT32 FS?

So the Sysinternals guys have that cool contig.exe utility that allows me ensure a file is contiguous. I need to copy overs ISO files to a FAT32 USB flash key. Grub4DOS requires the files be continuous, but I do not have Windows access at the…
songei2f
  • 1,934
  • 1
  • 20
  • 30
1
vote
2 answers

Unable to access IIS Windows Server 2008 through a Mac

Basically I have a computer running windows server 2008 and have set up a DNS server, active directory, and IIS to test my applications. I have a Mac as another computer and it has Windows 7 and Mac OSX on it. If I am on the Windows 7 side, I am…
user69373
  • 111
  • 1
1 2 3
99
100