Solaris 10 Cannot login

Hello World:
Those of you who are from the "old school" will get the salutation! In any case, I am have a problem with my Solaris 10 system. Recently, I ran patchadd for those patches that were downloaded by the Sun patch manager into /var/sadm/spool. After doing this, I rebooted my system and now I am receiving the following error message and cannot login except in single user mode:
ld.so.1: Login: fatal relocation error: File /usr/lib/passwdutil.so.1: symbol_nsl_fgetspent_r: Referenced symbol not found.
Also, when I login with single user mode and run the passwd command, I get the same error message.
I would greatly appreciate any help as I am under a deadline to get this system back up.
Respectfully,
Mark K.

Hi
I've run into this problem too - and found it pretty frustrating. But I think I have figured out the circumstances in which it happened (at least for me) and a workaround other than reinstalling S10 11/06.
I got the problem when applying a recent S10 SPARC patchcluster and found that login no longer worked and was crashing out with the error
ld.so.1: fatal: relocation error: file /usr/lib/passwdutil.so.1: symbol __nsl_fgetspent_r: referenced symbol not found
I thought I had applied the patchcluster properly, rebooting when required and
continuing the patchcluster until it was all applied. The patchcluster I used was the one dated Sep/19/07. As others have reported you can boot Ok to single user but going multiuser or running login as single user gets the problem.
So I took a look at the shared lib login was complaining about getting the relocation error for.
ldd /usr/lib/passwdutil.so.1 will print out a list of the libs that passwdutil.so.1 uses. I checked through each of these looking for a text definition of the __nsl_fgetspent_r symbol via
for each lib used by passwdutil.so.1
nm lib | grep __nsl_fgetspent_r
done
and as expected could not find a global definition of the symbol.
So I then looked on another system without the Sep/19/07 patchcluster installed and found that __nsl_fgetspent_r is defined in /lib/libnsl.so.1
# nm /lib/libnsl.so.1 | grep __nsl_fgetspent_r
[4968] | 94276| 336|FUNC |GLOB |0 |10 |__nsl_fgetspent_r
But in my check on the problem system, the global def of the symbol was not in /lib/libnsl.so.1. Now our problem system was built initially from a jumpstart which automatically adds a S10 patchcluster (the May/24/07 one).
Looking through the patches in the May/24/07 cluster for those that replaced /lib/libnsl.so.1 I found patch 120473 (rev 08). This patch relaces /lib/libnsl.so.1 and its version of libnsl.so.1 includes the __nsl_fgetspent_r symbol
# nm ./10_Recommended/120473-08/SUNWcslr/reloc/lib/libnsl.so.1 | grep __nsl_fgetspent_r
[4968] | 94276| 336|FUNC |GLOB |0 |10 |__nsl_fgetspent_r
This patch is the 3rd last in the patch order file, so goes on after kernel patch 118833-36. This is important because when I applied the Sep/19/07 patchcluster and ran into the problem, this patchcluster reinstalled 118833-36 but not 120473. (I guess a reinstall of 118833-36 is the default? even if you already have 118833-36).
And 118833-36 includes /lib/libnsl.so.1. This version of libnsl.so.1 does not have a symbol def for __nsl_fgetspent_r. The Sep/19/07 patchcluster does not include patch 120473 so if you apply the patchcluster you end up with a libnsl.so.1 without the needed symbol. Patch 120473 is not included because sometime between May/24/07 and Sep/19/07 patch 120473 was made obsolete, so therefore no longer included into the patchcluster.
My workaround was to reinstall the latest (last) rev of this obsolete patch, 120472-12 to get a version of /lib/libnsl.so.1 with the symbol. This is not the best option because you aren't supposed to install obsolete patches, but the system seems ok so far (it is not a production system).
What looks like a better option rather than reinstalling an obsolete patch is to install the patch that is documented as superceding it; this is the latest kernel patch, 120011-14, which includes /lib/libnsl.so.1 with the __nsl_fgetspent_r symbol. However this patch is currently broken because it itself requires an obsolete patch, so cannot be installed. Sun should hopefully fix this soon.

Similar Messages

  • You cannot login because an error occurred while retrieving the login URL.(WWC-41441)

    Hi,
    I have a Portal install with the following specifications:
    OS - Sun Solaris 2.6
    DB - 8.1.7.0.0
    iAS - 1.0.2.2
    Portal - 3.0.9.0.7
    It was working fine. Then the initjvm.sql that installs the JVM
    in the database was run. This was done as part of the steps
    required for enabling the UTL_SMTP. The script ran without any
    errors but after that Portal Login was failing with the following
    error:
    You cannot login because an error occurred while retrieving the
    login URL. (WWC-41441)
    and there were no Java classes present in the Portal or SSO
    schema. To overcome this error I reloaded the SSOHash classes to
    Portal and SSO schemas and ran ssodatan. The script ran
    successfully and I was able to login to the Portal after that.
    However, if I login as the administrator and try to create or
    edit users from the Administer tab of Portal, the same error
    occurs again:
    You cannot login because an error occurred while retrieving the
    login URL. (WWC-41441)
    I can programmatically add users using the Security APIs.
    The wwsec_enabler_config_info$ table of the Portal schema
    contains one row but the wwsec_enabler_config_info$ table of the
    SSO Schema contains no rows.
    This install of Portal is hosting a number of applications and as
    such running opca again is not an option.
    Any workaround for this?
    Thanks,
    Rupesh

    Hi,
    I ran ssodatan again and got the following error:
    ERROR: Setting Login Server Partner App
    ORA-06508: PL/SQL: could not find program unit being called
    I then found out that the wwsec_sso_enabler_private in the SSO
    schema is invalid and this was causing the above error. I tried
    recompiling the package but got the following error:
    Errors for PACKAGE BODY WWSEC_SSO_ENABLER_PRIVATE:
    LINE/COL ERROR
    151/6 PL/SQL: SQL Statement ignored
    151/13 PLS-00320: the declaration of the type of this
    expression is incomplete or malformed
    151/20 PLS-00336: non-object-table "SECI" illegal in this
    context
    160/4 PL/SQL: SQL Statement ignored
    643/6 PL/SQL: SQL Statement ignored
    643/13 PLS-00320: the declaration of the type of this
    expression is incomplete or malformed
    643/20 PLS-00336: non-object-table "SECI" illegal in this
    context
    LINE/COL ERROR
    651/4 PL/SQL: SQL Statement ignored
    713/4 PL/SQL: SQL Statement ignored
    713/50 PLS-00382: expression is of wrong type
    745/3 PL/SQL: SQL Statement ignored
    746/10 PLS-00389: table, view or alias name "ENBCONFIG" not
    allowed in this context
    The same package in the Portal schema is valid. Will an
    export of this package from a working instance and an import into
    the above instance solve this problem?
    Thanks and Regards,
    Rupesh

  • Help needed, M getting this message sandbox environment error no test user account, when downloading any application from iTunes, friend told me to sign out and sign in iTunes it might solve the problem but instead I cannot login I to my itune account.

    Help needed,
    I am getting this message sandbox environment error no test user account, when downloading any application from iTunes, friend told me to sign out and sign in iTunes it might solve the problem , and i triyed it but still  I cannot login I to my itune account. Same message keeping. Popping up,  this problem started supricly today.

    Take a look at the instructions here.
    http://www.technogal.net/2012/03/this-is-not-test-user-account-please.html

  • Cannot login to airport extreme router settings

    Hi
    I've recently moved from an iiNet ADSL2+ service to NBN, in Australia. Everything has worked perfectly fine, and continues to, with relation to internet connectivity.
    I've just signed up for an iiNet VOIP NetPhone service, and purchased a Gigaset C610 VOIP phone. In trying to connect with my current hardware, I'm running into constant difficulties. The first step is meant to be to login to my modem/router with my new iiNet NetPhone details. However, when I type my IP into Safari, I constantly get error messages saying that it cannot connect to the server.
    I'm using an Airport Extreme Base Station, connected via ethernet to one of my Cat6 internet points. This then connects to my NBN box, located in my garage.
    I've tried:
    various IP address (10.0.1.1, 192.168.1.1 etc.)
    connecting my MacBook via wifi and hardwiring
    resetting and later restoring my Airport
    using different computers (Mac and PC) to login
    The internet still works fine, through ethernet and wifi - I just cannot login to my router.
    I've phoned my ISP for support and they've said I need to go through Apple as it sounds like something is wrong with my router.
    Any help?
    Cheers,
    Evan

    Bump -> anyone?
    Message was edited by: Ryan;

  • Cannot login to network account (leopard client and server)

    Up until now, I have used local accounts on my leopard server. I want to start experimenting with OD prior to implementing. I created a new user account in the /LDAPv3/127.0.0.1 domain, and have bound my leopard client to the server using directory utility. On the login screen, "Network Accounts Available" has a green button to the left of it. When I try and login to the server account, the login window just shakes. At first, I could enter the password and then it would prompt me for a new password. Trying to enter a new password would not allow me to login. I went back to server admin and disabled the "require new password" setting, (as well as the other good security policies)...
    I have also reset the password in WGM, and made sure to disable all the security stuff there too...
    Lastly, I have deleted the server in directory utility, rebooted, then added it back in, and rebooted again...
    I still cannot login to the server account, the login screen just shakes
    Does anyone have an idea of what settings and or logs I can check to try and narrow down what is going on?
    Thanks in advance....

    to close out the thread, I have working dns on my network, but I did not have dns enabled on my server. I enabled the dns service and entered just the info for my server, then assigned my server and client to use the server's ip addy as the primary dns server. Next, I created the home directory.
    Once both steps were done, I was able to log in from my client to my server based account...
    FYI-I found a document on afp548.com called "leopard server: advanced setup, rsync backup and automated reporting" that walks you right thru the process...Here is the link, it's a very useful doc....
    http://www.afp548.com/filemgmt_data/files/Leopard%20Server%20Quickstart%20Guide. pdf
    thanks again boomboom_uk and woVi, your suggestions were spot on....

  • Cannot login with AD credentials on iMac

    Greetings:
    I have a brand new 27" Intel iMac that had been allowing AD logins just find until today. Now, no matter what I do, unbinding, rebooting, manually joining domain (dsconfigad), etc I cannot login using my AD credentials. This had been working flawlessly until today. I can bind to AD no problem. When I go to login with my known good account, I just get the window shake. Logging in with a local account, I see error messages in the console of:
    DNS Update Failed & Enter Machine Password
    The machine account is already staged in our OU. I am not clear what the DNS error is alluding to.
    reading through these postings: http://www.macwindows.com/snowleopardAD.html
    I tried disabling creating mobile accounts at login. However that did not fix the issue.
    I believe our campus is running Win2K8 AD servers. Our campus DNS appliance is a separate box, but should know how to delegate to AD (?). The other 10.6.3 machines we have, are authenticating against AD fine.
    Any ideas?

    Marcus is correct - the ZAM administration accounts (ZAM 7.x) are stored (encrypted) within the ZAM database.
    Within ZAM 7.x there is no way to integrate this with AD (either by LDAP referral or some kind of identity / password sync) and AFAIK no plans to add this.
    I believe in the ZCM version of asset (and I hope the standalone version of ZAM10 still in dev) you set up the AD account(s) that is/are allowed Admin etc. access within ZAM, then LDAP referrals are used to authenticate via AD. I don;t know this for sure, though.

  • Cannot login into Here Maps on my Surface 2, but c...

    OK,
    here's the thing.
    With the latest updates for the HERE apps, I created a HERE account. This went without problems, and on my phone all HERE/travel related apps can login and work without a problem.
    I can sync and such, no issues there. Never used the Nokia account for that anyway, so no losses here ;-)
    I reinstalled HERE Maps (problem with updating maps gave me a blanc screen after restarting the app) on my Surface 2, and added the maps I want again.
    The app itself works, but I cannot login from within the HERE Maps app on my Surface 2. Eveytime I get the 'cannot login...' error.
    The login/passwork combo does work, as I can see on my WP8.1 Lumia phone. So I'm a bit baffled why it doesn't work on my tablet. And no.... logging in with a Facebook account doesn't fly. The MS account might, but that isn't an option here.
    thanks for any thoughts,
    rob

    @Sam7606
    Welcome to the forum!
    Doesn't necessarily mean problems, have you tried exiting clear browser cache and try again?
    Sometimes hitting icon where marked in screenshot helps:
    Happy to have helped forum with a Support Ratio = 42.5

  • Cannot login via ssh/sftp from certain clients

    Hi Guys,
    Strange issue here. I have a machine running 10.7.4 that I want to be able to access via sftp/ssh.
    I can login into the machine in terminal using either ssh or sftp.
    I cannot however login to the machine from finder via sftp. I am just told the username/password is wrong.
    Equally I cannot login to the machine from certain clients on my android phone (the main reason I need sftp)
    I can however login from cyberduck on the other machines I have, and from some clients on my android phone.
    When a mac is denied access it gives authentication failed as the reason, when a android client is denied access it gives network communtaction issues as its reason for failing, not authentication.
    From memory these issues started when smb broke for me in 10.7.3.
    Can any one shed any light on this?
    Cheers

    bump

  • Cannot login with Active Directory Account

    Hello,
    I am testing SnowLeopard (10.6.1) for deployment in my labs for the Spring 2010 semester. We use local home directories. This is a brand new fresh install of SL, on a freshly formatted Hard Drive.
    When bound to Active Directory I can get any AD account that I've tested (5 different accounts) to authenticate except one, which happens to be my own personal AD account.
    The secure.log shows these entries when I attempt to login:
    Oct 9 14:18:29 mac-0017f20fc40 SecurityAgent[209]: User info context values set for ctarbox
    Oct 9 14:18:29 mac-0017f20fc40 authorizationhost[208]: Failed to authenticate user <ctarbox> (tDirStatus: -14090).
    Considering that I could log in with other accounts, and after resetting my AD password then still not being able to authenticate, I came to the conclusion that I had a corrupt OU in Active Directory.
    I contacted one of our AD admins and had him delete both of my AD accounts: ctarbox and ctarbox1 then recreate both accounts. I still cannot login to AD with my ctarbox account.
    I can still login to my current lab machines anywhere on campus running 10.5.8 with ctarbox.
    I am baffled by this. I have been authenticating to Active Directory since 10.1 and have never seen anything like this.
    Any idea, anyone?
    Cheryl Tarbox
    Macintosh Support Specialist
    Binghamton University

    I have found the solution to my problem. I have accounts in two different domains in our AD tree. I'll called these domains Domain A and Domain B.
    Domain A is the primary domain for authentication to our public computing labs.
    Domain B is a secondary domain for authentication to shared resources for faculty/staff.
    Both accounts have the same user ID, but different passwords. In my Directory Utility>Advanced>Administrative window I have the option "Allow authentication from any domain in the forest' checked.
    With this option checked Directory Utility in 10.6.1 will allow me to authenticate Domain B, but not Domain A.
    With this option checked in Directory Utility in 10.5.8 just the opposite is taking place, I can authenticate to Domain A, but not Domain B.
    It seems that somewhere in the upgrade to 10.6.1 the search policy for Active Directory has changed. My workaround is to uncheck this option and specifically choose Domain A in the search policy.

  • Cannot login on boot, can login through chroot

    I have an Arch install and when I boot I get a LightDM webkit greeter I set up. However, every time i try to log in, it says my pasword is incorrect.
    The same happens when I use TTY2 and I cannot login as my user or as root.
    However, when I log into my other arch system i have installed and chroot in, it works and I can su -l myuser to log in.
    /etc/shadow contains entries for both accounts.
    /etc/passwd has the shell as /bin/bash
    When I try passwd root or passwd myuser it doesn't ask for my previous password, just the new one twice.
    Does anybody know why this happens and how I can fix it?

    yaourt wrote:When I try passwd root or passwd myuser it doesn't ask for my previous password, just the new one twice.
    That's normal if you are invoking passwd as root user.
    yaourt wrote:However, every time i try to log in, it says my pasword is incorrect.
    Do as ewaller suggested and try to see if there is something interesting in the journal. However, are you sure that the keyboard layout that you use at login is the same you used when you set the password?

  • Cannot Login to Read Only Domain Controller

    One of my Read Only Domain Controller Servers shut down unexpectedly due to a power outage and now I cannot login to it anymore. When the server powered on again, it came up with an error regarding on of the hard drives failing (RAID1)
    I get a message Access is Denied when I try to login with one of my domain admin accounts. As it is a RODC, there are no local accounts for me to use. The RODC is running on Windows Server 2008 R2. The server is also running as a DHCP/Print/File server for
    the office so these are not working as well.
    I checked my PDC and it is coming up with the following error in the event viewer
    Log Name: System
    Source: Security-Kerberos
    Event ID: 4
    Level: Error
    The Kerberos client received a KRB_AP_ERR_MODIFIED error from the server rodc01$. The target name used was domain/rodc01.domain.local. This indicates that the target server failed to decrypt
    the ticket provided by the client. This can occur when the target server principal name (SPN) is registered on an account other than the account the target service is using. Please ensure that the target SPN is registered on, and only registered on, the account
    used by the server. This error can also happen when the target service is using a different password for the target service account than what the Kerberos Key Distribution Center (KDC) has for the target service account. Please ensure that the service on the
    server and the KDC are both updated to use the current password. If the server name is not fully qualified, and the target domain (domain.local) is different from the client domain (domain.local), check if there are identically named server accounts in these
    two domains, or use the fully-qualified name to identify the server.
    I have tried to reset the computer password with netdom but I get the following error
    netdom resetpwd /server:rodc01 /userd:administrator /passwordd:*
    The machine account password for the local machine could not be reset.
    Logon Failure: The target account name is incorrect.
    The command failed to complete successfully.
    If I try to reset the password using the IP address instead, I get the following error
    netdom resetpwd /server:192.168.10.1 /userd:administrator /passwordd:*
    The machine account password for the local machine could not be reset.
    Access is denied.
    The command failed to complete successfully.
    I checked my AD and DNS and the rodc object  is present
    If I run repadmin /replsum on the PDC I get the message for the faulty RODC server
    Experienced the following operational errors trying to retrieve replication information:
            8341 – rodc01.domain.local
    Any advice is appreciated
    Thanks

    Logon to the server in Directory Services Restore Mode (DSRM) using the password you supplied during DCPROMO and verify that the Active Directory database isn't corrupted on the RODC - You will most likely see indications on this in the Directory
    Services log.
    Enfo Zipper
    Christoffer Andersson – Principal Advisor
    http://blogs.chrisse.se - Directory Services Blog

  • Cannot login to iCloud with Yosemite

    Hi everybody,
    a few weeks ago I updated my iMac to Yosemite. It all works fine except that I cannot login to iCloud with my wife's account.
    When she logs in into her iMac account it sometimes appears a Mac configuration screen. It seems that everything's ok, because
    the configuration finishes without error message, but when I look into the System Preferences -> iCloud her iCloud account is not active.
    When I try to login with her ID a message appears "You can't sign in at this time. Please try again later."
    It also doesn't work when I go into the System Preferences -> Internet Accounts and try there to login into iCloud.
    It really bothers me because I didn't find a solution. And also I don't understand why it works with mit ID on my iMac account.
    There is no problem to login with her ID on the Apple page, I've already tried that.
    Thanks in advance!

    Welcome to the Apple Community.
    1. Sign out of your account
    (If you are unable to do this because System Preferences has frozen, Force Quit System Preferences and try again)
    2. When prompted, opt to delete, contacts, calendars etc from your Mac.
    (You are only deleting this data from your Mac, not from iCloud, the data will be reinstated when you log back in. If you need to check that the data is in iCloud before deleting it go to iCloud.com and check each section for data)
    3. Having logged out, check that the iCloud accounts along with their data have disappeared from the Mail, Address Book and iCal Applications.
    (If necessary, delete the iCloud accounts from each of these application separately from each Applications Preferences)
    4. At this point it may be worth trying to log into iCloud from the System Preferences iCloud settings again, if this works, all well and good, if it doesn't continue to step 5.
    5. Open your User Library folder in the Finder. (When in the Finder, go to the Go menu, hold down the option key (alt) and choose Library when it appears in the Go menu)
    6. Navigate to Library > Application Support > iCloud and drag the iCloud folder to your desktop. (This action only copies the folder and will provide you with a back up)
    7. Select the iCloud folder again in Library > Application Support and drag it to the trash, enter your administrators password when prompted.
    8. Restart your computer.
    9. You should now be able to enter your ID and Password in system Preferences > iCloud and log into your account. Check the services you wish to use and once you are satisfied it's working as it should, trash the iCloud folder you copied to your desktop earlier.

  • Cannot login to my blackberry id account

    hi,
    i am a previous owner of bb 8520 and has already an existing blackberry id.
    recently, i have upgraded to a torch 9810, but now i cannot login to my bb id account using my phone.
    however, i can login without problems with my id when using a computer.
    can somebody help me how to resolve this problem?
    i cannot fully enjoy the features of my phone because of this. 
    thanks in advance!
    Solved!
    Go to Solution.

    1) Re-Format to factory setting
    2) Then sign in ur blackberry ID (before you restore the back up file).
    3) restore back up file

  • Cannot login to new imac

    I have just received new imac. Migrated from time capsule to new imac. All seemed okay but now cannot login to any previous accounts. The password hints tell me that i am using the correct password, but no success. Have restarted computer a couple of times (when in doubt....), but still cannot get past login page. The imac did not come with a cd. Any suggestions?

    I think they're open until Sundays but I'm not positive. Also if you have an Apple Store in your area then drop by and speak to a Genius, they'll help you out!
    Also this Apple advice letter might help, Resetting an account password

  • Cannot login to .me or .mac accounts on ichat

    Hi,
    I am using OS X mountain lion 10.7.5. When I recently updated my software, it asked me to install ichat (which I did). My problem is that I cannot login to either .me or .mac accounts to see my contacts. I use the same username and password as the one I used to login in to apple's store and itunes. None of them work. How can I log in to these account to get my contact list? I should mention that I can login to icloud just fine as well as all other apple sites and services except ichat.

    Hi,
    This thread is iChat and tagged with "iChat".
    You mention you have Lion which would be iChat 6 and the Message Beta has run out now.
    From there I surmised you were logging your AIM valid Apple IDs into the AIM servers.
    Nothing has happened to any or all of your iMessages contacts (Unless you have deleted your Address Book)
    However you do now need Mountain Lion to login to the iMessages servers (and the Messages app that does that bit for you).
    10:24 PM      Friday; December 21, 2012
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Mountain Lion 10.8.2)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

Maybe you are looking for

  • Bios Update Problem P35 Neo2 - MS 7345 V 1.1

    Hello I've update my board bios because a "hard disk not present" problem and since it I was having several problems: I'm running Windows XP SP2 and it takes a very long time to start (in bar and loading windows screen). The major problem I have is w

  • Rich text data type for external list

    Hi, I need to create an external list with one column as rich text type where they can highlight the text and all. How this can be done, since with external lists the column is rendered as single line of text?

  • German Keyboard Layout?

    I live in America, but have family in Germany that I need to write to. I bought myself a nice 1.83GHz MacBook Pro (from Apple USA because it's much cheaper than buying from Apple DE), and I am wondering if: 1. Is the keyboard user replaceable? 2. If

  • How to run report that's embeded into my form

    My apps is r12, Could everyone help me run report thats included into form. it's show on HTML web, isn't it ? Thanks

  • Document Transfer Workflow

    Hi, I want to transfer the uploaded Documents from document library to one list item's attachment?  can i achieve the same using the SharePoint designer WorkfloW? Thanks, Parth