<?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: no shell in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/no-shell/m-p/5024396#M429366</link>
    <description>Thanks for your help.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 07 Feb 2007 09:54:45 GMT</pubDate>
    <dc:creator>lydi</dc:creator>
    <dc:date>2007-02-07T09:54:45Z</dc:date>
    <item>
      <title>no shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-shell/m-p/5024389#M429359</link>
      <description>I'm trying to iniciate a session and system send me this message:&lt;BR /&gt;&lt;BR /&gt;HP-UX hpat577 B.11.00 U 9000/800 695389373 unlimited-user license&lt;BR /&gt;&lt;BR /&gt;login: broadvis&lt;BR /&gt;Password: &lt;BR /&gt;No shell&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;with all users I manage happen that.&lt;BR /&gt;&lt;BR /&gt;What happened, what can i do ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Jan 2007 19:48:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-shell/m-p/5024389#M429359</guid>
      <dc:creator>lydi</dc:creator>
      <dc:date>2007-01-23T19:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: no shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-shell/m-p/5024390#M429360</link>
      <description>There are several possibilities. I am assuming that you are starting a session using telnet. The shell for the user broadvis is found with the command:&lt;BR /&gt; &lt;BR /&gt;grep ^broadvis: /etc/passwd | awk -F : '{print $NF}'&lt;BR /&gt; &lt;BR /&gt;Normally, this would be /usr/bin/sh which is the POSIX shell. If this is not correct, login as root and use the command vipw to edit the /etc/passwd file. However, if all users have the same error message, someone has probably changed the critical permissions of the / and /etc directories. These must never be changed. The permission and ownership should be:&lt;BR /&gt; &lt;BR /&gt;drwxr-xr-x  29 root       root          8192 Oct  8 18:41 //&lt;BR /&gt;dr-xr-xr-x  31 bin        bin           8192 Jan 23 21:38 /etc/&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Tue, 23 Jan 2007 21:53:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-shell/m-p/5024390#M429360</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2007-01-23T21:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: no shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-shell/m-p/5024391#M429361</link>
      <description>No Shell means that the shell given to user is not available, &lt;BR /&gt;&lt;BR /&gt;1. check /etc/passwd , as what shell is assigned to the user broadvis,&lt;BR /&gt;&lt;BR /&gt;# cat /etc/passwd | grep broadvis&lt;BR /&gt;&lt;BR /&gt;2. check that shell is there in the system and valid.&lt;BR /&gt;&lt;BR /&gt;it may be caused by typo error during creation of the user and specifying a shell like /usr/sbin/vsh ,&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.</description>
      <pubDate>Tue, 23 Jan 2007 22:12:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-shell/m-p/5024391#M429361</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2007-01-23T22:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: no shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-shell/m-p/5024392#M429362</link>
      <description>Hi lydi,&lt;BR /&gt;&lt;BR /&gt;Yesterday one of my customer has same problem.I found that somebody has &lt;BR /&gt;changed the permissions of the / and /etc directories. After changing permissions problem solved. So its better to check permission as per "BILL" suggestion.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Asif Sharif</description>
      <pubDate>Wed, 24 Jan 2007 00:47:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-shell/m-p/5024392#M429362</guid>
      <dc:creator>Asif Sharif</dc:creator>
      <dc:date>2007-01-24T00:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: no shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-shell/m-p/5024393#M429363</link>
      <description>Hi Lydi&lt;BR /&gt;&lt;BR /&gt;Pls check the ownership of the . in your problematic system. Hope the sysmptom is other than root user no one can login.&lt;BR /&gt;&lt;BR /&gt;Do the following&lt;BR /&gt;#ls -latr &lt;BR /&gt;locate the . and check the ownership.&lt;BR /&gt;Did you do a vxrestore any thing in the / file sytem. This is potentailly dangeorus to do a restore in the /.&lt;BR /&gt;Or some one might have changed the permission of a "."&lt;BR /&gt;&lt;BR /&gt;It should be root:root&lt;BR /&gt;&lt;BR /&gt;TQ&lt;BR /&gt;Perumal&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Jan 2007 01:21:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-shell/m-p/5024393#M429363</guid>
      <dc:creator>perumal_2</dc:creator>
      <dc:date>2007-01-24T01:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: no shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-shell/m-p/5024394#M429364</link>
      <description>&amp;gt;Asif: I found that somebody has changed the permissions of the / and /etc directories&lt;BR /&gt;&lt;BR /&gt;You might want to use swverify on the system to see what else was changed.  (There is a -F option to fix.)</description>
      <pubDate>Thu, 25 Jan 2007 05:54:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-shell/m-p/5024394#M429364</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-01-25T05:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: no shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-shell/m-p/5024395#M429365</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Make sure /usr and /usr/bin are both r-xr-xr-x.&lt;BR /&gt;&lt;BR /&gt;PCS</description>
      <pubDate>Thu, 25 Jan 2007 08:04:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-shell/m-p/5024395#M429365</guid>
      <dc:creator>spex</dc:creator>
      <dc:date>2007-01-25T08:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: no shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-shell/m-p/5024396#M429366</link>
      <description>Thanks for your help.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Feb 2007 09:54:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-shell/m-p/5024396#M429366</guid>
      <dc:creator>lydi</dc:creator>
      <dc:date>2007-02-07T09:54:45Z</dc:date>
    </item>
  </channel>
</rss>

