* [parisc-linux] make dep not working on HP-UX
@ 1999-06-25 15:55 Ulrich.Strelow
1999-06-25 18:29 ` John David Anglin
0 siblings, 1 reply; 2+ messages in thread
From: Ulrich.Strelow @ 1999-06-25 15:55 UTC (permalink / raw)
To: parisc-linux
I have had a similar problem on our production HP-UX systems. Running ls *
on a directory with a lot of files gives
ksh: /usr/bin/ls: arg list too long
To solve this problem you need to set the HP-UX kernel parameter
large_ncargs_enabled 1
and rebuild the HP-UX kernel.
Here is the information from HP Electronic Support Center:
Problem Description
What is the impact of changing the kernel parameter
"large_ncargs_enabled" from 0 to 1?
What is the meaning of this parameter?
Configuration Info
Operating System - HPUX
Version-
Hardware System - HP 9000
Series -
Solution
When large_ncargs_enabled is set to "1", it increases the default
"environment size" (the memory set aside to be your login
environment - to hold your PATH variable, etc.) from 20478 to
2048000. SAM doesn't have any info about this parm or any max/minvalue.
If you have been having trouble using an "rm *" on really big
directories (it was running out of environment space), the command
will work when you set it to 1. Regarding system performance, it
will eat up extra memory (2 M vs. 20 K), but if you don't have too
many users and you have plenty of RAM, it shouldn't be a problem.
Ulrich
---------------------------------------------
Ulrich Strelow
<ulrich.strelow@schering.de or
ulrich_strelow@yahoo.com>
Berlin, Germany
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [parisc-linux] make dep not working on HP-UX
1999-06-25 15:55 [parisc-linux] make dep not working on HP-UX Ulrich.Strelow
@ 1999-06-25 18:29 ` John David Anglin
0 siblings, 0 replies; 2+ messages in thread
From: John David Anglin @ 1999-06-25 18:29 UTC (permalink / raw)
To: Ulrich.Strelow; +Cc: parisc-linux
Change the Makefile to use ./include instead of $(TOPDIR)/include for
the FINDPATH. This shortens the arg list and make dep will work.
>
>
>
> I have had a similar problem on our production HP-UX systems. Running ls *
> on a directory with a lot of files gives
> ksh: /usr/bin/ls: arg list too long
>
> To solve this problem you need to set the HP-UX kernel parameter
> large_ncargs_enabled 1
> and rebuild the HP-UX kernel.
>
> Here is the information from HP Electronic Support Center:
>
> Problem Description
>
> What is the impact of changing the kernel parameter
> "large_ncargs_enabled" from 0 to 1?
>
> What is the meaning of this parameter?
>
> Configuration Info
>
> Operating System - HPUX
> Version-
> Hardware System - HP 9000
> Series -
>
> Solution
> When large_ncargs_enabled is set to "1", it increases the default
> "environment size" (the memory set aside to be your login
> environment - to hold your PATH variable, etc.) from 20478 to
> 2048000. SAM doesn't have any info about this parm or any max/minvalue.
>
> If you have been having trouble using an "rm *" on really big
> directories (it was running out of environment space), the command
> will work when you set it to 1. Regarding system performance, it
> will eat up extra memory (2 M vs. 20 K), but if you don't have too
> many users and you have plenty of RAM, it shouldn't be a problem.
>
> Ulrich
> ---------------------------------------------
> Ulrich Strelow
> <ulrich.strelow@schering.de or
> ulrich_strelow@yahoo.com>
> Berlin, Germany
>
>
> ---------------------------------------------------------------------------
> To unsubscribe: send e-mail to parisc-linux-request@thepuffingroup.com with
> `unsubscribe' as the subject.
>
>
--
J. David Anglin dave.anglin@nrc.ca
National Research Council of Canada (613) 990-0752 (FAX: 952-6605)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~1999-06-25 18:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1999-06-25 15:55 [parisc-linux] make dep not working on HP-UX Ulrich.Strelow
1999-06-25 18:29 ` John David Anglin
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.