Opened 9 years ago

Closed 4 years ago

#33 closed defect (fixed)

Install process does not create names needed for upgrade.

Reported by: canthony Owned by: Eric Swenson
Priority: major Milestone: MR12.8
Component: Install/Upgrade Version: MR12.7
Keywords: Cc:

Description

The following code is missing from the 12.3 install process:

an >ldd>system_library_unbundled unbundled unb
an >ldd>unbundled>source s
an >ldd>unbundled>object o

These names are expected to be in place by the 12.5 upgrade process.

Fixed in MR12.6

Change History (8)

comment:1 by Eric Swenson, 9 years ago

comment:2 by Eric Swenson, 9 years ago

The current cold boot installation instructions include the following:

sa >unb sma *.SysMaint.*
an >ldd>system_library_unbundled unbundled unb UNB
sa >ldd>unb sma *.SysAdmin sma *.SysDaemon sma *.SysMaint.* s *.*.*
da >ldd>unb Initializer.SysDaemon.z
an >ldd>system_library_unbundled>source s S
an >ldd>system_library_unbundled>object o O
sa >ldd>unb>(source object) sma *.SysAdmin sma *.SysDaemon sma *.SysMaint.* s *
da >ldd>unb>(source object) Initializer.SysDaemon.z

This should be done by >t>acct_start_up.ec. (Perhaps we should remove the *.SysMaint ACLs, since this project is not installed by default).

comment:3 by Eric Swenson, 9 years ago

Note: this was "fixed" in an MR12.6 release by adding these instructions to the SIB steps. This is not the best fix. So I'm treating this ticket as open despite the comment in the description saying "Fixed in MR12.6").

comment:4 by Eric Swenson, 5 years ago

Status: newassigned

comment:5 by Eric Swenson, 5 years ago

Milestone: MR12.8
Status: assignedaccepted
Version: MR12.7

comment:7 by Eric Swenson, 4 years ago

Installed: MCR10108, MR12.8-0020

comment:8 by Eric Swenson, 4 years ago

Resolution: fixed
Status: acceptedclosed
Note: See TracTickets for help on using tickets.