Hi- Many thanks to those who have commented thus far on the xemacs slow load post. Being relatively new to Linux, i am still slogging thru the process of analyzing why the load takes so long on my machine.
In particular, i have just run an strace on the program as it loads, and it gives me about 280k worth of text file on the system calls, many of which are mysterious to a newbie like me. If find particularly interesting any lines in the file where a timeout occurs. I have attached a snippet below, which is repeated many times in the load process. Could anyone shed light on just what is happening here? I will continue to try and understand & analyze the file in the meantime. Many thanks again Jerry **************************************************************************** ******************* <snip> sigaction(SIGALRM, {0x80d7810, [], SA_INTERRUPT}, {0x80d7810, [], SA_INTERRUPT}) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 gettimeofday({887026195, 850087}, {300, 1}) = 0 gettimeofday({887026195, 850337}, {300, 1}) = 0 gettimeofday({887026195, 850578}, NULL) = 0 gettimeofday({887026195, 850831}, NULL) = 0 oldselect(5, [4], [], [], {0, 0}) = 0 (Timeout) gettimeofday({887026195, 852457}, NULL) = 0 oldselect(5, [4], [], [], {0, 0}) = 0 (Timeout) gettimeofday({887026195, 854022}, NULL) = 0 oldselect(5, [4], [], [], {0, 995556}) = 0 (Timeout) gettimeofday({887026196, 858258}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={0, 0}}, NULL) = 0 setitimer(ITIMER_REAL, {it_interval={0, 0}, it_value={15, 0}}, NULL) = 0 uname({sys="Linux", node="zeropoint", ...}) = 0 open("/etc/hosts", O_RDONLY) = 6 fstat(6, {st_mode=S_IFREG|0600, st_size=39, ...}) = 0 mmap(0, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40000000 read(6, "127.0.0.1\tzeropoint\n127.0.0.1\t"..., 4096) = 39 read(6, "", 4096) = 0 read(6, "", 4096) = 0 close(6) = 0 munmap(0x40000000, 4096) = 0 socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 6 connect(6, {sin_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("163.125.1.2")}, 16) = -1 ENETUNREACH (Network is unreachable) close(6) = 0 socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 6 sendto(6, ",#\1\0\0\1\0\0\0\0\0\0\tlocalhos"..., 37, 0, {sin_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("163.125.1.1")}, 16) = -1 ENETUNREACH (Network is unreachable) close(6) = 0 <snip> -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .