UPnP Event Proxy plug-in uninstall

Hi

This is a bit strange? I just uninstalled the UPnP Event Proxy plug-in from Vera but in ssh top I can still see

1969 1 root S 2284 4% 0% /usr/bin/lua /tmp/upnp-event-proxy.lu

I reloaded Vera and re-connected putty to the terminal as well.

I still have the DLNA plug-in installed at the moment though.

Thanks

In the GUI - Develop App - Luup files I can still see these files listed

D_UPnPProxy1.json
D_UPnPProxy1.xml
I_UPnPProxy1.xml
L_UPnPProxy1.lua
L_UPnPProxyDaemon.lua
S_UPnPProxy1.xml

Not sure if or how to delete them?

Edit: http://wiki.micasaverde.com/index.php/Remove_Obsolete_Files

Seems I didn’t remove it properly, however I done all of the below and its still listed in top.

Uninstallation

If you need to uninstall the proxy, open up its control panel to the first tab and press Uninstall. Then delete the device and press SAVE.

If you forget to do this then the proxy will continue to run on your Vera, even after a reboot. This is probably harmless but it is consuming resources. To manually stop the proxy after you have uninstalled the plugin, follow these steps:

Go to Apps > Develop Apps > Test Luup Code.
Paste the following into the text area and press GO:
os.execute(“/etc/init.d/upnp-event-proxy stop”)
os.execute(“/etc/init.d/upnp-event-proxy disable”)
os.execute(“rm /etc/init.d/upnp-event-proxy”)

OK I had to install the plug-in again from the Vera web GUI - Apps → Install Apps, to then uninstall it properly and now its gone from the top list.

These files are still listed however

D_UPnPProxy1.json
D_UPnPProxy1.xml
I_UPnPProxy1.xml
L_UPnPProxy1.lua
L_UPnPProxyDaemon.lua
S_UPnPProxy1.xml

Maybe these are not related to the plug-in ?

You can delete those files. When you remove any plugin from your Vera the plugin files are not deleted.

Ok many thanks