Operating System - HP-UX
1849296 Members
6078 Online
104042 Solutions
New Discussion

Re: Failed at creating a new kernel

 
Matteo Pignoni
Advisor

Failed at creating a new kernel

Hi,
I have to modify a tunable parameter (maxusers) but the SAM return this error:

---------------------
Cannot build a kernel using /usr/sbin/config. The standard output of the command is shown below:
Parameter Current Dyn Planned
Module Version
config: line not within a table boundary
The command exitted with exitcode -71.
---------------------

I saw that the /stand/build/tune.h is empty.
There is a way for restore this file?

(HP-UX 11.11)

Thank you
Matteo
5 REPLIES 5
Stephen Keane
Honored Contributor

Re: Failed at creating a new kernel

Does system_prep work?
Steven E. Protter
Exalted Contributor

Re: Failed at creating a new kernel

You may have set a kernel parameter outside certain hard limits of the OS.

What parameters did you change? Consider backing them off one at a time until you find the one thats causing problems. Or start over and check that you can compile a kernel after each parameter change.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Dwyane Everts_1
Honored Contributor

Re: Failed at creating a new kernel

Matteo,

Try this link:

http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000072679859

I have found it to be a life saver in the past :)

Dwyane
Henk Geurts
Esteemed Contributor

Re: Failed at creating a new kernel

searched in the techical knowledgebase for "line not within a table boundary"

Found :
<<
Problem Description

I am receiving the following error when rebuilding the kernel:

ERR: HPUX (:0)/stand/vmunix config: line not within a table boundary

How do I correct this?

Configuration Info

Operating System - HP-UX
Version - 10.01
Hardware System - K400

Solution

Look for anything irregular in the /usr/conf/master.d directory. Once you
correct it, the mk_kernel should work correctly.
>>
Matteo Pignoni
Advisor

Re: Failed at creating a new kernel

Steven,
I've tried to modify some kernel parameter or add a driver to kernel and nothing is changed.
In /stand/build i have this files:

-rw-r--r-- 1 root sys 0 Mar 14 15:07 conf.SAM.c
-rw-r--r-- 1 root sys 342784 Mar 14 13:15 conf.SAM.o
-rw-r--r-- 1 root sys 95987 Nov 20 14:10 conf.c
-rw-r--r-- 1 root sys 342784 Nov 20 14:10 conf.o
-rw-r--r-- 1 root sys 337480 Oct 2 2002 conf.o.old
-rwxr--r-- 1 root sys 0 Mar 14 15:07 config.SAM.mk
-rwxr--r-- 1 root sys 11839 Nov 20 14:10 config.mk
-rw-r--r-- 1 root sys 436 Nov 20 14:10 function_names.c
-rw-r--r-- 1 root sys 1848 Nov 20 14:10 function_names.o
drwxr-xr-x 2 root sys 24 Sep 17 2002 lib
drwxr-xr-x 3 root sys 1024 Nov 20 14:10 mod_wk.d
-rw-r--r-- 1 root sys 1055 Sep 17 2002 space.h
-rw-r--r-- 1 root sys 1651 Mar 14 15:07 system.SAM
-rw-r--r-- 1 root sys 0 Mar 14 15:07 tune.h
-rw-r--r-- 1 root sys 9300 Nov 20 14:10 what_vers.c
-rw-r--r-- 1 root sys 11608 Nov 20 14:10 what_vers.o

Every time I try to compile a new kernel the files conf.SAM.c - config.SAM.mk - tune.h are empty