Re: [qmailtoaster] Re: Problem using qtp-newmodel on fedora 11

2010-10-06 Thread Jake Vickers
On 10/06/2010 04:46 PM, Eric Shubert wrote: I see. Nice explanation. Not fuzzy at all! :) Sounds like we need a policy to deal with fuzziness. Having not thought much about this, I'll wait to let Jake (and Steve??) chime in on this one. Jake will make the final call of course, but it'd be nic

Re: [qmailtoaster] Re: Problem using qtp-newmodel on fedora 11

2010-10-06 Thread Jake Vickers
On 10/06/2010 04:33 PM, Martin Waschbüsch wrote: Hi Eric, The way I see it, this happened: Jake created the updated package using the same patch he had used for the original 0.96 build. It is still valid, but the conf file to patch changed slightly, so the patch hunks have some offset. Now,

[qmailtoaster] Re: Problem using qtp-newmodel on fedora 11

2010-10-06 Thread Eric Shubert
I see. Nice explanation. Not fuzzy at all! :) Sounds like we need a policy to deal with fuzziness. Having not thought much about this, I'll wait to let Jake (and Steve??) chime in on this one. Jake will make the final call of course, but it'd be nice if we can recommend a way to reliably handl

Re: [qmailtoaster] Re: Problem using qtp-newmodel on fedora 11

2010-10-06 Thread Martin Waschbüsch
Hi Eric, The way I see it, this happened: Jake created the updated package using the same patch he had used for the original 0.96 build. It is still valid, but the conf file to patch changed slightly, so the patch hunks have some offset. Now, for some reason, Fedora's build system enforces patc

[qmailtoaster] Re: Problem using qtp-newmodel on fedora 11

2010-10-06 Thread Eric Shubert
Next question is, does it work with other distros? (Is it backwards compatible?) Is there one setting that that works for all, or does this need to be a per-distro setting? -- -Eric 'shubes' Martin Waschbüsch wrote: Any Time! :-) Von meinem iPhone gesendet Am 06.10.2010 um 21:34 schrieb pet

Re: [qmailtoaster] Re: Problem using qtp-newmodel on fedora 11

2010-10-06 Thread Martin Waschbüsch
Any Time! :-) Von meinem iPhone gesendet Am 06.10.2010 um 21:34 schrieb petrus : > > > 2010/10/6 Martin Waschbüsch > OK, > > Please give this one a try: > > http://martin.waschbuesch.de/clamav-toaster-0.96.3-1.3.38.src.rpm > > Cheers, > > > Yes this works. > Thank you! > > /p

Re: [qmailtoaster] Re: Problem using qtp-newmodel on fedora 11

2010-10-06 Thread petrus
2010/10/6 Martin Waschbüsch > OK, > > Please give this one a try: > > http://martin.waschbuesch.de/clamav-toaster-0.96.3-1.3.38.src.rpm > > Cheers, > > Yes this works. Thank you! /p

Re: [qmailtoaster] Re: Problem using qtp-newmodel on fedora 11

2010-10-06 Thread Martin Waschbüsch
OK, Please give this one a try: http://martin.waschbuesch.de/clamav-toaster-0.96.3-1.3.38.src.rpm Cheers, Martin -- Martin Waschbüsch IT-Dienstleistungen Lautensackstr. 16 80687 München Telefon: +49 89 57005708 Fax: +49 89 57868023 Mobil: +49 170 2189794 mar...@waschbuesch.de http://martin.wa

Re: [qmailtoaster] Re: Problem using qtp-newmodel on fedora 11

2010-10-06 Thread Martin Waschbüsch
Something weird is going on. When I try the following: cd SOURCES tar xjvf clamav-0.96.3.tar.bz2 bunzip2 clamav-0.96.0.patch.bz2 cd clamav-0.96.3 patch -p1 <../clamav-0.96.0.patch I get some warnings about offsets / fuzz, but it is alright. Now, if I use the command options that show up for you

Re: [qmailtoaster] Re: Problem using qtp-newmodel on fedora 11

2010-10-06 Thread petrus
The contents off clamd.conf.rej --- etc/clamd.conf 2010-03-31 08:17:12.0 -0400 +++ etc/clamd.conf 2010-04-09 01:34:54.0 -0400 @@ -49,7 +49,7 @@ # Enable verbose logging. # Default: no -#LogVerbose yes +LogVerbose yes # This option allows you to save a process identif

Re: [qmailtoaster] Re: Problem using qtp-newmodel on fedora 11

