ru Русский

Reticularium

NETWORKS PLACE

If Amavis reports this scary error, it doesn’t necessarily means that your disk is cracked. Usually this means that the file it is talking about has wrong format. This happens, for example, if you upgraded Amavis or Spamassassin. Check current format with the file utility and upgrade it with dbX.X_upgrade where X.X is appropriate version. Or simply remove the auto-whitelist file, it will be re-created. Same with bayes_seen and bayes_toks files.

It’s a 2.3 bug still not fixed in 2.3.4 gems according to this thread

On my new server with Rails 2.3.4 installed it looks like this:

I run script/plugin install git://github.com/whatever/plugin.git and then just nothing happens.

Recipe from above mentioned thread works for me, so I have to run instead:


script/plugin install http://github.com/whatever/plugin.git/

Note slash at the end!

Error message:

1
2
Error occurred during initialization of VM
Could not reserve enough space for object heap

means: not enough Virtual Memory for Java VM to initialize. Weird for a first glance, but are you sure you have it enough? Quite probable that you have ulimits setup, which, in turn, is quite probable if you have cPanel.

[fglrx:firegl_init_module] ERROR firegl_stub_register failed

Looks awful, but it’s simple. It means one of the following:

  1. Another module is already loaded (e.g. radeon.ko)
  2. Module drm.ko is loaded (it always is, if 1)
  3. Under some circumstances CONFIG_AGP=y interferes with AGP support compiled in fglrx (should be more detailed description here)