<?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: Login error msg in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/login-error-msg/m-p/3475483#M212489</link>
    <description>I'm puzzled by TRAP not found. What shell are you logging in to? If in doubt, you can tell by checking the root entry in /etc/passwd - it shouldn't be ksh.&lt;BR /&gt;&lt;BR /&gt;Mark Syder (like the drink but spelt different)</description>
    <pubDate>Tue, 01 Feb 2005 04:41:57 GMT</pubDate>
    <dc:creator>MarkSyder</dc:creator>
    <dc:date>2005-02-01T04:41:57Z</dc:date>
    <item>
      <title>Login error msg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-error-msg/m-p/3475482#M212488</link>
      <description>Dear Friends,&lt;BR /&gt;&lt;BR /&gt;Kindly find the error msg that occurs while i login to root.&lt;BR /&gt;-----------------------------&lt;BR /&gt;                           RESTRICTED RIGHTS LEGEND&lt;BR /&gt;Use, duplication, or disclosure by the U.S. Government is subject to&lt;BR /&gt;restrictions as set forth in sub-paragraph (c)(1)(ii) of the Rights in&lt;BR /&gt;Technical Data and Computer Software clause in DFARS 252.227-7013.&lt;BR /&gt;&lt;BR /&gt;                           Hewlett-Packard Company&lt;BR /&gt;                           3000 Hanover Street&lt;BR /&gt;                           Palo Alto, CA 94304 U.S.A.&lt;BR /&gt;&lt;BR /&gt;Rights for non-DOD U.S. Government Departments and Agencies are as set&lt;BR /&gt;forth in FAR 52.227-19(c)(1,2).&lt;BR /&gt;/etc/profile[129]: TRAP:  not found&lt;BR /&gt;TERM = (hp)&lt;BR /&gt;----------------------------------------&lt;BR /&gt;if i give term vt220 &amp;amp; go to the cmd prompt.&lt;BR /&gt;iam not able use Ctrl + C.&lt;BR /&gt;&lt;BR /&gt;In root the both keys r not working, if i su to any user Ctl+c it just hangs for a while or&lt;BR /&gt;it just looks like this #Servername&amp;gt;^C&lt;BR /&gt;&lt;BR /&gt;Kindly repond immediatly&lt;BR /&gt;&lt;BR /&gt;tar&lt;BR /&gt;siva&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Feb 2005 04:37:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-error-msg/m-p/3475482#M212488</guid>
      <dc:creator>sivakumar_11</dc:creator>
      <dc:date>2005-02-01T04:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: Login error msg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-error-msg/m-p/3475483#M212489</link>
      <description>I'm puzzled by TRAP not found. What shell are you logging in to? If in doubt, you can tell by checking the root entry in /etc/passwd - it shouldn't be ksh.&lt;BR /&gt;&lt;BR /&gt;Mark Syder (like the drink but spelt different)</description>
      <pubDate>Tue, 01 Feb 2005 04:41:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-error-msg/m-p/3475483#M212489</guid>
      <dc:creator>MarkSyder</dc:creator>
      <dc:date>2005-02-01T04:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: Login error msg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-error-msg/m-p/3475484#M212490</link>
      <description>Edit /etc/profile and replace TRAP with trap.&lt;BR /&gt;&lt;BR /&gt;What does 'stty -a' give you?</description>
      <pubDate>Tue, 01 Feb 2005 04:42:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-error-msg/m-p/3475484#M212490</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-02-01T04:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: Login error msg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-error-msg/m-p/3475485#M212491</link>
      <description>Siva,&lt;BR /&gt;In line 129 of your /etc/profile you have probably have trap in CAPS, try changing this to all small case like trap and try it but not before making sure of which shell you are in&lt;BR /&gt;&lt;BR /&gt;etc/profile[129]: TRAP: not found&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;rgds&lt;BR /&gt;Mobeen</description>
      <pubDate>Tue, 01 Feb 2005 04:55:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-error-msg/m-p/3475485#M212491</guid>
      <dc:creator>Mobeen_1</dc:creator>
      <dc:date>2005-02-01T04:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: Login error msg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-error-msg/m-p/3475486#M212492</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Remove line 129 from /etc/profile and see if this is the issue. &lt;BR /&gt;&lt;BR /&gt;In my .profile, I use:&lt;BR /&gt;&lt;BR /&gt;if [ `tty` = "/dev/console" ]&lt;BR /&gt;then&lt;BR /&gt;        export TERM=hp;&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric Antunes</description>
      <pubDate>Tue, 01 Feb 2005 04:58:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-error-msg/m-p/3475486#M212492</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2005-02-01T04:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: Login error msg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-error-msg/m-p/3475487#M212493</link>
      <description>Hello All,&lt;BR /&gt;&lt;BR /&gt;This is what my profile file looks &amp;amp; #stty -a&lt;BR /&gt;shows&lt;BR /&gt;&lt;BR /&gt;==========&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HP-UX mbpdev01 B.11.11 U 9000/800 (tf)&lt;BR /&gt;&lt;BR /&gt;login: root&lt;BR /&gt;Password:&lt;BR /&gt;Please wait...checking for disk quotas&lt;BR /&gt;(c)Copyright 1983-2000 Hewlett-Packard Co.,  All Rights Reserved.&lt;BR /&gt;(c)Copyright 1979, 1980, 1983, 1985-1993 The Regents of the Univ. of California&lt;BR /&gt;(c)Copyright 1980, 1984, 1986 Novell, Inc.&lt;BR /&gt;(c)Copyright 1986-1992 Sun Microsystems, Inc.&lt;BR /&gt;(c)Copyright 1985, 1986, 1988 Massachusetts Institute of Technology&lt;BR /&gt;(c)Copyright 1989-1993  The Open Software Foundation, Inc.&lt;BR /&gt;(c)Copyright 1986 Digital Equipment Corp.&lt;BR /&gt;(c)Copyright 1990 Motorola, Inc.&lt;BR /&gt;(c)Copyright 1990, 1991, 1992 Cornell University&lt;BR /&gt;(c)Copyright 1989-1991 The University of Maryland&lt;BR /&gt;(c)Copyright 1988 Carnegie Mellon University&lt;BR /&gt;# @(#)B.11.11_LR&lt;BR /&gt;&lt;BR /&gt;# Default (example of) super-user's .profile file&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# Do not put "." in PATH; it is a potential security breach.&lt;BR /&gt;# Do not put "/usr/local/bin" in PATH; it is a potential security breach.&lt;BR /&gt;# Example assumes /home/root exists.&lt;BR /&gt;        set +u&lt;BR /&gt;&lt;BR /&gt;        PATH=/usr/sbin:$PATH:/sbin:/home/root&lt;BR /&gt;&lt;BR /&gt;# Be sure that VUE does not invoke tty commands&lt;BR /&gt;&lt;BR /&gt;   if [ ! "$VUE" ]; then&lt;BR /&gt;&lt;BR /&gt;   # Set up the terminal:&lt;BR /&gt;        if [ "$TERM" = "" ]&lt;BR /&gt;        then&lt;BR /&gt;                eval ` tset -s -Q -m ':?hp' `&lt;BR /&gt;        else&lt;BR /&gt;                eval ` tset -s -Q `&lt;BR /&gt;        fi&lt;BR /&gt;        stty erase "^H" kill "^U" intr "^C" eof "^D"&lt;BR /&gt;        stty hupcl ixon ixoff&lt;BR /&gt;        tabs&lt;BR /&gt;# @(#)B.11.11_LR&lt;BR /&gt;&lt;BR /&gt;# Default (example of) super-user's .profile file&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# Do not put "." in PATH; it is a potential security breach.&lt;BR /&gt;# Do not put "/usr/local/bin" in PATH; it is a potential security breach.&lt;BR /&gt;# Example assumes /home/root exists.&lt;BR /&gt;# @(#)B.11.11_LR&lt;BR /&gt;&lt;BR /&gt;# Default (example of) super-user's .profile file&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# Do not put "." in PATH; it is a potential security breach.&lt;BR /&gt;# Do not put "/usr/local/bin" in PATH; it is a potential security breach.&lt;BR /&gt;# Example assumes /home/root exists.&lt;BR /&gt;        set +u&lt;BR /&gt;&lt;BR /&gt;        PATH=/usr/sbin:$PATH:/sbin:/home/root&lt;BR /&gt;&lt;BR /&gt;# Be sure that VUE does not invoke tty commands&lt;BR /&gt;&lt;BR /&gt;   if [ ! "$VUE" ]; then&lt;BR /&gt;&lt;BR /&gt;   # Set up the terminal:&lt;BR /&gt;        if [ "$TERM" = "" ]&lt;BR /&gt;        then&lt;BR /&gt;                eval ` tset -s -Q -m ':?hp' `&lt;BR /&gt;        else&lt;BR /&gt;                eval ` tset -s -Q `&lt;BR /&gt;        fi&lt;BR /&gt;        stty erase "^H" kill "^U" intr "^C" eof "^D"&lt;BR /&gt;        stty hupcl ixon ixoff&lt;BR /&gt;        tabs&lt;BR /&gt;&lt;BR /&gt;        echo "WARNING:  YOU ARE SUPERUSER !!\n"&lt;BR /&gt;&lt;BR /&gt;:q!&lt;BR /&gt;# stty -a&lt;BR /&gt;speed 9600 baud; line = 0;&lt;BR /&gt;rows = 24; columns = 80&lt;BR /&gt;min = 1; time = 1;&lt;BR /&gt;intr = ^C; quit = ^\; erase = ^H; kill = ^U&lt;BR /&gt;eof = ^D; eol = ^@; eol2 &lt;UNDEF&gt;; swtch &lt;UNDEF&gt;&lt;BR /&gt;stop = ^S; start = ^Q; susp &lt;UNDEF&gt;; dsusp &lt;UNDEF&gt;&lt;BR /&gt;werase &lt;UNDEF&gt;; lnext &lt;UNDEF&gt;&lt;BR /&gt;parenb -parodd cs7 -cstopb hupcl -cread -clocal -loblk -crts&lt;BR /&gt;-ignbrk brkint ignpar -parmrk -inpck istrip -inlcr -igncr icrnl -iuclc&lt;BR /&gt;ixon -ixany ixoff -imaxbel -rtsxoff -ctsxon -ienqak&lt;BR /&gt;isig icanon -iexten -xcase echo echoe echok -echonl -noflsh&lt;BR /&gt;-echoctl -echoprt -echoke -flusho -pendin&lt;BR /&gt;opost -olcuc onlcr -ocrnl -onocr -onlret -ofill -ofdel -tostop&lt;BR /&gt;#&lt;BR /&gt;------------------------------&lt;BR /&gt;pls revert me.&lt;BR /&gt;&lt;BR /&gt;tar&lt;BR /&gt;sivakumar&lt;/UNDEF&gt;&lt;/UNDEF&gt;&lt;/UNDEF&gt;&lt;/UNDEF&gt;&lt;/UNDEF&gt;&lt;/UNDEF&gt;</description>
      <pubDate>Tue, 01 Feb 2005 05:23:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-error-msg/m-p/3475487#M212493</guid>
      <dc:creator>sivakumar_11</dc:creator>
      <dc:date>2005-02-01T05:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: Login error msg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-error-msg/m-p/3475488#M212494</link>
      <description>Hi Mark Syder,&lt;BR /&gt;&lt;BR /&gt;the shell is /sh, but other servers with /sh works well. only in 1 particular server i face this problem.&lt;BR /&gt;&lt;BR /&gt;any other ideas or tips,post it&lt;BR /&gt;&lt;BR /&gt;tar&lt;BR /&gt;siva</description>
      <pubDate>Tue, 01 Feb 2005 05:31:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-error-msg/m-p/3475488#M212494</guid>
      <dc:creator>sivakumar_11</dc:creator>
      <dc:date>2005-02-01T05:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: Login error msg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-error-msg/m-p/3475489#M212495</link>
      <description>/sh is what I would have expected.&lt;BR /&gt;&lt;BR /&gt;I can't see any reference to TRAP in the file you have posted: is this the .profile or /etc/profile? The error message refers to /etc/profile.&lt;BR /&gt;&lt;BR /&gt;Mark</description>
      <pubDate>Tue, 01 Feb 2005 05:47:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-error-msg/m-p/3475489#M212495</guid>
      <dc:creator>MarkSyder</dc:creator>
      <dc:date>2005-02-01T05:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: Login error msg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-error-msg/m-p/3475490#M212496</link>
      <description>Indeed, the file you posted (/.profile ?)has not 129 lines...</description>
      <pubDate>Tue, 01 Feb 2005 05:56:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-error-msg/m-p/3475490#M212496</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2005-02-01T05:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: Login error msg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-error-msg/m-p/3475491#M212497</link>
      <description>Siva,&lt;BR /&gt;I agree with Mark, cannot see line 129 containing TRAP that was mentioned before. Please post here contents of /etc/profile&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Mobeen</description>
      <pubDate>Tue, 01 Feb 2005 05:57:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-error-msg/m-p/3475491#M212497</guid>
      <dc:creator>Mobeen_1</dc:creator>
      <dc:date>2005-02-01T05:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: Login error msg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-error-msg/m-p/3475492#M212498</link>
      <description>Spl. Thanks to all ,&lt;BR /&gt;&lt;BR /&gt;Sorry i posted .profile not /etc/profile&lt;BR /&gt;&lt;BR /&gt;it was right.&lt;BR /&gt;&lt;BR /&gt;trap 1 2 3 was in CAPS&lt;BR /&gt;&lt;BR /&gt;thanks to all&lt;BR /&gt;&lt;BR /&gt;siva</description>
      <pubDate>Tue, 01 Feb 2005 06:08:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-error-msg/m-p/3475492#M212498</guid>
      <dc:creator>sivakumar_11</dc:creator>
      <dc:date>2005-02-01T06:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: Login error msg</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-error-msg/m-p/3475493#M212499</link>
      <description>Siva,&lt;BR /&gt;Please assign points to folks that you think have helped you in resolving this issue. &lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Mobeen</description>
      <pubDate>Thu, 03 Feb 2005 14:24:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-error-msg/m-p/3475493#M212499</guid>
      <dc:creator>Mobeen_1</dc:creator>
      <dc:date>2005-02-03T14:24:12Z</dc:date>
    </item>
  </channel>
</rss>

