<?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: user running csh in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/user-running-csh/m-p/4879881#M400280</link>
    <description>Check the following files&lt;BR /&gt;&lt;BR /&gt;System wide ...&lt;BR /&gt;&lt;BR /&gt;/etc/csh.login&lt;BR /&gt;&lt;BR /&gt;For the particular user ...&lt;BR /&gt;&lt;BR /&gt;~/.cshrc&lt;BR /&gt;~/.login   &lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 13 Jan 2005 06:14:44 GMT</pubDate>
    <dc:creator>Stephen Keane</dc:creator>
    <dc:date>2005-01-13T06:14:44Z</dc:date>
    <item>
      <title>user running csh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-running-csh/m-p/4879880#M400279</link>
      <description>Hi, ive set up a new user to use the csh shell, and when the user logs in he is getting the following message:-&lt;BR /&gt;&lt;BR /&gt;setenv: Too few arguments.&lt;BR /&gt;[1] %&lt;BR /&gt;&lt;BR /&gt;Should there be any arguments after /usr/bin/csh in the /etc/passwd file ?&lt;BR /&gt;How do i get rid of it?&lt;BR /&gt;&lt;BR /&gt;Cheers,</description>
      <pubDate>Thu, 13 Jan 2005 06:05:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-running-csh/m-p/4879880#M400279</guid>
      <dc:creator>Robert Dukes</dc:creator>
      <dc:date>2005-01-13T06:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: user running csh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-running-csh/m-p/4879881#M400280</link>
      <description>Check the following files&lt;BR /&gt;&lt;BR /&gt;System wide ...&lt;BR /&gt;&lt;BR /&gt;/etc/csh.login&lt;BR /&gt;&lt;BR /&gt;For the particular user ...&lt;BR /&gt;&lt;BR /&gt;~/.cshrc&lt;BR /&gt;~/.login   &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Jan 2005 06:14:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-running-csh/m-p/4879881#M400280</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-01-13T06:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: user running csh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-running-csh/m-p/4879882#M400281</link>
      <description>Sorry, you are looking for either a setenv command with no arguments, or a setenv command with only one argument when there should be 2&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Jan 2005 06:18:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-running-csh/m-p/4879882#M400281</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-01-13T06:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: user running csh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-running-csh/m-p/4879883#M400282</link>
      <description>The setenv command is used to set environment variables whose values are global to the shell and any process it creates. For example:&lt;BR /&gt;&lt;BR /&gt;setenv TERM hpterm&lt;BR /&gt;&lt;BR /&gt;sets the value of the environment variable TERM to hpterm.&lt;BR /&gt;&lt;BR /&gt;There has to be some argument after setenv. Nothing has to be done at /etc/passwd level.&lt;BR /&gt;&lt;BR /&gt;Check the /etc/csh.login or $HOME/.cshrc file and make corrections.&lt;BR /&gt;&lt;BR /&gt;sks</description>
      <pubDate>Thu, 13 Jan 2005 06:20:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-running-csh/m-p/4879883#M400282</guid>
      <dc:creator>Sanjay Kumar Suri</dc:creator>
      <dc:date>2005-01-13T06:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: user running csh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-running-csh/m-p/4879884#M400283</link>
      <description>Thanks very much for your help, your responses have solved it.  Might be useful for some other folks who have CA NSM running on their HP Boxes.  What had happened is that as part of the installation of the CA NSM Unix Client, it had automatically put an entry into /etc/csh.login:-&lt;BR /&gt;&lt;BR /&gt;export CA_DB &lt;BR /&gt;&lt;BR /&gt;And it did not have a second argument.&lt;BR /&gt;&lt;BR /&gt;Looks like a bug in the CA NSM Installation scripts....!&lt;BR /&gt;&lt;BR /&gt;I dont normally use C-shell and it was only for one of our developers that use it!&lt;BR /&gt;&lt;BR /&gt;Thanks again.</description>
      <pubDate>Thu, 13 Jan 2005 06:27:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-running-csh/m-p/4879884#M400283</guid>
      <dc:creator>Robert Dukes</dc:creator>
      <dc:date>2005-01-13T06:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: user running csh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/user-running-csh/m-p/4879885#M400284</link>
      <description>Closing post.</description>
      <pubDate>Thu, 13 Jan 2005 06:28:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/user-running-csh/m-p/4879885#M400284</guid>
      <dc:creator>Robert Dukes</dc:creator>
      <dc:date>2005-01-13T06:28:54Z</dc:date>
    </item>
  </channel>
</rss>

