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
2 answers

Connecting to oracle database instance running on VM(Guest Computer) from remote computer

I have oracle database instance up and running on vmware player on Redhat linux(Guest OS). This virtual machine is running on on windows 7 computer(Host OS). I am able to connect to the database instance running on vm using sql developer which is…
KItis
  • 111
  • 2
  • 8
1
vote
2 answers

Port forwarding in Mountain Lion

This HAS to be something that can be done. I've searched and found many answers that claim to do what I want, but I can't seem to put it together. So... I am running a Linux virtual machine under Mountain Lion. The VM runs Apache. I need to redirect…
Chris Ostmo
  • 113
  • 1
  • 8
1
vote
3 answers

How to split text from pipeline into N files of equal size?

I want to pipe a stream to split. I know how big will be the stream in bytes (very big, comes from network), I want split to create N files of relatively equal size, without splitting lines in half. Is it possible to achieve that. Something…
ddinchev
  • 433
  • 1
  • 7
  • 18
1
vote
1 answer

Mac OS X Mountain Lion adding www to virtual host on localhost

I'm new to configuring my Mac for localhost so this may be a dumb question. I want to set up a virtual host so that http://localhost/domain points to http://domain.dev. In my Apache configuration, I have localhost pointing to my Sites folder. …
sehummel
  • 113
  • 4
1
vote
2 answers

Ubuntu 12.04 Server - eth0 1Gbps NIC eth1 10Gbps NIC - all traffic using eth0?

UPDATE: (per request below) serveradmin@FILESERVER:~$ cat /etc/hosts 127.0.0.1 localhost 127.0.1.1 FILESERVER # The following lines are desirable for IPv6 capable hosts ::1 ip6-localhost ip6-loopback fe00::0 ip6-localnet ff00::0…
James
  • 83
  • 8
1
vote
1 answer

Trouble setting up a Gopher server on OS X

I have been trying to host my own Gopher server under OS X (specifically, Snow Leopard), but am finding the process somewhat frustrating. After trying (and failing) to install myriad supposedly cross-platform server packages, I settled for…
1
vote
2 answers

Link Aggregation between Xserve G4 running Leopard Server and Netgear GSM7224

I've got a dual 1.33GHz G4 Xserve running Mac OS X 10.5.2 Server (I'll try upgrading to 10.5.7 shortly) with two Gigabit Ethernet NICs that is a backup storage server. I attempted to configure it for Link Aggregation with our Netgear GSM7224…
morgant
  • 1,470
  • 6
  • 23
  • 33
1
vote
0 answers

MacOSX Server vpnd "CANNOT_LOAD_BUNDLE_ERR"

My office vpn server (a mac osx server) doesn't seem reliable. Clients loose connectivity to the server after 15-20 minutes or more of activity. Often the the first time authentication is re-tried the server will not respond - and no contact is…
Callen
  • 33
  • 5
1
vote
1 answer

Apache + PHP via FastCGI

I'm running into some problems while attempting to run PHP via FastCGI in Apache. I have the FastCGI module loaded, but get the following error when attempting to load a page: The requested URL /fastcgi/php54.fcgi/index.php was not found on this…
Wilco
  • 365
  • 5
  • 17
1
vote
1 answer

ssh login fails for user with empty password

How do you enable ssh login on OS X 10.8 (Mountain Lion) for a user with an empty password? I've seen others asking this question, and like me it's for the same reason: a parent who can't deal with passwords. So "set a password" is not an option. I…
Reid Ellis
  • 111
  • 4
1
vote
3 answers

How to have sshd write passwords associated with login attempts in logs?

I would like to gather common login/password pairs. Currently, I have this in my system.log file: sshd[9117]: error: PAM: authentication error for root from localhost via ::1 How can I have the password inside the logs ? Edit: this is for my…
alecail
  • 201
  • 3
  • 7
1
vote
1 answer

Having XP VM use my host OSX ssh tunnel to connect to a remote site?

I am using Mac OSX and have Windows XP running on VMWare Fusion. I'm creating an ssh tunnel from OSX to a remote server, and then trying to have Windows XP use that tunnel (I actually use a program called Proxifier on XP to filter my XP MS SQL…
Manachi
  • 123
  • 4
1
vote
2 answers

Apache 2.2 on Mountain Lion ignoring ProxyPass and sending request to DocumentRoot

I have sickbeard running at 127.0.0.1:8081/sickbeard ProxyRequests Off ProxyPass /sickbeard http://127.0.0.1:8081/sickbeard ProxyPassReverse /sickbeard http://127.0.0.1:8081/sickbeard in httpd.conf And yet when I try and access…
James H
  • 13
  • 1
  • 4
1
vote
1 answer

Will terminal keep executing a command after i disconnect my VNC session?

I established a remote session in a MacOSX (10.6.8) from my PC (Windows7) using VNC. I initiated terminal and it is currently executing a task that will take probably 1 day before completing. Should I expect that even if I disconnect the VNC…
Fer
  • 11
  • 1
1
vote
1 answer

Why are two IPs responding to my ping?

I'm having a weird issue. On one of a mac, I noticed it was having some weird issues communicating with the server. I pinged the server, 2.0.5.90, from the terminal on the mac, and here are the responses I am seeing. 64 bytes from 10.0.5.90:…
Brett G
  • 2,033
  • 2
  • 28
  • 45