Date: Tue, 29 Jan 2013 02:21:55 +0100 From: "Ralf Mardorf" <ralf.mardorf@rocketmail.com> To: "FreeBSD quest" <freebsd-questions@freebsd.org> Subject: Re: How to fix a broken owner for files from world & build from ports? Message-ID: <op.wrnfetnauwjkcr@freebsd> In-Reply-To: <20130128182726.42db0712.freebsd@edvax.de> References: <op.wrms0fqkqhadp0@freebsd> <20130128182726.42db0712.freebsd@edvax.de>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?op.wrnfetnauwjkcr>