After adding a GB swap file rundig gets to the htnotify part before failing. Here is a truss of the process before it aborts. Any ideas?

Vic


[EMAIL PROTECTED]>]ps -ef |grep 21705
root 24150 7716 0 15:48:01 pts/7 0:00 grep 21705
root 21705 8024 48 15:38:26 pts/6 8:12 /export/www/htdig/bin/htnotify
[EMAIL PROTECTED]>]truss -p 21705
brk(0x40117E48) = 0
brk(0x80117E48) Err#11 EAGAIN
sigaction(SIGABRT, 0x00000000, 0xFFBEEF68) = 0
llseek(0, 0, SEEK_CUR) = 4508967
sigaction(SIGABRT, 0xFFBEEE38, 0xFFBEEEB8) = 0
sigfillset(0xFF1428A8) = 0
sigprocmask(SIG_UNBLOCK, 0xFFBEEEE8, 0x00000000) = 0
getpid() = 21705 [8024]
kill(21705, SIGABRT) = 0
Received signal #6, SIGABRT [default]
siginfo: SIGABRT pid=21705 uid=0
*** process killed ***
[EMAIL PROTECTED]>]


Neil Kohl wrote:

We run 3.1.6 on solaris 8 and 9. I've never seen this error.

htmerge may fail because sort is running out of disk space. Do you have enough disk space in /var/tmp for a large sort? If not, tell sort to use another directory on a partition with lots of free space. Setting TMPDIR environment variable will cause htmerge to pass this to sort correctly as -T option.


Neil Kohl
Manager, ACP-ASIM Online American College of Physicians - American Society of Internal Medicine
[EMAIL PROTECTED] 215.351.2638, 800.523.1546 x2638





Vic Engle <[EMAIL PROTECTED]> 02/28/03 10:47AM >>>


Hi,

I'm trying to get htdig-3.1.6 working on Solaris8. We have gcc3.1 installed and I used the recommended flags to get the source compiled and installed. After the install, I edited the htdig.conf file and ran the rundig test script and after a while the script ends with "Abort: on a single line.

I ran rundig with the -v switch and the last few lines of output follow.

Any ideas what the problem is?

Thanks,




-- Vic Engle Unix Systems Administrator Duke Clinical Research 919-668-8653





-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
htdig-general mailing list <[EMAIL PROTECTED]>
To unsubscribe, send a message to <[EMAIL PROTECTED]> with a subject of unsubscribe
FAQ: http://htdig.sourceforge.net/FAQ.html

Reply via email to