3
votes
1answer
484 views

Proper management of ld.so.conf and shared libraries

I'm curious as to how other Linux admins manage /etc/ld.so.conf and in general, shared libraries across multiple Linux servers. We have about 30-40 Linux servers running SLES 11. Since they are ...
2
votes
2answers
517 views

Restore /etc/hosts on SuSE

I have lost my /etc/hosts file on SuSE Enterprise 11.3 64 bit. Is there any way to get the original file back?
3
votes
3answers
483 views

rc_status always returns “failed”

One of our developers has a service that needs to be started on boot. This script needs to be fired: /app/bt/preview/apache-tomcat-5.5.27/bin/startup.sh Here is the startup script I'm working ...