1 #from skeleton import skeleton
5 Console to $machine.name
11 <p> Your machine appears to be off.</p>
13 <p> Your machine appears to not be accepting VNC connections. Perhaps you have a ParaVM machine?</p>
15 <p>Here is a console to ${machine.name}.</p>
16 <APPLET CODE="VncViewer.class" ARCHIVE="https://$hostname:446/static/VncViewer.jar"
17 WIDTH="100%" HEIGHT="450">
18 <PARAM NAME="PASSWORD" VALUE="moocow">
19 <PARAM NAME="PORT" VALUE="10003">
20 <PARAM NAME="HOST" VALUE="$hostname">
21 <PARAM NAME="VMNAME" VALUE="$machine.name">
22 <PARAM NAME="AUTHTOKEN" VALUE="$authtoken">
23 <PARAM NAME="SocketFactory" VALUE="VNCProxyConnectSocketFactory">
25 <p><strong>Tip:</strong> At a Linux boot prompt, try setting <tt>fb=false</tt> to disable the framebuffer. If you don't, your machine will run just fine, but this applet's display of the console will suffer artifacts.</p>
27 java VncViewer HOST black-mesa PORT 10003 VMNAME tabbott_test AUTHTOKEN quentin SocketFactory VNCProxyConnectSocketFactory