Updated patchset integrating anyterm into ovirt. These changes now work with the anyterm rpm hosted in the public ovirt repository. Simply build the server, node, and node-image rpms with these patches included, update the server with the new server, node-image, and node-image-pxe rpms, and pxe boot a node off it. You will then be able to access the terminal via the vm's details pane.
Mohammed Morsi
2009-Apr-21 19:47 UTC
[Ovirt-devel] [PATCH node-image] unblacklist gconv as needed by anyterm and open anyterm port
---
common-blacklist.ks | 4 ++--
common-post.ks | 2 ++
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/common-blacklist.ks b/common-blacklist.ks
index 9127219..fe6c107 100644
--- a/common-blacklist.ks
+++ b/common-blacklist.ks
@@ -88,8 +88,8 @@ blacklist="/boot /etc/alsa /etc/pki
/usr/share/hwdata/MonitorsDB \
/usr/share/tc /usr/share/emacs /usr/share/info \
/usr/src /usr/etc /usr/games /usr/include /usr/local \
/usr/sbin/{dell*,sasldblistusers2,build-locale-archive,glibc_post_upgrade.*}"
-blacklist_lib="/usr/lib{,64}/gconv \
- /usr/{,lib64}/tc /usr/lib{,64}/tls /usr/lib{,64}/sse2 \
+blacklist_lib="/usr/{,lib64}/tc \
+ /usr/lib{,64}/tls /usr/lib{,64}/sse2 \
/usr/lib{,64}/pkgconfig /usr/lib{,64}/nss \
/usr/lib{,64}/games /usr/lib{,64}/alsa-lib /usr/lib{,64}/fs/reiserfs \
/usr/lib{,64}/krb5 /usr/lib{,64}/hal /usr/lib{,64}/gio \
diff --git a/common-post.ks b/common-post.ks
index b4efb73..2734004 100644
--- a/common-post.ks
+++ b/common-post.ks
@@ -70,6 +70,8 @@ cat > /etc/sysconfig/iptables << \EOF
-A INPUT -p tcp --dport 16509 -j ACCEPT
# SSH
-A INPUT -p tcp --dport 22 -j ACCEPT
+# anyterm
+-A INPUT -p tcp --dport 81 -j ACCEPT
# guest consoles
-A INPUT -p tcp -m multiport --dports 5800:6000 -j ACCEPT
# migration
--
1.6.0.6