[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: glibc 2.3.1-1 needs restarting network services



On Oct 24, Michael Stone <mstone@debian.org> wrote:

 >What we really need is a general mechanism for either restarting or
 >warning about *any* program that has a problematic library open. (Cf.
 >the problems people had when a recent libssl security upgrade required
 >a restart of e.g., apache-ssl -- or a locally compiled copy of
 >apache-ssl. It doesn't make sense for a library maintainer to keep a
Something like this maybe?

for f in /proc/*/exe; do
  if nm -D $f | grep -q ....; then
    echo how to restart it?
  fi
done

Even if there is no good way to restart every program we can at least
warn the user.

-- 
ciao,
Marco

Attachment: pgpGFcewqECzM.pgp
Description: PGP signature


Reply to: