Solaris 10 ldapclient problems

Hi all,
I currently have an Ubuntu 9.10 server running OpenLDAP protected with self signed certs. I am trying to set up my Solaris 10u8
system as a client. I have followed the numerous online tutorials and websites, and originally had things working with Ubuntu 8.04 LTS.
However, I currently get a failure when I try to run ldapclient init. The error on the client side is:
LDAP ERROR (81): Error occurred during receiving results. Connection to server lost.
And, on the server side in debug mode I see:
conn=5 fd=16 ACCEPT from IP=XXX.XXX.XXX.XXX:33938 (IP=0.0.0.0:636)
TLS: can't accept: A record packet with illegal version was received..
conn=5 fd=16 closed (TLS negotiation failure)
Oddly, if I perform an ldapsearch from the client like so:
ldapsearch -vvv -h myldapserver.ucsd.edu -p 636 -ZZ -P /var/ldap/cert8.db -b "dc=ucsd,dc=edu" "objectclass=DUAConfigProfile"
I get the correct results from my OpenLDAP server, and the following shows the following in debug mode:
conn=6 fd=16 ACCEPT from IP=XXX.XXX.XXX.XXX:33939 (IP=0.0.0.0:636)
conn=6 fd=16 TLS established tls_ssf=128 ssf=128
conn=6 op=0 SRCH base="dc=ucsd,dc=edu" scope=2 deref=0 filter="(objectClass=DUAConfigProfile)"
conn=6 op=0 SEARCH RESULT tag=101 err=0 nentries=1 text=
conn=6 op=1 UNBIND
conn=6 fd=16 closed
I am at a loss as to why the ldapsearch works correctly, and the server accpets the TLS connection, but the
ldapclient command fails because the TLS connection fails.
Thanks,
Ian

Thanks for looking.
ldapclient -v init \
-a proxyDN=cn=admin,dc=ucsd,dc=edu \
-a proxyPassword="passwd" \
-a domainName=ucsd.edu \
-a profileName=tls_profile \
-a certificatePath=/var/ldap/cert8.db \
ldapslave.ucsd.edu:636
This is only a test client, so I am going to reinstall from scratch
and try again. I did have it working with an older Ubuntu version
using an older OpenLDAP server. The release I am playing with
now uses GnuTLS now, but the fact that the ldapsearch command
works with TLS but ldapclient doesn't (which seems to be the
reverse of what others have had problems with) is odd.
I have also tried:
ldapclient -v manual \
-a credentialLevel=proxy \
-a proxyDN=cn=admin,dc=ucsd,dc=edu \
-a proxyPassword="password" \
-a defaultSearchBase=dc=ucsd,dc=edu \
-a defaultSearchScope=sub \
-a domainName=ucsd.edu \
-a serviceSearchDescriptor=passwd:dc=ucsd,dc=edu?sub \
-a serviceSearchDescriptor=shadow:dc=ucsd,dc=edu?sub \
-a serviceSearchDescriptor=group:dc=ucsd,dc=edu?sub \
-a serviceAuthenticationMethod=pam_ldap:tls:simple \
-a certificatePath=/var/ldap/cert8.db \
-a authenticationMethod=tls:simple \
-a defaultServerList="ldapslave.ucsd.edu ldapslave2.ucsd.edu"
but this doesn't work either.
Ian

