0
votes
1answer
15 views

publickey error using cvs

I'm trying to get a copy of the repository for scrotwm using their cvs repository, but I'm having some trouble. I'm running the pull according to this example: ...
2
votes
1answer
221 views

bash file recovery?

I think I messed up my bash file /bin/bash when trying to create my first script, it displays a message saying "process completed" and locks my terminal, if I switch to another shell e.g sh, then it's ...
0
votes
4answers
210 views

How to check the location of installed files when using Installer on Mac 10.6.7

I am installing a C++ library using the Installer application(its a .mpkg file) The installation is successful, but I cannot find the location of the library to set an environmental variable. I have ...
0
votes
3answers
1k views

can't run GlassFish because something is using port 8080; but how to find it?

I develop on Mac (Lion) with Eclipse and GlassFish 3.1. GlassFish uses ports 8080 and 4848. Suddenly, when I try to launch GlassFish it tells me it can't because there's a port conflict. As far as I ...
0
votes
1answer
757 views

trying to run Apache James (email server) on Mac — getting “Permission denied” error — help?

I download Apache James email server on my Mac. I extracted the zip to a "james-2.3.2" folder. When I run "./james-2.3.2/bin/run.sh" I get a "Permission denied". I tried doing a chmod 755 on the ...
3
votes
2answers
809 views

How to install TermKit on Mac? [closed]

https://github.com/unconed/TermKit command: git clone https://github.com/unconed/TermKit.git --recursive Prompt: fatal: https://github.com/LearnBoost/Socket.IO.git/info/refs not found: did you ...