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
10
votes
3 answers

Apache not finding folder on File System; Appending "\xe2\x80\x9d" to end of File Paths

I have three Virtual Hosts running in apache2 on my personal Macintosh running OS X Mavericks and I have ran into a knot of confusion. They are configured in my httpd-vhosts.conf file as follows: DocumentRoot…
Uncle Nerdicus
  • 123
  • 1
  • 2
  • 6
10
votes
2 answers

Where are my TIME_WAITs on Mac OS X?

No TIME_WAITs on Mac OS X Normally, when a TCP connection is closed, the socket on the side where close() is called first is left in the TIME_WAIT state. When one of the peers is a Mac OS X (Lion) machine, no TIME_WAIT is listed by netstat -an on…
mgd
  • 267
  • 1
  • 3
  • 9
10
votes
4 answers

Get the interface and ip address used to connect to a specific host (ip)

I'm sure this has been asked and answered before, but I wasn't able to find it, so hopefully this will at least link someone to the right place. I want to find out my local interface and ip address used to reach a certain host. For instance, if I…
umop
  • 203
  • 1
  • 2
  • 7
10
votes
4 answers

Secure way to mount a password protected cifs share in mac

I'm maintaining a heterogeneous network of mac and linux so I decided to create a little perl script to unify mounting strategies across machines. Actually, I already have a working perl script, however, the password seems is part of the command…
icasimpan
  • 616
  • 3
  • 6
  • 15
10
votes
3 answers

SSH-forwarded X11 display from Linux to Mac lost after some time

I have a new and vexing problem with ssh forwarding my X11 connection when logging in from a Mac (10.7.2) to Linux (Ubuntu 8.04). I have no trouble using ssh -X to log in to the remote machine and starting an X11-based application from that…
mklein9
  • 331
  • 2
  • 9
10
votes
1 answer

Mac OS Web Sharing - where are the apache logs?

I've got web sharing enabled (System Preferences / Sharing / Web Sharing ) on my mac os x machine (10.6). I'd like to inspect the apache logs to look at the user agent string. Where are these logs kept? Answers on here appear to suggest…
Ben Clayton
  • 235
  • 1
  • 3
  • 7
10
votes
5 answers

Add daemon account on OS X

I'm trying to manually install a daemon (Oracle Grid Engine) on my machine, and I would like it to run under an isolated account. What is the preferred way, using Directory Services, to add a "system" account to the local machine on OS X? Plenty of…
Tim Yates
  • 235
  • 2
  • 7
10
votes
4 answers

How do I flush the DNS cache on Win, Mac, Linux computers?

How do I flush the DNS cache on Win, Mac, and Linux computers?
username
  • 4,755
  • 19
  • 55
  • 78
10
votes
6 answers

Preventing Mac OS X clients from polluting Windows shares with resource forks

When Mac OS X clients copy files in a Windows share, they'll create some files like .DS_Store and ._ prefixed hidden files (that I think store resource forks of the files). How can I prevent pollution of these shares by these files? A solution that…
mmx
  • 482
  • 1
  • 8
  • 19
10
votes
4 answers

how to silently install .dmg in MacOS?

I have a .dmg MacOS package (with 'continue' buttons, EULA etc) that i need to install on multiple computers. Is it a way to do so silently via a bash/python/ruby/etc script just like silent MSI installation in Windows? I can automate installation…
grigoryvp
  • 3,655
  • 11
  • 39
  • 59
10
votes
2 answers

Why does SSH think I still have a 'known_hosts2' file?

While trying to clean up my SSH config and key files on my iMac (macOS Monterey 12.1), I tried to SSH using the verbose flag (-v). This generated output including the following lines: ... debug1: load_hostkeys: fopen /Users/clint/.ssh/known_hosts2:…
Clint Laskowski
  • 103
  • 1
  • 1
  • 6
9
votes
2 answers

Very slow SMB speeds on macOS

Since I recently got a new Mac Pro (running Catalina 10.15.2), I connected it using 10 GBit Ethernet to my Debian 10 / Proxmox server. When connecting to a share however, I am only getting 150-300 MB/s read/write performance. Here's my current…
Tobias Timpe
  • 245
  • 1
  • 4
  • 8
9
votes
1 answer

ILO client for OSX

over the last weeks I have been using ILO4 on my HP server quite extensively. Under OSX this seems to be a big pain however, I open the browser to get to the ILO interface, login, download a java applet, have to go to my security settings to really…
DerNils
  • 133
  • 2
  • 5
9
votes
3 answers

Why does docker-machine clear data on restart?

I'm using Docker Toolbox on OSX. I've created a data volume container for storing persistent data: https://docs.docker.com/userguide/dockervolumes/#creating-and-mounting-a-data-volume-container. I checked that this data is indeed stored on the…
Gerry
  • 378
  • 2
  • 3
  • 13
9
votes
1 answer

Postfix not working on MacOS Yosemite

Postfix would not bind to the ipv6 port. Gives an error of: *** postfix/master[39799]: fatal: bind fe80::1 port 25: Can't assign requested address
Interlated
  • 341
  • 1
  • 3
  • 9