[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: resolving and Liuxconf
On Mon, 25 Sep 2000, Benji Selano wrote:
> my linuxconf takes 1.5 minutes or so to load in text mode, could it have
> anything to do with resolving issues??
> is there anyway to get around it?
use the 'strace', luke....
strace linuxconf
you'll get a lot of junk. thenit'll probably stop for a minute or so - see
what the last line before getting stuck is. use that info.
if the output does not stop - use strace's '-o' flag:
strace -o /tmp/log.linuxconf linuxconf
wait until linuxconf opens, and quit it. then look in /tmp/log.linuxconf
for suspicious system calls.
hope this helps,
guy
"For world domination - press 1,
or dial 0, and please hold, for the creator." -- nob o. dy
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il