T.R | Title | User | Personal Name | Date | Lines |
---|
445.1 | try dropping the anti-privs | SMURF::BAT | Segui la tua beatitudine | Wed Feb 05 1997 15:34 | 20 |
| > a single-level with all the privs ...
Do not put the anti-privs in any host entry in TNETRHDB.
> The user running the program has all the privs...
Try running without the "anti-privs", allownetaccess,netprivsession.
If you are root, run the program by removing the privs, e.g.,
either:
# privs -r allownetaccess,netprivession
# ./program (you are now in a subshell, ^D to exit)
or:
# privs -r allownetaccess,netprivssion -c '/fullpath/program'
(to execute a single instantiation)
|
445.2 | tnetd_ctl -Dn daemonname | SMURF::BAT | Segui la tua beatitudine | Wed Feb 05 1997 15:58 | 12 |
|
He should also be able to set debug mode on the MLS+ system to see what
the dnsix and map daemons say (or any of the other daemons).
/tcb/bin/tnetd_ctl -D2 dnsixd
/tcb/bin/tnetd_ctl -D2 tnmapd
and look in the log files (in /usr/tcb/files unless you
said put elsewhere) and see if there is anything interesting
(and post it here if yes).
|
445.2 | any tnetwork type errors? | SMURF::BAT | Segui la tua beatitudine | Thu Feb 06 1997 16:51 | 13 |
|
He should also be able to set debug mode on the MLS+ system to see what
the tn daemons say (or any of the other daemons).
/tcb/bin/tnetd_ctl -D2 tnrhd
/tcb/bin/tnetd_ctl -D2 tnmapd
and look in the log files (in /usr/tcb/files unless you
said put elsewhere) and see if there is anything interesting
(and post it here if yes).
|
445.3 | no progress | SMURF::BAT | Segui la tua beatitudine | Thu Feb 06 1997 16:58 | 25 |
| Just to keep an update on this:
The program in question, "gwserv", was written by Netscape for BT, and
Pedro does not have the sources.
It was built with sharable libraries on OSF V3.2G, but Pedro copied the
libraries over to MLS+ V3.1A. It supposedly opens a socket > 1024 to
talk to port 4101 on a DU V3.2G system, which is handled by a program
Pedro wrote called "wsh". wsh gets the inquiry, returns a response and
then hears nothing. When run on DU, gwserv normally acks the response
and then opens port 80 and starts taking requests.
Pedro says, that when he runs gwserv with the debug flag it is telling
him that it is getting EACCES on a recvmsg.
He has the defaults for TNETRHDB, TNETIDB. He ran as root.
He has the patch kit #9.
I sent him also the tnsmm_socket.o that Andy did for Oracle's recvmsg
problem as a shot in the dark. Am waiting to hear back.
P.S. RE: .1 -- the program would need netprivaddr, and might as
well do allownetaccess, because it wants port 80.
RE: .2 -- Nothing gets written to tnmapd when talking with single-level
hosts.
|
445.4 | Janet, might as well close it? | SMURF::BAT | Segui la tua beatitudine | Thu Feb 06 1997 17:21 | 5 |
| I spoke with Pedro to find out. The tnsmm_socket.o didn't make a
difference (didn't really expect it to).
He says they are giving up on this for the moment and reloading
regular DU 4.0.
|