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 , 9 years ago
comment:2 by , 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 , 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 , 5 years ago
| Status: | new → assigned |
|---|
comment:5 by , 5 years ago
| Milestone: | → MR12.8 |
|---|---|
| Status: | assigned → accepted |
| Version: | → MR12.7 |
comment:8 by , 4 years ago
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |

Ticket moved here from https://sourceforge.net/p/dps8m/tickets/64/