[comp.sources.bugs] Help with Paul Vixie's Cron

jfh@killer.UUCP (John Haugh) (06/24/87)

I am trying to get Paul Vixie's cron up and running.
This is my configuration, so, please all you BSD jocks,
don't bother answering unless you also know USG ...

Hardware:	Plexus P/60
OS:		Plexus Sys5 r1.5 (System V Release 2 clone)

I have the bitstrings package, but not the magic libvix.a,
is this the problem?  The loader bombs with unresolved
externals, two of which are vfork() and setlinebuf().
The vfork() I recognize from BSD land.  Setlinebuf() is a
whole different matter.

So what the hell do I need?  A microVax to run cron on?

- John.

Disclaimer:
	No disclaimer.  Whatcha gonna do, sue me?

jin@hplabsc.UUCP (Tai Jin) (07/01/87)

In article <1033@killer.UUCP> jfh@killer.UUCP (John Haugh) writes:
>The vfork() I recognize from BSD land.  Setlinebuf() is a
>whole different matter.

Equivalent functionality for setlinebuf() can be had by using setvbuf().

allbery@ncoast.UUCP (Brandon Allbery) (07/06/87)

As quoted from <1033@killer.UUCP> by jfh@killer.UUCP (John Haugh):
+---------------
| I am trying to get Paul Vixie's cron up and running.
| This is my configuration, so, please all you BSD jocks,
| don't bother answering unless you also know USG ...
| 
| Hardware:	Plexus P/60
| OS:		Plexus Sys5 r1.5 (System V Release 2 clone)
| 
| I have the bitstrings package, but not the magic libvix.a,
| is this the problem?  The loader bombs with unresolved
| externals, two of which are vfork() and setlinebuf().
| The vfork() I recognize from BSD land.  Setlinebuf() is a
| whole different matter.
+---------------

I have a P/60 with 1.5 also; you want "setvbuf" from System V.  (Yet another
gratuitous incompatibility?)

++Brandon
-- 
       ---- Moderator for comp.sources.misc and comp.binaries.ibm.pc ----
Brandon S. Allbery	<BACKBONE>!cbosgd!ncoast!allbery (NOW!!!!)
aXcess Company		{ames,mit-eddie,harvard,talcott}!necntc!ncoast!allbery
6615 Center St. #A1-105	{well,sun,pyramid,ihnp4}!hoptoad!ncoast!allbery
Mentor, OH 44060-4101	necntc!ncoast!allbery@harvard.HARVARD.EDU (Internet)
+01 216 974 9210	ncoast!allbery@CWRU.EDU (CSnet -- if you dare)
NCOAST ADMIN GROUP	Brandon Allbery on 157/504 (Fidonet/Matrix/whatever)
* ncoast -- Public Access UN*X -- (216) 781-6201, 24 hrs., 300/1200/2400 baud *
 * ncoast is proud to be carrying alt.all -- contact me for more information *

allbery@ncoast.UUCP (Brandon Allbery) (07/06/87)

One more comment:  Running under System V is something of a lose, as this
cron doesn't have "at", while SysV (or Sys5 1.5) cron does.

++Brandon
-- 
       ---- Moderator for comp.sources.misc and comp.binaries.ibm.pc ----
Brandon S. Allbery	<BACKBONE>!cbosgd!ncoast!allbery (NOW!!!!)
aXcess Company		{ames,mit-eddie,harvard,talcott}!necntc!ncoast!allbery
6615 Center St. #A1-105	{well,sun,pyramid,ihnp4}!hoptoad!ncoast!allbery
Mentor, OH 44060-4101	necntc!ncoast!allbery@harvard.HARVARD.EDU (Internet)
+01 216 974 9210	ncoast!allbery@CWRU.EDU (CSnet -- if you dare)
NCOAST ADMIN GROUP	Brandon Allbery on 157/504 (Fidonet/Matrix/whatever)
* ncoast -- Public Access UN*X -- (216) 781-6201, 24 hrs., 300/1200/2400 baud *
 * ncoast is proud to be carrying alt.all -- contact me for more information *