Category: Documentation

27/05/13

Permalink 12:34:18 pm, by Greg, 14 words, 10 views   English (CA)
Categories: Documentation; Mins. worked: 0

javaws not running jnlp files

To fix this problem, run
sudo update-alternatives --config javaws
and choose the java 7 version

26/03/13

Permalink 01:26:53 pm, by mholmes, 77 words, 49 views   English (CA)
Categories: Servers, R & D, Activity log, Documentation; Mins. worked: 180

All projects moved to Peach

All current Tomcat-based projects have now been moved to Peach, with the help of RE, who has re-pointed all the relevant domains. The IALLTJournal project has been retired, since it's no longer in use, as has the old version of Francotoile, which was built on eXist 1.4. This was a fairly slow and careful migration over a couple of days, and we expect no problems, but Pear will continue to run for a little while just in case.

16/01/13

Permalink 10:33:13 am, by sarneil, 12 words, 127 views   English (CA)
Categories: Documentation; Mins. worked: 0

ssh recursively remove folders and their contents

to recursively remove folders and their contents rm -rf path/to/folder

15/01/13

Permalink 10:09:07 am, by mholmes, 52 words, 81 views   English (CA)
Categories: Servers, R & D, Activity log, Activity log, Documentation, Documentation; Mins. worked: 30

Rutabaga rsync problem

After a system update, rsync stopped working over ssh on Rutabaga. We eventually discovered that users rsyncing over ssh require the ssh service to be turned on (Control panel/Terminal/SSH service). This was apparently not necessary in previous builds, or perhaps it was turned off by the update for some reason.

07/12/12

Permalink 12:35:27 pm, by mholmes, 25 words, 110 views   English (CA)
Categories: R & D, Documentation; Mins. worked: 0

Type Unicode characters in Gnome 3

Putting this on the blog because I keep forgetting it:

Type Control+Shift+U, then release and type the hex of the character, then return.

22/11/12

Permalink 09:53:52 am, by mholmes, 127 words, 125 views   English (CA)
Categories: R & D, Activity log, Documentation; Mins. worked: 120

Updates to JavaScript code for HotPot exercises

A change in the user agent string for Firefox 17 has triggered an error message in HotPot and Quandary exercises. An update to the applications will be required, which we'll do at home, but in the meantime all the existing exercises we provide to departments needed to be updated, including Greek, Latin, Spanish, XSLT (DHSI), Hulquminum and Arabic. Those have all now been updated.

This is basically what I did:

  • Search and replace with regex on the dir trees in Oxygen:
    ([\t ]*alert\('Your browser may not be able to handle this page.'\);)
    //$1
    
  • rsync of the HTML files to the site -- e.g.:
    rsync --verbose --progress --stats --recursive --include '*/' --include '*.htm' --exclude '*' arabic/ lancenrd@unix.uvic.ca:/u/lancenrd/www/arabic/
    

15/11/12

Permalink 04:41:56 pm, by mholmes, 104 words, 95 views   English (CA)
Categories: Labs, R & D, Documentation, Documentation; Mins. worked: 15

Configuring Gnome 3

Some notes on how to configure Gnome 3, in preparation for trying to roll it out to the lab machines:

14/09/12

Permalink 02:01:03 pm, by mholmes, 248 words, 150 views   English (CA)
Categories: Servers, R & D, Activity log, Activity log, Documentation, Documentation; Mins. worked: 120

TEI Jenkins CI servers: new setup

This is my documentation of recent changes to the way the TEI Jenkins Continuous Integration Server VMs are configured.

The new VM whose machine name is teijenkins1204 is now running Jenkins on port 8080, and also Apache proxying Jenkins on port 80. JA (sysadmin) has pointed the DNS entry for teijenkins.hcmc.uvic.ca at this machine, so the Jenkins instance is accessible on port 80 and 8080 there. The dual access allows for normal access to Jenkins on port 80 (convenient), but also for a situation in which we might want to put up a temporary warning page on port 80 while solving a problem with Jenkins accessed through 8080, then restore the proxy setup. I followed these instructions to set up proxying.

That machine is also running denyhosts.

The old machine hostname has been changed to teijenkinsdev, and JA has pointed teijenkinsdev.hcmc.uvic.ca at it. The Jenkins service has been disabled on this machine using sysv-rc-conf. When I ran that tool, it showed X characters for the jenkins service on run levels 2, 3, 4 and 5. I removed all of them; to re-enable the service, run it again and replace them. In the meantime, you can run Jenkins manually using sudo /etc/init.d/jenkins start. The plan is to reprovision that machine with more RAM and disk space, and then build it up with Ubuntu 12.10 to test and tweak the build script; doing this for every Ubuntu release will make it less messy to migrate to the next LTS when it comes out.

07/09/12

Permalink 02:27:29 pm, by mholmes, 88 words, 105 views   English (CA)
Categories: R & D, Activity log, Documentation; Mins. worked: 60

Exist WAR building

Spent some time with GN trying to get builds working on Plum. We found a couple of bugs in the code, which were reported and fixed, and I also added some new false positives to the log-parse file. Now we're back to apparently-working builds (although with warnings) for three out of the four builds OK, and the last one in process. I need to start testing recent builds with MoEML next week if I have a chance. We've commented out the svn module because that was causing problems.

06/09/12

Permalink 03:32:59 pm, by mholmes, 30 words, 252 views   English (CA)
Categories: R & D, Activity log, Documentation; Mins. worked: 20

Running roma locally pointing at SVN stylesheets and source

This seems to work:

roma --xsl=/home/mholmes/WorkData/tei/sf_repo/trunk/Stylesheets --localsource=/home/mholmes/WorkData/tei/sf_repo/trunk/P5/Source/guidelines-en.xml --isoschematron london_all.odd

:: Next Page >>

Maintenance

This blog is the location for all work involving software and hardware maintenance, updates, installs, etc., both routine and urgent, in the server room, the labs and the R&D rooms.

Reports

Categories

June 2013
Sun Mon Tue Wed Thu Fri Sat
 << <   > >>
            1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30            

XML Feeds