Re: [qmailtoaster] clamav 0.94.1 availability

2008-11-18 Thread Natalio Gatti
On Sat, Nov 8, 2008 at 7:07 PM, Erik A. Espinoza [EMAIL PROTECTED]wrote:

 Tonight. QA'ing the package still.



Can I update it directly? or do I need to remove previous clamav prior to
compile?

Natalio


Re: [qmailtoaster] clamav 0.94.1 availability

2008-11-18 Thread Philip

Hello
you can simply do the update


Natalio Gatti wrote:


On Sat, Nov 8, 2008 at 7:07 PM, Erik A. Espinoza 
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote:


Tonight. QA'ing the package still.

 
 
Can I update it directly? or do I need to remove previous clamav prior 
to compile?
 
Natalio


-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] clamav 0.94.1 availability

2008-11-18 Thread Eric Shubert

Natalio Gatti wrote:


On Sat, Nov 8, 2008 at 7:07 PM, Erik A. Espinoza 
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote:


Tonight. QA'ing the package still.

 
 
Can I update it directly? or do I need to remove previous clamav prior 
to compile?
 
Natalio


If you use qtp-newmodel you shouldn't need to be concerned about this. ;)

According to qtp-remove-pkgs script,
# only packages = the specific version will be removed
remove_older=\
clamav-toaster-0.92.1-1.3.17 \


I believe it'd be ok to update it directly. I hope we find out soon if 
that's not the case (so I can modify the qtp-remove-pkgs script 
appropriately).


--
-Eric 'shubes'


-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] clamav 0.94.1 availability

2008-11-18 Thread Steve Huff


On Nov 18, 2008, at 7:57 AM, Eric Shubert wrote:

If you use qtp-newmodel you shouldn't need to be concerned about  
this. ;)


According to qtp-remove-pkgs script,
# only packages = the specific version will be removed
remove_older=\
clamav-toaster-0.92.1-1.3.17 \


I believe it'd be ok to update it directly. I hope we find out soon  
if that's not the case (so I can modify the qtp-remove-pkgs script  
appropriately).



i can confirm that updating with qtp-newmodel was successful for me  
(CentOS 5 i386); i would be awfully surprised if manually building and  
installing the RPM produced different results.


-steve

--
If this were played upon a stage now, I could condemn it as an  
improbable fiction. - Fabian, Twelfth Night, III,v






smime.p7s
Description: S/MIME cryptographic signature


Re: [qmailtoaster] clamav 0.94.1 availability

2008-11-18 Thread Natalio Gatti
On Tue, Nov 18, 2008 at 12:07 PM, Steve Huff [EMAIL PROTECTED] wrote:


 On Nov 18, 2008, at 7:57 AM, Eric Shubert wrote:

 If you use qtp-newmodel you shouldn't need to be concerned about this. ;)

 According to qtp-remove-pkgs script,
 # only packages = the specific version will be removed
 remove_older=\
 clamav-toaster-0.92.1-1.3.17 \
 

 I believe it'd be ok to update it directly. I hope we find out soon if
 that's not the case (so I can modify the qtp-remove-pkgs script
 appropriately).



 i can confirm that updating with qtp-newmodel was successful for me (CentOS
 5 i386); i would be awfully surprised if manually building and installing
 the RPM produced different results.

 -steve


 Confirmed: I updated via rpm -Uvh ... and everything is working as
expected.
Eric Shubert: I use qtp-newmodel only to do massive updates. In this case
(clamav package only), I just need to execute two commands.

Natalio.


RE: [qmailtoaster] clamav 0.94.1 availability

2008-11-18 Thread Thomas M. Jaeger
So I had an issue with my qtp-newmodel.

 

I am running on Fedora 7; fully updated, haven't had an issue with
qtp-newmodel until this calmav update. I can see what the problem is but
want to check before making changes and possibly breaking my qmail server.
The message I get that halts the update process is the qtp-install-rpmforge
informing me that my distro is not supported.

 

Start (qtp-whatami info):

 

qtp-newmodel v0.3.4 starting Tue Nov 18 10:10:37 EST 2008

qtp-whatami v0.3.2

DISTRO=Fedora

OSVER=7

QTARCH=i686

QTKERN=2.6.23.17-88.fc7

BUILD_DIST=fdr60

BUILD_DIR=/usr/src/redhat

This machine's OS is supported, but this version/arch has not been tested.

 

I changed the BUILD_DIST so that I could install qmailtoaster on the Fedora
7 server by telling it I have Fedora Core 6. No problems from this
alteration.

 

 

Error and Halt message:

 

qtp-install-rpmforge v0.3 - getting latest version of rpmforge-release ...

qtp-install-rpmforge - rpmforge-release not installed, installing ...

qtp-install-rpmforge - your distro/ver is not supported by RPMforge,
exiting.

 

I currently have no rpmforge-release installed.

 

 

