HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Kernel parameter
Operating System - HP-UX
1834345
Members
2202
Online
110066
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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-29-2003 02:41 PM
01-29-2003 02:41 PM
When I launch my c-shell script, I have this error on my console :
Too many words from ``.
What kernel parameter is in relation with this error.
Too many words from ``.
What kernel parameter is in relation with this error.
Fais la ...
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2003 03:56 PM
01-29-2003 03:56 PM
Re: Kernel parameter
If you do a strings /usr/bin/csh, you will find your exact error message text indicating that this is an internal csh error message. I rather doubt a kernel tunable is at fault. I suspect (this is a guess) that you are exceeding csh's internal buffer size of 1K?. I would invoke your csh with -x to echo the line to stderr immediately before executing it.
If it ain't broke, I can fix that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2003 05:15 AM
01-30-2003 05:15 AM
Re: Kernel parameter
Hi,
This is my c-shell script :
#!/bin/csh
foreach line (`cat liste-comp-conn.new`)
echo $line
end
(tbmgr@quebec) /home/tbmgr/new% csh 1.dat
Too many words from ``.
(tbmgr@quebec) /home/tbmgr/new%
The file liste-comp-conn.new contain 18195 lines.
Frank.
This is my c-shell script :
#!/bin/csh
foreach line (`cat liste-comp-conn.new`)
echo $line
end
(tbmgr@quebec) /home/tbmgr/new% csh 1.dat
Too many words from ``.
(tbmgr@quebec) /home/tbmgr/new%
The file liste-comp-conn.new contain 18195 lines.
Frank.
Fais la ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2003 05:36 AM
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP