Installing Plus Pack resets root password

After installing the plus pack, the root password seems to have been reset, so i cant elavate myself to root anymore.

I can still log on as loginuser, and I have tried using "root" as the password as well.

Has anybody seen this before, or have any idea what the password may have been reset to?

I don't really want to re-install...   
Parents
  • Your password has not been reset.  Your path has been updated with the Pluspack path first, you need to change it so that the export PATH line reads like this:

    PATH="$PATH:/opt/bin:/opt/usr/bin:/opt/sbin:/opt/usr/sbin"

    instead of this:

    PATH="/opt/bin:/opt/usr/bin:/opt/sbin:/opt/usr/sbin:$PATH"

    also at the bottom your etc/profile file add the following

    export LD_LIBRARY_PATH=/lib:/usr/lib:/opt/lib

    To login as root in your current situation, use the following command

    /bin/su -



        
Reply
  • Your password has not been reset.  Your path has been updated with the Pluspack path first, you need to change it so that the export PATH line reads like this:

    PATH="$PATH:/opt/bin:/opt/usr/bin:/opt/sbin:/opt/usr/sbin"

    instead of this:

    PATH="/opt/bin:/opt/usr/bin:/opt/sbin:/opt/usr/sbin:$PATH"

    also at the bottom your etc/profile file add the following

    export LD_LIBRARY_PATH=/lib:/usr/lib:/opt/lib

    To login as root in your current situation, use the following command

    /bin/su -



        
Children