Confixx Server DBD::mysql or other PERL module displays error message

Skip to main content
Du bist hier:
Drucken

Confixx Server DBD::mysql or other PERL module displays error message

DBD::Solve MySQL Problems

When executing the counterscript you will get error messages such as:

DBD::mysql::st execute failed: Got error 28 from table handler at /root/confixx/subs_include_postfix.pl line 135
.DBD::mysql::st fetchrow failed: fetch() without execute() at /root/confixx/subs_include_postfix.pl line 138.

The Temp directory seems to be broken. If you created the TEMP directory manually, proceed as follows:

-> Re-create the files listed under /etc/fstab:

rm /var/lib/temp-looprm
/var/lib/vartmp-looprm
/var/lib/devshm-loop

then

cd /var/libdd
if=/dev/zero of=tmp-loop bs=1024 count=512600dd
if=/dev/zero of=vartmp-loop bs=1024 count=300200dd
if=/dev/zero of=devshm-loop bs=1024 count=300200

then

mkfs.ext2 tmp-loopmkfs
.ext2 vartmp-loopmkfs
.ext2 devshm-loop

Related Post