I'm seeing this bug too, and investigated it a bit: The warning is printed by test_safe_socket_dir() in src/orb/GIOP/giop.c.
The call graph is as follows:
giop_tmpdir_init()
scan_socket_dir()
test_safe_socket_dir()
S_PRINT (("Owner of %s is not the current user\n", dirname));
At the top of scan_socket_dir(), I see the following comment:
/*
* In the absence of being told which directory to
* use, we have to scan /tmp/orbit-$USER-* to work out
* which directory to use.
*/
That is true because giop_tmpdir_init() will create
/tmp/orbit-$USER-$RANDOMSUFFIX if /tmp/orbit-$USER has already been created
by some other user.
The problem appears to just be a superfluous warning from test_safe_socket_dir().
-- Dwayne C. Litzenberger <[EMAIL PROTECTED]> Key-signing key - 19E1 1FE8 B3CF F273 ED17 4A24 928C EC13 39C2 5CF7 Annual key (2008) - 4B2A FD82 FC7D 9E38 38D9 179F 1C11 B877 E780 4B45
signature.asc
Description: Digital signature

