Re: [qmailtoaster] Problem with Clamav-toaster on Centos6

2012-02-19 Thread Nigel Reed
Thanks so much for the patch. Considering this was sent on Dec 26, I can't 
understand why the distribution on the qmt website hasn't been fixed.





 From: Martin Waschbüsch IT-Dienstleistungen serv...@waschbuesch.it
To: qmailtoaster-list@qmailtoaster.com 
Sent: Monday, December 26, 2011 6:40 AM
Subject: Re: [qmailtoaster] Problem with Clamav-toaster on Centos6
 

Hi Amir,

Am 26.12.2011 um 11:55 schrieb Amir Abbasi:

+ echo 'Patch #0 (clamav-0.9x-qmailtoaster.patch.bz2):'
Patch #0 (clamav-0.9x-qmailtoaster.patch.bz2):
+ /usr/bin/bzip2 -dc /root/rpmbuild/SOURCES/clamav-0.9x-qmailtoaster.patch.bz2
+ /usr/bin/patch -s -p1 --fuzz=0
1 out of 7 hunks FAILED -- saving rejects to file etc/clamd.conf.rej
error: Bad exit status from /var/tmp/rpm-tmp.nI9zZQ (%prep)
 
RPM build errors:
    Bad exit status from /var/tmp/rpm-tmp.nI9zZQ (%prep)
 
Have you ever faced this error message?
Thank you for your assistance.


The problem is that the included patch is not 100% rediffed against version 
0.97.3 of clamav… e.g. some lines are off.
This causes the patch utility to fail, as the allowed amount of 'fuzz' (e.g. 
allow patches to apply to be a couple lines off the expected place) on CentOS 6 
is zero.

Anyway,

use the attached patch instead of the old one (replace the clamav patch file in 
the SOURCES folder within your rpm build directory) and try again…

Martin



--
Martin Waschbüsch
IT-Dienstleistungen
Schumacherring 29
81737 München

Telefon: +49 89 57005708
Fax: +49 89 57868023
Mobil: +49 170 2189794
serv...@waschbuesch.it
http://www.waschbuesch.it

Re: [qmailtoaster] Problem with Clamav-toaster on Centos6

2012-01-08 Thread Martin Waschbüsch
Hi Amir,

Am 08.01.2012 um 11:20 schrieb Amir Abbasi:

 Hi,
 how are you doing?
 I have a question; Does Qmail-Toaster support IPv6? Generally, I am 
 investigation IPv6 migration for webhosting servers/services, is there any 
 useful link in this regard?

General note: it is best if you ask such questions on the list so that others, 
who might have the same issue, can get that information as well (e.g. by 
searching the list archive).
Anyway, here's my two cents:

there is no support for IPv6 in the current qmailtoaster. This is because qmail 
itself does not support it out of the box. In fact, qmail's author, Dan 
Bernstein is rather critical of the whole IPv6 mess (his words): 
http://cr.yp.to/djbdns/ipv6mess.html

That being said, it is *possible* to modify qmail to use IPv6:
http://www.bltweb.net/qmail/

That is Brandon Turner's site of qmail patches (based on John Simpson's 
combined patch).
These patches can be reworked and applied to 'our' qmail flavor as well - just 
takes some time and a bit of coding knowledge..
Note that you'll have to make uscpi-tcp IPv6 aware, too, if you want to use the 
current qmailtoaster layout.

I do not know if (and if yes, when) qmailtoaster will be IPv6 enables, but now 
at least you have an overview of the situation.

Cheers,

Martin

signature.asc
Description: Message signed with OpenPGP using GPGMail


[qmailtoaster] Problem with Clamav-toaster on Centos6

2011-12-26 Thread Amir Abbasi
but I face a problem with ClamAV-Toaster on CentOS6. Here is the error message:

rpmbuild --rebuild --with cnt5064 clamav-toaster-*.src.rpm
Installing clamav-toaster-0.97.3-1.3.44.src.rpm
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.nI9zZQ
+ umask 022
+ cd /root/rpmbuild/BUILD
+ LANG=C
+ export LANG
+ unset DISPLAY
+ cd /root/rpmbuild/BUILD
+ rm -rf clamav-0.97.3
+ /usr/bin/bzip2 -dc /root/rpmbuild/SOURCES/clamav-0.97.3.tar.bz2
+ /bin/tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd clamav-0.97.3
+ /bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ echo 'Patch #0 (clamav-0.9x-qmailtoaster.patch.bz2):'
Patch #0 (clamav-0.9x-qmailtoaster.patch.bz2):
+ /usr/bin/bzip2 -dc /root/rpmbuild/SOURCES/clamav-0.9x-qmailtoaster.patch.bz2
+ /usr/bin/patch -s -p1 --fuzz=0
1 out of 7 hunks FAILED -- saving rejects to file etc/clamd.conf.rej
error: Bad exit status from /var/tmp/rpm-tmp.nI9zZQ (%prep)


RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.nI9zZQ (%prep)



Have you ever faced this error message? 
Thank you for your assistance.

Re: [qmailtoaster] Problem with Clamav-toaster on Centos6

