Updated x 4
Download this handout which contains slides that accompany the talk.
I’ll be holding a libguestfs live “webinar” this Friday, 18th November 2011 at 16:00 UTC.
To convert the time to your location, do:
date -d '2011-11-18 16:00Z'
The programme will include:
- An introduction to libguestfs features.
- Live demonstrations of guestfish, a Python program, inspection, and image resizing.
- An overview of major new features in RHEL 6.3.
- The opportunity to ask questions on any technical topic related to libguestfs.
Don’t worry if you can’t make it or if you can’t get Webex working. It will all be recorded and put online in an open format soon afterwards.
This is a Webex conference. See the end of this posting for details on how to get this working on Linux (hint: it’s not simple).
——————————————————
To join the online meeting (Now from mobile devices!)
——————————————————
1. Go to
https://redhat.webex.com/redhat/j.php?ED=147474492&UID=1224398107&PW=NMGVhMThkZjcx&RT=MiMxMQ%3D%3D
2. If requested, enter your name and email address.
3. If a password is required, enter the meeting password: friday
4. Click “Join”.
To view in other time zones or languages, please click the link:
https://redhat.webex.com/redhat/j.php?ED=147474492&UID=1224398107&PW=NMGVhMThkZjcx&ORT=MiMxMQ%3D%3D
——————————————————
To join the audio conference only
——————————————————
To receive a call back, provide your phone number when you join the meeting, or call the number below and enter the access code.
Call-in toll-free number (US/Canada): 1-877-668-4493
Call-in toll number (US/Canada): +1-408-600-3600
Global call-in numbers:
https://redhat.webex.com/redhat/globalcallin.php?serviceType=MC&ED=147474492&tollFree=1
Toll-free dialing restrictions:
http://www.webex.com/pdf/tollfree_restrictions.pdf
Access code:641 248 458
To add this meeting to your calendar program, click this link:
https://redhat.webex.com/redhat/j.php?ED=147474492&UID=1224398107&ICS=MI&LD=1&RD=2&ST=1&SHA2=tWADgr2Qmvu/AdEm1x/a2CY/9jMOWhTDniqRjXBvCNg=&RT=MiMxMQ%3D%3D
Webex tips:
Try the Webex test meeting: http://www.webex.com/test-meeting.html
Webex needs a Java plugin for your browser, but be warned that it’s a trial to get all the extra things you need. In particular if it doesn’t work, go into $HOME/.webex/*, locate all *.so files, and install all the missing 32 bit libraries they depend on, ie:
cd ~/.webex
find -name '*.so' | xargs ldd | grep 'not found'
# the gcj version number may be different in the next line
sudo yum install /usr/lib/gcj-4.6.2/libjawt.so
# This list of libraries is taken from the ones needed
# by webex on my machine. Some "No package ... available"
# warnings are expected here.
sudo yum install {/lib,/usr/lib}/{libasound.so.2,libatk-1.0.so.0,libc.so.6,libdl.so.2,libfontconfig.so.1,libfreetype.so.6,libgcc_s.so.1,libgdk_pixbuf-2.0.so.0,libgdk-x11-2.0.so.0,libglib-2.0.so.0,libgmodule-2.0.so.0,libgobject-2.0.so.0,libgtk-x11-2.0.so.0,libm.so.6,libnsl.so.1,libpango-1.0.so.0,libpangoft2-1.0.so.0,libpangox-1.0.so.0,libpangoxft-1.0.so.0,libpng12.so.0,libpthread.so.0,libresolv.so.2,librt.so.1,libstdc++.so.6,libuuid.so.1,libX11.so.6,libXext.so.6,libXft.so.2,libXi.so.6,libXmu.so.6,libXrender.so.1,libXt.so.6,libXtst.so.6,libXv.so.1,libz.so.1}
