- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: maxdsize and aCC
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2004 10:23 PM
01-18-2004 10:23 PM
maxdsize and aCC
In continuation with that maxdsize and aCC problem, the log of mk_kernel is:
Compiling /stand/build/conf.c...
Loading the kernel...
Pid 28004 killed due to text modification or page I/O error
/sbin/sh: 28004 Bus error(coredump)
*** Error exit code 138
Stop.
config: make did an exit(1)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2004 10:35 PM
01-18-2004 10:35 PM
Re: maxdsize and aCC
Hi,
Error exit code 138 :
stack overflow:
A floating-point expression caused a stack overflow on the 8087/287/387 coprocessor or the emulator. Stack-overflow floating-point exceptions are trapped up to a limit of seven levels in addition to the eight levels usually supported by the 8087/287/387 coprocessor. This error terminates the program with exit code 138.
Better log a call with HP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2004 10:41 PM
01-18-2004 10:41 PM
Re: maxdsize and aCC
Sending this to HP seems a good idea. Or try to generate your kernel with your previous version (vmunix.prev), since you were able to generate a kernel in that version.
Also: did you change kernel parameters using an editor or did you use SAM? It might be a parameter is outside the boudaries now, which means it cannot be compiled... But that is not possible if the parameter is changed with SAM.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2004 10:48 PM
01-18-2004 10:48 PM
Re: maxdsize and aCC
I made teh config changes through SAM, aswell as gave the command to make the kernel through the same.
Only later did i try to give the mk_kernel command from the command line too.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2004 10:57 PM
01-18-2004 10:57 PM
Re: maxdsize and aCC
What are the values for maxssiz, maxtsiz, and maxdsiz?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2004 11:00 PM
01-18-2004 11:00 PM
Re: maxdsize and aCC
is your machine running 32 bit or 64 bit
#getconf KERNEL_BITS
post the o/p
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2004 11:23 PM
01-18-2004 11:23 PM
Re: maxdsize and aCC
maxdsize: 0x4000000
maxswapchunks: 256
memswap_on: 1
swchunk: 2048
maxssize: 0x800000
maxtsize: 0x4000000
Do i have to close all the processes running on teh machine before attempting to build it??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2004 11:44 PM
01-18-2004 11:44 PM
Re: maxdsize and aCC
Take maxdsiz back to default = 256 MB (x10000000)
Take maxssiz up to double default = 16 MB (x1000000)
and take maxtsiz back to default = 256 MB (x10000000)
HOWEVER: only make these changes if you have sufficient free swap (you shouldn't be using more than 50% swap now on average), or else if you are able to add swap, as these changes force an increase in swap usage due to swap space reservation based on the stack segment setting.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2004 11:50 PM
01-18-2004 11:50 PM
Re: maxdsize and aCC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2004 12:08 AM
01-19-2004 12:08 AM
Re: maxdsize and aCC
1) Insufficient memory
2) Incorrect stack segment settings
3) Insufficient swap
All the indications here are that this is a process stack problem.
What is the history of this server? Is this a new install? Was it rebuilt? What was the last change prior to the problem? Did the server boot with all its main memory?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2004 12:32 AM
01-19-2004 12:32 AM
Re: maxdsize and aCC
problem looks interesting,
can you do this
#kmtune|grep maxdsiz
#kmtune -s maxdsiz=
#mk_kernel
post the o/p
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2004 12:45 AM
01-19-2004 12:45 AM
Re: maxdsize and aCC
here is teh output
Value of TERM has been set to "ansi".
WARNING: YOU ARE SUPERUSER !!\n
-bash-2.05b#
-bash-2.05b#
-bash-2.05b#
-bash-2.05b#
-bash-2.05b#
-bash-2.05b# kmtune|grep maxdsiz
maxdsiz 0x04000000
maxdsiz_64bit 0x0000000040000000
-bash-2.05b# kmtune -s maxdsiz=0x10000000
-bash-2.05b# mk_kernel
Compiling /stand/build/conf.c...
Loading the kernel...
Pid 7069 killed due to text modification or page I/O error
/sbin/sh: 7069 Bus error(coredump)
*** Error exit code 138
Stop.
config: make did an exit(1)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2004 01:26 AM
01-19-2004 01:26 AM
Re: maxdsize and aCC
could u copy /stand/system.prev to /stand/system and
#mk_kernel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2004 02:02 AM
01-19-2004 02:02 AM
Re: maxdsize and aCC
Further after the unsuccesful modification of the parameters through SAM, aswell as command line modifications through
kmtune -s