<?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: when i execute su ,it report some error in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/when-i-execute-su-it-report-some-error/m-p/4012236#M96327</link>
    <description>Add one before DB2 includes: &lt;BR /&gt;&lt;BR /&gt;echo "check"&lt;BR /&gt;&lt;BR /&gt;# set DB2 profile&lt;BR /&gt;if [ -f /home/db2inst1/sqllib/db2profile ]; then&lt;BR /&gt;. /home/db2inst1/sqllib/db2profile&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
    <pubDate>Mon, 04 Jun 2007 04:09:23 GMT</pubDate>
    <dc:creator>Ivan Krastev</dc:creator>
    <dc:date>2007-06-04T04:09:23Z</dc:date>
    <item>
      <title>when i execute su ,it report some error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/when-i-execute-su-it-report-some-error/m-p/4012233#M96324</link>
      <description>su - icsadm&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: initialize_error_table_r (code)  from /usr/local/lib/libkrb5.sl&lt;BR /&gt;Abort(coredump)&lt;BR /&gt;&lt;BR /&gt;what does the error mean?and how can i find  solutions for that ?&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Jun 2007 03:03:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/when-i-execute-su-it-report-some-error/m-p/4012233#M96324</guid>
      <dc:creator>leelangco_1</dc:creator>
      <dc:date>2007-06-04T03:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: when i execute su ,it report some error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/when-i-execute-su-it-report-some-error/m-p/4012234#M96325</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;It means that the user profile icsadm probably the .profile file refers to a program that fails and core dumps.&lt;BR /&gt;&lt;BR /&gt;Examine the user profile and see what it runs. Perhaps add a few echo statements so you can find the problem.&lt;BR /&gt;&lt;BR /&gt;It could however be a problem with su. Please check with a different user and report back.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 04 Jun 2007 03:11:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/when-i-execute-su-it-report-some-error/m-p/4012234#M96325</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-06-04T03:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: when i execute su ,it report some error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/when-i-execute-su-it-report-some-error/m-p/4012235#M96326</link>
      <description>thank you ,Steven E. Protter.&lt;BR /&gt;now this is the .profie of icsadm:&lt;BR /&gt;# more .profile&lt;BR /&gt;PATH=/usr/bin:/etc:/usr/sbin:/usr/ucb:$HOME/bin:/usr/bin/X11:/sbin:.&lt;BR /&gt;day=`date +%d`&lt;BR /&gt;&lt;BR /&gt;alias l="ls -l"&lt;BR /&gt;alias lf="ls -F"&lt;BR /&gt;alias cdl="cd $HOME/log/$day"&lt;BR /&gt;alias cdt="cd $HOME/trc/$day"&lt;BR /&gt;alias cde="cd $HOME/etc"&lt;BR /&gt;&lt;BR /&gt;set -o vi&lt;BR /&gt;&lt;BR /&gt;PS1="[`hostname`] "'$LOGNAME:''$PWD''&amp;gt;';export PS1&lt;BR /&gt;&lt;BR /&gt;# icsM-2M-NM-JM-}&lt;BR /&gt;WORKDIR=$HOME&lt;BR /&gt;export WORKDIR&lt;BR /&gt;&lt;BR /&gt;REGION_CONFIG_FILE=$WORKDIR/etc/REGION.XML&lt;BR /&gt;export REGION_CONFIG_FILE&lt;BR /&gt;&lt;BR /&gt;CONFDIR=$WORKDIR/hicmd&lt;BR /&gt;export CONFDIR&lt;BR /&gt;&lt;BR /&gt;#M-TM-vM-&lt;M-WM-V&gt;&lt;/M-WM-V&gt;export LANG=zh_CN.hp15CN&lt;BR /&gt;stty -istrip -parity cs8&lt;BR /&gt;&lt;BR /&gt;ICS_SERVER=182.119.171.144:20070&lt;BR /&gt;export ICS_SERVER&lt;BR /&gt;&lt;BR /&gt;# set DB2 profile&lt;BR /&gt;if [ -f /home/db2inst1/sqllib/db2profile ]; then&lt;BR /&gt;    . /home/db2inst1/sqllib/db2profile&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;SHLIB_PATH=/home/db2inst1/sqllib/lib32:/opt/sna/lib&lt;BR /&gt;export SHLIB_PATH&lt;BR /&gt;--------------------&lt;BR /&gt;and what echo statement you think can add to the .profile which can help me to find the problem?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Jun 2007 03:56:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/when-i-execute-su-it-report-some-error/m-p/4012235#M96326</guid>
      <dc:creator>leelangco_1</dc:creator>
      <dc:date>2007-06-04T03:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: when i execute su ,it report some error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/when-i-execute-su-it-report-some-error/m-p/4012236#M96327</link>
      <description>Add one before DB2 includes: &lt;BR /&gt;&lt;BR /&gt;echo "check"&lt;BR /&gt;&lt;BR /&gt;# set DB2 profile&lt;BR /&gt;if [ -f /home/db2inst1/sqllib/db2profile ]; then&lt;BR /&gt;. /home/db2inst1/sqllib/db2profile&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Mon, 04 Jun 2007 04:09:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/when-i-execute-su-it-report-some-error/m-p/4012236#M96327</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2007-06-04T04:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: when i execute su ,it report some error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/when-i-execute-su-it-report-some-error/m-p/4012237#M96328</link>
      <description>&amp;gt;what echo statement you think can add to the .profile which can help me to find the problem?&lt;BR /&gt;&lt;BR /&gt;Something like:&lt;BR /&gt;echo "I got to line XXX"&lt;BR /&gt;...&lt;BR /&gt;echo "I got to line YYY"&lt;BR /&gt;&lt;BR /&gt;So you can track how far you got by looking at the output.&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Jun 2007 04:10:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/when-i-execute-su-it-report-some-error/m-p/4012237#M96328</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-06-04T04:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: when i execute su ,it report some error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/when-i-execute-su-it-report-some-error/m-p/4012238#M96329</link>
      <description>If you can find the core file, "file core" will tell you the executable.</description>
      <pubDate>Mon, 04 Jun 2007 04:11:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/when-i-execute-su-it-report-some-error/m-p/4012238#M96329</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-06-04T04:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: when i execute su ,it report some error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/when-i-execute-su-it-report-some-error/m-p/4012239#M96330</link>
      <description>&amp;gt;If you can find the core file, "file core" will tell you the executable&lt;BR /&gt;&lt;BR /&gt;how can i get the corefile?</description>
      <pubDate>Mon, 04 Jun 2007 04:42:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/when-i-execute-su-it-report-some-error/m-p/4012239#M96330</guid>
      <dc:creator>leelangco_1</dc:creator>
      <dc:date>2007-06-04T04:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: when i execute su ,it report some error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/when-i-execute-su-it-report-some-error/m-p/4012240#M96331</link>
      <description>&amp;gt;how can i get the corefile?&lt;BR /&gt;&lt;BR /&gt;Well, it is either in the directory where you did the su or the home directory for icsadm, or somewhere else and you would have to use find(1) to find it.</description>
      <pubDate>Mon, 04 Jun 2007 04:47:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/when-i-execute-su-it-report-some-error/m-p/4012240#M96331</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-06-04T04:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: when i execute su ,it report some error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/when-i-execute-su-it-report-some-error/m-p/4012241#M96332</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Make sure the SHLIB_PATH includes /usr/lib and  /usr/local/lib&lt;BR /&gt;&lt;BR /&gt;Set it up in the profile before you try to start the database.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 04 Jun 2007 05:03:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/when-i-execute-su-it-report-some-error/m-p/4012241#M96332</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-06-04T05:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: when i execute su ,it report some error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/when-i-execute-su-it-report-some-error/m-p/4012242#M96333</link>
      <description>The problem could be in the PAM libraries too: the library name /usr/local/lib/libkrb5.sl sounds like it could be refer to Kerberos 5.&lt;BR /&gt;If the icsadm user's .profile does not get executed at all, this is likely.&lt;BR /&gt;&lt;BR /&gt;Check /etc/pam.conf and /etc/pam_user.conf and compare them to factory default versions in /usr/newconfig/etc. If there are any differences, try to determine whether the current configuration makes sense in your environment.&lt;BR /&gt;&lt;BR /&gt;Do you have Kerberos authentication in use? If not, this might be a remnant of some previous installation. If yes, find the documentation of your Kerberos authentication software and follow its troubleshooting steps.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Mon, 04 Jun 2007 05:10:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/when-i-execute-su-it-report-some-error/m-p/4012242#M96333</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2007-06-04T05:10:04Z</dc:date>
    </item>
  </channel>
</rss>

