On Mon, 2010-08-23 at 21:35 +0200, Meik Hellmund wrote:
> I have no idea... One could try strace,
>   sudo strace -ff -o  logfile  /opt/SUNWut/lib/utauthd -b
> but I am afraid it will produce a lot of output in logfile,
> which we do not really unterstand. But you can try it. 
> Perhaps you see something, an attempt to open a file 
> which should be there and is missing... 

Hmm.. this goes ballistic - lots of log files.... out on console:

sudo strace -ff -o  logfile  /opt/SUNWut/lib/utauthd -b
[ Process PID=8305 runs in 32 bit mode. ]
[ Process PID=8306 runs in 64 bit mode. ]
[ Process PID=8305 runs in 32 bit mode. ]
[ Process PID=8268 runs in 64 bit mode. ]
[ Process PID=8305 runs in 32 bit mode. ]
[ Process PID=8268 runs in 64 bit mode. ]
[ Process PID=8305 runs in 32 bit mode. ]
[ Process PID=8306 runs in 64 bit mode. ]
[ Process PID=8305 runs in 32 bit mode. ]
[ Process PID=8306 runs in 64 bit mode. ]
<big snip>

Looking at the last logfile - quick scan only......

open("/usr/lib/jvm/ia32-java-6-sun-1.6.0.20/jre/bin/../lib/i386/jli/libm.so.6", 
O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/jvm/ia32-java-6-sun-1.6.0.20/jre/lib/i386/client/libm.so.6", 
O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/jvm/ia32-java-6-sun-1.6.0.20/jre/lib/i386/libm.so.6",
O_RDONLY) = -1 ENOENT (No such file or directory)
open("/opt/SUNWut/lib/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or
directory)

but there seem to be a lot of file not found so it may just be checks
etc...

open("/usr/lib/locale/en_GB.UTF-8/LC_MEASUREMENT", O_RDONLY) = -1 ENOENT
(No such file or directory)
open("/usr/lib/locale/en_GB.utf8/LC_MEASUREMENT", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=23, ...}) = 0
mmap(NULL, 23, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f3d25c27000
close(3)                                = 0
open("/usr/lib/locale/en_GB.UTF-8/LC_TELEPHONE", O_RDONLY) = -1 ENOENT
(No such file or directory)
open("/usr/lib/locale/en_GB.utf8/LC_TELEPHONE", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=56, ...}) = 0
mmap(NULL, 56, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f3d25c26000
close(3)                                = 0
open("/usr/lib/locale/en_GB.UTF-8/LC_ADDRESS", O_RDONLY) = -1 ENOENT (No
such file or directory)
open("/usr/lib/locale/en_GB.utf8/LC_ADDRESS", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=127, ...}) = 0
mmap(NULL, 127, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f3d25c25000
close(3)                                = 0
open("/usr/lib/locale/en_GB.UTF-8/LC_NAME", O_RDONLY) = -1 ENOENT (No
such file or directory)
open("/usr/lib/locale/en_GB.utf8/LC_NAME", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=77, ...}) = 0
mmap(NULL, 77, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f3d25c24000
close(3)                                = 0
open("/usr/lib/locale/en_GB.UTF-8/LC_PAPER", O_RDONLY) = -1 ENOENT (No
such file or directory)



-- 
Regards
Sean Clarke
---------------------------------------------
SEC Consulting Limited
Phone: +44 (0)23 8040 5599
Website: http://www.sec-consulting.co.uk
Email: [email protected]


_______________________________________________
SunRay-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/sunray-users

Reply via email to