Add workaround for broken libvirt.
[libguestfs-talks.git] / 2014-kvm-forum / run
1 #!/bin/bash -
2 # Run the talk.
3
4 # Avoid GNOME keyring stupidity
5 export GNOME_KEYRING_CONTROL=
6 export GNOME_KEYRING_PID=
7
8 # Clean up everything.
9 find -name '*~' -delete
10 rm -f virt-v2v.d/windows.xml
11 rm -f virt-v2v.d/windows-sda
12
13 # No proxy.
14 unset http_proxy
15 unset https_proxy
16 unset ftp_proxy
17
18 # Libvirt is broken (RHBZ#1151404).
19 export LIBGUESTFS_BACKEND=direct
20
21 # Get everything into the cache.
22 guestfish -a /dev/null run > /dev/null &
23
24 # Run techtalk.
25 techtalk-pse