Admins,
During a current upgrade from 4.0f -> 4.0g -> 5.1 we had a problem booting from
the 4.0g genvmunix kernel. Actually we could not boot from 4.0g CDROM. In
order to move on with the upgrade compaq suggested using my old 4.0f kernel to
boot the upgraded system. This worked, so we began the upgrade path to 5.1. We
were able to install all of the subsets and the system rebooted, but It is
unable to create a kernel. This probably stems from the upgrade failure to
build a 4.0g kernel. When I issue a donconfig or doconfig -c <NAME> I get the
following errors
cc: Error: ../conf/param.c, line 221: In the initializer for sys_v_mode,
"SYS_V_MODE" is not declared. (undeclared)
int sys_v_mode = SYS_V_MODE;
-------------------^
cc: Error: ../conf/param.c, line 396: In the initializer for vm_tune.vt_vm_ffl,
"MAXWIRE" is not declared. (undeclared)
MAXWIRE, /* Maximum wired memory */
----------------^
cc: Error: ../conf/param.c, line 397: In the initializer for
vm_tune.vt_vm_syncswapbuffers, "HEAPPERCENT" is not declared. (undeclared)
HEAPPERCENT, /* Percent of memory for heap */
----------------^
cc: Error: ../conf/param.c, line 398: In the initializer for
vm_tune.vt_vm_asyncswapbuffers, "ANONKLSHIFT" is not declared. (undeclared)
ANONKLSHIFT, /* 128K anon page shift */
----------------^
cc: Error: ../conf/param.c, line 399: In the initializer for
vm_tune.vt_vm_csubmapsize, "ANONKLPAGES" is not declared. (undeclared)
ANONKLPAGES, /* Use system default anon_klpages */
----------------^
cc: Error: ../conf/param.c, line 412: In the initializer for
vm_tune.vt_vm_free_target, "ZONE_SIZE" is not declared. (undeclared)
ZONE_SIZE, /* zone_map size */
----------------^
cc: Error: ../conf/param.c, line 413: In the initializer for
vm_tune.vt_vm_free_optimal, "KENTRY_ZONE_SIZE" is not declared. (undeclared)
KENTRY_ZONE_SIZE, /* kentry_map size */
----------------^
*** Exit 1
I ran allverify2 , but nothing really pops up....
Any ideas short of installing Tru64 5.1 fresh?
Lee Brewer
Received on Mon Sep 24 2001 - 16:48:40 NZST