Tag Archives: error

HowTo: Fix “Briefly unavailable for scheduled maintenance. Check back in a minute.”

After installing an update to WordPress I received the error: “Briefly unavailable for scheduled maintenance. Check back in a minute.” I was unsure if this was down to my hosts servers being temporarily down, going down during the update or … Continue reading

Posted in HowTo, Web | Tagged , , , , , , | Leave a comment

GIMP (2.6.8) Crashing On Some Toolbox Icons – Lucid

:~$ gimp gimp: fatal error: Failed to register GObject with DBusConnection (script-fu:3100): LibGimpBase-WARNING **: script-fu: gimp_wire_read(): error I fixed this error by removing opening Synaptic Package Manager and searching for appmenu-gtk, right click and mark for removal, once this has … Continue reading

Posted in GIMP, Ubuntu | Tagged , , , , , , , , , , , , , , , | Leave a comment

HowTo: Fix “An error occurred while mounting” – Ubuntu Lucid (10.04)

An error occurred while mounting /dev/bus/usb (and/or) An error occurred while mounting /proc/bus/usb Press S to skip mounting or M for manual recovery If you are seeing this error on boot an easy way to get rid: sudo gedit /etc/fstab … Continue reading

Posted in HowTo, Ubuntu | Tagged , , , , , , , , | Leave a comment

Yet Another OpenCV/Karmic error – symbol lookup error: /usr/local/lib/libhighgui.so.4

symbol lookup error: /usr/local/lib/libhighgui.so.4: undefined symbol: av_free_packet To fix it simply make sure /usr/local/lib is in your library path by using the following command: export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH

Posted in OpenCV, Ubuntu | Tagged , , , , , , , | Leave a comment

Howto fix: “error while loading shared libraries”

While installing opencv on an older version of debian for work I kept getting an error while loading shared libraries which turned out to be a pretty easy fix, just finding the libraries and adding them to the dynamic linker. … Continue reading

Posted in HowTo, Ubuntu | Tagged , , , , , | Leave a comment