Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!cs.utexas.edu!wuarchive!julius.cs.uiuc.edu!ux1.cso.uiuc.edu!uxh.cso.uiuc.edu!archetyp From: archetyp@uxh.cso.uiuc.edu (Joseph R Pickert) Newsgroups: comp.os.minix Subject: Re: MacMinix problems, cron and lpr Message-ID: <1990Dec8.173411.24992@ux1.cso.uiuc.edu> Date: 8 Dec 90 17:34:11 GMT References: <1618@ukpoit.co.uk> Sender: news@ux1.cso.uiuc.edu (News) Organization: University of Illinois at Urbana Lines: 20 paul@ukpoit.co.uk (Paul Wood) writes: >cron appears to work ok when started from a root login, but when I inserted it >into the rc script I had a system crash some five minutes after booting. This >was preceeded by some regular (once per second) disk access on my internal >floppy drive (/dev/fd0) although there was no disk inserted in the drive. Cron has some problems that are universal to the 68K versions I think. There have been a couple of posted fixes. >lpr, and other methods of printing (eg: cat file > /dev/lp) prints out on my >Imagewriter II ok, except that it seems to print about a page and a half, and >then throw a new page. My guess is that the Imagewriter is throwing the page >automatically, and not MacMinix. If so, then how do I disable the page throws? The line printer driver stores up a page at a time, and printing 1.5 pages will result in only one page being printed. Use pr(1) which pads the file to a multiple of a page when printing (e.g., pr file | lpr). Joe Pickert