Tagged Questions
0
votes
0answers
29 views
xlock will not unlock with ldap
I have a system that is having xlock issues. I can login to the box just fine, authenticating with LDAP, but if I (or any user on the workstation) runs xlock, we cannot unlock the display.
If I run ...
0
votes
1answer
170 views
Porting IRIS GL to Open GL?
Hi I'm really new to IRIX, IRIS GL, and Motif.
I must compile more than 30 C codes written in 1997.
Because these sources require header files such as XmAll.h, Xlib.h, and so on, I thought I just ...
4
votes
1answer
213 views
Monotonic clock on IRIX
I want to get a monotonic clock on IRIX, like:
clock_gettime(CLOCK_MONOTONIC, &t);
But CLOCK_MONOTONIC doesn't exist on IRIX.
It has CLOCK_SGI_CYCLE, but that (as the names says) cycles too ...
1
vote
3answers
402 views
How do I find the MAC address programatically on IRIX?
How do I find the MAC address of a network card on IRIX? I'd rather not shell out to something that displays it and parse the output.
I'm coding C.
Methods that require root access are acceptable.