From owner-freebsd-ports@FreeBSD.ORG Sat Sep 25 18:17:59 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3EF711065694; Sat, 25 Sep 2010 18:17:59 +0000 (UTC) (envelope-from glimp@live.com) Received: from blu0-omc3-s33.blu0.hotmail.com (blu0-omc3-s33.blu0.hotmail.com [65.55.116.108]) by mx1.freebsd.org (Postfix) with ESMTP id 017028FC08; Sat, 25 Sep 2010 18:17:58 +0000 (UTC) Received: from BLU0-SMTP154 ([65.55.116.72]) by blu0-omc3-s33.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Sat, 25 Sep 2010 11:17:58 -0700 X-Originating-IP: [151.49.230.20] X-Originating-Email: [glimp@live.com] Message-ID: Received: from genki.collidiamo.net ([151.49.230.20]) by BLU0-SMTP154.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sat, 25 Sep 2010 11:17:57 -0700 Date: Sat, 25 Sep 2010 20:13:12 +0200 From: dan User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.2.9) Gecko/20100920 Thunderbird/3.1.4 MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <4C9D005F.5060001@yandex.ru> In-Reply-To: Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-OriginalArrivalTime: 25 Sep 2010 18:17:57.0441 (UTC) FILETIME=[FABD0310:01CB5CDD] Subject: Re: cupsd.conf.N is missing here X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Sep 2010 18:17:59 -0000 On 24.09.2010 22:01, dan wrote: > On 24.09.2010 21:47, Ruslan Mahmatkhanov wrote: >> 24.09.2010 22:14, dan пишет: >>> Hi list! >>> >>> I was backing up cups-base using pkg_create (pkg_create -b). The >>> "process" stops and tar complaints that it can not find >>> etc/cups/cupsd.conf.N under /usr/local. >>> >>> Port is cups-base-1.4.4 . Should that file be here ? >> >> Yes it should. >> smeshariki2# ls -la | grep cupsd >> -rw-r----- 1 root cups 4037 31 июл 01:56 cupsd.conf >> -r--r--r-- 1 root wheel 4037 31 июл 01:56 cupsd.conf.N >> -rw-r----- 1 root cups 4037 31 июл 01:56 cupsd.conf.default >> >> also check port's pkg-plist. >> > > Thank you :-) > > and...this is what I get (ls -la | grep cupsd) > > -rw-r----- 1 root cups 2913 17 Set 12:00 cupsd.conf > -rw-r----- 1 root cups 2820 17 Set 11:44 cupsd.conf.O > -rw-r----- 1 root cups 4037 16 Set 20:10 cupsd.conf.default > > it's interesting : I have a .O file . > > And these are other .O files (ls -la *O) > > -rw-r----- 1 root cups 2820 17 Set 11:44 cupsd.conf.O > -rw------- 1 root cups 1077 17 Set 22:17 printers.conf.O > -rw-r----- 1 root cups 1287 24 Set 21:24 subscriptions.conf.O > > d > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > > News. Probably and hopefully there is no hardware fault behind those .O files. Let's consider this cupsd.conf.N ... As of my tests HERE, if "cupsd.conf.N" exists and if the contents of "cupsd.conf" get changed through CUPS web interface, the following happens - "cupsd.conf.N" is renamed "cupsd.conf.O" So, as of my tests, any change in cupsd.conf via the CUPS web interface will then result in "pkg_create -b cups-base-1.4.4" to fail because it can not find any cupsd.conf.N anymore. If anyone else notices this behaviour and consider it necessary to send a bug report, I am open to send it. d