Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 05 Apr 1998 14:41:14 +0800
From:      Peter Wemm <peter@netplex.com.au>
To:        smp@FreeBSD.ORG
Cc:        phk@FreeBSD.ORG
Subject:   more SMP stuff
Message-ID:  <199804050641.OAA06265@spinner.netplex.com.au>

next in thread | raw e-mail | index | archive | help
I was curious about why cron was failing and tested to see what a manual 
SIGALRM did to cron in nanosleep to test the suspicion that signals were a 
problem:

root@beast[2:36pm]~-103# ps -axl | grep cron
    0   152     1   0  10  0   948  576 nanslp Is    ??    0:00.03 cron
    0   275   245   3  -6  0   912  492 piperd S+    p0    0:00.02 grep cron
root@beast[2:36pm]~-104# kill -ALRM 152Read from remote host beast: Operation timed out
Connection to beast closed.
============= exit status 255 =============
============= Sun Apr  5 14:37:48 WST 1998 =============
>>> ssh -l root beast
Last login: Sun Apr  5 13:39:36 1998 from spinner.netplex.
Copyright (c) 1980, 1983, 1986, 1988, 1990, 1991, 1993, 1994
        The Regents of the University of California.   All rights reserved.

FreeBSD 3.0-CURRENT (BEAST) #140: Sat Apr  4 23:02:16 WST 1998

Welcome to FreeBSD!

You have new mail.
Erase is backspace.
root@beast[2:37pm]~-100# 


Hmm...  interesting...

Cheers,
-Peter
--
Peter Wemm <peter@netplex.com.au>   Netplex Consulting



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-smp" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804050641.OAA06265>