Difference between pages "Package:Lib users" and "User:Mtew"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
 
(Created page with "{{Person |Geoloc=35.9940329, -78.898619 |Location name=Durham, North Carolina, United States of America |Blogs= }}")
 
Line 1: Line 1:
{{Ebuild
{{Person
|Summary=Checks /proc for libraries being mapped but marked as deleted
|Geoloc=35.9940329, -78.898619
|CatPkg=app-admin/lib_users
|Location name=Durham, North Carolina, United States of America
|Repository=Gentoo Portage Tree
|Blogs=
}}
}}
=== What is lib_users? ===
In openSUSE, there is a very useful command after performing updates that tells me which running processes are using obsolete files after they have been replaced by updated copies. The command is "zypper ps". It helps to avoid rebooting the machine (as I have to do in Gentoo), since I know exactly what needs to be restarted (X, sshd, etc.).
== Installing lib_users ==
=== Emerging ===
To install lib_users, run the following command:
<console>
###i## emerge lib_users
</console>
== Using lib_users ==
After compiling just run "lib_users" command to view the running processes using old files:
<console>
###i## lib_users
</console>
4612 "/opt/sun-jdk-1.6.0.33/bin/java -server -Xmx256m -DopenfireHome=/opt/openfire -Dopenfire.lib.dir=/opt/openfire/lib -classpath /opt/openfire/lib/startup.jar -jar /opt/openfire/lib/startup.jar"
4707 "/usr/sbin/snmptrapd -p /var/run/snmptrapd.pid"
Restart the processes and ready. :)
<console>
###i## /etc/init.d/openfire restart ; /etc/init.d/snmptrapd restart
</console>
[[Category:System]]
[[Category:First Steps]]
{{EbuildFooter}}

Latest revision as of 05:33, July 31, 2014


Location

Loading map...
Durham, North Carolina, United States of America