azureus checks again

If you’re not sure about the consistency of a file you downloaded with azureus and you already deleted it from the list you can open the torrent file again (with the same target-folder) and azureus will ask you wether it should check it again. This can be quite handy if you’ve overclocked a bit too much and unrar complains about failing CRC-Checks 😀

libGL.so

Problem:

libGL.so: cannot open shared object file: No such file or directory

In most cases a proper library exists(here libGL.so.1), but it is not found by the application.
Solution (as root):

cd /usr/lib/
ln -s libGL.so.1 libGL.so

UPDATE: better solution might be here

java gui – problem (xcb_xlib.c)

If you experience the following after a(nother) java-app crashed:

java: xcb_xlib.c:50: xcb_xlib_unlock: Assertion `c->xlib.lock’

Gentoo-Users can do the following (as root)

locate libmawt.so | grep “/opt/sun-j.*/lib/i386/.*libmawt.so” | xargs sed -i ‘s/XINERAMA/FAKEEXTN/g’

(Another case of IF I ALTERED MY GOOGLE-STRING EARLIER)