Install

To do:

git

$ xauth list $DISPLAY
You'll get something like

somehost.somedomain:10 mit-magic-cookie-1 4d22408a71a55b41ccd1657d377923ae

Then, after having done su, tell the new user what the cookie is:

$ xauth add somehost.somedomain:10 MIT-MAGIC-COOKIE-1 4d22408a71a55b41ccd1657d377923ae

xauth add apollo/unix:0  MIT-MAGIC-COOKIE-1  b4a0a5afb283a1bfaeb39690b5bc848b

on AIX use sudo xauth add ${xauth list $DISPLAY}


(just copy and paste the output of the above 'xauth list' onto 'xauth add') That's it. Now, you should be able to start any X application.

sunit TestCase buildSuite run. TestCase buildSuite randomRun: 1234

bom packaged image needs nodialog pay file abt.ini ease40.dll esvm40.dll ifc.icx current.bom run as nodialog -iifc.icx -ini:abt.ini “C:\avast\363” “standalone.bom” -lCON

run packaged image esvio abc.icx -iabc.ini sourceDir bomfile

Ubuntu needs this: sudo apt-get install libc6:i386

I've created you a new repository group within the vastinstaller project. Repositories can be reorganized pretty easily so we can move this elsewhere later if need be.

Go to the following URL: https://inst.kilnhg.com/Code/vastinstaller/Testing/devel This is where you repo lives. Because it's empty, you will need to clone it first hg clone https://inst.kilnhg.com/Code/vastinstaller/Testing/devel Then put your files in there and commit to your local repository on your machine hg commit -A Then push the changes up to the remote repository on Kiln hg push