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
6
votes
1 answer

How can one enable DES-encrypted keys on an Apple KDC?

We are running a KDC on OS X 10.10 Yosemite, to which we have added a service principal for remotely accessing a (legacy) host: $ kadmin add -r host/a.b.c.d@REALM Since the host only supports des-cbc-crc key encryption, we then tried…
eggyal
  • 402
  • 5
  • 16
6
votes
2 answers

OS X Not Trusting Thawte Primary Root CA - G3

We recently renewed our Nginx webserver's Thawte SSL certificate. Previously we'd been using SHA1 as the signing algorithm, but this time used SHA256 which leads to a new root certificate known as "thawte Primary Root CA - G3" (this can be found on…
David QC
  • 83
  • 2
  • 4
6
votes
5 answers

Getting full path of executables in 'ps auxwww' output

Consider the following lines from a "ps auxwww" output: USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND root 4262 0.0 0,1 76592 1104 s005 Ss 10:02am 0:00.03 login -pf yo yo 4263 0.0 0,0 …
knorv
  • 1,799
  • 6
  • 19
  • 29
6
votes
3 answers

How can I disable a User Account from the CLI with Mac OS X Server?

Is there any possible solution to disable a User from the CLI e.g. over SSH? There has to be a dscl command for that. Or is there a dsAttrTypeStandard attribute that I can set accordingly? Any pointers ?
user19059
6
votes
1 answer

starting nginx on mac fails with 48: address already in use

I'm trying to start nginx on my Mac OS X using the command sudo nginx It fails with the following error nginx: [emerg] bind() to 0.0.0.0:8080 failed (48: Address already in use) nginx: [emerg] bind() to 0.0.0.0:8080 failed (48: Address already in…
Yin Yang
  • 273
  • 3
  • 12
6
votes
0 answers

OSX nslookup can resolve a lan hostname, but ping cannot?

I'm having an issue which recurs every few days, whereby ping cannot resolve a hostname on my LAN (but nslookup is able to). This is on OSX 10.9.2 (latest). The machine in this case is called 'solo', although it can occur with other hostnames at…
carpii
  • 541
  • 2
  • 4
  • 12
6
votes
2 answers

nginx with php-fpm downloading php files rather than executing them on mac os x (local environment)

I'm having trouble getting PHP files to execute on my local development machine. I seem to have successfully installed nginx and php-fpm also seems to be correctly installed, and running but can't quite work out why PHP files are being downloaded…
Oliver Tappin
  • 129
  • 1
  • 1
  • 7
6
votes
2 answers

How can you determine the version of OS X on a machine that doesn't boot?

I have been given a Mac to repair after a failed update, and may not be able to get reliable information about which update was being applied, or, indeed, to which operating system. If the system would boot, it'd be obvious which OS it was running,…
Clinton Blackmore
  • 3,520
  • 6
  • 36
  • 61
6
votes
6 answers

Read SQL Server Backup File on Mac OS X

I have a .bak file from an SQL Server database on an old hosting account, is there any way to view this file with an application on Mac OS X? All I need to do is get the data out of it. Thanks, Kyle EDIT: I see that you can't read the file on Mac…
Kyle
  • 163
  • 1
  • 1
  • 6
6
votes
2 answers

pkg-config on Mac Doesn't find Libraries

I have been installing a bunch of libraries lately from the GNOME sources on Mac. They use pkg-config. Every time I run a configure, it complains that it can't find library XYZ, which I installed to /usr/local/lib. The only way I can complete the…
Ryan Rosario
  • 225
  • 2
  • 9
6
votes
1 answer

Mac OS X printing to CUPS - More intuitive authentication failure?

We have a network-wide CUPS server that offers authenticated printer access to all our campus users. We've been pretty disappointed with the way Mac clients handle bad printing authentication, though. In any other authentication dialog, when a user…
Moduspwnens
  • 747
  • 1
  • 7
  • 18
6
votes
1 answer

How to add a broadcast address to loopback with ifconfig on a OS/X?

I am trying to use ifconfig to turn on broadcast on my loopback interface. It currently reads: lo0: flags=8049 mtu 16384 As you can see, no broadcast address! :( :( :( I tried this on OS/X but it did not work and it…
chrisapotek
  • 585
  • 2
  • 6
  • 17
6
votes
2 answers

How do I get the exit code of a process that's piped to tee?

I have bash code like this (Mac OS X): foo.sh | tee foo.log echo $? The problem is that $? contains the exit code of tee and not the exit code of foo.sh. How do I get the exit code of foo.sh?
bluesmoon
  • 291
  • 1
  • 3
  • 8
6
votes
2 answers

Mounting a linux image built with "dd" on Mac OSX 10.7

I recently did a ssh root@myserver "dd if=/dev/xvda " | dd of=//myimage.img as instructed by my VPS server docs at linode. I did this before to another linux system and mounted it perfectly by doing sudo mount -o loop myimage.img…
frazras
  • 193
  • 1
  • 9
6
votes
3 answers

Error on .ini file trying to run supervisord

I am trying to use http://supervisord.org/. But came across and error. I have the supervisord.conf file in the same directory I am running this in. I tried to run supervisord for the first time on my OSX Lion computer and when I run it I get the…
mikelbring
  • 263
  • 1
  • 2
  • 7