Skip to content


IT Research Conference Presentations

IT Research Support presented at the annual BCNET and IT4BC conferences this year.  The BCNET 2011 conference was held in Vancouver May 3 -4 and IT4BC 2011, hosted by HEITBC, took place in Richmond June 9 - 10. The following is a brief summary of the presentations made by UBC Okanagan IT Research Support.

We must give special thanks to BCNET and IT4BC for inviting us to speak and providing an opportunity to share our experiences with all those in attendance. If you would like to know more about the material covered in the presentations please contact itresearch.ubco@ubc.ca.

BCNET 2011 May 3-4 Vancouver, BC

  • Topic: IT Research Support - Successes and Challenges
  • Track: Information Technology to Accelerate Research
  • Presenters: Steve Cundy (UBC Okanagan), Todd Zimmerman (UBC Okanagan/WestGrid), Martin Siegart (SFU)
  • Presentation: IT Research Support - Successes and Challenges
  • Summary: Highlight the importance of central IT research support, how researchers and IT can become more engaged, and overcoming the obstacles impeding the development of a central IT research support model.

IT4BC 2011 June 9-10 Richmond, BC

Posted in External Feeds, Research Support.


Redmine Upgraded to v1.2.0

Around 9:00pm on May 30, 2011 the UBC Okanagan Redmine project management software was upgraded from version 1.1.2 to version 1.2.0. The upgrade did require one restart of the web server that may have impacted other services at the same time.

This release brings many new features and improvements (including private issues, more customizable workflow, custom fields referencing users and versions, user deletion, time entries bulk edition) and fixes more than 60 defects.

A full list of bug fixes and feature changes can be found here:

Changelog

Posted in External Feeds, Research Support.


UBC BC FIPPA Compliant Survey Tool

Enterprise Feedback Management (EFM) is a Canadian-hosted survey solution complying with the BC Freedom of Information and Protection of Privacy Act. This enterprise-level survey tool is web-based and is a comparable alternative to the US-based Survey Monkey. The survey tool has advanced features such as question branching, cross-tabulation, real-time results sharing, and results filtering.

For more information please visit: http://it.ubc.ca/service_catalogue/social_media_collaboration/survey_tool.html

Posted in External Feeds, Research Support.


Ubuntu 11.04 Upgrade Issues and Tweaks

After upgrading to Ubuntu 11.04 I ran into a number of "issues" some more critical than others.  The following is a collection of issues and fixes that I have applied as I discover them.  FYI: I currently hate Unity but I am trying to give it a chance - but it is painful.

Blank Screen on Boot

When rebooting for the first time after upgrade I had just a blank screen and no way to proceed.  In short, the issue is with plymouth and luks (cryptsetup) when it requires you to enter in your passphrase. The easiest solution I have found, and I tried many, was to add GRUB_GFXPAYLOAD_LINUX="text" to /etc/default/grub and the rebuild grub with the "sudo upgrade-grub" command.  The essentially disables the graphical plymouth and gives you a working text interface.  It appears that this may be still be a bug that is being worked on but there is no current fix that I have found as of this writing.

Dropbox System Tray Icon in Unity

Dropbox was running but the tray icon was missing.  In order to get it back I had to upgrade the dropbox daemon

dropbox stop
rm -rf ~/.dropbox-dist
dropbox start -i

Change Default Login to Gnome instead of Unity

I am not loving Unity at all.  I am trying to get familiar with it on my desktop but my laptop is another story. The change is simple.  When logging in simply select your user account and change the default login (bottom of page) from Ubuntu to Ubuntu Classic.  After that it will store your default on future logins.

No systray icon for application

This is actually a problem with a lot of apps.  As it turns out the Ubuntu folks want apps to be redesigned and a lot of apps won't work with the systray unless added to the whitelist.  To do this you can first look at the existing whitelist

gsettings get com.canonical.Unity.Panel systray-whitelist

To add another application to the whitelist you must include the existing string from the output above and add your app at the end.  In my example I will add keepassx (although keepassx has other issues preventing this from working)

$ gsettings get com.canonical.Unity.Panel systray-whitelist
['JavaEmbeddedFrame', 'Mumble', 'Wine', 'Skype', 'hp-systray']
$ gsettings set com.canonical.Unity.Panel systray-whitelist "['JavaEmbeddedFrame', 'Mumble', 'Wine', 'Skype', 'hp-systray', 'keepassx']"
Non-responsive Left Edge Reveal for Unity launcher

I run synergy with my laptop set for the left of my main desktop screen.  This is not a good combination with the default for the unity launcher.  In order to address this I had to open CompizConfigSettings Manager (sudo apt-get install compizconfig-settings-manager), Search for Unity, select Ubuntu Unity Plugin, and change Reveal Mode to TopLeft.

Systray Icons not showing up after login

If you have configured the whitelist and applications aren't showing up in the applist it is likely because they are loading before Unity which causes problems.  To address this you must modify the exec command in the autostart file either via the command line (~/.config/autostart/app.desktop) or using the Startup Applications app.  Change the exec line to read

bash -c "sleep 15; x"

Replace x with whatever the default exec line was before (ie: skype)

Disable Recently Documents in Launcher

I hate recently used lists in anything and am annoyed when there is no obvious way to do this.  In the Unity Launcher you must

echo -n > ~/.local/share/recently-used.xbel && sudo chattr +i ~/.local/share/recently-used.xbel
rm ~/.local/share/zeitgeist/activity.sqlite
zeitgeist-daemon --replace

Additional Unity Information

I am a long way from loving Unity but I did find a link that proves to be an interesting read:

http://castrojo.tumblr.com/post/4795149014/the-power-users-guide-to-unity

Posted in Linux.


WestGrid Seminar Archives - Spring 2011

The archives of all the WestGrid seminars from the Spring 2011 series are now available at:

http://www.westgrid.ca/support/training/archives/westgrid_spring_2011

The archived talks are:

March 9 | Patrick O’Leary, Director of Operations for WestGrid
Meet and greet with the new Director of Operations

March 23 | Raymond Spiteri, Professor, Department of Computer Science, University of Saskatchewan
Stiffness analysis of cardiac cell models

April 6 | Masao Fujinaga, Analyst, Academic Information and Communications Technology, University of Alberta
Using MATLAB on WestGrid Equipment

Posted in External Feeds, Research Support, WestGrid.