Dale schrieb am 17.08.2008 05:35:
 > OK.  Did that.  No errors.  It is a HUGE list of files.  Here is a
SMALL
snippet:

snipping the snippet :-)


They all look about the same as those listed above. What would it look like if one was orphaned?
Dale

:-)  :-)


Detecting real orphan files is not a trivial task, it requires some
knowledge about the installed packages, packages which have been
installed before and which are now removed. Files which are essential to
the system and which are not part of any packages (/etc/make.conf,
/etc/passwd). There are also files which are generated by portage but
can not be tracked by portage.

The script already tries to exclude some false positive like *.pyc,
*.pyo, .keep files. The pyc and pyo files are bite compiled python
modules which are generated after the files are installed to the file
system and thus are not known by portage. .keep files are normally
generated by portage to prevent empty directories from being removed.

It also excludes the directories /usr/src (there are kernel and other
sources stored) and /lib/modules (location of the kernel modules) both
locations contain files not known by portage too. But there are many
other files not excluded by the script which are essential to the
system. So you should know what you do when deleting any of the files
you get from the script.

Regards,

Daniel


Reply via email to