Similar Messages

  • Solaris 10 ldapclient setup question

    Hi all,
    I'm setting up ldap authentication for ssh logins on a Solaris 10 system.
    Up to now, I've been successful in finding my answers in:
    1 this forum
    2 http://www.sun.com/bigadmin/features/articles/nis_ldap_part2.jsp
    3 http://web.singnet.com.sg/~garyttt/Installing%20and%20configuring%20OpenLDAP%20for%20Solaris9.htm
    Unfortunately time is running short and I find myself bothering you guys.
    The openldap server is running (on RHEL 3) and populated in the fashion described in (2).
    Solaris 10 ldapclient file:
    NS_LDAP_FILE_VERSION= 2.0
    NS_LDAP_SERVERS= ldap1.example.com, ldap2.example.com
    NS_LDAP_SEARCH_BASEDN= dc=example,dc=com
    NS_LDAP_AUTH= tls:simple
    NS_LDAP_SEARCH_REF= FALSE
    NS_LDAP_SEARCH_SCOPE= one
    NS_LDAP_SEARCH_TIME= 30
    NS_LDAP_CACHETTL= 43200
    NS_LDAP_PROFILE= tls_profile
    NS_LDAP_CREDENTIAL_LEVEL= proxy
    NS_LDAP_SERVICE_SEARCH_DESC= passwd: ou=People,dc=example,dc=com
    NS_LDAP_SERVICE_SEARCH_DESC= group: ou=group,dc=example,dc=com
    NS_LDAP_SERVICE_SEARCH_DESC= shadow: ou=People,dc=example,dc=com
    NS_LDAP_SERVICE_SEARCH_DESC= netgroup: ou=netgroup,dc=example,dc=com
    NS_LDAP_BIND_TIME= 10
    The user info of the test account can be queried from the Solaris 10 client.
    bash-3.00# ldaplist -l passwd tuser
    dn: uid=tuser,ou=People,dc=example,dc=com
    uid: tuser
    sn: user
    cn: test user
    uidNumber: 1002
    gidNumber: 100
    shadowMax: 99999
    shadowFlag: 0
    shadowLastChange: 14077
    objectClass: top
    objectClass: person
    objectClass: posixAccount
    objectClass: shadowAccount
    objectClass: inetOrgPerson
    loginShell: /bin/bash
    homeDirectory: home/tuser
    gecos: test user
    Passwords in the ldap db are {SSHA} encrypted.
    Encountered behaviour:
    When attempting a login to the Solaris 10 system through ssh, I'm asked three times to provide the user's password, which I diligently do without typos, after which I am again queried three times for the password:
    [root@tartaros ~]# ssh tuser@ceres
    Password:
    Password:
    Password:
    [email protected]'s password:
    Permission denied, please try again.
    [email protected]'s password:
    Permission denied, please try again.
    [email protected]'s password:
    Received disconnect from 10.224.183.40: 2: Too many authentication failures for tuser
    I feel it is going wrong somewhere in the password encryption (or lack thereof?) by the ldapclient. How can I debug this or better yet, fix this?
    Kind regards,
    Joost

    Correction on the above: The openldap server is running (on RHEL 3) and populated in the fashion described in 3 (Gary Tay's doc).
    The logging on the ldap side (entire sequence of repeated login attempts) shows the following:
    Jul 17 11:45:58 ceres slapd[17842]: conn=23 op=67 SRCH base="ou=protocols,dc=example,dc=com" scope=1 deref=3 filter="(&(objectClass=ipProtocol)(cn=ip))"
    Jul 17 11:45:58 ceres slapd[17842]: conn=23 op=67 SRCH attr=cn ipprotocolnumber
    Jul 17 11:45:58 ceres slapd[17842]: conn=23 op=67 SEARCH RESULT tag=101 err=32 nentries=0 text=
    Jul 17 11:45:58 ceres slapd[17842]: conn=23 op=68 SRCH base="ou=group,dc=example,dc=com" scope=1 deref=3 filter="(&(objectClass=posixGroup)(memberUid=tuser))"
    Jul 17 11:45:58 ceres slapd[17842]: conn=23 op=68 SRCH attr=cn gidnumber userpassword memberuid
    Jul 17 11:45:58 ceres slapd[17842]: conn=23 op=68 SEARCH RESULT tag=101 err=0 nentries=0 text=
    Jul 17 11:45:58 ceres slapd[17842]: conn=39 fd=21 ACCEPT from IP=10.224.183.40:36016 (IP=0.0.0.0:636)
    Jul 17 11:45:58 ceres slapd[17842]: conn=39 fd=21 TLS established tls_ssf=128 ssf=128
    Jul 17 11:45:58 ceres slapd[17842]: conn=39 op=0 BIND dn="cn=proxyagent,ou=profile,dc=example,dc=com" method=128
    Jul 17 11:45:58 ceres slapd[17842]: conn=39 op=0 BIND dn="cn=proxyagent,ou=profile,dc=example,dc=com" mech=SIMPLE ssf=0
    Jul 17 11:45:58 ceres slapd[17842]: conn=39 op=0 RESULT tag=97 err=0 text=
    Jul 17 11:45:58 ceres slapd[17842]: do_search: invalid dn (automountMapName=auto_home,dc=example,dc=com)
    Jul 17 11:45:58 ceres slapd[17842]: conn=39 op=1 SEARCH RESULT tag=101 err=34 nentries=0 text=invalid DN
    Jul 17 11:45:58 ceres slapd[17842]: do_search: invalid dn (automountMapName=auto_home,dc=example,dc=com)
    Jul 17 11:45:58 ceres slapd[17842]: conn=39 op=2 SEARCH RESULT tag=101 err=34 nentries=0 text=invalid DN
    Jul 17 11:45:58 ceres slapd[17842]: do_search: invalid dn (automountMapName=auto_home,dc=example,dc=com)
    Jul 17 11:45:58 ceres slapd[17842]: conn=39 op=3 SEARCH RESULT tag=101 err=34 nentries=0 text=invalid DN
    Jul 17 11:45:58 ceres slapd[17842]: do_search: invalid dn (automountMapName=auto_home,dc=example,dc=com)
    Jul 17 11:45:58 ceres slapd[17842]: conn=39 op=4 SEARCH RESULT tag=101 err=34 nentries=0 text=invalid DN
    Jul 17 11:45:58 ceres slapd[17842]: do_search: invalid dn (automountMapName=auto_home,dc=example,dc=com)
    Jul 17 11:45:58 ceres slapd[17842]: conn=39 op=5 SEARCH RESULT tag=101 err=34 nentries=0 text=invalid DN
    Jul 17 11:45:58 ceres slapd[17842]: do_search: invalid dn (automountMapName=auto_home,dc=example,dc=com)
    Jul 17 11:45:58 ceres slapd[17842]: conn=39 op=6 SEARCH RESULT tag=101 err=34 nentries=0 text=invalid DN
    Jul 17 11:45:58 ceres slapd[17842]: do_search: invalid dn (automountMapName=auto_home,dc=example,dc=com)
    Jul 17 11:45:58 ceres slapd[17842]: conn=39 op=7 SEARCH RESULT tag=101 err=34 nentries=0 text=invalid DN
    Jul 17 11:45:58 ceres slapd[17842]: do_search: invalid dn (automountMapName=auto_home,dc=example,dc=com)
    Jul 17 11:45:58 ceres slapd[17842]: conn=39 op=8 SEARCH RESULT tag=101 err=34 nentries=0 text=invalid DN
    Jul 17 11:45:58 ceres slapd[17842]: conn=23 op=69 SRCH base="ou=People,dc=example,dc=com" scope=1 deref=3 filter="(&(objectClass=shadowAccount)(uid=tuser))"
    Jul 17 11:45:58 ceres slapd[17842]: conn=23 op=69 SRCH attr=uid userpassword shadowflag
    Jul 17 11:45:58 ceres slapd[17842]: conn=23 op=69 SEARCH RESULT tag=101 err=0 nentries=1 text=
    Jul 17 11:46:06 ceres slapd[17842]: conn=23 op=70 SRCH base="ou=People,dc=example,dc=com" scope=1 deref=3 filter="(&(objectClass=posixAccount)(uid=tuser))"
    Jul 17 11:46:06 ceres slapd[17842]: conn=23 op=70 SRCH attr=cn uid uidnumber gidnumber gecos description homedirectory loginshell
    Jul 17 11:46:06 ceres slapd[17842]: conn=23 op=70 SEARCH RESULT tag=101 err=0 nentries=1 text=
    Jul 17 11:46:06 ceres slapd[17842]: conn=23 op=71 SRCH base="ou=People,dc=example,dc=com" scope=1 deref=3 filter="(&(objectClass=shadowAccount)(uid=tuser))"
    Jul 17 11:46:06 ceres slapd[17842]: conn=23 op=71 SRCH attr=uid userpassword shadowflag
    Jul 17 11:46:06 ceres slapd[17842]: conn=23 op=71 SEARCH RESULT tag=101 err=0 nentries=1 text=
    Jul 17 11:46:06 ceres slapd[17842]: conn=23 op=72 SRCH base="ou=People,dc=example,dc=com" scope=1 deref=3 filter="(&(objectClass=posixAccount)(uid=tuser))"
    Jul 17 11:46:06 ceres slapd[17842]: conn=23 op=72 SRCH attr=cn uid uidnumber gidnumber gecos description homedirectory loginshell
    Jul 17 11:46:06 ceres slapd[17842]: conn=23 op=72 SEARCH RESULT tag=101 err=0 nentries=1 text=
    Jul 17 11:46:06 ceres slapd[17842]: conn=23 op=73 SRCH base="ou=People,dc=example,dc=com" scope=1 deref=3 filter="(&(objectClass=shadowAccount)(uid=tuser))"
    Jul 17 11:46:06 ceres slapd[17842]: conn=23 op=73 SRCH attr=uid userpassword shadowflag
    Jul 17 11:46:06 ceres slapd[17842]: conn=23 op=73 SEARCH RESULT tag=101 err=0 nentries=1 text=
    Jul 17 11:46:06 ceres slapd[17842]: conn=23 op=74 SRCH base="ou=People,dc=example,dc=com" scope=1 deref=3 filter="(&(?=undefined)(uid=tuser))"
    Jul 17 11:46:06 ceres slapd[17842]: conn=23 op=74 SRCH attr=uid SolarisUserQualifier SolarisAttrReserved1 SolarisAttrReserved2 SolarisAttrKeyValue
    Jul 17 11:46:06 ceres slapd[17842]: conn=23 op=74 SEARCH RESULT tag=101 err=0 nentries=0 text=
    Jul 17 11:46:06 ceres slapd[17842]: conn=23 op=75 SRCH base="ou=People,dc=example,dc=com" scope=1 deref=3 filter="(&(objectClass=shadowAccount)(uid=tuser))"
    Jul 17 11:46:06 ceres slapd[17842]: conn=23 op=75 SRCH attr=uid userpassword shadowflag
    Jul 17 11:46:06 ceres slapd[17842]: conn=23 op=75 SEARCH RESULT tag=101 err=0 nentries=1 text=
    Jul 17 11:46:08 ceres slapd[17842]: conn=23 op=76 SRCH base="ou=People,dc=example,dc=com" scope=1 deref=3 filter="(&(objectClass=posixAccount)(uid=tuser))"
    Jul 17 11:46:08 ceres slapd[17842]: conn=23 op=76 SRCH attr=cn uid uidnumber gidnumber gecos description homedirectory loginshell
    Jul 17 11:46:08 ceres slapd[17842]: conn=23 op=76 SEARCH RESULT tag=101 err=0 nentries=1 text=
    Jul 17 11:46:08 ceres slapd[17842]: conn=23 op=77 SRCH base="ou=People,dc=example,dc=com" scope=1 deref=3 filter="(&(objectClass=shadowAccount)(uid=tuser))"
    Jul 17 11:46:08 ceres slapd[17842]: conn=23 op=77 SRCH attr=uid userpassword shadowflag
    Jul 17 11:46:08 ceres slapd[17842]: conn=23 op=77 SEARCH RESULT tag=101 err=0 nentries=1 text=
    Jul 17 11:46:08 ceres slapd[17842]: conn=23 op=78 SRCH base="ou=People,dc=example,dc=com" scope=1 deref=3 filter="(&(objectClass=posixAccount)(uid=tuser))"
    Jul 17 11:46:08 ceres slapd[17842]: conn=23 op=78 SRCH attr=cn uid uidnumber gidnumber gecos description homedirectory loginshell
    Jul 17 11:46:08 ceres slapd[17842]: conn=23 op=78 SEARCH RESULT tag=101 err=0 nentries=1 text=
    Jul 17 11:46:08 ceres slapd[17842]: conn=23 op=79 SRCH base="ou=People,dc=example,dc=com" scope=1 deref=3 filter="(&(objectClass=shadowAccount)(uid=tuser))"
    Jul 17 11:46:08 ceres slapd[17842]: conn=23 op=79 SRCH attr=uid userpassword shadowflag
    Jul 17 11:46:08 ceres slapd[17842]: conn=23 op=79 SEARCH RESULT tag=101 err=0 nentries=1 text=
    Jul 17 11:46:08 ceres slapd[17842]: conn=23 op=80 SRCH base="ou=People,dc=example,dc=com" scope=1 deref=3 filter="(&(objectClass=shadowAccount)(uid=tuser))"
    Jul 17 11:46:08 ceres slapd[17842]: conn=23 op=80 SRCH attr=uid userpassword shadowflag
    Jul 17 11:46:08 ceres slapd[17842]: conn=23 op=80 SEARCH RESULT tag=101 err=0 nentries=1 text=
    Jul 17 11:46:11 ceres slapd[17842]: conn=23 op=81 SRCH base="ou=People,dc=example,dc=com" scope=1 deref=3 filter="(&(objectClass=posixAccount)(uid=tuser))"
    Jul 17 11:46:11 ceres slapd[17842]: conn=23 op=81 SRCH attr=cn uid uidnumber gidnumber gecos description homedirectory loginshell
    Jul 17 11:46:11 ceres slapd[17842]: conn=23 op=81 SEARCH RESULT tag=101 err=0 nentries=1 text=
    Jul 17 11:46:11 ceres slapd[17842]: conn=23 op=82 SRCH base="ou=People,dc=example,dc=com" scope=1 deref=3 filter="(&(objectClass=shadowAccount)(uid=tuser))"
    Jul 17 11:46:11 ceres slapd[17842]: conn=23 op=82 SRCH attr=uid userpassword shadowflag
    Jul 17 11:46:11 ceres slapd[17842]: conn=23 op=82 SEARCH RESULT tag=101 err=0 nentries=1 text=
    Jul 17 11:46:11 ceres slapd[17842]: conn=23 op=83 SRCH base="ou=People,dc=example,dc=com" scope=1 deref=3 filter="(&(objectClass=posixAccount)(uid=tuser))"
    Jul 17 11:46:11 ceres slapd[17842]: conn=23 op=83 SRCH attr=cn uid uidnumber gidnumber gecos description homedirectory loginshell
    Jul 17 11:46:11 ceres slapd[17842]: conn=23 op=83 SEARCH RESULT tag=101 err=0 nentries=1 text=
    Jul 17 11:46:11 ceres slapd[17842]: conn=23 op=84 SRCH base="ou=People,dc=example,dc=com" scope=1 deref=3 filter="(&(objectClass=shadowAccount)(uid=tuser))"
    Jul 17 11:46:11 ceres slapd[17842]: conn=23 op=84 SRCH attr=uid userpassword shadowflag
    Jul 17 11:46:11 ceres slapd[17842]: conn=23 op=84 SEARCH RESULT tag=101 err=0 nentries=1 text=
    Jul 17 11:46:13 ceres slapd[17842]: conn=23 op=85 SRCH base="ou=People,dc=example,dc=com" scope=1 deref=3 filter="(&(objectClass=shadowAccount)(uid=tuser))"
    Jul 17 11:46:13 ceres slapd[17842]: conn=23 op=85 SRCH attr=uid userpassword shadowflag
    Jul 17 11:46:13 ceres slapd[17842]: conn=23 op=85 SEARCH RESULT tag=101 err=0 nentries=1 text=
    Jul 17 11:46:13 ceres slapd[17842]: conn=23 op=86 SRCH base="ou=People,dc=example,dc=com" scope=1 deref=3 filter="(&(objectClass=posixAccount)(uid=tuser))"
    Jul 17 11:46:13 ceres slapd[17842]: conn=23 op=86 SRCH attr=cn uid uidnumber gidnumber gecos description homedirectory loginshell
    Jul 17 11:46:13 ceres slapd[17842]: conn=23 op=86 SEARCH RESULT tag=101 err=0 nentries=1 text=
    Jul 17 11:46:13 ceres slapd[17842]: conn=23 op=87 SRCH base="ou=People,dc=example,dc=com" scope=1 deref=3 filter="(&(objectClass=shadowAccount)(uid=tuser))"
    Jul 17 11:46:13 ceres slapd[17842]: conn=23 op=87 SRCH attr=uid userpassword shadowflag
    Jul 17 11:46:13 ceres slapd[17842]: conn=23 op=87 SEARCH RESULT tag=101 err=0 nentries=1 text=
    Jul 17 11:46:13 ceres slapd[17842]: conn=23 op=88 SRCH base="ou=People,dc=example,dc=com" scope=1 deref=3 filter="(&(objectClass=posixAccount)(uid=tuser))"
    Jul 17 11:46:13 ceres slapd[17842]: conn=23 op=88 SRCH attr=cn uid uidnumber gidnumber gecos description homedirectory loginshell
    Jul 17 11:46:13 ceres slapd[17842]: conn=23 op=88 SEARCH RESULT tag=101 err=0 nentries=1 text=
    Jul 17 11:46:13 ceres slapd[17842]: conn=23 op=89 SRCH base="ou=People,dc=example,dc=com" scope=1 deref=3 filter="(&(objectClass=shadowAccount)(uid=tuser))"
    Jul 17 11:46:13 ceres slapd[17842]: conn=23 op=89 SRCH attr=uid userpassword shadowflag
    Jul 17 11:46:13 ceres slapd[17842]: conn=23 op=89 SEARCH RESULT tag=101 err=0 nentries=1 text=
    Jul 17 11:46:13 ceres slapd[17842]: conn=23 op=90 SRCH base="ou=People,dc=example,dc=com" scope=1 deref=3 filter="(&(?=undefined)(uid=tuser))"
    Jul 17 11:46:13 ceres slapd[17842]: conn=23 op=90 SRCH attr=uid SolarisUserQualifier SolarisAttrReserved1 SolarisAttrReserved2 SolarisAttrKeyValue
    Jul 17 11:46:13 ceres slapd[17842]: conn=23 op=90 SEARCH RESULT tag=101 err=0 nentries=0 text=
    Jul 17 11:46:16 ceres slapd[17842]: conn=23 op=91 SRCH base="ou=People,dc=example,dc=com" scope=1 deref=3 filter="(&(objectClass=shadowAccount)(uid=tuser))"
    Jul 17 11:46:16 ceres slapd[17842]: conn=23 op=91 SRCH attr=uid userpassword shadowflag
    Jul 17 11:46:16 ceres slapd[17842]: conn=23 op=91 SEARCH RESULT tag=101 err=0 nentries=1 text=
    Jul 17 11:46:16 ceres slapd[17842]: conn=23 op=92 SRCH base="ou=People,dc=example,dc=com" scope=1 deref=3 filter="(&(objectClass=posixAccount)(uid=tuser))"
    Jul 17 11:46:16 ceres slapd[17842]: conn=23 op=92 SRCH attr=cn uid uidnumber gidnumber gecos description homedirectory loginshell
    Jul 17 11:46:16 ceres slapd[17842]: conn=23 op=92 SEARCH RESULT tag=101 err=0 nentries=1 text=
    Jul 17 11:46:16 ceres slapd[17842]: conn=23 op=93 SRCH base="ou=People,dc=example,dc=com" scope=1 deref=3 filter="(&(objectClass=shadowAccount)(uid=tuser))"
    Jul 17 11:46:16 ceres slapd[17842]: conn=23 op=93 SRCH attr=uid userpassword shadowflag
    Jul 17 11:46:16 ceres slapd[17842]: conn=23 op=93 SEARCH RESULT tag=101 err=0 nentries=1 text=
    Jul 17 11:46:16 ceres slapd[17842]: conn=23 op=94 SRCH base="ou=People,dc=example,dc=com" scope=1 deref=3 filter="(&(objectClass=posixAccount)(uid=tuser))"
    Jul 17 11:46:16 ceres slapd[17842]: conn=23 op=94 SRCH attr=cn uid uidnumber gidnumber gecos description homedirectory loginshell
    Jul 17 11:46:16 ceres slapd[17842]: conn=23 op=94 SEARCH RESULT tag=101 err=0 nentries=1 text=
    Jul 17 11:46:16 ceres slapd[17842]: conn=23 op=95 SRCH base="ou=People,dc=example,dc=com" scope=1 deref=3 filter="(&(objectClass=shadowAccount)(uid=tuser))"
    Jul 17 11:46:16 ceres slapd[17842]: conn=23 op=95 SRCH attr=uid userpassword shadowflag
    Jul 17 11:46:16 ceres slapd[17842]: conn=23 op=95 SEARCH RESULT tag=101 err=0 nentries=1 text=
    Jul 17 11:46:18 ceres slapd[17842]: conn=23 op=96 SRCH base="ou=People,dc=example,dc=com" scope=1 deref=3 filter="(&(objectClass=shadowAccount)(uid=tuser))"
    Jul 17 11:46:18 ceres slapd[17842]: conn=23 op=96 SRCH attr=uid userpassword shadowflag
    Jul 17 11:46:18 ceres slapd[17842]: conn=23 op=96 SEARCH RESULT tag=101 err=0 nentries=1 text=
    Jul 17 11:46:18 ceres slapd[17842]: conn=23 op=97 SRCH base="ou=People,dc=example,dc=com" scope=1 deref=3 filter="(&(objectClass=posixAccount)(uid=tuser))"
    Jul 17 11:46:18 ceres slapd[17842]: conn=23 op=97 SRCH attr=cn uid uidnumber gidnumber gecos description homedirectory loginshell
    Jul 17 11:46:18 ceres slapd[17842]: conn=23 op=97 SEARCH RESULT tag=101 err=0 nentries=1 text=
    Jul 17 11:46:18 ceres slapd[17842]: conn=23 op=98 SRCH base="ou=People,dc=example,dc=com" scope=1 deref=3 filter="(&(objectClass=shadowAccount)(uid=tuser))"
    Jul 17 11:46:18 ceres slapd[17842]: conn=23 op=98 SRCH attr=uid userpassword shadowflag
    Jul 17 11:46:18 ceres slapd[17842]: conn=23 op=98 SEARCH RESULT tag=101 err=0 nentries=1 text=
    Jul 17 11:46:18 ceres slapd[17842]: conn=23 op=99 SRCH base="ou=People,dc=example,dc=com" scope=1 deref=3 filter="(&(objectClass=posixAccount)(uid=tuser))"
    Jul 17 11:46:18 ceres slapd[17842]: conn=23 op=99 SRCH attr=cn uid uidnumber gidnumber gecos description homedirectory loginshell
    Jul 17 11:46:18 ceres slapd[17842]: conn=23 op=99 SEARCH RESULT tag=101 err=0 nentries=1 text=
    Jul 17 11:46:18 ceres slapd[17842]: conn=23 op=100 SRCH base="ou=People,dc=example,dc=com" scope=1 deref=3 filter="(&(objectClass=shadowAccount)(uid=tuser))"
    Jul 17 11:46:18 ceres slapd[17842]: conn=23 op=100 SRCH attr=uid userpassword shadowflag
    Jul 17 11:46:18 ceres slapd[17842]: conn=23 op=100 SEARCH RESULT tag=101 err=0 nentries=1 text=

  • Solaris ldap client problem (tls:simple + anonymous)

    Hi All,
    I've installed Directory Server 6.3.1 and it works just fine,
    but I have a problem regarding connecting Solaris 10 ldap client to it through SSL using anonymous credential level.
    Both SSL with proxy credential level or anonymous without SSL work fine but as you know these configurations are not pretty secure.
    More detail.
    Profile:
    dn: cn=sslnoproxyuser,ou=profile,dc=domain,dc=com
    authenticationmethod: tls:simple
    bindtimelimit: 10
    cn: sslnoproxyuser
    credentiallevel: anonymous
    defaultsearchbase: dc=domain,dc=com
    defaultsearchscope: one
    defaultserverlist: servername.domain.com
    followreferrals: TRUE
    objectclass: top
    objectclass: DUAConfigProfile
    preferredserverlist: servername.domain.com
    profilettl: 43200
    searchtimelimit: 30
    Ldapclient output:
    bash-3.00# ldapclient init -v -a profileName=sslnoproxyuser servername.domain.com
    Parsing profileName=sslnoproxyuser
    Arguments parsed:
    profileName: sslnoproxyuser
    defaultServerList: servername.domain.com
    Handling init option
    About to configure machine by downloading a profile
    findBaseDN: begins
    findBaseDN: ldap not running
    findBaseDN: calling __ns_ldap_default_config()
    found 2 namingcontexts
    findBaseDN: __ns_ldap_list(NULL, "(&(objectclass=nisDomainObject)(nisdomain=domain.com))"
    rootDN[0] dc=domain,dc=com
    found baseDN dc=domain,dc=com for domain domain.com
    Proxy DN: NULL
    Proxy password: NULL
    Credential level: 0
    Authentication method: 3
    No proxyDN/proxyPassword required
    About to modify this machines configuration by writing the files
    Stopping network services
    Stopping sendmail
    stop: sleep 100000 microseconds
    stop: network/smtp:sendmail... success
    Stopping nscd
    stop: sleep 100000 microseconds
    stop: sleep 200000 microseconds
    stop: system/name-service-cache:default... success
    Stopping autofs
    stop: sleep 100000 microseconds
    stop: sleep 200000 microseconds
    stop: sleep 400000 microseconds
    stop: sleep 800000 microseconds
    stop: sleep 1600000 microseconds
    stop: sleep 3200000 microseconds
    stop: system/filesystem/autofs:default... success
    ldap not running
    nisd not running
    nis(yp) not running
    file_backup: stat(/etc/nsswitch.conf)=0
    file_backup: (/etc/nsswitch.conf -> /var/ldap/restore/nsswitch.conf)
    file_backup: stat(/etc/defaultdomain)=0
    file_backup: (/etc/defaultdomain -> /var/ldap/restore/defaultdomain)
    file_backup: stat(/var/nis/NIS_COLD_START)=-1
    file_backup: No /var/nis/NIS_COLD_START file.
    file_backup: nis domain is "domain.com"
    file_backup: stat(/var/yp/binding/domain.com)=-1
    file_backup: No /var/yp/binding/domain.com directory.
    file_backup: stat(/var/ldap/ldap_client_file)=-1
    file_backup: No /var/ldap/ldap_client_file file.
    Starting network services
    start: /usr/bin/domainname domain.com... success
    start: sleep 100000 microseconds
    start: network/ldap/client:default... maintenance
    start: sleep 100000 microseconds
    start: system/filesystem/autofs:default... success
    start: sleep 100000 microseconds
    start: system/name-service-cache:default... success
    start: sleep 100000 microseconds
    start: network/smtp:sendmail... success
    restart: sleep 100000 microseconds
    restart: sleep 200000 microseconds
    restart: milestone/name-services:default... success
    Error resetting system.
    Recovering old system settings.
    Stopping network services
    Stopping sendmail
    stop: sleep 100000 microseconds
    stop: network/smtp:sendmail... success
    Stopping nscd
    stop: sleep 100000 microseconds
    stop: sleep 200000 microseconds
    stop: system/name-service-cache:default... success
    Stopping autofs
    stop: sleep 100000 microseconds
    stop: sleep 200000 microseconds
    stop: sleep 400000 microseconds
    stop: sleep 800000 microseconds
    stop: sleep 1600000 microseconds
    stop: sleep 3200000 microseconds
    stop: system/filesystem/autofs:default... success
    Stopping ldap
    stop: network/ldap/client:default... restoring from maintenance state
    stop: sleep 100000 microseconds
    stop: network/ldap/client:default... success
    nisd not running
    nis(yp) not running
    recover: stat(/var/ldap/restore/defaultdomain)=0
    recover: open(/var/ldap/restore/defaultdomain)
    recover: read(/var/ldap/restore/defaultdomain)
    recover: old domainname "domain.com"
    recover: stat(/var/ldap/restore/ldap_client_file)=-1
    recover: stat(/var/ldap/restore/ldap_client_cred)=-1
    recover: stat(/var/ldap/restore/NIS_COLD_START)=-1
    recover: stat(/var/ldap/restore/domain.com)=-1
    recover: stat(/var/ldap/restore/nsswitch.conf)=0
    recover: file_move(/var/ldap/restore/nsswitch.conf, /etc/nsswitch.conf)=0
    recover: stat(/var/ldap/restore/defaultdomain)=0
    recover: file_move(/var/ldap/restore/defaultdomain, /etc/defaultdomain)=0
    Starting network services
    start: /usr/bin/domainname domain.com... success
    start: sleep 100000 microseconds
    start: system/filesystem/autofs:default... success
    start: sleep 100000 microseconds
    start: system/name-service-cache:default... success
    start: sleep 100000 microseconds
    start: network/smtp:sendmail... success
    restart: sleep 100000 microseconds
    restart: milestone/name-services:default... success
    */var/ldap/cachemgr.log*
    Tue Jun 30 10:50:51.4330 Starting ldap_cachemgr, logfile /var/ldap/cachemgr.log
    Tue Jun 30 10:50:51.4355 Error: Unable to read '/var/ldap/ldap_client_file': Configuration Error: No entry for 'NS_LDAP_BINDDN' found
    Tue Jun 30 10:50:51.4368 detachfromtty(): child failed (rc = 255).
    Any ideas?
    Edited by: ffffffffff356dfd on 30 ???? 2009 12:07
    Edited by: ffffffffff356dfd on 30 ???? 2009 12:07

    Hi ,
    yes I use it.
    Here is my pam.conf:
    # Authentication management
    # login service (explicit because of pam_dial_auth)
    login auth requisite pam_authtok_get.so.1
    login auth required pam_dhkeys.so.1
    login auth required pam_unix_cred.so.1
    login auth required pam_dial_auth.so.1
    login auth binding pam_unix_auth.so.1 server_policy
    login auth required pam_ldap.so.1
    # rlogin service (explicit because of pam_rhost_auth)
    # rlogin auth sufficient pam_rhosts_auth.so.1
    rlogin auth requisite pam_authtok_get.so.1
    rlogin auth required pam_dhkeys.so.1
    rlogin auth required pam_unix_cred.so.1
    rlogin auth binding pam_unix_auth.so.1 server_policy
    rlogin auth required pam_ldap.so.1
    # rsh service (explicit because of pam_rhost_auth,
    # and pam_unix_auth for meaningful pam_setcred)
    # rsh auth sufficient pam_rhosts_auth.so.1
    rsh auth required pam_unix_cred.so.1
    rsh auth binding pam_unix_auth.so.1 server_policy
    rsh auth required pam_ldap.so.1
    # PPP service (explicit because of pam_dial_auth)
    ppp auth requisite pam_authtok_get.so.1
    ppp auth required pam_dhkeys.so.1
    ppp auth required pam_dial_auth.so.1
    ppp auth binding pam_unix_auth.so.1 server_policy
    ppp auth required pam_ldap.so.1
    # Default definitions for Authentication management
    # Used when service name is not explicitly mentioned for authentication
    other auth requisite pam_authtok_get.so.1
    other auth required pam_dhkeys.so.1
    other auth required pam_unix_cred.so.1
    other auth binding pam_unix_auth.so.1 server_policy
    other auth required pam_ldap.so.1
    # passwd command (explicit because of a different authentication module)
    passwd auth binding pam_passwd_auth.so.1 server_policy
    passwd auth required pam_ldap.so.1
    # cron service (explicit because of non-usage of pam_roles.so.1)
    cron account required pam_unix_account.so.1
    # Default definition for Account management
    # Used when service name is not explicitly mentioned for account management
    other account requisite pam_roles.so.1
    other account binding pam_unix_account.so.1
    other account required pam_ldap.so.1
    # Default definition for Session management
    # Used when service name is not explicitly mentioned for session management
    other session required pam_unix_session.so.1
    # Default definition for Password management
    # Used when service name is not explicitly mentioned for password management
    other password required pam_dhkeys.so.1
    other password requisite pam_authtok_get.so.1
    other password requisite pam_authtok_check.so.1
    other password required pam_authtok_store.so.1 server_policy
    # Support for Kerberos V5 authentication and example configurations can
    # be found in the pam_krb5(5) man page under the "EXAMPLES" section.
    #

  • Solaris 8 installation problem on an Intel base PC

    I'm quite new with Solaris. I got stuck in Solaris 8 installation just at almost the very beginning. After booting up the system from floppy and conituing pressing F2 and selecting booting from CD, I got an error message like:
    cannot mount on pci@0; 0/pci-ide@7; 1/ide01/sd@0; 0:a
    panic[cpu0]thread=FEC17440 vfs:mountroot
    then, the system reboots itself again and again every time it reaches this point. I guess it's a problem with my CD-ROM. But the problem persists even if I change CD-ROM or move CD-ROM from secondary master to primary slave, etc. I also tried to change harddisk, but did no good to the problem. Is there any experienced users who could provide me with some solutions?
    I'm using a system with: Pentium 133, 32 MB Ram, 4GB HDD, 3C905TX, ATI Rage II PCI, Matshita CR-587 CD-ROM, Serial mouse and so on. I also tried another system with: P III 450, Asus P3BF, 192MB Ram, Pioneer DVD-ROM, same HDD, and so on. The problem was still there with the latter system. However, I successfully installed Solaris 7 with the latter system before. Why can't it work with Solaris 8?
    Thanks a lot for the help.

    I've been having the exact same problems on a PowerEdge 500SC. I have managed to get Solaris up and running on the machine, however. I booted the DCA from the floppy disk and installed from the CD-ROM. When the DCA is ready to scan for devices I use the "Specific Scan" option to tell it to look for specific devices. I tell it to scan for all devices in the listing and in doing so the DCA finds ISA-based IDE controllers. After it provides a listing of the devices it found I use the "Device Tasks" option and the "View/Edit Devices" menu item then delete the Bus Mastering IDE controller device. Once the screen comes up to ask for a boot device, the drives will show up as on the ISA controllers.
    I have to go through this process every time I boot the machine but I am able to make the system run at least.
    I haven't figured out the ACPI problem, yet.
    Regards,
    Doug

  • Solaric boot up problem after poweroff

    Hi Everybody,
    I have a solaris 10 8/07 installation on X86. I have problem regarding boot up after power off. Its not booting in multiuser mode and hangs up at the blue screen. Could we do something in the single user mode to rectify the problem, because its possible to boot in single user mode?
    Thanks.

    Please include your full model number when posting problems on the forums. It can be found on the bottom of your laptop.
    If it's now working perfectly, then I wouldn't worry about it if I were you. However, I can say that it's best to do a system recovery with the exact media designed for your notebook and then upgrade if you wish.
    - Peter

  • Sun Solaris 10 installation problem on IBM ThinkPad R31Notebook

    Hello,
    I have tried to install Sun Solaris 10 on my IBM ThinkPad R31 notebook, but the system has problem at initial stage of loading the installation software from CD. Here is the message I see on the screen when the CD is loaded:
    loading stage2 ....
    GNU GRUB Version 0.95 (639K lower / 514880K upper memory"
    Solaris
    Solaris Serial Console ttya
    Solaris Serial Console ttyb (for 1x50, v60x and v65x
    SunOS Release 5.10 version Generic_118855-33 32-bit
    Copyright 1983-2006 Sun Microsystems, Inc All Right reserved
    Use is subject to license terms
    Rebooting
    Rebooting
    Rebooting
    Rebooting
    Rebooting
    Rebooting
    Rebooting
    Rebooting
    I changed both memory and the hard drive but I still have the same problem. Can anyone please tell me what the problem might be or what remedial step I should take to install Solaris 10 on R31?
    Thanks

    Did you try install check CD before the installation?
    I think that there might be two main reasons:
    1. Your computer is not supported
    2. Hard drive may need to be formated to FAT32 or UFS

  • Solaris 8 installation problem on Dell PowerEdge 500SC

    Hi,
    I am having TWO PROBLEMS installing Solaris 8 on Dell PowerEdge 500SC.
    This hardware spec is:
    Pentium-III at 1GHz
    256MB 133MHz ECC SDRAM
    20GB 7200RPM ATA100 EIDE hard drive (on integrated ATA-100 controller)
    48X EIDE CD-ROM drive (on integrated ATA-100 controller)
    Motherboard: unknown
    more details: http://www.dell.com/us/en/esg/topics/esg_pedge_sc_towermain_servers_3_pedge_500sc.htm
    FIRST PROBLEM is the following message was shown at the hardware probe.
    WARNING: ACPI Tables not in Reclaim Memory
    Warning: Resource Conflict - both devices are added
    NON-ACPI device: PNP0C01
    Port: C00-C01, C06-C08, C14, C50-C52, C6C-C6F,
    CD6-CD7
    F50-F57
    ACPI device: PNP0C01
    Port 814-85B, 580-58F, C00-CD7, F50-F58
    At this time, I was using "Solaris 8 (Intel Platform Edition) 10/01" released version.
    I am not sure what this means, but it was RESOLVED with using newer "x86 DCA boot diskette (Patch-ID# 110930-05)".
    But, the SECOND REAL PROBLEM is another one. It just happens booting the kernel after the hardware probe. I get the following messages about 2 minutes later, after beginning to load kernel.
    WARNING:/pci@0,0/pci-ide@1/ata@1 (ata1): timeout: abort request, target=0 lun=0
    WARNING:/pci@0,0/pci-ide@1/ata@1 (ata1): timeout: about device, target=0 lun=0
    WARNING:/pci@0,0/pci-ide@1/ata@1 (ata1): timeout: reset target, target=0 lun=0
    WARNING:/pci@0,0/pci-ide@1/ata@1 (ata1): timeout: reset bus, target=0 lun=0
    After another 1 or 2 minutes I get more error and the system reboots.
    Please give me any suggestion or advice!
    Thanks.
    Kazuyoshi

    I've been having the exact same problems on a PowerEdge 500SC. I have managed to get Solaris up and running on the machine, however. I booted the DCA from the floppy disk and installed from the CD-ROM. When the DCA is ready to scan for devices I use the "Specific Scan" option to tell it to look for specific devices. I tell it to scan for all devices in the listing and in doing so the DCA finds ISA-based IDE controllers. After it provides a listing of the devices it found I use the "Device Tasks" option and the "View/Edit Devices" menu item then delete the Bus Mastering IDE controller device. Once the screen comes up to ask for a boot device, the drives will show up as on the ISA controllers.
    I have to go through this process every time I boot the machine but I am able to make the system run at least.
    I haven't figured out the ACPI problem, yet.
    Regards,
    Doug

  • Solaris 8 installation problem on Dell laptop

    Hi
    I have Dell Latitude CPx laptop which has windows now.
    I have freed space from the disk and removed the freed partition from windows control using fdisk and tried installing Solaris 8, 7/01 release using interactive install.
    After initial screens scanning devices, config building, prompts for language selection. As soon as I enter 0 for English, the screen prints junk charcters and beeps continuosly and hangs.
    Do any of you have a clue, to get over this problem.
    Also please let me know, how to disable PnP feature in BIOS, since I didn't find PnP in BIOS setup.
    Thanks in advance for help.
    Ram

    There seems to be a patch available at http://sunsolve.sun.com
    Patch-ID # 112352-01
    Hope it's what you were looking for.

  • [Solaris 10] Installation problem on nForce4 Ultra - SATA II - raid 0

    hi,
    Like I was read on HW web page, Solaris 10 should work fine with 'nForce4' (without 'Ultra'),
    but on mine mainboard (nForce4 Ultra) instalator was unable to found my array.
    I have ASUS A8N-E (nForce4 Ultra) with 2x 250GB Seagate on SATA II RAID 0.
    Is it posible to install this OS on 'nForce4 Ultra' or maybe I am doing sth wrong ?

    Hi, I have the similiar problems on Solaris 10 installation.
    I have a Compaq SR1710 AMD Sempron™ + 1GB RAM. I am trying make it a mini workstation.
    However, the installation was never able to throught.
    It always stop or freeze on the "dos" screen after I select "interactive" installation.
    The last error message I got was something "Skipped rtls01" something.
    I am trying to install Solaris 9 now, so far on disc 2.
    Very smooth. No problem..
    hope someone can give me advise on how to install version 10 on the machine.
    BTW, I checked teh HCL. It seems ok, given my machine is very basic.

  • Solaris 10 installation problem on IBM Thinkpad - T43

    Dear All,
    I have a major problem while installing Solaris 10 on my IBM T43 Laptop. Here is my problem:
    - I boot from Solaris 10 DVD
    - I select the option "Solaris" from the grub menu
    - I get 6 installation options
    1. Solaris interactive(Default)
    2. Custom jumpstart
    3. Solaris interactive text(desktop session)
    4. Solaris interactive console
    5. Driver update
    6. Single user shell
    - I select option 1(solaris interactive)
    - After some processing, I get the "proposed configuration" screen, and an option to accept/reject it.
    - I reject the proposed configuration and, as a result enter the "kdmconfig" wizard.
    - After this screen, I tried selecting various resolutions, but no matter, I get a blank screen in place of the graphical installation wizard after quitting kdmconfig.
    As a result, I am never given a chance to install solaris at all. Can anyone you please dig me out of this hole?
    Regards,
    Thejasvi V

    after some time a console login came with no graphics
    I logged in with root and password everything went ok
    but still no graphics was there then console
    automatically tried to lunch the x windows by giving
    message starting x login in display 0x...... butWhile you still have no graphics type, /usr/dt/bin/dtconfig -d as fast as you can and press enter. This will prevent the GUI from starting. Then type kdmconfig and set your parameters. Then use the "test" button to see if the settings that you chose actually do anything. If they just result in a blank screen or a system freeze, then head over to Linux Laptops and search for your Laptop brand.
    Most of the systems on that site have thier X.org configuration online available for viewing. This will help guide you to setting up your graphics/monitor on your system.
    alan
    after that my monitor screen got blanked and I had to
    restart my pc, I tried 3-4 times but still its not
    supporting the display of my monitor and also I am
    not able to find the settings to change the display.
    Please help me ...
    Abdul Mohsin
    [email protected]

  • Solaris 10 Kerberos problem

    I have a problem with a kerberos installation on Solaris 10.
    I modiefied the krb5.conf and pam.conf file, if I do a kinit or klist kerberos is working fine.
    If I try to login with ssh I get this error:
    [ID 537602 auth.error] PAM-KRB5 (auth): krb5_verify_init_creds failed: No such file or directory
    What does this mean ?
    Regards,
    Ar_min

    my first guess is you are missing your keytab (/etc/krb5/krb5.keytab). ssh uses a host/FQDN@<KRB5 REALM> entry in the keytab for auth. other kerbirized services may use the same entry or ftp/FQDN@<KRB5 REALM>, ldap/FQDN@<KRB5 REALM> (openldap for example).
    if you created that host entry on your kdc (or in AD, and then used ktpass to export it), and you imported it ok, run sshd in debug mode to see more: /usr/lib/ssh/sshd -ddd -p 220 (-p 220 is the port to connect to)

  • Solaris 8 & Keyboard Problem on DELL Inspiron Laptop

    Hi all,
    Trying to install Solaris 8 on Dell Inspiron 4000 laptop, but the keyboard gets stuck at the stage where I need to select the language. No response to keyboard and the machine just hangs. The keyboard works initially, I used the F2 key to continue to the next screen. Has anyone seen this before? Any help is much appreciated.
    Thanks
    [email protected]

    I'm experiencing this exact problem on my Dell Inspiron 4000 as well. When I trying to select the Language stage of the installation, my laptop responds with garble text, and then the laptop locks up. Please let me know if you have a resolution.
    vinh
    [email protected]

  • Solaris 10 routing problems

    Anyone have routing working on Solaris 10?
    Running S10_72 on a Dell Gx110 w/ 2 NICs. Trying to set it up to replace my Netgear router (and eventually configure IPv6 tunnel). having problems getting it to route packets. I turned off all of my ipfilters for debugging.
    2 networks 10.10.1.x and 10.1.1.x no routing daemon, just static routes
    Here are the parts of the ifconfig that matter, the output from routeadm and the routing table, along with a ping to hosts on each side and a tcpdump from the input interface elxl0 (the packets to be routed arrive here) the tcpdump on the side the packets should come out is empty (there are DNS packets and the like from the host, but no routed packets). What am I missing here?
    elxl0: flags=1100843<UP,BROADCAST,RUNNING,MULTICAST,ROUTER,IPv4>
    inet 10.1.1.1 netmask ffffff00 broadcast 10.1.1.255
    ether 0:b0:d0:85:e0:b4
    iprb0: flags=1104843<UP,BROADCAST,RUNNING,MULTICAST,DHCP,ROUTER,IPv4 >
    inet 10.10.1.67 netmask ffffff00 broadcast 10.10.1.255
    ether 0:a0:c9:98:1d:6b
    # routeadm
    Configuration Current Current
    Option Configuration System State
    IPv4 forwarding enabled enabled
    IPv4 routing default (disabled) disabled
    IPv6 forwarding disabled disabled
    IPv6 routing disabled disabled
    IPv4 routing daemon "/usr/sbin/in.routed"
    IPv4 routing daemon args ""
    IPv4 routing daemon stop "kill -TERM `cat /var/tmp/in.routed.pid`"
    IPv6 routing daemon "/usr/lib/inet/in.ripngd"
    IPv6 routing daemon args "-s"
    IPv6 routing daemon stop "kill -TERM `cat /var/tmp/in.ripngd.pid`"
    Routing Table: IPv4
    Destination Gateway Flags Ref Use Interface
    10.10.1.0 10.10.1.67 U 1 26 iprb0
    10.1.1.0 10.1.1.1 U 1 2 elxl0
    224.0.0.0 10.10.1.67 U 1 0 iprb0
    default 10.10.1.1 UG 1 1 iprb0
    127.0.0.1 127.0.0.1 UH 7 7281 lo0
    PING 10.10.1.1: 56 data bytes
    64 bytes from 10.10.1.1: icmp_seq=0. time=1.67 ms
    ----10.10.1.1 PING Statistics----
    1 packets transmitted, 1 packets received, 0% packet loss
    round-trip (ms) min/avg/max/stddev = 1.54/1.61/1.67/-NaN
    PING 10.1.1.2: 56 data bytes
    64 bytes from 10.1.1.2: icmp_seq=0. time=0.659 ms
    ----10.1.1.2 PING Statistics----
    1 packets transmitted, 1 packets received, 0% packet loss
    round-trip (ms) min/avg/max/stddev = 0.592/0.625/0.659/-NaN
    tcpdump -vv -e -i elxl0
    15:24:17.414252 00:c0:9f:20:16:a8 > 00:b0:d0:85:e0:b4, ethertype IPv4 (0x0800), length 98: IP (tos 0x0, ttl 64, id 0, offset 0, flags &#91;DF&#93;, length: 84) 10.1.1.2 > 10.10.1.1: icmp 64: echo request seq 30213

    Hi,
    I have a Sunfire V100 - and have the exact same problem. The settings are correct; I have configure dual-NIC cards many times in the past - but this issue is simply eluding me. I can swap in a Linux machine in router / ip forwarding mode and there are no problems, but when I put back in the Sunfire I encounter the same issues you have.
    In effect, packets from the LAN arrive at the NIC on the Solaris machine, but then don't get forwarded to the other NIC's gateway. I'm at a loss, but I have seen this problem pop-up (without answer) a half-dozen times in this forum alone, and multiple times on different support sites. Did you (or anyone) ever come across a solution for this? Is this not some easily overlooked yet possibly cryptic flag or variable that I've missed? Anyone?

  • Install Oracle 8.1.7 in Solaris, disk space problems.

    Hi!
    I'm installing Oracle 8.1.7 in Solaris (typical instalation, Entrepise Edition).In addition, I have created two directories (/u01 and /u02).I would like to store Oracle Software in /u01 and I would like store my database in /u02.During instalation have been appeared a problem, I only have in / 650 Mbytes availables and Oracle requests 750 Mbytes. How Could I have more space in /?
    With best wishes.
    Jordi.

    You may try to add the environment variable
    ORACLE_TERM=vt100 which is not include in your envornment setting.

  • Can't Install Plugin in solaris 2.7 ( problem & solution )

    Dear all,
    I have install Java Plug 1.2 for Solaris/sparc , os is solaris 2.7 and netscape is 4.75 .
    When start netscape, it shows following error message.
    ERROR: ld.so.1 :netscape: fatal: /opt/NSCPcom/j2pi//COPYRIGHT: unknown file type
    Cant load plugin /opt/NSCPcom/j2pi//COPYRIGHT. Ignored.
    ERROR: ld.so.1 :netscape:
    fatal: /opt/NSCPcom/j2pi//ControlPanel:: unknown file type
    Cant load plugin /opt/NSCPcom/j2pi//ControlPanel.
    Ignored.
    The installation program of plugin for solaris set the environment variable wrongly.
    wrong: NPX_PLUGIN_PATH=/opt/NSCPcom/j2pi:
    correct: NPX_PLUGIN_PATH=/opt/NSCPcom/plugins:
    M.T.

    Hi MT,
    Have u got resolved of this problem after changing the environment variable. Is it working fine ? While installing by default it will set to (installation)NPX_PLUGIN_PATH=/opt/NSCPcom/j2pi:
    can we change it?

Maybe you are looking for

  • Odd DW CS3 Template issue

    Hello everyone, I was wondering if I could get some help on an odd issue I've been experiencing with DW CS3. I have been tasked with adding content to two templates we use (which include a vertical nav bar, footer and header). After I've made my chan

  • Why won't second iPhone (work) appear anywhere on laptop?

    I was hoping someone could help me as I'm going nuts trying to troubleshoot this issue I have recently obtained a second iPhone 5 from work, to go along with my personal one. When I plug this work phone into my home laptop, it makes that "you've plug

  • Flash detection kit

    I try to use, I runs ok but I don�t know where I put information to go after installation. Where? And where I can put a image during installation? <head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta http-equiv="Cont

  • MapViewer response

    We're using Mapviewer 10.1.2 for our app and I'm trying to get list of themes that are currently displayed in the map so I can include them in the legend. The map response string should list all themes that have any features on the currently generate

  • Why are some of my badges blue instead of red?

    Suddenly some of my badge notification numbers are blue instead of red.  Anyone else having this happeneing or know why?