I'll file a CR on this.
Thanks,
Bob
The Loeki wrote:
Hi all,
I've found a little bug in /opt/SUNWut/lib/support_lib/srwa_config
(for the uninitiated, this is the script that, amongst other things, asks
you about the Sun Ray Web Administration stuff during utconfig);
After asking for a HTTP(S) port, you're basically checking for an open port
doing
netstat -na | grep LISTEN | grep -w "$PORT"
Now, consider the following (shortened for readability) output:
unix 2 [ ACC ] STREAM LISTENING 17075
/tmp/some-process/some-user/some-temp-file-23552-$PORT-3-23455626
The occurence of the selected number here is purely random.
Also, this match isn't an actual TCP/UDP with this number open.
Nevertheless, the script will duly report;
"Port specified already in use."
I think this is clear enough? There are multiple simple ways around this :-)
Greetz
Ronald
------------------------------------------------------------------------
_______________________________________________
SunRay-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/sunray-users
_______________________________________________
SunRay-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/sunray-users