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

sshd on mac does no longer accept connections in inetd (-i) mode, but does in do not detach mode (-D), how to fix?

Some weeks ago ssh login was no longer possible to a remote Mac. Problem started occuring around upgrading Webmin to version 1.550 and/or changing settings using webmin. Using: * Mac OS X 10.6.5 + Webmin 1.550 + Virtualmin 3.66GPL Expected…
Pro Backup
  • 984
  • 4
  • 15
  • 35
1
vote
1 answer

Can you SSH with MAMP?

I'm not sure whether you can connect to MAMP via Terminal (as SSH) that works like a server when SSH'ing into a webserver. I like to do this with MAMP but not entirely sure if you can - Google didn't help this part. If I do this: ssh -p 22…
MacMac
  • 2,061
  • 10
  • 31
  • 38
1
vote
2 answers

OpenVPN Network Unreachable

I'm working to set-up a VPN access to a group of virtual machines at Linode., the topology looks something like this: db.example.com LAN: (eth0:0) 192.168.154.127/255.255.128.0 utility.example.com LAN: (eth0:0)…
Lee Hambley
  • 360
  • 3
  • 12
1
vote
1 answer

Macs connecting to Windows File share

So, we have Mac users who connect to our Windows file shares. When they open the first time, they are connected without issue, but if they were to close the finder window and try to open it up again, it will just say connecting and never actually…
sgedzyk
  • 93
  • 5
1
vote
1 answer

Citrix XenApp-like terminal services for MacOSX?

I was wondering if anyone has ever worked with a Citrix XenApp-type terminal services for MacOSX? I want to be able to Virtualize MacOSX desktops and workspaces so that our designers can login to the same workspace anywhere they go. XenApp was the…
cohortq
  • 475
  • 1
  • 6
  • 13
1
vote
1 answer

Broken folder behavior in OS X 10.6.7 Finder

We're running into a problem with certain files and folders on our Windows 2003 R2 file share. The problem only affects OS X 10.6 clients. Certain files and folders on the share seem to lose their filetype association. For 10.6 clients, the file or…
Brian
  • 925
  • 2
  • 12
  • 20
1
vote
1 answer

Getting a desktop background of windows machine along with the application in Mac

When I open a remote app in mac, I'm getting a desktop background of windows machine along with the application. I need to show only the application to the user. Is there anyway to hide the background?
krishnan
  • 11
  • 2
1
vote
2 answers

How do I get bootcamp to properly pay attention to the option key?

I have bootcamp installed, and it has worked fine (for months) until today. When I boot up now, it goes straight into OS-X, whether or not I have the option keys pressed. It still sees the other partitions when I go into the "Startup Disk" utility…
aperkins
  • 113
  • 3
1
vote
3 answers

OS X Server FTP server

I'm running an OS X Server with the following services turned on: Web, MySQL, DNS, AFP, Firewall. I'd like to also start FTP, and I did this, but I can't seem to make it work properly. I'm sure there is a way, but I can't find a way to make it work…
Sorin Buturugeanu
1
vote
2 answers

Scripting Mac Parental Controls application whitelists - anyone have success?

While most of our accounts are managed through workgroup manager, we often set up local accounts to be used for end-of-term governmental exams at the K-12 institition where I work. It would be nice to lock down the computers such that students can…
Clinton Blackmore
  • 3,520
  • 6
  • 36
  • 61
1
vote
1 answer

Understanding URLs in Apache on Mac

Running Apache on Mac Snow Leopard (ie Web sharing enabled). Paths are evaluating in ways not expected: example.com/folder is returning a file (sans exception) instead of a folder. If I make a call to example.com/events/March and I have a file…
SamGoody
  • 111
  • 3
1
vote
2 answers

Replicate accounts via SSH in Macos X 10.5.8

I have a cluster of 100 iMacs and I wanted to replicate all the accounts via SSH, in linux, I wrote a very simple script in which copies the /etc/passwd* /etc/group* /etc/shadow* to /etc in each node, but I can't do this in Mac OSX just like that.…
natorro
  • 111
  • 3
1
vote
2 answers

10.5 clients cannot connect via AFP to OS X 10.4.11 server

Server : xServe running 10.4.11 Login with AFP is successful with Clients: all 10.6.x all 10.4.x Login fails ( or more accurately never produces a login dialog window, just get a "Connecting to afp://x.x.x.x" message with barber pole progress bar )…
mozzer
  • 45
  • 7
1
vote
1 answer

OSX: Is it possible to mount RAID volume in any other OS except OSX?

I've got 3 SATA hdds in my computer which is in fact - stripe software RAID volume. I want to transfer data from there. I know that Linux can read HFS+ file system. Is there's any chance to MOUNT whole RAID volume by it's ID somehow?
holms
  • 1,524
  • 7
  • 20
  • 37
1
vote
2 answers

Able to configure/compile PHP --with-ldap, but LDAP is not listed in phpinfo()

I am trying to compile PHP with LDAP support using these lines: ./configure --prefix=/app/php --with-ldap=/usr sudo make sudo make install Everything appears to install fine without issue, and PHP runs fine, but when I run a phpinfo, I…
KM.
  • 1,786
  • 2
  • 18
  • 31