Hi
With the latest version of QMT, the script :
/usr/share/toaster/isoqlog/bin/cron.sh need to be updated.
# Regenerate the file
for i in `vdominfo -n |grep . |grep -v "alias"`; do
echo "$i" >> $ISODOMAINS;
done
It will parse all domains and not only at /home/vpopmail/domains if the
server have a lot of domains.
Regards
----- Original Message -----
From: Charles Ferland
To: [email protected]
Sent: Tuesday, October 14, 2008 1:52 PM
Subject: [qmailtoaster] Problem with a fresh Install - IsoQlog
Hi
I have a problem with a fresh install of QMT with Centos 5.2. At the
beginning, IsoQlog has working fine but for now I have the output when I run it
from console:
/usr/share/toaster/isoqlog/bin/cron.sh
*** glibc detected *** /usr/bin/isoqlog: free(): invalid next size (fast):
0x09a25b10 ***
======= Backtrace: =========
/lib/libc.so.6[0x629b16]
/lib/libc.so.6(cfree+0x90)[0x62d070]
/usr/bin/isoqlog[0x805202b]
/usr/bin/isoqlog[0x8052271]
/lib/libc.so.6(__libc_start_main+0xdc)[0x5d6dec]
/usr/bin/isoqlog[0x8048b21]
======= Memory map: ========
0059e000-005b8000 r-xp 00000000 fd:00 11162978 /lib/ld-2.5.so
005b8000-005b9000 r-xp 00019000 fd:00 11162978 /lib/ld-2.5.so
005b9000-005ba000 rwxp 0001a000 fd:00 11162978 /lib/ld-2.5.so
005c1000-006fe000 r-xp 00000000 fd:00 11162994 /lib/libc-2.5.so
006fe000-00700000 r-xp 0013c000 fd:00 11162994 /lib/libc-2.5.so
00700000-00701000 rwxp 0013e000 fd:00 11162994 /lib/libc-2.5.so
00701000-00704000 rwxp 00701000 00:00 0
008d2000-008dd000 r-xp 00000000 fd:00 11163011
/lib/libgcc_s-4.1.2-20080102.so.1
008dd000-008de000 rwxp 0000a000 fd:00 11163011
/lib/libgcc_s-4.1.2-20080102.so.1
00dff000-00e00000 r-xp 00dff000 00:00 0 [vdso]
08048000-08055000 r-xp 00000000 fd:00 564478 /usr/bin/isoqlog
08055000-08056000 rw-p 0000d000 fd:00 564478 /usr/bin/isoqlog
08056000-08061000 rw-p 08056000 00:00 0
09a25000-09a46000 rw-p 09a25000 00:00 0
b7d00000-b7d21000 rw-p b7d00000 00:00 0
b7d21000-b7e00000 ---p b7d21000 00:00 0
b7e1f000-b7ebd000 rw-p b7f0c000 00:00 0
b7f34000-b7f36000 rw-p b7f34000 00:00 0
b7f3b000-b7f3d000 rw-p b7f3b000 00:00 0
bff43000-bff59000 rw-p bff43000 00:00 0 [stack]
/usr/share/toaster/isoqlog/bin/cron.sh: line 20: 23061 Aborted
$ISOQLOG > /dev/null 2> /dev/null
Anyoyne have a workaround to fix that quickly ?
Regards