2010-10-06 Thread Martin Waschbüsch
Actually, I wonder about that one: Both the patch and the source tarball come in the SRPM, so why would the patch command behave differently on this setup? What is the content of the clamd.conf.rej file? E.g. you should find that in e.g. BUILD/clamav-0.96.3/etc/ the BUILD dir, according to you

[qmailtoaster] Re: Problem using qtp-newmodel on fedora 11

2010-10-06 Thread Eric Shubert
petrus wrote: qtp-whatami returns qtp-whatami v0.3.6 DISTRO=Fedora OSVER=11 QTARCH=i686 QTKERN=2.6.30.10-105.2.23.fc11.i586 BUILD_DIST=fedora_11 BUILD_DIR=/root/rpmbuild This machine's OS is supported and has been tested so using fedora_11, still produces the same error. Patch #0 (clamav-0.96.0.

Re: [qmailtoaster] Re: Problem using qtp-newmodel on fedora 11

2010-10-06 Thread petrus
qtp-whatami returns qtp-whatami v0.3.6 DISTRO=Fedora OSVER=11 QTARCH=i686 QTKERN=2.6.30.10-105.2.23.fc11.i586 BUILD_DIST=fedora_11 BUILD_DIR=/root/rpmbuild This machine's OS is supported and has been tested so using fedora_11, still produces the same error. Patch #0 (clamav-0.96.0.patch.bz2): + /u

[qmailtoaster] Re: Problem using qtp-newmodel on fedora 11

2010-10-06 Thread Eric Shubert
What does qtp-whatami show you? Try: rpmbuild --rebuild --with fedora_11 clamav-toaster... (not fc11) petrus wrote: Im not all that experienced with running src rpm's, i just downloaded the srpm and did r...@fury:~> rpmbuild --rebuild --with fc11 clamav-toaster-0.96.3-1.3.38.src.rpm Installing

Re: [qmailtoaster] Re: Problem using qtp-newmodel on fedora 11

2010-10-06 Thread petrus
Im not all that experienced with running src rpm's, i just downloaded the srpm and did r...@fury:~> rpmbuild --rebuild --with fc11 clamav-toaster-0.96.3-1.3.38.src.rpm Installing clamav-toaster-0.96.3-1.3.38.src.rpm Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.a6cgpY + umask 022 + cd /root/rpmbuil

[qmailtoaster] Re: Problem using qtp-newmodel on fedora 11

2010-10-06 Thread Eric Shubert
petrus wrote: On Wed, Oct 6, 2010 at 4:22 PM, Eric Shubert > wrote: [..] What does qtp-ami-up2date show you? ~> qtp-ami-up2date New Qmail-Toaster Packages Available: available: squirrelmail-toaster-1.4.20-1.3.17 (installed: squirrelmail-toaster-1.4

Re: [qmailtoaster] Re: Problem using qtp-newmodel on fedora 11

2010-10-06 Thread petrus
On Wed, Oct 6, 2010 at 4:22 PM, Eric Shubert wrote: [..] > >> > > > What does qtp-ami-up2date show you? > > > ~> qtp-ami-up2date New Qmail-Toaster Packages Available: available: squirrelmail-toaster-1.4.20-1.3.17 (installed: squirrelmail-toaster-1.4.19-1.3.15.noarch) available: clamav-toaster-0

[qmailtoaster] Re: Problem using qtp-newmodel on fedora 11

2010-10-06 Thread Eric Shubert
petrus wrote: On Tue, Oct 5, 2010 at 5:09 PM, Eric Shubert > wrote: [..] I've seen this problem as well while testing, but haven't had a chance to develop a fix. I think it has to do with the unionfs sandbox. Try a linked sandbox, and I think that'll wor

Re: [qmailtoaster] Re: Problem using qtp-newmodel on fedora 11

2010-10-06 Thread petrus
On Tue, Oct 5, 2010 at 5:09 PM, Eric Shubert wrote: [..] > >> > > I've seen this problem as well while testing, but haven't had a chance to > develop a fix. I think it has to do with the unionfs sandbox. Try a linked > sandbox, and I think that'll work for you. To be honest, I don't want to > was

[qmailtoaster] Re: Problem using qtp-newmodel on fedora 11

2010-10-05 Thread Eric Shubert
petrus wrote: Hello Im trying to do a long overdue update on my qmail-toaster using qmail-newmodel However this fails with these messages Building clamav-toaster-0.96.3-1.3.38 ... Installing /usr/src/qtp-upgrade/SRPMS/clamav-toaster-0.96.3-1.3.38.src.rpm Building target platforms: i686 Buildi