[rt-users] Upgraded to rt-3.8.5 and kill stopped working
Jesse Vincent
jesse at bestpractical.com
Mon Nov 9 11:21:16 EST 2009
>
> root at lechuck:~# find /opt/rt3/ -name \*Kill\*
> root at lechuck:~# find /opt/rt3.bak/ -name \*Kill\*
> root at lechuck:~# find /usr -name \*Kill\*
>
> No results for any of these searches.
I suspect it's time for the big guns.
grep -ri kill /opt/rt3.bak/share
grep -ri kill /opt/rt3.bak/lib
You almost certainly want
http://search.cpan.org/~JESSE/RT-Extension-QuickDelete/ to replace what
you had. But we need to get rid of the old thing that's hanging around.
>
> rt3.bak was our previous install where kill actually worked so if we ever had a module \*Kill\* it should still be in there at least. Unless of course it was in say /usr/lib/perl* and some other module ditched it when I updated it...
>
> I did the cache clearing during the update process so that shouldn't be an issue.
>
>
> -Sean
>
>
--
More information about the rt-users
mailing list