Difference between revisions of "Platform Notes (Compaq Tru64 UNIX)"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
Compaq Tru64 UNIX is a [[Tier 2 Port]] | Compaq Tru64 UNIX is a [[Tier 2 Port]] | ||
+ | |||
+ | == Verified Releases == | ||
+ | Coming soon. | ||
== Testing Details == | == Testing Details == | ||
Line 17: | Line 20: | ||
== Required Kernel Tuning == | == Required Kernel Tuning == | ||
− | For the default daemon configuration, you will need a kernel shm_max parameter of at least 4205344. We recommend 6000000. | + | For the default daemon configuration, you will need a kernel <code>shm_max</code> parameter of at least 4205344. We recommend 6000000. |
To apply an shm_max of 6000000, you will need to do the following: | To apply an shm_max of 6000000, you will need to do the following: | ||
Line 31: | Line 34: | ||
[[Category: Tier 2 Ports]] | [[Category: Tier 2 Ports]] | ||
+ | [[Category: Platform Notes]] |
Latest revision as of 06:59, 4 August 2023
Port Status
Compaq Tru64 UNIX is a Tier 2 Port
Verified Releases
Coming soon.
Testing Details
We build and test the Tru64 UNIX port on a system with the following specifications:
- Alpha EV67-based host
- Compaq Tru64 UNIX 5.1b
- GNU gcc v4.7.7
- GNU autoconf 2.71
- GNU automake 1.16.4
This port should theoretically run on DEC OSF/1 or Digital UNIX, given a compatible GNU toolchain, but we do not have the resources to test such configurations.
Required Kernel Tuning
For the default daemon configuration, you will need a kernel shm_max
parameter of at least 4205344. We recommend 6000000.
To apply an shm_max of 6000000, you will need to do the following:
- Gain root privileges on your system
- Create a file called "pstanza" with the following data:
ipc: shm_max = 6000000
- Run the following command:
# sysconfigdb -a -f pstanza ipc
- Reboot the system