<?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: su error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/su-error/m-p/4956338#M414760</link>
    <description>what is there in pam.conf for su configuration? May be it is getting problem with kerberose configured su login. Check out.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu</description>
    <pubDate>Wed, 01 Feb 2006 05:02:22 GMT</pubDate>
    <dc:creator>Muthukumar_5</dc:creator>
    <dc:date>2006-02-01T05:02:22Z</dc:date>
    <item>
      <title>su error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/su-error/m-p/4956336#M414758</link>
      <description>Hi, I am having problem with su - to another user.&lt;BR /&gt;&lt;BR /&gt;root@czhs0681# su - ehealth&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;Can anybody help me to get over this? We do not use Kerberos at all. I remeber installing some KRB depot for CIFS server. I've attached core file.</description>
      <pubDate>Wed, 01 Feb 2006 04:56:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/su-error/m-p/4956336#M414758</guid>
      <dc:creator>Robert Smol</dc:creator>
      <dc:date>2006-02-01T04:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: su error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/su-error/m-p/4956337#M414759</link>
      <description>Shalom Robert,&lt;BR /&gt;&lt;BR /&gt;Recommend running strings on the core file.&lt;BR /&gt;&lt;BR /&gt;Also:&lt;BR /&gt;&lt;BR /&gt;See that the pam configuration is not trying to block su to this user.&lt;BR /&gt;&lt;BR /&gt;I'd also like to know that the PATH and SHLIB_PATH variables are normal on this machine.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 01 Feb 2006 04:58:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/su-error/m-p/4956337#M414759</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-02-01T04:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: su error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/su-error/m-p/4956338#M414760</link>
      <description>what is there in pam.conf for su configuration? May be it is getting problem with kerberose configured su login. Check out.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu</description>
      <pubDate>Wed, 01 Feb 2006 05:02:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/su-error/m-p/4956338#M414760</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-02-01T05:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: su error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/su-error/m-p/4956339#M414761</link>
      <description>thanks, for quick reply, here is /etc/pam.conf&lt;BR /&gt;root@czhs0681# cat /etc/pam.conf&lt;BR /&gt;#&lt;BR /&gt;# PAM configuration&lt;BR /&gt;#&lt;BR /&gt;# Authentication management&lt;BR /&gt;#&lt;BR /&gt;login    auth required  /usr/lib/security/libpam_unix.1&lt;BR /&gt;su       auth required  /usr/lib/security/libpam_unix.1&lt;BR /&gt;dtlogin  auth required  /usr/lib/security/libpam_unix.1&lt;BR /&gt;dtaction auth required  /usr/lib/security/libpam_unix.1&lt;BR /&gt;ftp      auth required  /usr/lib/security/libpam_unix.1&lt;BR /&gt;OTHER    auth required  /usr/lib/security/libpam_unix.1&lt;BR /&gt;#&lt;BR /&gt;# Account management&lt;BR /&gt;#&lt;BR /&gt;login    account required       /usr/lib/security/libpam_unix.1&lt;BR /&gt;su       account required       /usr/lib/security/libpam_unix.1&lt;BR /&gt;dtlogin  account required       /usr/lib/security/libpam_unix.1&lt;BR /&gt;dtaction account required       /usr/lib/security/libpam_unix.1&lt;BR /&gt;ftp      account required       /usr/lib/security/libpam_unix.1&lt;BR /&gt;#&lt;BR /&gt;OTHER    account required       /usr/lib/security/libpam_unix.1&lt;BR /&gt;#&lt;BR /&gt;# Session management&lt;BR /&gt;#&lt;BR /&gt;login    session required       /usr/lib/security/libpam_unix.1&lt;BR /&gt;dtlogin  session required       /usr/lib/security/libpam_unix.1&lt;BR /&gt;dtaction session required       /usr/lib/security/libpam_unix.1&lt;BR /&gt;OTHER    session required       /usr/lib/security/libpam_unix.1&lt;BR /&gt;#&lt;BR /&gt;# Password management&lt;BR /&gt;#&lt;BR /&gt;login    password required      /usr/lib/security/libpam_unix.1&lt;BR /&gt;passwd   password required      /usr/lib/security/libpam_unix.1&lt;BR /&gt;dtlogin  password required      /usr/lib/security/libpam_unix.1&lt;BR /&gt;dtaction password required      /usr/lib/security/libpam_unix.1&lt;BR /&gt;OTHER    password required      /usr/lib/security/libpam_unix.1&lt;BR /&gt;&lt;BR /&gt;strings on core file do show something like&lt;BR /&gt;&lt;BR /&gt;/sbin/sh&lt;BR /&gt;(/etc/krb5.conf&lt;BR /&gt;9open /etc/krb5.conf: No such file or directory&lt;BR /&gt;!initialize_error_table_r&lt;BR /&gt; (code)&lt;BR /&gt; from&lt;BR /&gt;!/usr/local/lib/libkrb5.sl&lt;BR /&gt;]8Hw&lt;BR /&gt;OGpw&lt;BR /&gt;@(#)$Id: afssys.c,v 1.73 2005/06/02 07:25:58 lha Exp $&lt;BR /&gt;/etc/name_to_sysnum&lt;BR /&gt;2AFS_SYSCALL&lt;BR /&gt;/proc/fs/openafs/afs_ioctl&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;root@czhs0681# echo $PATH&lt;BR /&gt;/usr/sbin:/opt/gm/bin:/usr/local/pa20_32/bin/:/usr/local/bin:/usr/bin:/usr/ccs/bin:/usr/contrib/bin:/opt/hpnpl//bin:/opt/hparray/bin:/opt/nettladm/bin:/opt/upgrade/bin:/opt/fcms/bin:/opt/pd/bin:/opt/resmon/bin:/usr/bin/X11:/usr/contrib/bin/X11:/usr/sbin/diag/contrib:/opt/graphics/common/bin:/opt/mx/bin:/opt/wbem/bin:/opt/wbem/sbin:/opt/perf/bin:/opt/ignite/bin:/opt/OV/bin/OpC:/opt/OV/bin:/opt/perl/bin:/usr/local/mysql/bin:/opt/sec_mgmt/spc/bin:/opt/ssh/bin:/opt/openv/netbackup/bin:/usr/local/bin:/opt/VRTS/bin:/sbin:/usr/symmapps/vcm:/opt/sudo/sbin:/usr/local/bin:/etc/vx/bin:/opt/VRTS/bin:/opt/Navisphere/bin:/usr/local/sbin&lt;BR /&gt;root@czhs0681# echo $SHLIB_PATH&lt;BR /&gt;:/usr/lib:/usr/lib/X11R5:/opt/Navisphere/lib&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I would like to see where libkrb5 gets involved.</description>
      <pubDate>Wed, 01 Feb 2006 05:07:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/su-error/m-p/4956339#M414761</guid>
      <dc:creator>Robert Smol</dc:creator>
      <dc:date>2006-02-01T05:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: su error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/su-error/m-p/4956340#M414762</link>
      <description>Ha, when I invoke su -K (no kerberos) it works! can I disable it by default?</description>
      <pubDate>Wed, 01 Feb 2006 05:09:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/su-error/m-p/4956340#M414762</guid>
      <dc:creator>Robert Smol</dc:creator>
      <dc:date>2006-02-01T05:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: su error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/su-error/m-p/4956341#M414763</link>
      <description>Hello, &lt;BR /&gt;&lt;BR /&gt;Kerberos 5 library should be from /usr/lib/libkrb5.sl or /usr/lib/pa20_64/libkrb5.sl. It shouldn't be from /usr/local/lib/libkrb5.sl. &lt;BR /&gt;&lt;BR /&gt;Export SHLIB_PATH=/usr/lib:$SHLIB_PATH&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Wed, 01 Feb 2006 05:10:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/su-error/m-p/4956341#M414763</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-02-01T05:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: su error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/su-error/m-p/4956342#M414764</link>
      <description>problem SOLVED. Guys it was newbie problem. I have su installed in /usr/local (not sure where from) and PATH was set to /usr/local/bin.&lt;BR /&gt;&lt;BR /&gt;root@czhs0681# ldd /usr/local/bin/su&lt;BR /&gt;        /usr/lib/libc.2 =&amp;gt;      /usr/lib/libc.2&lt;BR /&gt;        /usr/lib/libdld.2 =&amp;gt;    /usr/lib/libdld.2&lt;BR /&gt;        /usr/lib/libc.2 =&amp;gt;      /usr/lib/libc.2&lt;BR /&gt;        /usr/local/lib/libdb.sl =&amp;gt;      /usr/local/lib/libdb.sl&lt;BR /&gt;        /usr/lib/libc.2 =&amp;gt;      /usr/lib/libc.2&lt;BR /&gt;        /usr/local/lib/libroken.sl =&amp;gt;   /usr/local/lib/libroken.sl&lt;BR /&gt;        /usr/lib/libc.2 =&amp;gt;      /usr/lib/libc.2&lt;BR /&gt;        /usr/local/lib/libdb.sl =&amp;gt;      /usr/local/lib/libdb.sl&lt;BR /&gt;        /usr/local/lib/libcom_err.sl =&amp;gt; /usr/local/lib/libcom_err.sl&lt;BR /&gt;        /usr/local/lib/libasn1.sl =&amp;gt;    /usr/local/lib/libasn1.sl&lt;BR /&gt;        /usr/lib/libc.2 =&amp;gt;      /usr/lib/libc.2&lt;BR /&gt;        /usr/local/lib/libcom_err.sl =&amp;gt; /usr/local/lib/libcom_err.sl&lt;BR /&gt;        /usr/local/lib/libdes.sl =&amp;gt;     /usr/local/lib/libdes.sl&lt;BR /&gt;        /usr/lib/libc.2 =&amp;gt;      /usr/lib/libc.2&lt;BR /&gt;        /usr/local/lib/libkrb5.sl =&amp;gt;    /usr/local/lib/libkrb5.sl&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;so here comes the libkrb. Once I used HP su at /usr/bin, problem disappeared.&lt;BR /&gt;&lt;BR /&gt;Thanks for support.</description>
      <pubDate>Wed, 01 Feb 2006 06:12:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/su-error/m-p/4956342#M414764</guid>
      <dc:creator>Robert Smol</dc:creator>
      <dc:date>2006-02-01T06:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: su error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/su-error/m-p/4956343#M414765</link>
      <description>indicated in previous message</description>
      <pubDate>Wed, 01 Feb 2006 06:13:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/su-error/m-p/4956343#M414765</guid>
      <dc:creator>Robert Smol</dc:creator>
      <dc:date>2006-02-01T06:13:09Z</dc:date>
    </item>
  </channel>
</rss>

