<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Kernel parameter in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter/m-p/2892604#M103229</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;This is my c-shell script :&lt;BR /&gt;&lt;BR /&gt;#!/bin/csh&lt;BR /&gt;foreach line (`cat liste-comp-conn.new`)&lt;BR /&gt;echo $line&lt;BR /&gt;end&lt;BR /&gt;&lt;BR /&gt;(tbmgr@quebec) /home/tbmgr/new% csh 1.dat&lt;BR /&gt;Too many words from ``.&lt;BR /&gt;(tbmgr@quebec) /home/tbmgr/new% &lt;BR /&gt;&lt;BR /&gt;The file liste-comp-conn.new contain 18195 lines.&lt;BR /&gt;&lt;BR /&gt;Frank.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 30 Jan 2003 13:15:50 GMT</pubDate>
    <dc:creator>Francois Bariselle_3</dc:creator>
    <dc:date>2003-01-30T13:15:50Z</dc:date>
    <item>
      <title>Kernel parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter/m-p/2892602#M103227</link>
      <description>When I launch my c-shell script, I have this error on my console :&lt;BR /&gt;&lt;BR /&gt;Too many words from ``.&lt;BR /&gt;&lt;BR /&gt;What kernel parameter is in relation with this error.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Jan 2003 22:41:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter/m-p/2892602#M103227</guid>
      <dc:creator>Francois Bariselle_3</dc:creator>
      <dc:date>2003-01-29T22:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter/m-p/2892603#M103228</link>
      <description>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.&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Jan 2003 23:56:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter/m-p/2892603#M103228</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-01-29T23:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter/m-p/2892604#M103229</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;This is my c-shell script :&lt;BR /&gt;&lt;BR /&gt;#!/bin/csh&lt;BR /&gt;foreach line (`cat liste-comp-conn.new`)&lt;BR /&gt;echo $line&lt;BR /&gt;end&lt;BR /&gt;&lt;BR /&gt;(tbmgr@quebec) /home/tbmgr/new% csh 1.dat&lt;BR /&gt;Too many words from ``.&lt;BR /&gt;(tbmgr@quebec) /home/tbmgr/new% &lt;BR /&gt;&lt;BR /&gt;The file liste-comp-conn.new contain 18195 lines.&lt;BR /&gt;&lt;BR /&gt;Frank.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Jan 2003 13:15:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter/m-p/2892604#M103229</guid>
      <dc:creator>Francois Bariselle_3</dc:creator>
      <dc:date>2003-01-30T13:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel parameter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter/m-p/2892605#M103230</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;It tries to read it as 1 line and overflows&lt;BR /&gt;&lt;BR /&gt;/etc/group works fine&lt;BR /&gt;csh is old fashioned.&lt;BR /&gt;&lt;BR /&gt;Use a posix format&lt;BR /&gt;&lt;BR /&gt;#!/bin/sh&lt;BR /&gt;&lt;BR /&gt;cat file|while read line&lt;BR /&gt;do&lt;BR /&gt;echo $line&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;           Steve Steel</description>
      <pubDate>Thu, 30 Jan 2003 13:36:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-parameter/m-p/2892605#M103230</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2003-01-30T13:36:38Z</dc:date>
    </item>
  </channel>
</rss>

