[qmailtoaster] qtp-newmodel and djbdns errors

2007-03-06 Thread George Sweetnam

Eric,
I've been experimenting on a new CentOs build today and have run into a 
problem in the install script.


Ran this:
   /opt/qmailtoaster-plus/bin/qtp-newmodel

BEGIN OUTPUT ---
---snip--
qtp-build-rpms - rpm -Uvh failed for djbdns-1.05-1.0.3
qtp-build-rpms - see 
/opt/qtp-sandbox/usr/src/qtp-upgrade/log/build-recent.log

Build failed, Exiting.
  END OUTPUT  ---



So I look at the file:
 tail -20  /opt/qtp-sandbox/usr/src/qtp-upgrade/log/build-recent.log

BEGIN OUTPUT ---
Installing djbdns-1.05-1.0.3 in the sandbox ...
error: Failed dependencies:
   djbdns-extcache conflicts with djbdns-1.05-1.0.3.i686
   djbdns conflicts with djbdns-extcache-1.05-1.0.3.i686
   djbdns-localcache conflicts with djbdns-extcache-1.05-1.0.3.i686
   djbdns-extcache conflicts with djbdns-localcache-1.05-1.0.3.i686
  END OUTPUT  ---


I think we have a need to question prior to the installation whether it's 
going to be an interal only list or external only.  Then push the result to 
the rpm -Uvh command to install the proper version.  [Have internal be the 
default].


rpm -Uvh /usr/src/redhat/RPMS/i686/djbdns-1.05-1.0.3.i686.rpm


-
Also I'd recommend adding a "-v" switch to newmodel so the version of the 
script is more apparent.

qtp-newmodel -v



George S 



-
QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] qtp-newmodel and djbdns errors

2007-03-06 Thread Eric \"Shubes\"
George Sweetnam wrote:
> Eric,
> I've been experimenting on a new CentOs build today and have run into a
> problem in the install script.
> 
> Ran this:
>/opt/qmailtoaster-plus/bin/qtp-newmodel
> 
> BEGIN OUTPUT ---
> ---snip--
> qtp-build-rpms - rpm -Uvh failed for djbdns-1.05-1.0.3
> qtp-build-rpms - see
> /opt/qtp-sandbox/usr/src/qtp-upgrade/log/build-recent.log
> Build failed, Exiting.
>   END OUTPUT  ---
> 
> 
> 
> So I look at the file:
>  tail -20  /opt/qtp-sandbox/usr/src/qtp-upgrade/log/build-recent.log
> 
> BEGIN OUTPUT ---
> Installing djbdns-1.05-1.0.3 in the sandbox ...
> error: Failed dependencies:
>djbdns-extcache conflicts with djbdns-1.05-1.0.3.i686
>djbdns conflicts with djbdns-extcache-1.05-1.0.3.i686
>djbdns-localcache conflicts with djbdns-extcache-1.05-1.0.3.i686
>djbdns-extcache conflicts with djbdns-localcache-1.05-1.0.3.i686
>   END OUTPUT  ---
> 
> 
> I think we have a need to question prior to the installation whether
> it's going to be an interal only list or external only.  Then push the
> result to the rpm -Uvh command to install the proper version.  [Have
> internal be the default].
> 
> rpm -Uvh /usr/src/redhat/RPMS/i686/djbdns-1.05-1.0.3.i686.rpm
> 

> -
> Also I'd recommend adding a "-v" switch to newmodel so the version of
> the script is more apparent.
> qtp-newmodel -v
> 
> 
> 
> George S
> 

Yeah George, djbdns doesn't work with qtp-newmodel at this time
(http://qtp.qmailtoaster.com/ticket/7). I started in on a fix for it, but it
got to be a little more than I had anticipated.

I use bind myself, so I haven't had a chance to work out how djbdns should
be handled. Please update the ticket (you'll need to register first) with
any information about how you'd like it to work.

In the meantime, you'll need to deselect djbdns with qtp-newmodel, and
install it manually.

Thanks.

-- 
-Eric 'shubes'

-
 QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] qtp-newmodel and djbdns errors

2007-03-07 Thread George Sweetnam


- Original Message - 
From: "Eric "Shubes"" <[EMAIL PROTECTED]>

To: 
Sent: Tuesday, March 06, 2007 6:26 PM
Subject: Re: [qmailtoaster] qtp-newmodel and djbdns errors



George Sweetnam wrote:

Eric,
I've been experimenting on a new CentOs build today and have run into a
problem in the install script.

Ran this:
   /opt/qmailtoaster-plus/bin/qtp-newmodel

BEGIN OUTPUT ---
---snip--
qtp-build-rpms - rpm -Uvh failed for djbdns-1.05-1.0.3
qtp-build-rpms - see
/opt/qtp-sandbox/usr/src/qtp-upgrade/log/build-recent.log
Build failed, Exiting.
  END OUTPUT  ---



So I look at the file:
 tail -20  /opt/qtp-sandbox/usr/src/qtp-upgrade/log/build-recent.log

BEGIN OUTPUT ---
Installing djbdns-1.05-1.0.3 in the sandbox ...
error: Failed dependencies:
   djbdns-extcache conflicts with djbdns-1.05-1.0.3.i686
   djbdns conflicts with djbdns-extcache-1.05-1.0.3.i686
   djbdns-localcache conflicts with djbdns-extcache-1.05-1.0.3.i686
   djbdns-extcache conflicts with djbdns-localcache-1.05-1.0.3.i686
  END OUTPUT  ---


I think we have a need to question prior to the installation whether
it's going to be an interal only list or external only.  Then push the
result to the rpm -Uvh command to install the proper version.  [Have
internal be the default].

rpm -Uvh /usr/src/redhat/RPMS/i686/djbdns-1.05-1.0.3.i686.rpm




-
Also I'd recommend adding a "-v" switch to newmodel so the version of
the script is more apparent.
qtp-newmodel -v



George S



Yeah George, djbdns doesn't work with qtp-newmodel at this time
(http://qtp.qmailtoaster.com/ticket/7). I started in on a fix for it, but 
it

got to be a little more than I had anticipated.

I use bind myself, so I haven't had a chance to work out how djbdns should
be handled. Please update the ticket (you'll need to register first) with
any information about how you'd like it to work.

In the meantime, you'll need to deselect djbdns with qtp-newmodel, and
install it manually.

Thanks.

--
-Eric 'shubes'

===

I'll download the new version you put out of qtp-newmodel and start over. 
I'd been making notes of issues and it seems you've already resolved some 
(clamav requiring a second install attempt due to qmaill user/group).


George S. 



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



Re: [qmailtoaster] qtp-newmodel and djbdns errors

2007-03-07 Thread Eric \"Shubes\"
George Sweetnam wrote:
> ===
> 
> I'll download the new version you put out of qtp-newmodel and start
> over. I'd been making notes of issues and it seems you've already
> resolved some (clamav requiring a second install attempt due to qmaill
> user/group).
> 
> George S.
> 

Note, clamav still needs to be installed after qmail, afaik. Would you care
to create a flyspray enhancement task for that? I believe that the .spec
file for clamav just needs a little tweak.

I cut a new release of qtp last night, so you should be able to simply
rpm -Uvh
http://qtp.qmailtoaster.com/svn/releases/qmailtoaster-plus-0.2.8-1.3.10.noarch.rpm
to get the latest.

Thanks, George.

-- 
-Eric 'shubes'

-
 QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]