From owner-freebsd-questions@FreeBSD.ORG Tue Jan 29 01:24:46 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 9FF9C8E3 for ; Tue, 29 Jan 2013 01:24:46 +0000 (UTC) (envelope-from ralf.mardorf@rocketmail.com) Received: from nm11.bullet.mail.ird.yahoo.com (nm11.bullet.mail.ird.yahoo.com [77.238.189.64]) by mx1.freebsd.org (Postfix) with SMTP id CFFB0CC6 for ; Tue, 29 Jan 2013 01:24:45 +0000 (UTC) Received: from [212.82.105.247] by nm11.bullet.mail.ird.yahoo.com with NNFMP; 29 Jan 2013 01:21:56 -0000 Received: from [46.228.39.105] by tm19.bullet.mail.ird.yahoo.com with NNFMP; 29 Jan 2013 01:21:56 -0000 Received: from [127.0.0.1] by smtp142.mail.ir2.yahoo.com with NNFMP; 29 Jan 2013 01:21:56 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rocketmail.com; s=s1024; t=1359422516; bh=jwe4WE9P24c8O3uVy0d6d6/Afq6/DM3+ogunboaHE7I=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Content-Type:Subject:References:Date:To:MIME-Version:Content-Transfer-Encoding:From:Message-ID:In-Reply-To:User-Agent; b=dgF8jHHTf4b+Q3HxPI/8MlqnasK2JPipzE0sz9CjallMO0IF8ukhhWN77d/FUFd8eH2I9LQBxH8vs7iXId0fwa/J7uxA2dfZy77/A7s5C++cZT8le8KEwKNhfDDwdncHgA+o9MtFXZFGKKF8E0QvDN5Q/k09TYcj5g5TX43gf9w= X-Yahoo-Newman-Id: 698403.31431.bm@smtp142.mail.ir2.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: C0E_tHcVM1mw2CVqwYZ.exMZ_aLTXNIbWFXKzNMdhhkacwD CCajSDD9c38u5mxM786d2bVsRi193VB2t9cy4n8g7xU_lhsxo9XfmL9VQPcC 1V.ENQw_MLr7KnhhE_Vt7bUpa1q3ZyChgFCPDjO78Nc_KBO4PwItNZUWXK2C TtQkWlYpEHTgoU3MLzPtzWyc1HK88BYC0nj_0eQMOqraRfvchLJazqKgESsW llBwJsmA_tiSy5SK5Xcn6.rq2jluGBmFTZZT35w29iKR_nIAJ_8_IW53KGA8 Xy3t2toFpzPfYLbbEXpaYRfA40mMqbMfVU0RxyQuEkIh4ZbftHZ3OSPM9Dtt Oi4D4Ky2ClYP.rSPetWOhrwx7Aj7AXfSNlQ4WkJO9X0QLsZ4FyBdrg8nPmy0 ubLuSbg6C_vrya8mOEtUZnoZSNTZ4QvznZCjQ.XiWZmJtkeUP9BYjHhl6OUc 3VS57EbwNw9ZwNClw0.a6eM.LNOEiwyyR1g-- X-Yahoo-SMTP: BeMCPs2swBABTJ3kAeEiC_hE0mz8jRexLddJfD8pI2j32fOacjBmXg-- Received: from freebsd (ralf.mardorf@92.224.211.22 with login) by smtp142.mail.ir2.yahoo.com with SMTP; 29 Jan 2013 01:21:56 +0000 UTC Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes Subject: Re: How to fix a broken owner for files from world & build from ports? References: <20130128182726.42db0712.freebsd@edvax.de> Date: Tue, 29 Jan 2013 02:21:55 +0100 To: "FreeBSD quest" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ralf Mardorf" Message-ID: In-Reply-To: <20130128182726.42db0712.freebsd@edvax.de> 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 01:24:46 -0000 The output of "freebsd-update IDS >> outfile_28Jan2013.ids" is useless for this purpose. I now will do it like that: root@freebsd:/mnt/dump/tmp # bzcat ../dump-9.1-RELEASE-20130123_193142-usr_f.dump | restore rf - unfortunately it happened: /mnt/dump: write failed, file system is full write error extracting inode 2078075, name ./local/share/locale/id/LC_MESSAGES/GConf2.mo write: No space left on device ^Crestore interrupted, continue? [yn] n ;) I still have to solve this. Then I will run # ls -l /usr/bin | awk '{print $3" "$9}' > foo_original.txt # ls -l /dump_dir/usr/bin | awk '{print $3" "$9}' > foo_dump.txt and diff both text files. After that I'll do it for all relevant directories. How to continue depends to the output of diff. Regards, Ralf