-
Bug
-
Resolution: Fixed
-
P3
-
7
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2185476 | OpenJDK6 | Kelly Ohair | P3 | Resolved | Fixed | b18 |
The fix for 6787605 took care of getting ShellScaffold.sh working on
OpenSolaris releases. I neglected to test to see if the fix would
work on Solaris 10 update releases. It fails there because /usr/bin/id
does not support the "-u" flag:
This is on a s10x system recently upgraded to the latest S10 update release:
% cat /etc/release
Solaris 10 10/09 s10x_u8wos_08a X86
Copyright 2009 Sun Microsystems, Inc. All Rights Reserved.
Use is subject to license terms.
Assembled 16 September 2009
% UU=`/usr/bin/id -un`
/usr/bin/id: illegal option -- u
Usage: id [-ap] [user]
From 'man id' over on an OpenSolaris 2009.06 install:
-u Outputs only the effective user ID, using the format
"%u\n".
OpenSolaris releases. I neglected to test to see if the fix would
work on Solaris 10 update releases. It fails there because /usr/bin/id
does not support the "-u" flag:
This is on a s10x system recently upgraded to the latest S10 update release:
% cat /etc/release
Solaris 10 10/09 s10x_u8wos_08a X86
Copyright 2009 Sun Microsystems, Inc. All Rights Reserved.
Use is subject to license terms.
Assembled 16 September 2009
% UU=`/usr/bin/id -un`
/usr/bin/id: illegal option -- u
Usage: id [-ap] [user]
From 'man id' over on an OpenSolaris 2009.06 install:
-u Outputs only the effective user ID, using the format
"%u\n".
- backported by
-
JDK-2185476 ShellScaffold.sh fails on Solaris 10 update releases: /usr/bin/id: illegal option -- u
-
- Resolved
-
- relates to
-
JDK-6787605 TEST: OpenSolaris doesn't have /usr/ucb/ps so ShellScaffold fails
-
- Resolved
-
-
JDK-6903102 fixes in nightly testing version of ShellScaffold.sh need to be committed
-
- Closed
-