From owner-freebsd-questions@FreeBSD.ORG Fri Sep 14 06:01:08 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B840116A473 for ; Fri, 14 Sep 2007 06:01:08 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by mx1.freebsd.org (Postfix) with ESMTP id 6CE8513C4CA for ; Fri, 14 Sep 2007 06:01:08 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so1561231pyb for ; Thu, 13 Sep 2007 23:01:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=Rn98lR/XDOryy4GvJ4Gz+wS7kjCMG+3Ho5dvmEtxm78=; b=OgFn2pSMOdjlnjgISHwoA5FRMCdlnXnawA1n0zKKuW+hKiAh3c0TZ9u9Zygj5UMAgaUGGRnW+532yg9jBqz7gPNmu3EyyqeuJ1S8LAKQXGFWASRd66QQS06VsqmHjgQA36SHblssSnztRmEnDGMoBHVWQJu4zgEd28ocUjuwAnQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=E9lG24Df5bDL0NsY2N1vVhX1/Gk8DPLWGceO/BcA0zrZk9GF3eEiWceEJTV+AdchlocW6cSXwp4H7q3O7WeZvlgkKoUoEtT5p2pglFF84oaEwJV/Pa0t2yaP4R1BOqRYXD4DjT7DtVm/wgSgN+58E3moftkieWlO/H+zKx5CZNU= Received: by 10.65.219.20 with SMTP id w20mr3455127qbq.1189749666956; Thu, 13 Sep 2007 23:01:06 -0700 (PDT) Received: by 10.65.105.2 with HTTP; Thu, 13 Sep 2007 23:01:06 -0700 (PDT) Message-ID: Date: Fri, 14 Sep 2007 06:01:06 +0000 From: "Aryeh Friedman" To: "Lars Eighner" , freebsd-questions@freebsd.org In-Reply-To: <20070914005144.T43038@qroenaqrq.6qbyyneqvnyhc.pbz> MIME-Version: 1.0 References: <20070914001341.M34331@qroenaqrq.6qbyyneqvnyhc.pbz> <20070914005144.T43038@qroenaqrq.6qbyyneqvnyhc.pbz> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: hplip and freebsd-7.0 current problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2007 06:01:08 -0000 Script started on Fri Sep 14 03:57:47 2007 monster# hpiod restart can't open or create : m io/hpiod/hpiod.cpp 195 monster# ls /var/db/pkg/hplip-1.7.4a/ +COMMENT +CONTENTS +DEINSTALL +DESC +DISPLAY +INSTALL +MTREE_DIRS^M monster# exit Script done on Fri Sep 14 03:58:01 2007 On 9/14/07, Lars Eighner wrote: > > On Fri, 14 Sep 2007, Aryeh Friedman wrote: > > > After successfully installed: > > > > Script started on Fri Sep 14 03:19:49 2007 > > > > monster# id > > uid=0(root) gid=0(wheel) groups=0(wheel),5(operator) > > monster# hpiod > > can't open or create : m io/hpiod/hpiod.cpp 195 > > monster# exit > > > > Script done on Fri Sep 14 03:19:57 2007 > > > This makes no sense. hpiod.cpp is C++ code. It should not exist > and no attempt should be made to open or create it after the *port* > is installed and made clean. > > Normally, hpiod is started by HPIOD_ENABLE="YES" in /etc/rc.d and > may be restarted in the proper order by > #hpiod restart > > I believe you are mistaken that you have installed hplip. See if you can > find it in /var/db/pkg . > > > -- > Lars Eighner > http://www.larseighner.com/index.html > 8800 N IH35 APT 1191 AUSTIN TX 78753-5266 > >