[lug] Dumb OpenSSL Question
David Anselmi
anselmi at anselmi.us
Sat Mar 20 15:43:02 MST 2004
The Matt wrote:
> Folks, this is kinda dumb, but #fedora has too much chatter for me to
> get a good answer. Namely, I run Fedora Core and as you know there was
> an openssl update. But, I'm trying not to reboot one of my systems, so
> I'm trying to figure out which of the 190990324 services Fedora/Redhat
> runs I need to restart.
>
> I've done the easy ones, sendmail, Apache, and sshd, but I have no idea
> if Canna or some freak service uses SSL. Any others I missed?
Try this:
for file in $(rpm -qpl <old openssl rpm>) ; do
lsof $file
done
Run the whole thing as root or use sudo for the lsof command. You
should be able to guess the services from the command field.
Dave
More information about the LUG
mailing list