Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Dec 98 22:11:13 +0100
From:      Ben Stuyts <ben@stuyts.nl>
To:        current@FreeBSD.ORG
Subject:   Problem with newsyslog: preposterous process number.
Message-ID:  <199812222111.WAA06117@daneel.stuyts.nl>

next in thread | raw e-mail | index | archive | help
Hello,

I just received the following from cron:

newsyslog: preposterous process number: 35655
newsyslog: log not compressed because daemon not notified

Looking in /usr/src/usr.sbin/newsyslog/newsyslog.c I see:

#define MIN_PID         5
#define MAX_PID         30000   /* was 65534, see /usr/include/sys/proc.h */

However, in /usr/include/sys/proc.h I see:

#define PID_MAX         99999

It seems these two files are no longer synced. (Perhaps newsyslog.c should  
just include sys/proc.h?)

Regards,
Ben

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



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