2011-12-26 Thread Martin Waschbüsch IT-Dienstleistungen
Hi Amir,Am 26.12.2011 um 11:55 schrieb Amir Abbasi:+ echo 'Patch #0 (clamav-0.9x-qmailtoaster.patch.bz2):'Patch #0 (clamav-0.9x-qmailtoaster.patch.bz2):+ /usr/bin/bzip2 -dc /root/rpmbuild/SOURCES/clamav-0.9x-qmailtoaster.patch.bz2+ /usr/bin/patch -s -p1 --fuzz=01 out of 7 hunks FAILED -- saving rejects to file etc/clamd.conf.rejerror: Bad exit status from /var/tmp/rpm-tmp.nI9zZQ (%prep)RPM build errors: Bad exit status from /var/tmp/rpm-tmp.nI9zZQ (%prep)Have you ever faced this error message?Thank you for your assistance.The problem is that the included patch is not 100% rediffed against version 0.97.3 of clamav… e.g. some lines are off.This causes the patch utility to fail, as the allowed amount of 'fuzz' (e.g. allow patches to apply to be a couple lines off the expected place) on CentOS 6 is zero.Anyway,use the attached patch instead of the old one (replace the clamav patch file in the SOURCES folder within your rpm build directory) and try again…Martin
--Martin WaschbüschIT-DienstleistungenSchumacherring 2981737 MünchenTelefon: +49 89 57005708Fax: +49 89 57868023Mobil: +49 170 2189794serv...@waschbuesch.ithttp://www.waschbuesch.it



clamav-0.9x-qmailtoaster.patch.bz2
Description: BZip2 compressed data


signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: [qmailtoaster] Problem with Clamav-toaster on Centos6

2011-12-26 Thread Anderson Alves de Albuquerque
 I want go out to this list. How can I do?


2011/12/26 Martin Waschbüsch IT-Dienstleistungen serv...@waschbuesch.it

 Hi Amir,

 Am 26.12.2011 um 11:55 schrieb Amir Abbasi:

 + echo 'Patch #0 (clamav-0.9x-qmailtoaster.patch.bz2):'
 Patch #0 (clamav-0.9x-qmailtoaster.patch.bz2):
 + /usr/bin/bzip2 -dc
 /root/rpmbuild/SOURCES/clamav-0.9x-qmailtoaster.patch.bz2
 + /usr/bin/patch -s -p1 --fuzz=0
 1 out of 7 hunks FAILED -- saving rejects to file etc/clamd.conf.rej
 error: Bad exit status from /var/tmp/rpm-tmp.nI9zZQ (%prep)


 RPM build errors:
 Bad exit status from /var/tmp/rpm-tmp.nI9zZQ (%prep)

 Have you ever faced this error message?
 Thank you for your assistance.



 The problem is that the included patch is not 100% rediffed against
 version 0.97.3 of clamav… e.g. some lines are off.
 This causes the patch utility to fail, as the allowed amount of 'fuzz'
 (e.g. allow patches to apply to be a couple lines off the expected place)
 on CentOS 6 is zero.

 Anyway,

 use the attached patch instead of the old one (replace the clamav patch
 file in the SOURCES folder within your rpm build directory) and try again…

 Martin


 --
 Martin Waschbüsch
 IT-Dienstleistungen
 Schumacherring 29
 81737 München

 Telefon: +49 89 57005708
 Fax: +49 89 57868023
 Mobil: +49 170 2189794
 serv...@waschbuesch.it
 http://www.waschbuesch.it



 -BEGIN PGP SIGNATURE-

 iQEcBAEBAgAGBQJO+GtWAAoJEEkFD1O3oaqkEeAIAJw8u6jF5tpv6sT8wgtG3ddj
 VQqHoMqtyG/MZditMiVU+Fpbqg+MLzbJWJr2xx4XP3sNa4LkOV14H2m48JwEUeEg
 +Us7/azeks3CBBf1YxTB7g3nbxheAIwCeJBCid4j7J8f1NYbFF+uC4O5mk5kF8XM
 C5hmonsCMYl/XlWaXDUlmRvAEoWWm9h0WypwESlfIrWVWOEZeleh6Z+G8TFxqZUU
 slaMsBRsRklac5jH+YVOOUAudfvoN7m/UggbE8Ugx2N7dJt2gBixwnbq0cFYC/ux
 ecgtElIM0PExhZzSMLDMSrw9y7MZDqDrTEHaUeSdxzWOuhjl67BDwUwBmROdglE=
 =JP8u
 -END PGP SIGNATURE-




-- 
[], Anderson Alves de Albuquerque.
---
E-mails: andersonalvesdealbuquerque#hotmail.com (replace # by @)
andersonaa#gmail.com (replace # by @)
ICQ: 73222660
---


Re: [qmailtoaster] Problem with Clamav-toaster on Centos6

2011-12-26 Thread Martin Waschbüsch IT-Dienstleistungen
Hi Anderson,

Am 26.12.2011 um 15:27 schrieb Anderson Alves de Albuquerque:

 
  I want go out to this list. How can I do?
 


To remove your address from the list, just send a message to
the address in the ``List-Unsubscribe'' header of any list
message. If you haven't changed addresses since subscribing,
you can also send a message to:
  qmailtoaster-list-unsubscr...@qmailtoaster.com

Cheers,

Martin

signature.asc
Description: Message signed with OpenPGP using GPGMail