Issue 15017 - setup fails after unpacking files
Summary: setup fails after unpacking files
Status: CLOSED WONT_FIX
Alias: None
Product: Installation
Classification: Application
Component: code (show other issues)
Version: OOo 1.1 Beta2
Hardware: Sun SunOS
: P1 (highest) Trivial (vote)
Target Milestone: ---
Assignee: Olaf Felka
QA Contact: issues@installation
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-28 13:21 UTC by whitegn3
Modified: 2003-09-08 16:53 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description whitegn3 2003-05-28 13:21:00 UTC
previous versions have been installed with no problems, OOo1.1beta is 
currently installed and working with "ulimit -s unlimited" "ulimit -n 512".

The download  OOo_1.1beta2_SolarisSparc_install.tar.gz has the correct md5sum
and untars without errors.

setup displays the progress bar, files are unpacked to a tmp directory, then
setup exits silently.  

I tried setting TMP and TMPDIR to a different filesystem in case /tmp was a 
problem (someone else was busy creating lots of files there) - same result.

I copied the install script from an earlier install and tried that -- same
result.

I ran truss -- thinks seem to go bad after the first fork():

[...]
chdir("/usr6/gwhite/msm/OpenOffice/OOo_1.1beta2_SolarisSparc_install") = 0
open64("/usr6/gwhite/tmp/sv001.tmp/psprint", O_RDONLY|O_NDELAY) Err#2 ENOENT
fork()                                          = 19785
waitid(P_PID, 19785, 0xFFBEF1F0, WEXITED|WTRAPPED) (sleeping...)
waitid(P_PID, 19785, 0xFFBEF1F0, WEXITED|WTRAPPED) = 0
chdir("/usr6/gwhite/tmp/sv001.tmp")             = 0
ioctl(3, FIONREAD, 0xFFBEF14C)                  = 0
write(3, "19\0\0\v07\0\004\0\0\0\0".., 44)      = 44
read(3, 0x00043018, 32)                         Err#11 EAGAIN
poll(0xFFBEEF50, 1, -1)                         = 1
read(3, "A1  \bD107\0\004\0\0\005".., 32)       = 32
open64("/usr6/gwhite/tmp/sv001.tmp", O_RDONLY|O_NDELAY) = 5
fcntl(5, F_SETFD, 0x00000001)                   = 0
fstat64(5, 0xFFBEF178)                          = 0
getdents64(5, 0x00150988, 1048)                 = 1032
open64("libsal.so.3.1.0", O_RDONLY|O_NDELAY)    = 6
fcntl(6, F_SETFD, 0x00000001)                   = 0
fstat64(6, 0xFFBEF118)                          = 0
close(6)                                        = 0
unlink("libsal.so.3.1.0")                       = 0

followed by more unlinks.
Comment 1 Olaf Felka 2003-05-28 13:57:10 UTC
Please tell us, which Solaris version you are running. I can't
reproduce  with Solaris 8 + 9.
Comment 2 whitegn3 2003-05-28 15:11:38 UTC
This is an old machine -- Solaris 7:

$ cat /etc/release
                    Solaris 7 5/99 s998s_u2SunServer_09 SPARC
           Copyright 1999 Sun Microsystems, Inc.  All Rights Reserved.
                             Assembled 19 April 1999
                     Solaris 7 Maintenance Update 4 applied

$ uname -aX  
SunOS emerald 5.7 Generic_106541-23 sun4u sparc
SUNW,Ultra-EnterpriseSystem = SunOS
Node = emerald
Release = 5.7
KernelID = Generic_106541-23
Machine = sun4u
BusType = <unknown>
Serial = <unknown>
Users = <unknown>
OEM# = 0
Origin# = 1
NumCPU = 2

For completeness:
$ java -version
java version "1.4.1-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1-beta-b14)
Java HotSpot(TM) Client VM (build 1.4.1-beta-b14, mixed mode)
Comment 3 Olaf Felka 2003-05-28 15:19:14 UTC
That's a known issue on Solaris 7, will fixed in the next OOo 1.1 version.
Comment 4 Olaf Felka 2003-05-28 15:20:24 UTC
Verified in CWS vcl09.
Comment 5 Olaf Felka 2003-07-15 08:33:44 UTC
OOo won't run on Solaris 7.
Comment 6 Olaf Felka 2003-07-15 08:34:01 UTC
.
Comment 7 Olaf Felka 2003-07-15 08:34:45 UTC
OOo 1.1 doesn't support Solaris 7.