Closed
Bug 53598
Opened 25 years ago
Closed 25 years ago
Browser is failing to open/launch the PSM window on Intel_Solaris platform
Categories
(Core Graveyard :: Security: UI, defect, P3)
Tracking
(Not tracked)
People
(Reporter: srinivasa.yarlagadda, Assigned: ddrinan0264)
Details
(Whiteboard: suntrak-n6)
Build: NS6PR3(ID:2000090720) for Intel_Solaris
NS6PR2(ID:2000080719) for Intel_Soalris
Description:
Try to open PSM by Tasks->Privacy&Security->Security Manager
The browser do nothing and the fallowing assertion is seen in the terminal window.
JavaScript error:
line 0: uncaught exception: [Exception... "Component returned failure code:
0x80004005 (NS_ERROR_FAILURE) [nsIPSMComponent.displaySecurityAdvisor]"
nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame ::
chrome://communicator/content/PSMTaskMenu.xul :: displaySecurityAdvisor :: line
12" data: no]
Comment 1•25 years ago
|
||
for the crypto team...
Assignee: mstoltz → ddrinan
Component: Security: General → Security: Crypto
QA Contact: czhang → junruh
| Reporter | ||
Comment 2•25 years ago
|
||
checked with NS6PR3(ID:20001018xx) commercial build for intel_solaris and the
same problem is visible.
Whiteboard: suntrak-n6-highp
Comment 3•25 years ago
|
||
We (Sun) had not ported the NSS/PSM code to the Solaris Intel platform on 9/21.
Those PSM bits are available now. I suggest you retry this problem with current
Solaris Intel build bits, and see if it still exists.
| Reporter | ||
Comment 4•25 years ago
|
||
checked with NS6PR3(ID:2000102302) commecial build for intel_Solaris and PSM is
not poping up.
| Reporter | ||
Comment 5•25 years ago
|
||
On NS6PR3(ID:2000102402) for intel when PSM is launched, it is hanging the
entire system and forcing to reboot(cold booting). The fallowing assertion is
displayed:
ld.so.1: ./psm:fatal:libstdc++.so.2.10.0:open failed:No such file or directory.
Comment 6•25 years ago
|
||
You unfortunately are still not testing a complete commercial build.
I suggest you wait until our (Sun) RE team complete the SVR4 packaging
for PR3, then test that. Alternatively, you can add the directory containing
libstdc++.so.2.10.0 to your LD_LIBRARY_PATH. Talk with Raghu about this.
There is really no bug here. Just incorrectly staged bits.
| Reporter | ||
Comment 7•25 years ago
|
||
Bug Status on Sparc:
1. Security Manager (PSM) is comming up on NS6(ID:20001030) commercial build.
2. Security Manager is hanging the entire system on NS6 1031's packaged build
(but this packaged build has 20001030's commercial build)
Status on Intel:
1. On any build ,PSM is hanging the entire system
Comment 8•25 years ago
|
||
With the SPARC commercial packages, the psm and psm/components directories
are read-only for the user. Making them read-write resolves the problem:
# chmod 777 /opt/SUNWns6/psm
# chmod 777 /opt/SUNWNs6/psm/components
This also resolves the problem with the browser hanging when accessing a secure
site.
I'm not sure if the intel issue is the same.
| Reporter | ||
Comment 9•25 years ago
|
||
Yes! It is working. I have given write permission to all for /opt/SUNWns6/psm
and /opt/SUNWns6/psm/components and now I am able to popup the PSM. Also I am
able to visit the secured sites. This holds good on both NS6PR3 for Sparc and
Intel(Tested on 1031's commercial builds and packaged builds for sparc and
intel)
| Reporter | ||
Comment 10•25 years ago
|
||
Changing the status from suntrak-n6-highp to suntrak-n6
Whiteboard: suntrak-n6-highp → suntrak-n6
Comment 11•25 years ago
|
||
This looks like a dupe of bug 49507 - "psm does not work , when run as a
different user in unix"
*** This bug has been marked as a duplicate of 49507 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Comment 13•24 years ago
|
||
Mass changing Security:Crypto to PSM
Component: Security: Crypto → Client Library
Product: Browser → PSM
Version: other → 2.1
Comment 14•24 years ago
|
||
Mass changing Security:Crypto to PSM
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•