The University of Vermont

12/8/2008

Gnokii OS X, Part II

Wesley Wright (Grand High Wizard of Blogsalot) @ 2:45 pm

A long circuitous path, but in the end — sucess!
Started off with darwinports, but that only got us 0.6.8 (current as of this writing was 0.6.27).
Then tried Fink. That got us up to 0.6.13
dating
Tried that version agains a LG phone. It wrked, but the LG phonewasn’t a GSM phome, and thus didnt understand the [...]

comments ?


10/22/2008

Wammu Gammu OS X

Wesley Wright (Grand High Wizard of Blogsalot) @ 11:16 am
(filed under category ElectronicArts=> Systems and Servers)

Long and winding road.
Download cmake source from www.cmake.org — Binary Package is only for Tiger right now. Configure (./bootstrap; make; sudo make install) and install
Download and configure mysql with

env MACOSX_DEPLOYMENT_TARGET=10.5 CFLAGS=”-arch ppc -arch ppc64 -arch i386 -arch x86_64 -g -Os -pipe -no-cpp-precomp” CCFLAGS=”-arch ppc -arch ppc64 -arch i386 -arch x86_64 -g -Os [...]

comments ?


6/4/2008

MacMini Landscape Server, Part II

Wesley Wright (Grand High Wizard of Blogsalot) @ 10:16 pm

When last we left this project, most things were working except freetype/truetype text used in dynamic graphs and maps

comments ?


5/30/2008

Migrate Landscape Change Project to MacMini server

Wesley Wright (Grand High Wizard of Blogsalot) @ 2:57 pm

 On paper, this seems easy. Just move 70 GB of images and a dozen database tables to a brand new mac, and we’re done.
Well, not quite…
Step 1: prepare the mac out of the box
This was mostly straight-forward; however, I did a couple of things a little different hoping it would minimize problems down the road.
 
First, [...]

comments ?


7/13/2007

CMAP server notes

Wesley Wright (Grand High Wizard of Blogsalot) @ 4:35 pm
(filed under category Projects=> Systems and Servers)

It is pretty simple — still, it might be worth me writing some documentation.
And too simple, for some: I see two folders there from non-UVM “contributors.” Apparently, I had the default permissions set such that “Everyone” could create folders. I have rescinded that permission, so you may want to try creating yet another new test [...]

comments ?


7/31/2006

Mediawiki for LRG

Wesley Wright (Grand High Wizard of Blogsalot) @ 11:33 am
(filed under category Projects=> Systems and Servers)

Did a little research on wikis, to see if anything looked much better (criteruim being does it allow people to quickly create "personal" wikis on the fly like wikispaces does). Didn’t find anything notably better.
So, Installed Mediawiki 1.68 on LRG website. 
Then worked on making it use  LDAP  for authentication.

comments ?


6/21/2006

libjpeg, libpng, zlib, freetype, libgd, and GD.pm

Wesley Wright (Grand High Wizard of Blogsalot) @ 4:25 pm
(filed under category Projects=> Systems and Servers)

Downloaded, configured, and installed on my Mac

libjpeg
libpng
zlib
freetype
libgd
GD.pm

over and over agan, it seems.
But it was not for naught: I finaly got the Landscape Change Thumbnails/Zoom script to process all 12,000 files.
The Zoomify part was a bug in the ZoomifyBase.py code. There was a line
    tempImage = imageRow.resize((imageWidth/2, imageHeight/2), PIL.Image.ANTIALIAS)
well, if imageWidth or imageHeight was <=1, [...]

comments ?


6/2/2006

GD.pm

Wesley Wright (Grand High Wizard of Blogsalot) @ 3:25 pm
(filed under category Projects=> Systems and Servers)

Finaly figured out secret: configure libgd –with-PREFIX=my_home, edit makefile and global replace libgd with libgd_033. Make, install. Switch to GD, perl Makefile.PL, edit makefile, change references to libgd to libgd_033 in my_home, make. Ta-da!

comments ?


6/1/2006

GD.pm

Wesley Wright (Grand High Wizard of Blogsalot) @ 4:22 pm
(filed under category Projects=> Systems and Servers)

Tried to nstall GD.pm on anything. HA! Lots of version problems. No tangible progress yet.

comments ?


11/21/2005

Landscape Questions

Wesley Wright (Grand High Wizard of Blogsalot) @ 5:06 pm
(filed under category Projects=> Systems and Servers)

Paul had TSG change ownership of all /:/perkins files to perkins:perkins; unfortunately, this swept up all /:/perkins/landscape files, too. Helped him unravel the problem

comments ?


11/8/2005

The new Tablet

Wesley Wright (Grand High Wizard of Blogsalot) @ 3:50 pm
(filed under category Projects=> Systems and Servers)

Figuring out how to make the new tablet work:

downloaded/installed MS Office from UVM campus agreement share
downloaded/installed/configured Thunderbird, which did some screwey stuff with mailboxes but eventually got going (although the Junk Mail filter, I didcovered later, was a b it too agressive)
calibrated pen (several times. Still not quite right)
played with image editing software (kinda crappy)
downloaded/installed [...]

comments ?


11/4/2005

New Laptop

Wesley Wright (Grand High Wizard of Blogsalot) @ 3:18 pm
(filed under category Projects=> Systems and Servers)

M275E 1GB Tablet 2.0GHz (BTS05-11, $2,046.00)  to support my needs. First hour spent trying to make wireless card and VPN work. Pffffffffftttt. Next two hours installing software and updates. Acccccccckkkwwpfft.

comments ?


10/17/2005

Dspace Ddied, resurrected

Wesley Wright (Grand High Wizard of Blogsalot) @ 3:09 pm
(filed under category Projects=> Systems and Servers)

Still tracking down the Dspace/Tomcat problems.
Frank told me about the lsof command, which lists files opened by a process. trying that on badger gave no results. trying it on my Mac gave instant results. Hmmm…
I did a ps auxww | grep dsspace to see what was running, so I could get the right process name [...]

comments ?


9/16/2005

Make Dspace talk to LDAP

Wesley Wright (Grand High Wizard of Blogsalot) @ 4:00 pm
(filed under category Projects=> Systems and Servers)

Option 1, which should work, near as I can tell from several hours googling, is to build a "Trusted Keystore" — put a copy of the LDAP servers cert into a different keystore:
    keytool -import -file my_ldap_cert.cer -alias my_ldap_cert -keystore trusted.keystore
Now add that to your Tomcat (version 5.0.27 or better) container. For example,
    <Connector [...]

comments ?


9/15/2005

httpS for badger

Wesley Wright (Grand High Wizard of Blogsalot) @ 12:44 pm
(filed under category Projects=> Systems and Servers)

Got hold of a geotrust signed certificate for badger. That was easy (and $110 of UVM money).
Hard part was getting it installed, since I built the key and the certificate signing request (CSR) with openssl rather than keytool, and it was all being installed in tomcat.
The Tomcat SSL How-To proved to be the definitive source, [...]

comments ?


Contact UVM © 2009 The University of Vermont - Burlington, VT 05405 - (802) 656-3131