SGD Install Errors

I'm trying to install Secure Global Destkop

3.44.974.

I type "sh tta_inst.sh".

The installation fails.

I look in the /tmp/tta_inst.log.

pkgadd: ERROR: packaging file

</tmp/ttainsta_7/ttapkg.4999/pkg/tta/install/preinstall/> is corrupt pathname

does not exist

Many lines in /tmp/tta_inst.log like this.

Any suggestions?

Thank you for your help.

[439 byte] By [ShinobuYamaguchi] at [2007-11-25 20:53:10]
# 1

Shinobu san,

I don't know what tta_inst.sh is. Are you installing from a file with a

.shx extension (eg ttai3li.shx)? And what platform (Solaris or Linux)

are you installing on?

Regards,

--

Bill Weir, Tarantella Engineer.

Shinobu Yamaguchi wrote on 29/06/2005 06:34:

> I'm trying to install Secure Global Destkop

> 3.44.974.

>

> I type "sh tta_inst.sh".

>

> The installation fails.

>

> I look in the /tmp/tta_inst.log.

>

> pkgadd: ERROR: packaging file

> </tmp/ttainsta_7/ttapkg.4999/pkg/tta/install/preinstall/> is corrupt pathname

> does not exist

>

> Many lines in /tmp/tta_inst.log like this.

>

> Any suggestions?

> Thank you for your help.

BillWeir at 2007-7-4 19:01:59 > top of Java-index,Desktop,Sun Secure Global Desktop Software...
# 2

Hello Bill,

Im trying to install on a Sun Blade 100 with

Solaris 9. The tta_inst.sh file is part of the

Tarantella install file that I downloaded.

tta344947.tar from

www.tarantella.co.jp/download/download.html.

Thank you

Mr. Weir

Bill Weir wrote:

> Shinobu san,

> I don't know what tta_inst.sh is. Are you

installing from a file with a

> ..shx extension (eg ttai3li.shx)? And what platform (Solaris or Linux)

> are you installing on?

> Regards,

> --

> Bill Weir, Tarantella Engineer.

> Shinobu Yamaguchi wrote on 29/06/2005 06:34:

> > I'm trying to install Secure Global Destkop

> > 3.44.974.

> >

> > I type "sh tta_inst.sh".

> >

> > The installation fails.

> >

> > I look in the /tmp/tta_inst.log.

> >

> > pkgadd: ERROR: packaging file

> > </tmp/ttainsta_7/ttapkg.4999/pkg/tta/install/preinstall/> is corrupt

pathname

> > does not exist

> >

> > Many lines in /tmp/tta_inst.log like this.

> >

> > Any suggestions?

> > Thank you for your help.

ShinobuYamaguchi at 2007-7-4 19:01:59 > top of Java-index,Desktop,Sun Secure Global Desktop Software...
# 3

Shinobu san,

I'm not 100% sure what the problem is, but it may be an instance of a

problem we had with some recent versions of Solaris pkgadd. Try this

workaround.

Create an executable shell script called /tmp/tta_pkgadd, as follows:

#!/bin/sh

chmod 777 $TTA_TMPDIR

exec pkgadd "$@"

and then run the install like this:

TTA_PKGADD_CMD=/tmp/tta_pkgadd export TTA_PKGADD_CMD

sh tta_inst.sh

Let me know what happens.

Regards,

--

Bill

Shinobu Yamaguchi wrote on 30/06/2005 07:22:

> Hello Bill,

>

> Im trying to install on a Sun Blade 100 with

> Solaris 9. The tta_inst.sh file is part of the

> Tarantella install file that I downloaded.

> tta344947.tar from

> www.tarantella.co.jp/download/download.html.

>

> Thank you

> Mr. Weir

>

> Bill Weir wrote:

>

>

>>Shinobu san,

>>I don't know what tta_inst.sh is. Are you

>

> installing from a file with a

>

>>..shx extension (eg ttai3li.shx)? And what platform (Solaris or Linux)

>>are you installing on?

>

>

>>Regards,

>

>

>>--

>>Bill Weir, Tarantella Engineer.

>

>

>>Shinobu Yamaguchi wrote on 29/06/2005 06:34:

>>

>>>I'm trying to install Secure Global Destkop

>>>3.44.974.

>>>

>>>I type "sh tta_inst.sh".

>>>

>>>The installation fails.

>>>

>>>I look in the /tmp/tta_inst.log.

>>>

>>>pkgadd: ERROR: packaging file

>>></tmp/ttainsta_7/ttapkg.4999/pkg/tta/install/preinstall/> is corrupt

>

> pathname

>

>>>does not exist

>>>

>>>Many lines in /tmp/tta_inst.log like this.

>>>

>>>Any suggestions?

>>>Thank you for your help.

BillWeir at 2007-7-4 19:01:59 > top of Java-index,Desktop,Sun Secure Global Desktop Software...