I noticed that the qtp-install-rpmforge script has a RedHat 9 distro check
as well as CENT OS distros:

 

##

# Check to see which distro and arch to install

#

a4_check_distro_arch(){

 

. qtp-whatami -s

rc=$?

 

if [ $rc != 0 ]  [ $rc != 1 ]; then

  echo $me - your distro/ver is not supported for a toaster, exiting.

  exit 1

fi

 

case $BUILD_DIST in

  cnt40 )

rhver=el4

rfver=el4

rfarch=i386

;;

  cnt4064 )

rhver=el4

rfver=el4

rfarch=x86_64

;;

  cnt50 )

rhver=el5

rfver=el5

rfarch=i386

;;

  cnt5064 )

rhver=el5

rfver=el5

rfarch=x86_64

;;

  rht90 )

rhver=9

rfver=rh9

rfarch=i386

;;

  * )

echo $me - your distro/ver is not supported by RPMforge, exiting.

exit 1

;;

esac

}

 

##

 

Does anyone believe that adding my distro to this list (i.e. - fdr60 )
fdrver=6 rfver=fdr6 fdrarch=i686 ;;) and running the script again,
forcing the qtp-install-rpmforge, will break my server? Maybe the syntax
should be different? Or should I download and install the clamav update
manually?

 

Any suggestions (or did I miss anything along the way)? Maybe this is a QTP
ticket issue?

 

Thanks;

 

 

Thomas M. Jaeger

Computer Technician, A.A.S.

[EMAIL PROTECTED]

[EMAIL PROTECTED]

 



Re: [qmailtoaster] clamav 0.94.1 availability

2008-11-18 Thread Eric Shubert

Thomas M. Jaeger wrote:

So I had an issue with my qtp-newmodel.

 

I am running on Fedora 7; fully updated, haven’t had an issue with 
qtp-newmodel until this calmav update. I can see what the problem is but 
want to check before making changes and possibly breaking my qmail 
server. The message I get that halts the update process is the 
qtp-install-rpmforge informing me that my distro is not supported.


 


Start (qtp-whatami info):

 


qtp-newmodel v0.3.4 starting Tue Nov 18 10:10:37 EST 2008

qtp-whatami v0.3.2

DISTRO=Fedora

OSVER=7

QTARCH=i686

QTKERN=2.6.23.17-88.fc7

BUILD_DIST=fdr60

BUILD_DIR=/usr/src/redhat

This machine's OS is supported, but this version/arch has not been tested.

 

I changed the BUILD_DIST so that I could install qmailtoaster on the 
Fedora 7 server by telling it I have Fedora Core 6. No problems from 
this alteration.


 

 


Error and Halt message:

 


qtp-install-rpmforge v0.3 - getting latest version of rpmforge-release ...

qtp-install-rpmforge - rpmforge-release not installed, installing ...

qtp-install-rpmforge - your distro/ver is not supported by RPMforge, 
exiting.


 


I currently have no rpmforge-release installed.

 

 

I noticed that the qtp-install-rpmforge script has a RedHat 9 distro 
check as well as CENT OS distros:


 


##

# Check to see which distro and arch to install

#

a4_check_distro_arch(){

 


. qtp-whatami -s

rc=$?

 


if [ $rc != 0 ]  [ $rc != 1 ]; then

  echo $me - your distro/ver is not supported for a toaster, exiting.

  exit 1

fi

 


case $BUILD_DIST in

  cnt40 )

rhver=el4

rfver=el4

rfarch=i386

;;

  cnt4064 )

rhver=el4

rfver=el4

rfarch=x86_64

;;

  cnt50 )

rhver=el5

rfver=el5

rfarch=i386

;;

  cnt5064 )

rhver=el5

rfver=el5

rfarch=x86_64

;;

  rht90 )

rhver=9

rfver=rh9

rfarch=i386

;;

  * )

echo $me - your distro/ver is not supported by RPMforge, exiting.

exit 1

;;

esac

}

 


##

 

Does anyone believe that adding my distro to this list (i.e. – “fdr60 ) 
fdrver=6 rfver=fdr6 fdrarch=i686 ;;”) and running the script again, 
“forcing” the qtp-install-rpmforge, will break my server? Maybe the 
syntax should be different? Or should I download and install the clamav 
update manually?


 

Any suggestions (or did I miss anything along the way)? Maybe this is a 
QTP “ticket” issue?


Thanks;

Thomas M. Jaeger
Computer Technician, A.A.S.
[EMAIL PROTECTED]
[EMAIL PROTECTED]


