From owner-freebsd-current@FreeBSD.ORG Mon Sep 24 18:23:59 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6FFFF16A46D for ; Mon, 24 Sep 2007 18:23:59 +0000 (UTC) (envelope-from sysinstall@gmx.net) Received: from mail.webmailerei.de (mx.webmailerei.de [85.214.64.28]) by mx1.freebsd.org (Postfix) with ESMTP id 29AED13C4C6 for ; Mon, 24 Sep 2007 18:23:59 +0000 (UTC) (envelope-from sysinstall@gmx.net) Received: from localhost (localhost [127.0.0.1]) by mail.webmailerei.de (Postfix) with ESMTP id 5BF641F3E for ; Mon, 24 Sep 2007 19:30:03 +0200 (CEST) X-Virus-Scanned: amavisd-new at franzke-online.eu Received: from mail.webmailerei.de ([127.0.0.1]) by localhost (mail.webmailerei.de [127.0.0.1]) (amavisd-new, port 10024) with LMTP id VAuf2fM6VZ2X for ; Mon, 24 Sep 2007 19:30:00 +0200 (CEST) Received: from localhost (dslb-084-062-196-222.pools.arcor-ip.net [84.62.196.222]) by mail.webmailerei.de (Postfix) with ESMTP id E84B62046 for ; Mon, 24 Sep 2007 19:29:59 +0200 (CEST) From: Dieter Franzke To: freebsd-current@freebsd.org Date: Mon, 24 Sep 2007 19:51:28 +0200 User-Agent: KMail/1.9.7 References: <20070924051118.H9923@small> In-Reply-To: <20070924051118.H9923@small> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200709241951.28762.sysinstall@gmx.net> Subject: Re: Parallel port printing crashes 7.0 system X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Sep 2007 18:23:59 -0000 Hi, P.U.Kruppa am Montag, 24. September 2007: > Hello, > > I use a HP Deskjet 990 Cxi via parallel port with cups and hpijs > driver on > > FreeBSD pukruppa.net 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Fri Sep > 21 16:52:59 CEST 2007 amd64 > > When I try to print a little bit more complex documents > (OpenOffice, pdf) my System will crash. > > On my root terminal there will be a long list of > lpt0: [ITHREAD] > lpt0: [GIANT-LOCKED] > lpt0: [ITHREAD] > [...] > lines, then some dumping activity and a reboot. > > I upgraded to 7.0 last week, so all I can say is: everything was > fine with 6.2 . > > Please tell me if you need more information. I've had the same here. Enabling polling via "lptcontrol -p /dev/lpt0" solved the problem. ciao Dieter