Issue 668 - Network Installation (/net) doesn't work
Summary: Network Installation (/net) doesn't work
Status: CLOSED FIXED
Alias: None
Product: Installation
Classification: Application
Component: ui (show other issues)
Version: 625
Hardware: PC Windows 98
: P1 (highest) Trivial (vote)
Target Milestone: ---
Assignee: Unknown
QA Contact: issues@installation
URL:
Keywords:
: 724 753 (view as issue list)
Depends on:
Blocks: 2139
  Show dependency tree
 
Reported: 2001-04-09 21:49 UTC by stx123
Modified: 2013-08-07 15:26 UTC (History)
5 users (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 stx123 2001-04-09 21:49:45 UTC
First step "setup -net" (Network part) works fine.
The following setup for a user (Workstation Part) leads to an ABORT.
Comment 1 michael.bemmer 2001-04-10 12:40:59 UTC
It works in our internal 625, but not in the OpenOffice.org version.
Comment 2 Unknown 2001-04-11 09:43:20 UTC
fixed with revision 1.36.2.1 of
/setup2/source/agenda/agenda.cxx

here is the patch:


*** agenda.cxx	Wed Apr 11 11:41:28 2001
--- agenda.cxx.new	Wed Apr 11 11:42:19 2001
***************
*** 2,10 ****
   *
   *  $RCSfile: agenda.cxx,v $
   *
!  *  $Revision: 1.36 $
   *
!  *  last change: $Author: ok $ $Date: 2001/03/22 12:46:15 $
   *
   *  The Contents of this file are made available subject to the terms of
   *  either of the following licenses
--- 2,10 ----
   *
   *  $RCSfile: agenda.cxx,v $
   *
!  *  $Revision: 1.36.2.1 $
   *
!  *  last change: $Author: ok $ $Date: 2001/04/11 08:39:11 $
   *
   *  The Contents of this file are made available subject to the terms of
   *  either of the following licenses
***************
*** 1491,1497 ****
  
  							aAny 
<<= ::rtl::OUString::createFromAscii( aUpdatePath.GetFull().GetBuffer() );
  							aPropertyUser = 
PropertyValue( ::rtl::OUString::createFromAscii("updatepath"), -1, aAny, 
PropertyState_DIRECT_VALUE );
! 							aCPArgs[3] <<= 
aPropertyUser;
  						}
  
  						xCfgProvider = Reference< 
XMultiServiceFactory >(
--- 1491,1497 ----
  
  							aAny 
<<= ::rtl::OUString::createFromAscii( aUpdatePath.GetFull().GetBuffer() );
  							aPropertyUser = 
PropertyValue( ::rtl::OUString::createFromAscii("updatepath"), -1, aAny, 
PropertyState_DIRECT_VALUE );
! 							aCPArgs[2] <<= 
aPropertyUser;
  						}
  
  						xCfgProvider = Reference< 
XMultiServiceFactory >(
Comment 3 stx123 2001-04-11 12:26:47 UTC
anybody willing to give it a try?
Comment 4 khendricks 2001-04-18 14:05:34 UTC
Hi,

I tried it with agenda 1.36.2.1 and it still segfaults at the end of the 
individual user install.  Also the openoffice60/setup symlink was never created.
I had to cd to program and run setup there.

Hope this helps.

Let me know if there is anything else you want me to test.

Kevin
Comment 5 Olaf Felka 2001-04-19 10:20:37 UTC
*** Issue 724 has been marked as a duplicate of this issue. ***
Comment 6 Olaf Felka 2001-04-23 08:46:08 UTC
*** Issue 753 has been marked as a duplicate of this issue. ***
Comment 7 issues@www 2001-06-08 13:57:10 UTC
Hi,
I've had exactly the same problem (segfault towards the end of user's ./setup
after a ./setup /net as root).  This is on RH7.1 PIII.  Problems occur with
or without jre1.2.2.   Installation works ok with single user.
20hr compile seems unlikely so I must stick with the binaries.

Could you keep me informed with any developments please?
If you like I can do an strace and provide some more info.  I did one
last night but can't remember the take home message.
Cheers, Bob.
Comment 8 Martin Hollmichel 2001-08-07 16:45:41 UTC
Bob, does this occur on Windows on the 625 as the bug was filed for ?
otherwise I'd prefer a more exact description in a new issue.
Comment 9 Unknown 2001-08-07 17:19:01 UTC
Hi Martin,
No sorry, I didn't see that this issue was Windows 98 the first time.
This was under Linux and version 625.  I should get the latest build
and try again.  But I don't think that'll be in the next few weeks.
But I will report any problems if they occur.
Thanks, Bob
Comment 10 stx123 2001-09-28 11:02:55 UTC
Do we still have problems with setup /net on Windows in OO638C?
Otherwise close this issue, please.
Comment 11 Unknown 2001-11-08 22:44:58 UTC
changing QA contact from bugs@ to issues@
Comment 12 stx123 2001-11-14 16:16:01 UTC
Seems there are no further problems with "setup /net".
Comment 13 khendricks 2002-06-04 14:21:30 UTC
closing this since issues have been previously fixed