If you want to use qtp-newmodel with FC7, I'd simply comment out the 
qtp-install-rpmforge command in qtp-newmodel. I don't think simply 
adding fdr6 will do it, as the repo is different (see 
http://dag.wieers.com/rpm/FAQ.php#A2).


Please create a QTP ticket if you'd like to see FCx supported.

--
-Eric 'shubes'


-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [qmailtoaster] clamav 0.94.1 availability

2008-11-18 Thread Thomas M. Jaeger
I commented out the rpmforge install and removed the --enablerepo-rpmforge
from the yum update line. So far it has worked. Thank you again for your
help.


Thomas M. Jaeger
Computer Technician, A.A.S.
[EMAIL PROTECTED]
[EMAIL PROTECTED]

-Original Message-
From: news [mailto:[EMAIL PROTECTED] On Behalf Of Eric Shubert
Sent: Tuesday, November 18, 2008 11:36 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] clamav 0.94.1 availability

Thomas M. Jaeger wrote:
 So I had an issue with my qtp-newmodel.
 
  
 
 I am running on Fedora 7; fully updated, haven't had an issue with 
 qtp-newmodel until this calmav update. I can see what the problem is but 
 want to check before making changes and possibly breaking my qmail 
 server. The message I get that halts the update process is the 
 qtp-install-rpmforge informing me that my distro is not supported.
 
  
 
 Start (qtp-whatami info):
 
  
 
 qtp-newmodel v0.3.4 starting Tue Nov 18 10:10:37 EST 2008
 
 qtp-whatami v0.3.2
 
 DISTRO=Fedora
 
 OSVER=7
 
 QTARCH=i686
 
 QTKERN=2.6.23.17-88.fc7
 
 BUILD_DIST=fdr60
 
 BUILD_DIR=/usr/src/redhat
 
 This machine's OS is supported, but this version/arch has not been tested.
 
  
 
 I changed the BUILD_DIST so that I could install qmailtoaster on the 
 Fedora 7 server by telling it I have Fedora Core 6. No problems from 
 this alteration.
 
  
 
  
 
 Error and Halt message:
 
  
 
 qtp-install-rpmforge v0.3 - getting latest version of rpmforge-release ...
 
 qtp-install-rpmforge - rpmforge-release not installed, installing ...
 
 qtp-install-rpmforge - your distro/ver is not supported by RPMforge, 
 exiting.
 
  
 
 I currently have no rpmforge-release installed.
 
  
 
  
 
 I noticed that the qtp-install-rpmforge script has a RedHat 9 distro 
 check as well as CENT OS distros:
 
  
 
 ##
 
 # Check to see which distro and arch to install
 
 #
 
 a4_check_distro_arch(){
 
  
 
 . qtp-whatami -s
 
 rc=$?
 
  
 
 if [ $rc != 0 ]  [ $rc != 1 ]; then
 
   echo $me - your distro/ver is not supported for a toaster, exiting.
 
   exit 1
 
 fi
 
  
 
 case $BUILD_DIST in
 
   cnt40 )
 
 rhver=el4
 
 rfver=el4
 
 rfarch=i386
 
 ;;
 
   cnt4064 )
 
 rhver=el4
 
 rfver=el4
 
 rfarch=x86_64
 
 ;;
 
   cnt50 )
 
 rhver=el5
 
 rfver=el5
 
 rfarch=i386
 
 ;;
 
   cnt5064 )
 
 rhver=el5
 
 rfver=el5
 
 rfarch=x86_64
 
 ;;
 
   rht90 )
 
 rhver=9
 
 rfver=rh9
 
 rfarch=i386
 
 ;;
 
   * )
 
 echo $me - your distro/ver is not supported by RPMforge, exiting.
 
 exit 1
 
 ;;
 
 esac
 
 }
 
  
 
 ##
 
  
 
 Does anyone believe that adding my distro to this list (i.e. - fdr60 ) 
 fdrver=6 rfver=fdr6 fdrarch=i686 ;;) and running the script again, 
 forcing the qtp-install-rpmforge, will break my server? Maybe the 
 syntax should be different? Or should I download and install the clamav 
 update manually?
 
  
 
 Any suggestions (or did I miss anything along the way)? Maybe this is a 
 QTP ticket issue?
 
 Thanks;
 
 Thomas M. Jaeger
 Computer Technician, A.A.S.
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]

If you want to use qtp-newmodel with FC7, I'd simply comment out the 
qtp-install-rpmforge command in qtp-newmodel. I don't think simply 
adding fdr6 will do it, as the repo is different (see 
http://dag.wieers.com/rpm/FAQ.php#A2).

Please create a QTP ticket if you'd like to see FCx supported.

-- 
-Eric 'shubes'


-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[qmailtoaster] clamav 0.94.1 availability

2008-11-08 Thread Eric Shubert

EE, any guess when this might be available (for QMT)?

--
-Eric 'shubes'


-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] clamav 0.94.1 availability

2008-11-08 Thread Erik A. Espinoza
Tonight. QA'ing the package still.

EE

On Sat, Nov 8, 2008 at 4:45 AM, Eric Shubert [EMAIL PROTECTED] wrote:
 EE, any guess when this might be available (for QMT)?

 --
 -Eric 'shubes'


 -
QmailToaster hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]