From owner-freebsd-questions@FreeBSD.ORG Tue Jan 29 13:05:54 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 487641A1 for ; Tue, 29 Jan 2013 13:05:54 +0000 (UTC) (envelope-from ralf.mardorf@rocketmail.com) Received: from nm16.bullet.mail.ird.yahoo.com (nm16.bullet.mail.ird.yahoo.com [77.238.189.69]) by mx1.freebsd.org (Postfix) with ESMTP id CC9E0A22 for ; Tue, 29 Jan 2013 13:05:52 +0000 (UTC) Received: from [77.238.189.55] by nm16.bullet.mail.ird.yahoo.com with NNFMP; 29 Jan 2013 13:05:44 -0000 Received: from [217.146.188.168] by tm8.bullet.mail.ird.yahoo.com with NNFMP; 29 Jan 2013 13:05:44 -0000 Received: from [127.0.0.1] by smtp136.mail.ird.yahoo.com with NNFMP; 29 Jan 2013 13:05:44 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rocketmail.com; s=s1024; t=1359464744; bh=RXiQJc+/CDvouPyvUzDDGoKHPx5UraOonRPCfRQAUqc=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Content-Type:To:Subject:References:Date:MIME-Version:Content-Transfer-Encoding:From:Message-ID:In-Reply-To:User-Agent; b=YzN7XctJbO8G7c/QuYr5n9YQdx0rw5MyPPfCKMtj2n4IlVNi8GKsGhltrRJX/g6fx9WCRgnaUmSfjMYhr9qaWO0AeP57cwR2Gi9XPjtwNDK8Diwbaknwv0sAe+7jKuCKbcQdsohOQxUe2aK5fIXkSKgkFbc4kAxaw99iOw5WaPw= X-Yahoo-Newman-Id: 947259.93530.bm@smtp136.mail.ird.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: LkRwtX0VM1mFf7gtAIGG5dUYHmsrxJbOHZ.ylj.la5Bm9eP 9bppCHw3YpkKesN_NMgoxFi7ps4hQv9iJA9C2a48mTvVf_hR25CQjmNd5FaT 9Z1SZ0SJrd533m7QNz2E_VLOStPqRcAtVbzTTpBaiijkxH7JBKuxnT6JlSe5 UOln0MeY.AN02mbkgz7vQRpyHU4_KGz3dCdRecdf7IPFQC39Qt7yVEiCOEdS aoRaAxNTCUJI1d7veOozWCq9LzhLUGQ1CQeVM4vDvLieJt5k9bk8QMVjBqpB 80sjl64XIQAcVLZeP_yIy.LBtqVBiOrbP9SVLUHLEqNpMu2eD4jJ2Gy8Wika A2lR0kTSXe0UQFFYHuL0oHaRQqOa2K_HySdYw_5JoV.XF5p3gd09k3kMJ6G. qkhJs5HcTnxAQIjQQvo2_COCR8zZMJZc1vq9DxZMOUA-- X-Yahoo-SMTP: BeMCPs2swBABTJ3kAeEiC_hE0mz8jRexLddJfD8pI2j32fOacjBmXg-- Received: from freebsd (ralf.mardorf@78.50.20.64 with login) by smtp136.mail.ird.yahoo.com with SMTP; 29 Jan 2013 05:05:44 -0800 PST Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: freebsd-questions@freebsd.org Subject: Re: How to fix a broken owner for files from world & build from ports? References: <20130129082806.GA2035@holstein.holy.cow> <20130129090819.GA1372@tiny.Sisis.de> <20130129184455.742b28d8@X220.ovitrap.com> Date: Tue, 29 Jan 2013 14:05:43 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ralf Mardorf" Message-ID: In-Reply-To: <20130129184455.742b28d8@X220.ovitrap.com> User-Agent: Opera Mail/12.12 (FreeBSD) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jan 2013 13:05:54 -0000 I suspect it's less effort to use Thunar and instead of scrolling, as I did before (when I missed some wrong owners), to switch sorting by owner between ascending and descending, to ensure not to miss a bad owner again. I'm surprised, there's no /bin/sh for the backup: /bin # find /usr/TMP4DIFF/bin -ls | sed -e 's%/dir%%g' | awk '{print $5" "$11" "$12" "$13}' > bin.TMP.txt # find /bin -ls | sed -e 's%/dir%%g' | awk '{print $5" "$11" "$12" "$13}' > bin.BSD.txt # diff bin.TMP.txt bin.BSD.txt > bin.DIF.txt # grep rocketmouse bin.DIF.txt > rocketmouse /bin/sh # ls -ld /bin/sh -r-xr-xr-x 1 rocketmouse wheel 142952 Dec 23 18:38 /bin/sh # ls -ld /usr/TMP4DIFF/bin/sh ls: /usr/TMP4DIFF/bin/sh: No such file or directory /lib [snip ... no differences] I anyway will unpack /usr too and take a look at the directories from the backup. I won't bother you with each detail, but report a list of differences, if there should be something very strange. Regards, Ralf -- Sent from my PC while wearing my Relox watch and Iccug handback. If you pay me, product placement for your lemon could be placed here too, just mailto:/dev/nul.