July 27, 2006

XServe Notes

Fooling with an XServe. Not fully successful - probably a firewall. :(

http://images.apple.com/server/pdfs/Command_Line_v10.4_2nd_Ed.pdf

sudo /System/Library/ServerSetup/serversetup -createUser "Charles Severance" csev password

curl -O http://metissian.com/downloads/macosx/subversion/subversion-client-1.3.1.dmg

sudo hdiutil mount subversion-client-1.3.1.dmg

cd /Volumes/Subversion\ Client\ 1.3.1/

installer -pkg SubversionClient-1.3.1.pkg -target /

scp build.properties collab4.dc.umich.edu:
scp -r maven-1.0.2/ collab4.dc.umich.edu:dev
scp -r .subversion/ collab4.dc.umich.edu:

sudo ipfw list

sudo ipfw add allow tcp from any to any 8090
sudo ipfw add allow tcp from any to any 8090 via en0
sudo ipfw add allow tcp from any to any 8090 setup
sudo ipfw add allow tcp from any to any 8090 in
sudo ipfw add allow tcp from any to any 8090 out

(did not work)

Posted by csev at July 27, 2006 07:55 PM