Re: [qmailtoaster] Re: qtp-newmodel issue RESOLVED

2013-02-18 Thread Digital Instruments

Thanks.
For sure having a subject marked with SOLVED (or resolved) and explained 
will help a lot, it should always be like that. :)


Il 11/02/2013 21:00, LHTek ha scritto:

Let me clarify that...

at the end of the install it came up with an error in updating a perl 
package


Package perl-NetAddr-IP-4.027-5.el5_6.i386

It came up with a 404 error so I just manually installed (yum install 
perl-NetAddr-IP) it afterwards.


So it wasn't a repo, it was indeed a package. Sorry for the confusion 
there.


ALSO, I found the issue with the ClamvLib error:

Apparently there was change to the clmav files the simscan wasn't 
aware of or wasn't set to handle.


I deleted the /usr/share/clamav/ directory, recreated it and then 
updated the ownership. This fixed the problem.


Hope this helps someone else.

Denny







*From:* Eric Shubert e...@shubes.net
*To:* qmailtoaster-list@qmailtoaster.com
*Sent:* Sunday, February 10, 2013 10:38 AM
*Subject:* [qmailtoaster] Re: qtp-newmodel issue

On 02/09/2013 11:35 AM, LHTek wrote:
 It still had an issue with perl repo being installed near the
end but
 that didn't stop the update. so I just manually installed it.

Manually installed what specifically, please? I'm guessing you're
talking about some perl package, as I'm not aware of any perl repo.

-- -Eric 'shubes'

-
To unsubscribe, e-mail:
qmailtoaster-list-unsubscr...@qmailtoaster.com
mailto:qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail:
qmailtoaster-list-h...@qmailtoaster.com
mailto:qmailtoaster-list-h...@qmailtoaster.com







Re: [qmailtoaster] Re: qtp-newmodel issue RESOLVED

2013-02-11 Thread LHTek
Let me clarify that...

at the end of the install it came up with an error in updating a perl package

Package perl-NetAddr-IP-4.027-5.el5_6.i386

It came up with a 404 error so I just manually installed (yum install 
perl-NetAddr-IP) it afterwards.

So it wasn't a repo, it was indeed a package. Sorry for the confusion there.

ALSO, I found the issue with the ClamvLib error:

Apparently there was change to the clmav files the simscan wasn't aware of or 
wasn't set to handle.

I deleted the /usr/share/clamav/ directory, recreated it and then updated the 
ownership. This fixed the problem.

Hope this helps someone else.

Denny










 From: Eric Shubert e...@shubes.net
To: qmailtoaster-list@qmailtoaster.com 
Sent: Sunday, February 10, 2013 10:38 AM
Subject: [qmailtoaster] Re: qtp-newmodel issue
 
On 02/09/2013 11:35 AM, LHTek wrote:
 It still had an issue with perl repo being installed near the end but
 that didn't stop the update. so I just manually installed it.

Manually installed what specifically, please? I'm guessing you're talking 
about some perl package, as I'm not aware of any perl repo.

-- -Eric 'shubes'

-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com





[qmailtoaster] Re: qtp-newmodel issue

2013-02-10 Thread Eric Shubert

On 02/09/2013 11:35 AM, LHTek wrote:

It still had an issue with perl repo being installed near the end but
that didn't stop the update. so I just manually installed it.


Manually installed what specifically, please? I'm guessing you're 
talking about some perl package, as I'm not aware of any perl repo.


--
-Eric 'shubes'

-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



[qmailtoaster] Re: qtp-newmodel issue

2013-02-10 Thread Eric Shubert

I'm confused by your confusion. ;) Perhaps I should explain.

Spamdyke is not yet a part of the stock QMT package. This is mostly due 
to the fact that I wanted to make spamdyke easily available for people 
at a point in time before I had taken responsibility for the QMT 
project. So the best way to accomplish this was to create a script as 
part of QTP to do it.


Unfortunately, whenever the qmail-toaster package is upgraded, it wipes 
out the connection to spamdyke, so spamdyke needs to be reinstalled 
afterwards. This is most easily accomplished by simply rerunning the 
script, although all that really needs to be done is the last part of 
that which symlinks the run file to the run.spamdyke file.


Are there other customizations you do to run files which upgrades wipe 
out? I don't believe that run files are backed up by qtp-newmodel, but 
perhaps they should be. I seem to recall this happening to someone else 
a while ago. If there's something you've customized, perhaps that code 
needs to be made into a variable contained in the control directory, as 
some others are.


I don't see any way around having the qmail-toaster package own and 
replace the run file on upgrades. Indeed, this will be the case when 
spamdyke is finally officially integrated into the qmail-toaster 
package. I'm still wrestling a little with whether to make spamdyke a 
separate package or not. Im leaning toward making it separate (due to 
more frequent updates), in which case the spamdyke-toaster package will 
need to be a prerequisite to qmail-toaster, and the run file in 
qmail-toaster will need to be replaced when that's implemented.


I hope this remedies the confusion.

As far as your LibClamAV error is concerned, a little more context would 
be helpful. I can tell you that the clamav package (and thus the 
clamav-toaster package) no longer includes virus definitions in the 
package, for a number of good reasons. Instead, after the package is 
installed, up-to-date virus definitions are downloaded separately. This 
is done automatically by the clamav-toaster package.


I'm guessing that there is a problem with your virus definitions 
somehow. I suggest doing:

# mv /usr/share/clamav /usr/share/clamav.old
# freshclam
to obtain fresh virus definitions. At least I *think* that'll do it.

--
-Eric 'shubes'


On 02/09/2013 01:36 PM, LHTek wrote:

I was confused on the run file being re-written during the update. I was
confused by another issue - I'm losing it!

The LibClamAV Error still stands though.





*From:* LHTek dennywjo...@yahoo.com
*To:* qmailtoaster-list@qmailtoaster.com
qmailtoaster-list@qmailtoaster.com
*Sent:* Saturday, February 9, 2013 12:35 PM
*Subject:* Re: [qmailtoaster] Re: qtp-newmodel issue

ok that worked! Thanks

It still had an issue with perl repo being installed near the end
but that didn't stop the update. so I just manually installed it.

Just a note, I don't like that I had to reinstall spamdyke and such
but it all came out ok. Plus it completely re-wrote my qmail run
files so all my changes there had to be redone.

I'm getting one further NOT related to the newmodel update though...

when I run simscanmk -g I get:
LibClamAV Error: cli_cvdverify: Can't read CVD header

Any ideas on this one?

Maybe I need to clean out the virus database directory and have it
re-download everything?







*From:* Eric Shubert e...@shubes.net
*To:* qmailtoaster-list@qmailtoaster.com
*Sent:* Saturday, February 9, 2013 9:59 AM
*Subject:* [qmailtoaster] Re: qtp-newmodel issue

That's mirror3.qmailtoaster.com which appears to have a problem. To
curcumvent the problem, you could hard code one of the other
mirrors in
your /etc/hosts file temporarily.
shubes@edwin:~$ host mirrors.qmailtoaster.com
mirrors.qmailtoaster.com has address 195.184.97.13
mirrors.qmailtoaster.com has address 24.249.177.197
mirrors.qmailtoaster.com has address 109.74.205.92
mirrors.qmailtoaster.com has address 173.164.181.60

So add in /etc/hosts:
195.184.97.13 mirrors.qmailtoaster.com
and that will lock you in to that mirror (which is mirror1).

Dan's done a great job of managing DNS and mirrors, and has some
notification scripts running which detect problems with mirrors.
I'm
sure he'll be jumping in on this to get a better resolution.

Many thanks to Dan and our volunteer mirror sites. BTW, we could
use a
few more mirrors. This doesn't really take much in the way of
resources
to do, so if you can provide a mirror for the project, that
would be a
good way to contribute to the community. Hop on over

[qmailtoaster] Re: qtp-newmodel issue

2013-02-09 Thread Eric Shubert
That's mirror3.qmailtoaster.com which appears to have a problem. To 
curcumvent the problem, you could hard code one of the other mirrors in 
your /etc/hosts file temporarily.

shubes@edwin:~$ host mirrors.qmailtoaster.com
mirrors.qmailtoaster.com has address 195.184.97.13
mirrors.qmailtoaster.com has address 24.249.177.197
mirrors.qmailtoaster.com has address 109.74.205.92
mirrors.qmailtoaster.com has address 173.164.181.60

So add in /etc/hosts:
195.184.97.13 mirrors.qmailtoaster.com
and that will lock you in to that mirror (which is mirror1).

Dan's done a great job of managing DNS and mirrors, and has some 
notification scripts running which detect problems with mirrors. I'm 
sure he'll be jumping in on this to get a better resolution.


Many thanks to Dan and our volunteer mirror sites. BTW, we could use a 
few more mirrors. This doesn't really take much in the way of resources 
to do, so if you can provide a mirror for the project, that would be a 
good way to contribute to the community. Hop on over to the mirrors list 
(mirr...@qmailtoaster.com) and we'll get you going!


Thanks again.

--
-Eric 'shubes'

On 02/08/2013 04:37 PM, Josh Bowling wrote:

If all else fails, you could always download them manually with wget or
even from your PC and the scp the package to your server.

Strange how it resolves correctly, but can't find the data. Are you sure
the servers weren't just having issues at that time? Maybe try again.

On Feb 9, 2013 5:08 AM, LHTek dennywjo...@yahoo.com
mailto:dennywjo...@yahoo.com wrote:

I'm having an issue running qtp-newmodel.

I get 404 errors while it's trying to resolve the mirror for the
SpamAssassin repo.

Any ideas how to sleuth this?

Here is the output I'm getting:

Getting source packages ...(this may take a while)
vpopmail-toaster-5.4.33-1.4.0.src.rpm is already downloaded, bypassed
qmail-toaster-1.03-1.3.22.src.rpm is already downloaded, bypassed
courier-authlib-toaster-0.59.2-1.3.10.src.rpm is already downloaded,
bypassed
courier-imap-toaster-4.1.2-1.3.10.src.rpm is already downloaded,
bypassed
qmailadmin-toaster-1.2.16-1.4.0.src.rpm is already downloaded, bypassed
qmailmrtg-toaster-4.2-1.3.7.src.rpm is already downloaded, bypassed
Downloading spamassassin-toaster-3.3.2-1.4.3.src.rpm
--2013-02-08 14:05:17--
http://mirrors.qmailtoaster.net/spamassassin-toaster-3.3.2-1.4.3.src.rpm
Resolving mirrors.qmailtoaster.net... 109.74.205.92, 24.249.177.197,
173.164.181.60 tel:173.164.181.60, ...
Connecting to mirrors.qmailtoaster.net
http://mirrors.qmailtoaster.net|109.74.205.92|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2013-02-08 14:05:19 ERROR 404: Not Found.

Download of
http://mirrors.qmailtoaster.net/spamassassin-toaster-3.3.2-1.4.3.src.rpm
failed - Exiting.





-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



Re: [qmailtoaster] Re: qtp-newmodel issue

2013-02-09 Thread LHTek
ok that worked! Thanks

It still had an issue with perl repo being installed near the end but that 
didn't stop the update. so I just manually installed it.

Just a note, I don't like that I had to reinstall spamdyke and such but it all 
came out ok. Plus it completely re-wrote my qmail run files so all my changes 
there had to be redone.

I'm getting one further NOT related to the newmodel update though...

when I run simscanmk -g I get:
LibClamAV Error: cli_cvdverify: Can't read CVD header

Any ideas on this one?

Maybe I need to clean out the virus database directory and have it re-download 
everything?










 From: Eric Shubert e...@shubes.net
To: qmailtoaster-list@qmailtoaster.com 
Sent: Saturday, February 9, 2013 9:59 AM
Subject: [qmailtoaster] Re: qtp-newmodel issue
 
That's mirror3.qmailtoaster.com which appears to have a problem. To 
curcumvent the problem, you could hard code one of the other mirrors in 
your /etc/hosts file temporarily.
shubes@edwin:~$ host mirrors.qmailtoaster.com
mirrors.qmailtoaster.com has address 195.184.97.13
mirrors.qmailtoaster.com has address 24.249.177.197
mirrors.qmailtoaster.com has address 109.74.205.92
mirrors.qmailtoaster.com has address 173.164.181.60

So add in /etc/hosts:
195.184.97.13 mirrors.qmailtoaster.com
and that will lock you in to that mirror (which is mirror1).

Dan's done a great job of managing DNS and mirrors, and has some 
notification scripts running which detect problems with mirrors. I'm 
sure he'll be jumping in on this to get a better resolution.

Many thanks to Dan and our volunteer mirror sites. BTW, we could use a 
few more mirrors. This doesn't really take much in the way of resources 
to do, so if you can provide a mirror for the project, that would be a 
good way to contribute to the community. Hop on over to the mirrors list 
(mirr...@qmailtoaster.com) and we'll get you going!

Thanks again.

-- 
-Eric 'shubes'

On 02/08/2013 04:37 PM, Josh Bowling wrote:
 If all else fails, you could always download them manually with wget or
 even from your PC and the scp the package to your server.

 Strange how it resolves correctly, but can't find the data. Are you sure
 the servers weren't just having issues at that time? Maybe try again.

 On Feb 9, 2013 5:08 AM, LHTek dennywjo...@yahoo.com
 mailto:dennywjo...@yahoo.com wrote:

     I'm having an issue running qtp-newmodel.

     I get 404 errors while it's trying to resolve the mirror for the
     SpamAssassin repo.

     Any ideas how to sleuth this?

     Here is the output I'm getting:

     Getting source packages ...(this may take a while)
     vpopmail-toaster-5.4.33-1.4.0.src.rpm is already downloaded, bypassed
     qmail-toaster-1.03-1.3.22.src.rpm is already downloaded, bypassed
     courier-authlib-toaster-0.59.2-1.3.10.src.rpm is already downloaded,
     bypassed
     courier-imap-toaster-4.1.2-1.3.10.src.rpm is already downloaded,
     bypassed
     qmailadmin-toaster-1.2.16-1.4.0.src.rpm is already downloaded, bypassed
     qmailmrtg-toaster-4.2-1.3.7.src.rpm is already downloaded, bypassed
     Downloading spamassassin-toaster-3.3.2-1.4.3.src.rpm
     --2013-02-08 14:05:17--
    http://mirrors.qmailtoaster.net/spamassassin-toaster-3.3.2-1.4.3.src.rpm
     Resolving mirrors.qmailtoaster.net... 109.74.205.92, 24.249.177.197,
     173.164.181.60 tel:173.164.181.60, ...
     Connecting to mirrors.qmailtoaster.net
     http://mirrors.qmailtoaster.net|109.74.205.92|:80... connected.
     HTTP request sent, awaiting response... 404 Not Found
     2013-02-08 14:05:19 ERROR 404: Not Found.

     Download of
    http://mirrors.qmailtoaster.net/spamassassin-toaster-3.3.2-1.4.3.src.rpm
     failed - Exiting.




-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com





Re: [qmailtoaster] Re: qtp-newmodel issue

2013-02-09 Thread LHTek
I was confused on the run file being re-written during the update. I was 
confused by another issue - I'm losing it!

The LibClamAV Error still stands though.








 From: LHTek dennywjo...@yahoo.com
To: qmailtoaster-list@qmailtoaster.com qmailtoaster-list@qmailtoaster.com 
Sent: Saturday, February 9, 2013 12:35 PM
Subject: Re: [qmailtoaster] Re: qtp-newmodel issue
 

ok that worked! Thanks

It still had an issue with perl repo being installed near the end but that 
didn't stop the update. so I just manually installed it.

Just a note, I don't like that I had to reinstall spamdyke and such but it all 
came out ok. Plus it completely re-wrote my qmail run files so all my changes 
there had to be redone.

I'm getting one further NOT related to the newmodel update though...

when I run simscanmk -g I get:
LibClamAV Error: cli_cvdverify: Can't read CVD header

Any ideas on this one?

Maybe I need to clean out the virus database directory and have it re-download 
everything?











 From: Eric Shubert e...@shubes.net
To: qmailtoaster-list@qmailtoaster.com 
Sent: Saturday, February 9, 2013 9:59 AM
Subject: [qmailtoaster] Re: qtp-newmodel issue
 
That's mirror3.qmailtoaster.com which appears to have a problem. To 
curcumvent the problem, you could hard code one of the other mirrors in 
your /etc/hosts file temporarily.
shubes@edwin:~$ host mirrors.qmailtoaster.com
mirrors.qmailtoaster.com has address 195.184.97.13
mirrors.qmailtoaster.com has address
 24.249.177.197
mirrors.qmailtoaster.com has address 109.74.205.92
mirrors.qmailtoaster.com has address 173.164.181.60

So add in /etc/hosts:
195.184.97.13 mirrors.qmailtoaster.com
and that will lock you in to that mirror (which is mirror1).

Dan's done a great job of managing DNS and mirrors, and has some 
notification scripts running which detect problems with mirrors. I'm 
sure he'll be jumping in on this to get a better resolution.

Many thanks to Dan and our volunteer mirror sites. BTW, we could use a 
few more mirrors. This doesn't really take much in the way of resources 
to do, so if you can provide a mirror for the project, that would be a 
good way to contribute to the community. Hop on over to the mirrors list 
(mirr...@qmailtoaster.com) and we'll get you going!

Thanks again.

-- 
-Eric
 'shubes'

On 02/08/2013 04:37 PM, Josh Bowling wrote:
 If all else fails, you could always download them manually with wget or
 even from your PC and the scp the package to your server.

 Strange how it resolves correctly, but can't find the data. Are you sure
 the servers weren't just having issues at that time? Maybe try again.

 On Feb 9, 2013 5:08 AM, LHTek dennywjo...@yahoo.com
 mailto:dennywjo...@yahoo.com wrote:

     I'm having an issue running qtp-newmodel.

     I get 404 errors while it's trying to resolve the mirror for the
     SpamAssassin repo.

     Any ideas how to sleuth this?

    
 Here is the output I'm getting:

     Getting source packages ...(this may take a while)
     vpopmail-toaster-5.4.33-1.4.0.src.rpm is already downloaded, bypassed
     qmail-toaster-1.03-1.3.22.src.rpm is already downloaded, bypassed
     courier-authlib-toaster-0.59.2-1.3.10.src.rpm is already downloaded,
     bypassed
     courier-imap-toaster-4.1.2-1.3.10.src.rpm is already downloaded,
     bypassed
     qmailadmin-toaster-1.2.16-1.4.0.src.rpm is already downloaded, bypassed
     qmailmrtg-toaster-4.2-1.3.7.src.rpm is already downloaded, bypassed
     Downloading spamassassin-toaster-3.3.2-1.4.3.src.rpm
     --2013-02-08 14:05:17--
    http://mirrors.qmailtoaster.net/spamassassin-toaster-3.3.2-1.4.3.src.rpm
     Resolving mirrors.qmailtoaster.net... 109.74.205.92, 24.249.177.197,
     173.164.181.60 tel:173.164.181.60, ...
     Connecting to mirrors.qmailtoaster.net
     http://mirrors.qmailtoaster.net|109.74.205.92|:80... connected.
     HTTP request sent, awaiting response... 404 Not Found
     2013-02-08 14:05:19 ERROR 404: Not Found.

     Download of
    http://mirrors.qmailtoaster.net/spamassassin-toaster-3.3.2-1.4.3.src.rpm
     failed -
 Exiting.




-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com







Re: [qmailtoaster] Re: qtp-newmodel issue

2012-08-13 Thread Mike Tirpak
Thanks for getting the mirrors up.  The update went through anyway.  I 
am using qtp-newmodel.  Everything seems like it updated alright.  I had 
to redo my qmailadmin password though.


I'm having an issue with a script that runs every hour to rebuild 
qmail.  I found the script somewhere in wiki, but I can't find it.  I 
know there was a good reason for it but I don't know if it is needed 
anymore.  The script is...


#!/bin/bash
/var/qmail/bin/simscanmk
sleep 2
/var/qmail/bin/simscanmk -g
sleep 2
/var/qmail/bin/qmail-badloadertypes
sleep 2
/var/qmail/bin/qmail-badmimetypes
sleep 2
qmailctl cdb
#eof

I get this error when it runs...

Subroutine IO::Socket::INET6::AF_INET6 redefined at 
/usr/lib/perl5/5.8.8/Exporter.pm line 65.
 at /usr/lib/perl5/vendor_perl/5.8.8/IO/Socket/INET6.pm line 16
Subroutine Net::DNS::Resolver::Base::AF_INET6 redefined at 
/usr/lib/perl5/5.8.8/Exporter.pm line 65.
 at 
/usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/Net/DNS/Resolver/Base.pm
 line 66


Is this script necessary to run every hour?  I do use it to rebuild 
qmail after I make any changes to the tcp.smpt file.


Also, which sa-update script should I use, qtp-sa-update or just sa-update?

Thanks again,
Mike

On 8/11/2012 8:08 PM, Eric Shubert wrote:

On 08/11/2012 09:35 AM, Eric Shubert wrote:

On 08/11/2012 08:43 AM, Mike Tirpak wrote:

I keep getting these errors when I run qtp-newmodel...

http://qtp.qmailtoaster.com/repos/nodist/repodata/repomd.xml: [Errno 4]
IOError: urlopen error (110, 'Connection timed out')

http://qtp.qmailtoaster.com/repos/centos/5/i386/repodata/repomd.xml:
[Errno 4] IOError: urlopen error (110, 'Connection timed out')

What can I do to fix these errors?

Thanks

-


Nothing. ;)

The qtp server appears to be offline. I'll be seeing the person in
charge of that in an hour or so, and we'll get things restored asap.
I'll reply again when it's available.

Sorry for the inconvenience.




qtp.qmailtoaster.com is back up again, as of several hours ago. That 
host is serviced by business cable account which has been very 
reliable in the past. As of late it has experienced occasional 
outages. The cable company is taking measures to remedy the situation, 
and we expect reliability to be restored within the next few days.


In the longer short term, I anticipate merging the QTP repos with the 
QMT mirrors, which will provide a very high degree of availability.


Thank you for your patience and understanding as we work to make the 
QMT infrastructure (including QTP) more robust.




-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



Re: [qmailtoaster] Re: qtp-newmodel issue

2012-08-13 Thread Dan McAllister

On 8/11/2012 12:35 PM, Eric Shubert wrote:

On 08/11/2012 08:43 AM, Mike Tirpak wrote:

I keep getting these errors when I run qtp-newmodel...

http://qtp.qmailtoaster.com/repos/nodist/repodata/repomd.xml: [Errno 4]
IOError: urlopen error (110, 'Connection timed out')

http://qtp.qmailtoaster.com/repos/centos/5/i386/repodata/repomd.xml:
[Errno 4] IOError: urlopen error (110, 'Connection timed out')

What can I do to fix these errors?

Thanks

-


Nothing. ;)

The qtp server appears to be offline. I'll be seeing the person in 
charge of that in an hour or so, and we'll get things restored asap. 
I'll reply again when it's available.


Sorry for the inconvenience.





Eric,

Not to blur lines, but wouldn't it be reasonable to just add a qtp 
folder to the mirrors?


Dan

--

IT4SOHO, LLC
PO Box 507
St. Petersburg, FL 33731-0507

CALL TOLL FREE:
  877-IT4SOHO

We have support plans for QMail!


-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



Re: [qmailtoaster] Re: qtp-newmodel issue

2012-08-13 Thread Dan McAllister

On 8/11/2012 8:08 PM, Eric Shubert wrote:


qtp.qmailtoaster.com is back up again, as of several hours ago. That 
host is serviced by business cable account which has been very 
reliable in the past. As of late it has experienced occasional 
outages. The cable company is taking measures to remedy the situation, 
and we expect reliability to be restored within the next few days.


In the longer short term, I anticipate merging the QTP repos with the 
QMT mirrors, which will provide a very high degree of availability.


Thank you for your patience and understanding as we work to make the 
QMT infrastructure (including QTP) more robust.




doh! Nothing like replying to a message only to find you should have 
read farther into the thread! :-)


Dan

--

IT4SOHO, LLC
PO Box 507
St. Petersburg, FL 33731-0507

CALL TOLL FREE:
  877-IT4SOHO

We have support plans for QMail!


-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



[qmailtoaster] Re: qtp-newmodel issue

2012-08-13 Thread Eric Shubert

On 08/13/2012 07:41 AM, Dan McAllister wrote:

Eric,

Not to blur lines, but wouldn't it be reasonable to just add a qtp
folder to the mirrors?

Dan


No, I'd like to have a single set of repositories (current, testing, 
devel). The present qtp repo is set up for yum, as will be the QMT 
repos. There's no purpose I can see of having separate repos for QTP.


--
-Eric 'shubes'




-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



[qmailtoaster] Re: qtp-newmodel issue

2012-08-13 Thread Eric Shubert

On 08/13/2012 07:32 AM, Mike Tirpak wrote:

Thanks for getting the mirrors up.  The update went through anyway.  I
am using qtp-newmodel.  Everything seems like it updated alright.  I had
to redo my qmailadmin password though.

I'm having an issue with a script that runs every hour to rebuild
qmail.  I found the script somewhere in wiki, but I can't find it.  I
know there was a good reason for it but I don't know if it is needed
anymore.  The script is...

#!/bin/bash
/var/qmail/bin/simscanmk
sleep 2
/var/qmail/bin/simscanmk -g
sleep 2
/var/qmail/bin/qmail-badloadertypes
sleep 2
/var/qmail/bin/qmail-badmimetypes
sleep 2
qmailctl cdb
#eof

I get this error when it runs...

Subroutine IO::Socket::INET6::AF_INET6 redefined at
/usr/lib/perl5/5.8.8/Exporter.pm line 65.
  at /usr/lib/perl5/vendor_perl/5.8.8/IO/Socket/INET6.pm line 16
Subroutine Net::DNS::Resolver::Base::AF_INET6 redefined at
/usr/lib/perl5/5.8.8/Exporter.pm line 65.
  at
/usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/Net/DNS/Resolver/Base.pm
line 66


Is this script necessary to run every hour?


No.


I do use it to rebuild
qmail after I make any changes to the tcp.smpt file.


I recommend using
# service qmail cdb
or
# qmailctl cdb
(these commands execute the same script, which rebuilds the cdb files 
which can typically be changed by an admin).




Also, which sa-update script should I use, qtp-sa-update or just sa-update?


Sorry for the confusion. These are very different commands.

The stock spamassassin-toaster includes the sa-update command, but 
contains nothing to automatically update spam rules. qtp-sa-update 
essentially sets up a cron job to run sa-update periodically to keep the 
rules up to date. qtp-sa-update also includes the additional spam rules 
from openprotect.com.


At some point I expect that the qtp-sa-update functionality will be 
included in the stock spamassassin-toaster package. I see no reason not to.


Also, the problem with qtp availability has reportedly been fixed. 
Please report any further outages here if you notice any.


--
-Eric 'shubes'




-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



Re: [qmailtoaster] Re: qtp-newmodel issue

2012-08-13 Thread Mike Tirpak
The error when I run the rebuild is not happening when I check my 
spamassassin settings.  Do I need to install a couple of packages?  Did 
I miss some when I updated the server when the mirrors were down?


On 8/13/2012 11:20 AM, Eric Shubert wrote:

On 08/13/2012 07:32 AM, Mike Tirpak wrote:

Thanks for getting the mirrors up.  The update went through anyway.  I
am using qtp-newmodel.  Everything seems like it updated alright.  I had
to redo my qmailadmin password though.

I'm having an issue with a script that runs every hour to rebuild
qmail.  I found the script somewhere in wiki, but I can't find it.  I
know there was a good reason for it but I don't know if it is needed
anymore.  The script is...

#!/bin/bash
/var/qmail/bin/simscanmk
sleep 2
/var/qmail/bin/simscanmk -g
sleep 2
/var/qmail/bin/qmail-badloadertypes
sleep 2
/var/qmail/bin/qmail-badmimetypes
sleep 2
qmailctl cdb
#eof

I get this error when it runs...

Subroutine IO::Socket::INET6::AF_INET6 redefined at
/usr/lib/perl5/5.8.8/Exporter.pm line 65.
  at /usr/lib/perl5/vendor_perl/5.8.8/IO/Socket/INET6.pm line 16
Subroutine Net::DNS::Resolver::Base::AF_INET6 redefined at
/usr/lib/perl5/5.8.8/Exporter.pm line 65.
  at
/usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/Net/DNS/Resolver/Base.pm 


line 66


Is this script necessary to run every hour?


No.


I do use it to rebuild
qmail after I make any changes to the tcp.smpt file.


I recommend using
# service qmail cdb
or
# qmailctl cdb
(these commands execute the same script, which rebuilds the cdb files 
which can typically be changed by an admin).




Also, which sa-update script should I use, qtp-sa-update or just 
sa-update?


Sorry for the confusion. These are very different commands.

The stock spamassassin-toaster includes the sa-update command, but 
contains nothing to automatically update spam rules. qtp-sa-update 
essentially sets up a cron job to run sa-update periodically to keep 
the rules up to date. qtp-sa-update also includes the additional spam 
rules from openprotect.com.


At some point I expect that the qtp-sa-update functionality will be 
included in the stock spamassassin-toaster package. I see no reason 
not to.


Also, the problem with qtp availability has reportedly been fixed. 
Please report any further outages here if you notice any.




-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



[qmailtoaster] Re: qtp-newmodel issue

2012-08-13 Thread Eric Shubert

On 08/13/2012 08:28 AM, Mike Tirpak wrote:

The error when I run the rebuild is not happening when I check my
spamassassin settings.  Do I need to install a couple of packages?


I don't think so.


Did I miss some when I updated the server when the mirrors were down?


I doubt it.

These errors:
Subroutine IO::Socket::INET6::AF_INET6 redefined at
/usr/lib/perl5/5.8.8/Exporter.pm line 65.
  at /usr/lib/perl5/vendor_perl/5.8.8/IO/Socket/INET6.pm line 16
Subroutine Net::DNS::Resolver::Base::AF_INET6 redefined at
/usr/lib/perl5/5.8.8/Exporter.pm line 65.
  at
/usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/Net/DNS/Resolver/Base.pm
line 66

are perl and IPv6 related. QMT doesn't do IPv6, so I'm not very 
concerned about them. They can safely be ignored, although they are a 
nuisance.


Did someone on the list recently figure a way to get this straightened 
out? It looks to me like maybe the perl people are moving AF_INET6 
around for some reason, or perhaps there's some cruft from CPAN installs 
still laying around.


--
-Eric 'shubes'




-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



[qmailtoaster] Re: qtp-newmodel issue

2012-08-11 Thread Eric Shubert

On 08/11/2012 08:43 AM, Mike Tirpak wrote:

I keep getting these errors when I run qtp-newmodel...

http://qtp.qmailtoaster.com/repos/nodist/repodata/repomd.xml: [Errno 4]
IOError: urlopen error (110, 'Connection timed out')

http://qtp.qmailtoaster.com/repos/centos/5/i386/repodata/repomd.xml:
[Errno 4] IOError: urlopen error (110, 'Connection timed out')

What can I do to fix these errors?

Thanks

-


Nothing. ;)

The qtp server appears to be offline. I'll be seeing the person in 
charge of that in an hour or so, and we'll get things restored asap. 
I'll reply again when it's available.


Sorry for the inconvenience.


--
-Eric 'shubes'




-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



[qmailtoaster] Re: qtp-newmodel issue

2012-08-11 Thread Eric Shubert

On 08/11/2012 08:43 AM, Mike Tirpak wrote:

I keep getting these errors when I run qtp-newmodel...

http://qtp.qmailtoaster.com/repos/nodist/repodata/repomd.xml: [Errno 4]
IOError: urlopen error (110, 'Connection timed out')

http://qtp.qmailtoaster.com/repos/centos/5/i386/repodata/repomd.xml:
[Errno 4] IOError: urlopen error (110, 'Connection timed out')

What can I do to fix these errors?

Thanks

-


On second thought, so long as you don't need anything in from the QTP 
repos (your qmail-toaster package is up to date and you've run 
qtp-newmodel before), you could disable the qtp repos in your 
/etc/yum.repos.d/qmailtoaster-plus file. I think QMT package updates 
would still work in that case.


--
-Eric 'shubes'




-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



[qmailtoaster] Re: qtp-newmodel issue

2012-08-11 Thread Eric Shubert

On 08/11/2012 09:35 AM, Eric Shubert wrote:

On 08/11/2012 08:43 AM, Mike Tirpak wrote:

I keep getting these errors when I run qtp-newmodel...

http://qtp.qmailtoaster.com/repos/nodist/repodata/repomd.xml: [Errno 4]
IOError: urlopen error (110, 'Connection timed out')

http://qtp.qmailtoaster.com/repos/centos/5/i386/repodata/repomd.xml:
[Errno 4] IOError: urlopen error (110, 'Connection timed out')

What can I do to fix these errors?

Thanks

-


Nothing. ;)

The qtp server appears to be offline. I'll be seeing the person in
charge of that in an hour or so, and we'll get things restored asap.
I'll reply again when it's available.

Sorry for the inconvenience.




qtp.qmailtoaster.com is back up again, as of several hours ago. That 
host is serviced by business cable account which has been very reliable 
in the past. As of late it has experienced occasional outages. The cable 
company is taking measures to remedy the situation, and we expect 
reliability to be restored within the next few days.


In the longer short term, I anticipate merging the QTP repos with the 
QMT mirrors, which will provide a very high degree of availability.


Thank you for your patience and understanding as we work to make the QMT 
infrastructure (including QTP) more robust.


--
-Eric 'shubes'




-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



[qmailtoaster] Re: qtp-newmodel issue (related to repos)

2012-03-02 Thread Eric Shubert

On 03/01/2012 07:52 AM, Biju Jose wrote:

Building ucspi-tcp-toaster-0.88-1.3.9 ...
error: /usr/src/qtp-upgrade/SRPMS/ucspi-tcp-toaster-0.88-1.3.9.src.rpm cannot 
be installed


Your src.rpm file is bad. Remove it, then rerun qtp-newmodel and select 
a fresh sandbox.


--
-Eric 'shubes'


-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




RE: [qmailtoaster] Re: qtp-newmodel issue (related to repos)

2012-03-02 Thread Biju Jose
Hi Eric,

That worked, thanks.

Biju Jose
-Original Message-
From: Eric Shubert [mailto:e...@shubes.net] 
Sent: Saturday, March 03, 2012 4:31 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Re: qtp-newmodel issue (related to repos)

On 03/01/2012 07:52 AM, Biju Jose wrote:
 Building ucspi-tcp-toaster-0.88-1.3.9 ...
 error: /usr/src/qtp-upgrade/SRPMS/ucspi-tcp-toaster-0.88-1.3.9.src.rpm cannot 
 be installed

Your src.rpm file is bad. Remove it, then rerun qtp-newmodel and select 
a fresh sandbox.

-- 
-Eric 'shubes'


-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.
 
  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.

  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




RE: [qmailtoaster] Re: qtp-newmodel issue (related to repos)

2012-03-01 Thread Biju Jose
Hi Eric,

This is a very old thread, but I have the same issue and am looking for a 
solution. I could not find a solution searching the archives. Qtp-newmodel 
fails as in the trailing email. I have 
rpmforge-release-0.5.2-2.el5.rf.i386.rpm. My QmailToaster versions are as 
follows.

[root@mail ~]# qtp-whatami
qtp-whatami v0.3.8 Thu Mar  1 19:49:49 IST 2012
REAL_DIST=CentOS
DISTRO=CentOS
OSVER=5.7
QTARCH=i686
QTKERN=2.6.18-274.18.1.el5
BUILD_DIST=cnt50
BUILD_DIR=/usr/src/redhat
This machine's OS is supported and has been tested

[root@mail ~]# rpm -qa | grep toaster | sort
autorespond-toaster-2.0.4-1.3.6
clamav-toaster-0.95.2-1.3.29
control-panel-toaster-0.5-1.3.7
courier-authlib-toaster-0.59.2-1.3.10
courier-imap-toaster-4.1.2-1.3.10
daemontools-toaster-0.76-1.3.6
ezmlm-cgi-toaster-0.53.324-1.3.6
ezmlm-toaster-0.53.324-1.3.6
isoqlog-toaster-2.1-1.3.7
libdomainkeys-toaster-0.68-1.3.6
libsrs2-toaster-1.0.18-1.3.6
maildrop-toaster-2.0.3-1.3.8
maildrop-toaster-devel-2.0.3-1.3.8
qmailadmin-toaster-1.2.12-1.3.8
qmailmrtg-toaster-4.2-1.3.6
qmail-pop3d-toaster-1.03-1.3.18
qmail-toaster-1.03-1.3.18
qmailtoaster-plus-0.3.2-1.4.17
qmailtoaster-plus.repo-0.2-2
ripmime-toaster-1.4.0.6-1.3.6
send-emails-toaster-0.5-1.3.7
simscan-toaster-1.3.1-1.3.6
spamassassin-toaster-3.2.5-1.3.17
squirrelmail-toaster-1.4.15-1.3.10
ucspi-tcp-toaster-0.88-1.3.8
vpopmail-toaster-5.4.17-1.3.7
vqadmin-toaster-2.3.4-1.3.6


The errors I get are as follows

qtp-dependencies v0.3.1
qtp-install-rpmforge v0.3.2 - getting latest version of rpmforge-release ...
qtp-install-rpmforge - 
http://svn.rpmforge.net/svn/trunk/rpms/rpmforge-release/rpmforge-release.spec 
not found, please try again later.


Setting up Install Process
No package compat-libf2c available.
No package compat-libgcc available.
No package compat-libsdc++-33 available.
Nothing to do


Setting up Install Process
No package dkms-fuse available.
Nothing to do

Building ucspi-tcp-toaster-0.88-1.3.9 ...
error: /usr/src/qtp-upgrade/SRPMS/ucspi-tcp-toaster-0.88-1.3.9.src.rpm cannot 
be installed
Installing /usr/src/qtp-upgrade/SRPMS/ucspi-tcp-toaster-0.88-1.3.9.src.rpm
end of log messages

qtp-build-rpms - see /mnt/qtp-sandbox/usr/src/qtp-upgrade/log/build-recent.log 
for more details

Build failed, Exiting. are as follows.

This is a low volume server and I am not in a hurry with this one.


Biju Jose
Mobile : +91 9895 990 272
Visit us at http://whitesindia.com

 please consider the environment before printing this e-mail.




-Original Message-
From: Eric Shubert [mailto:e...@shubes.net] 
Sent: Monday, October 18, 2010 8:32 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Re: qtp-newmodel issue (related to repos)

On 10/18/2010 01:19 AM, Digital Instruments wrote:
   Problem:

 qtp-newmodel - updating toaster (mostly spamassassin) dependencies ...
 Loaded plugins: fastestmirror
 Loading mirror speeds from cached hostfile
   * addons: mirror.silyus.net
   * base: mi.mirror.garr.it
   * extras: mi.mirror.garr.it
   * updates: mirror.silyus.net
 Setting up Update Process
 *Error: No Package Matching perl(Archive::Tar)*

 Would you like a unionfs/overlay sandbox? (recommended) [y]/n:

 Using FUSE union filesystem ...
 qtp-mount-sandbox v0.3.3
 qtp-mount-sandbox - installing  dkms-fuse fuse-unionfs ...
 qtp-mount-sandbox - this could take a few moments - please be patient
 Loaded plugins: fastestmirror


 *Error getting repository data for rpmforge, repository not found*
 qtp-mount-sandbox - installation of dependent packages failed
 qtp-mount-sandbox - is your qmailtoaster-plus.repo package up to date?

 qtp-newmodel - qtp-mount-sandbox failed, exiting




 THIS:
 http://www.mail-archive.com/qmailtoaster-list@qmailtoaster.com/msg28768.html
 DOESN'T WORK.

 RESULT IN:
 qtp-install-rpmforge v0.3 - getting latest version of rpmforge-release ...
 qtp-install-rpmforge -
 http://dag.wieers.com/rpm/packages/rpmforge-release/rpmforge-release.spec not
 found, please try again later.

 Help, please?
 /Cheers A.


Please wait for the next release of QTP. I'll try to get that done in 
the next day or two. Thanks for everyone's patience with this.

-- 
-Eric 'shubes'




-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.

  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




[qmailtoaster] Re: qtp-newmodel issue

2011-03-15 Thread Eric Shubert

On 03/15/2011 07:55 AM, Scott Hughes wrote:

All,

I am still having the build issues when I attempt to run qtp-newmodel. I
can’t find anything via Google so I thought I’d throw it out and see if
anyone has any ideas what the issue may be. Here is the tail end of the log:


Installing qmailadmin-toaster-1.2.15-1.3.9 in the sandbox ...

Preparing... ##

qmailadmin-toaster ##

error: unpacking of archive failed on file /usr/share/qmailadmin: cpio:
chown failed - Inappropriate ioctl for device

end of log messages

qtp-build-rpms - see
/mnt/qtp-sandbox/usr/src/qtp-upgrade/log/build-recent.log for more details

Build failed, Exiting.

Thanks,

Scott



Appears to be a permissions problem at first glance, but it could also 
be a bug in unionfs.


Looks like you're 32-bit. Which distro/ver are you running?

# qtp-whatami
# rpm -qa | grep toaster | sort

--
-Eric 'shubes'


-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




RE: [qmailtoaster] Re: qtp-newmodel issue

2011-03-15 Thread Scott Hughes
-Original Message-
From: Eric Shubert [mailto:e...@shubes.net] 
Sent: Tuesday, March 15, 2011 10:15 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Re: qtp-newmodel issue

On 03/15/2011 07:55 AM, Scott Hughes wrote:
 All,

 I am still having the build issues when I attempt to run qtp-newmodel. I
 can't find anything via Google so I thought I'd throw it out and see if
 anyone has any ideas what the issue may be. Here is the tail end of the
log:


 Installing qmailadmin-toaster-1.2.15-1.3.9 in the sandbox ...

 Preparing... ##

 qmailadmin-toaster ##

 error: unpacking of archive failed on file /usr/share/qmailadmin: cpio:
 chown failed - Inappropriate ioctl for device

 end of log messages

 qtp-build-rpms - see
 /mnt/qtp-sandbox/usr/src/qtp-upgrade/log/build-recent.log for more details

 Build failed, Exiting.

 Thanks,

 Scott


Appears to be a permissions problem at first glance, but it could also 
be a bug in unionfs.

Looks like you're 32-bit. Which distro/ver are you running?

# qtp-whatami
# rpm -qa | grep toaster | sort

-- 
-Eric 'shubes'

I am running 32-bit.  Here is the information you requested. I currently
cannot update anything related to QMT.

qtp-whatami v0.3.7 Tue Mar 15 10:29:19 CDT 2011
DISTRO=CentOS
OSVER=5.5
QTARCH=i686
QTKERN=2.6.18-194.32.1.el5
BUILD_DIST=cnt50
BUILD_DIR=/usr/src/redhat
This machine's OS is supported and has been tested


$ rpm -qa | grep toaster | sort
autorespond-toaster-2.0.4-1.3.6
clamav-toaster-0.96.1-1.3.36
control-panel-toaster-0.5-1.3.7
courier-authlib-toaster-0.59.2-1.3.10
courier-imap-toaster-4.1.2-1.3.10
daemontools-toaster-0.76-1.3.6
ezmlm-cgi-toaster-0.53.324-1.3.6
ezmlm-toaster-0.53.324-1.3.6
isoqlog-toaster-2.1-1.3.7
libdomainkeys-toaster-0.68-1.3.6
libsrs2-toaster-1.0.18-1.3.6
maildrop-toaster-2.0.3-1.3.8
maildrop-toaster-devel-2.0.3-1.3.8
qmailadmin-toaster-1.2.12-1.3.8
qmailmrtg-toaster-4.2-1.3.6
qmail-pop3d-toaster-1.03-1.3.20
qmail-toaster-1.03-1.3.20
qmailtoaster-plus-0.3.2-1.4.16
qmailtoaster-plus.repo-0.2-2
ripmime-toaster-1.4.0.6-1.3.6
send-emails-toaster-0.5-1.3.7
simscan-toaster-1.4.0-1.3.8
spamassassin-toaster-3.2.5-1.3.17
squirrelmail-toaster-1.4.20-1.3.17
ucspi-tcp-toaster-0.88-1.3.9
vpopmail-toaster-5.4.17-1.3.7
vqadmin-toaster-2.3.4-1.3.6

Thanks!
Scott



-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.
 
  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




[qmailtoaster] Re: qtp-newmodel issue

2011-03-15 Thread Eric Shubert

On 03/15/2011 08:30 AM, Scott Hughes wrote:

-Original Message-
From: Eric Shubert [mailto:e...@shubes.net]
Sent: Tuesday, March 15, 2011 10:15 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Re: qtp-newmodel issue

On 03/15/2011 07:55 AM, Scott Hughes wrote:

All,

I am still having the build issues when I attempt to run qtp-newmodel. I
can't find anything via Google so I thought I'd throw it out and see if
anyone has any ideas what the issue may be. Here is the tail end of the

log:



Installing qmailadmin-toaster-1.2.15-1.3.9 in the sandbox ...

Preparing... ##

qmailadmin-toaster ##

error: unpacking of archive failed on file /usr/share/qmailadmin: cpio:
chown failed - Inappropriate ioctl for device

end of log messages

qtp-build-rpms - see
/mnt/qtp-sandbox/usr/src/qtp-upgrade/log/build-recent.log for more details

Build failed, Exiting.

Thanks,

Scott




Appears to be a permissions problem at first glance, but it could also
be a bug in unionfs.

Looks like you're 32-bit. Which distro/ver are you running?

# qtp-whatami
# rpm -qa | grep toaster | sort

--
-Eric 'shubes'


I am running 32-bit.  Here is the information you requested. I currently
cannot update anything related to QMT.

qtp-whatami v0.3.7 Tue Mar 15 10:29:19 CDT 2011
DISTRO=CentOS
OSVER=5.5
QTARCH=i686
QTKERN=2.6.18-194.32.1.el5
BUILD_DIST=cnt50
BUILD_DIR=/usr/src/redhat
This machine's OS is supported and has been tested


$ rpm -qa | grep toaster | sort
autorespond-toaster-2.0.4-1.3.6
clamav-toaster-0.96.1-1.3.36
control-panel-toaster-0.5-1.3.7
courier-authlib-toaster-0.59.2-1.3.10
courier-imap-toaster-4.1.2-1.3.10
daemontools-toaster-0.76-1.3.6
ezmlm-cgi-toaster-0.53.324-1.3.6
ezmlm-toaster-0.53.324-1.3.6
isoqlog-toaster-2.1-1.3.7
libdomainkeys-toaster-0.68-1.3.6
libsrs2-toaster-1.0.18-1.3.6
maildrop-toaster-2.0.3-1.3.8
maildrop-toaster-devel-2.0.3-1.3.8
qmailadmin-toaster-1.2.12-1.3.8
qmailmrtg-toaster-4.2-1.3.6
qmail-pop3d-toaster-1.03-1.3.20
qmail-toaster-1.03-1.3.20
qmailtoaster-plus-0.3.2-1.4.16
qmailtoaster-plus.repo-0.2-2
ripmime-toaster-1.4.0.6-1.3.6
send-emails-toaster-0.5-1.3.7
simscan-toaster-1.4.0-1.3.8
spamassassin-toaster-3.2.5-1.3.17
squirrelmail-toaster-1.4.20-1.3.17
ucspi-tcp-toaster-0.88-1.3.9
vpopmail-toaster-5.4.17-1.3.7
vqadmin-toaster-2.3.4-1.3.6

Thanks!
Scott

-


# qtp-ami-up2date

Have you ever used qtp-newmodel successfully on this host? If so, when 
was the last successful use? (all logs are in /usr/src/qtp-upgrade/log/)


--
-Eric 'shubes'


-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




[qmailtoaster] Re: qtp-newmodel issue

2011-03-15 Thread Eric Shubert

On 03/15/2011 08:30 AM, Scott Hughes wrote:

-Original Message-
From: Eric Shubert [mailto:e...@shubes.net]
Sent: Tuesday, March 15, 2011 10:15 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Re: qtp-newmodel issue

On 03/15/2011 07:55 AM, Scott Hughes wrote:

All,

I am still having the build issues when I attempt to run qtp-newmodel. I
can't find anything via Google so I thought I'd throw it out and see if
anyone has any ideas what the issue may be. Here is the tail end of the

log:



Installing qmailadmin-toaster-1.2.15-1.3.9 in the sandbox ...

Preparing... ##

qmailadmin-toaster ##

error: unpacking of archive failed on file /usr/share/qmailadmin: cpio:
chown failed - Inappropriate ioctl for device

end of log messages

qtp-build-rpms - see
/mnt/qtp-sandbox/usr/src/qtp-upgrade/log/build-recent.log for more details

Build failed, Exiting.

Thanks,

Scott




Appears to be a permissions problem at first glance, but it could also
be a bug in unionfs.

Looks like you're 32-bit. Which distro/ver are you running?

# qtp-whatami
# rpm -qa | grep toaster | sort

--
-Eric 'shubes'


I am running 32-bit.  Here is the information you requested. I currently
cannot update anything related to QMT.

qtp-whatami v0.3.7 Tue Mar 15 10:29:19 CDT 2011
DISTRO=CentOS
OSVER=5.5
QTARCH=i686
QTKERN=2.6.18-194.32.1.el5
BUILD_DIST=cnt50
BUILD_DIR=/usr/src/redhat
This machine's OS is supported and has been tested


$ rpm -qa | grep toaster | sort
autorespond-toaster-2.0.4-1.3.6
clamav-toaster-0.96.1-1.3.36
control-panel-toaster-0.5-1.3.7
courier-authlib-toaster-0.59.2-1.3.10
courier-imap-toaster-4.1.2-1.3.10
daemontools-toaster-0.76-1.3.6
ezmlm-cgi-toaster-0.53.324-1.3.6
ezmlm-toaster-0.53.324-1.3.6
isoqlog-toaster-2.1-1.3.7
libdomainkeys-toaster-0.68-1.3.6
libsrs2-toaster-1.0.18-1.3.6
maildrop-toaster-2.0.3-1.3.8
maildrop-toaster-devel-2.0.3-1.3.8
qmailadmin-toaster-1.2.12-1.3.8
qmailmrtg-toaster-4.2-1.3.6
qmail-pop3d-toaster-1.03-1.3.20
qmail-toaster-1.03-1.3.20
qmailtoaster-plus-0.3.2-1.4.16
qmailtoaster-plus.repo-0.2-2
ripmime-toaster-1.4.0.6-1.3.6
send-emails-toaster-0.5-1.3.7
simscan-toaster-1.4.0-1.3.8
spamassassin-toaster-3.2.5-1.3.17
squirrelmail-toaster-1.4.20-1.3.17
ucspi-tcp-toaster-0.88-1.3.9
vpopmail-toaster-5.4.17-1.3.7
vqadmin-toaster-2.3.4-1.3.6

Thanks!
Scott



-


I see this is an older outstanding issue. (I would have liked you to 
mention that instead of me having to find it).


Let's try again where we left off on that thread:

Have you rebooted since you updated your kernel?

# rpm -qa | grep kernel | sort
# uname -a

--
-Eric 'shubes'


-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




RE: [qmailtoaster] Re: qtp-newmodel issue

2011-03-15 Thread Scott Hughes
-Original Message-
From: Eric Shubert [mailto:e...@shubes.net] 
Sent: Tuesday, March 15, 2011 10:39 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Re: qtp-newmodel issue

On 03/15/2011 08:30 AM, Scott Hughes wrote:
 -Original Message-
 From: Eric Shubert [mailto:e...@shubes.net]
 Sent: Tuesday, March 15, 2011 10:15 AM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: [qmailtoaster] Re: qtp-newmodel issue

 On 03/15/2011 07:55 AM, Scott Hughes wrote:
 All,

 I am still having the build issues when I attempt to run qtp-newmodel. I
 can't find anything via Google so I thought I'd throw it out and see if
 anyone has any ideas what the issue may be. Here is the tail end of the
 log:


 Installing qmailadmin-toaster-1.2.15-1.3.9 in the sandbox ...

 Preparing... ##

 qmailadmin-toaster ##

 error: unpacking of archive failed on file /usr/share/qmailadmin: cpio:
 chown failed - Inappropriate ioctl for device

 end of log messages

 qtp-build-rpms - see
 /mnt/qtp-sandbox/usr/src/qtp-upgrade/log/build-recent.log for more
details

 Build failed, Exiting.

 Thanks,

 Scott


 Appears to be a permissions problem at first glance, but it could also
 be a bug in unionfs.

 Looks like you're 32-bit. Which distro/ver are you running?

 # qtp-whatami
 # rpm -qa | grep toaster | sort

 --
 -Eric 'shubes'

 I am running 32-bit.  Here is the information you requested. I currently
 cannot update anything related to QMT.

 qtp-whatami v0.3.7 Tue Mar 15 10:29:19 CDT 2011
 DISTRO=CentOS
 OSVER=5.5
 QTARCH=i686
 QTKERN=2.6.18-194.32.1.el5
 BUILD_DIST=cnt50
 BUILD_DIR=/usr/src/redhat
 This machine's OS is supported and has been tested


 $ rpm -qa | grep toaster | sort
 autorespond-toaster-2.0.4-1.3.6
 clamav-toaster-0.96.1-1.3.36
 control-panel-toaster-0.5-1.3.7
 courier-authlib-toaster-0.59.2-1.3.10
 courier-imap-toaster-4.1.2-1.3.10
 daemontools-toaster-0.76-1.3.6
 ezmlm-cgi-toaster-0.53.324-1.3.6
 ezmlm-toaster-0.53.324-1.3.6
 isoqlog-toaster-2.1-1.3.7
 libdomainkeys-toaster-0.68-1.3.6
 libsrs2-toaster-1.0.18-1.3.6
 maildrop-toaster-2.0.3-1.3.8
 maildrop-toaster-devel-2.0.3-1.3.8
 qmailadmin-toaster-1.2.12-1.3.8
 qmailmrtg-toaster-4.2-1.3.6
 qmail-pop3d-toaster-1.03-1.3.20
 qmail-toaster-1.03-1.3.20
 qmailtoaster-plus-0.3.2-1.4.16
 qmailtoaster-plus.repo-0.2-2
 ripmime-toaster-1.4.0.6-1.3.6
 send-emails-toaster-0.5-1.3.7
 simscan-toaster-1.4.0-1.3.8
 spamassassin-toaster-3.2.5-1.3.17
 squirrelmail-toaster-1.4.20-1.3.17
 ucspi-tcp-toaster-0.88-1.3.9
 vpopmail-toaster-5.4.17-1.3.7
 vqadmin-toaster-2.3.4-1.3.6

 Thanks!
 Scott



-

# qtp-ami-up2date

Have you ever used qtp-newmodel successfully on this host? If so, when 
was the last successful use? (all logs are in /usr/src/qtp-upgrade/log/)

-- 
-Eric 'shubes'



--

$ qtp-ami-up2date
New Qmail-Toaster Packages Available:
 available: qmailadmin-toaster-1.2.15-1.3.9
(installed: qmailadmin-toaster-1.2.12-1.3.8)
 available: clamav-toaster-0.97.0-1.3.41
(installed: clamav-toaster-0.96.1-1.3.36)


It appears the last successful upgrade was 06/04/2010 - Other since then
show the same error.

Thanks,
Scott



-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.
 
  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




RE: [qmailtoaster] Re: qtp-newmodel issue

2011-03-15 Thread Scott Hughes
-Original Message-
From: Eric Shubert [mailto:e...@shubes.net] 
Sent: Tuesday, March 15, 2011 10:46 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Re: qtp-newmodel issue

On 03/15/2011 08:30 AM, Scott Hughes wrote:
 -Original Message-
 From: Eric Shubert [mailto:e...@shubes.net]
 Sent: Tuesday, March 15, 2011 10:15 AM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: [qmailtoaster] Re: qtp-newmodel issue

 On 03/15/2011 07:55 AM, Scott Hughes wrote:
 All,

 I am still having the build issues when I attempt to run qtp-newmodel. I
 can't find anything via Google so I thought I'd throw it out and see if
 anyone has any ideas what the issue may be. Here is the tail end of the
 log:


 Installing qmailadmin-toaster-1.2.15-1.3.9 in the sandbox ...

 Preparing... ##

 qmailadmin-toaster ##

 error: unpacking of archive failed on file /usr/share/qmailadmin: cpio:
 chown failed - Inappropriate ioctl for device

 end of log messages

 qtp-build-rpms - see
 /mnt/qtp-sandbox/usr/src/qtp-upgrade/log/build-recent.log for more
details

 Build failed, Exiting.

 Thanks,

 Scott


 Appears to be a permissions problem at first glance, but it could also
 be a bug in unionfs.

 Looks like you're 32-bit. Which distro/ver are you running?

 # qtp-whatami
 # rpm -qa | grep toaster | sort

 --
 -Eric 'shubes'

 I am running 32-bit.  Here is the information you requested. I currently
 cannot update anything related to QMT.

 qtp-whatami v0.3.7 Tue Mar 15 10:29:19 CDT 2011
 DISTRO=CentOS
 OSVER=5.5
 QTARCH=i686
 QTKERN=2.6.18-194.32.1.el5
 BUILD_DIST=cnt50
 BUILD_DIR=/usr/src/redhat
 This machine's OS is supported and has been tested


 $ rpm -qa | grep toaster | sort
 autorespond-toaster-2.0.4-1.3.6
 clamav-toaster-0.96.1-1.3.36
 control-panel-toaster-0.5-1.3.7
 courier-authlib-toaster-0.59.2-1.3.10
 courier-imap-toaster-4.1.2-1.3.10
 daemontools-toaster-0.76-1.3.6
 ezmlm-cgi-toaster-0.53.324-1.3.6
 ezmlm-toaster-0.53.324-1.3.6
 isoqlog-toaster-2.1-1.3.7
 libdomainkeys-toaster-0.68-1.3.6
 libsrs2-toaster-1.0.18-1.3.6
 maildrop-toaster-2.0.3-1.3.8
 maildrop-toaster-devel-2.0.3-1.3.8
 qmailadmin-toaster-1.2.12-1.3.8
 qmailmrtg-toaster-4.2-1.3.6
 qmail-pop3d-toaster-1.03-1.3.20
 qmail-toaster-1.03-1.3.20
 qmailtoaster-plus-0.3.2-1.4.16
 qmailtoaster-plus.repo-0.2-2
 ripmime-toaster-1.4.0.6-1.3.6
 send-emails-toaster-0.5-1.3.7
 simscan-toaster-1.4.0-1.3.8
 spamassassin-toaster-3.2.5-1.3.17
 squirrelmail-toaster-1.4.20-1.3.17
 ucspi-tcp-toaster-0.88-1.3.9
 vpopmail-toaster-5.4.17-1.3.7
 vqadmin-toaster-2.3.4-1.3.6

 Thanks!
 Scott





-

I see this is an older outstanding issue. (I would have liked you to 
mention that instead of me having to find it).

Let's try again where we left off on that thread:

Have you rebooted since you updated your kernel?

# rpm -qa | grep kernel | sort
# uname -a

-- 
-Eric 'shubes'

--
Eric,

I never saw this reply to the older thread. Sorry about that. 

Yes, I have rebooted a few times since (and recently).

$ rpm -qa | grep kernel | sort
kernel-2.6.18-194.17.4.el5
kernel-2.6.18-194.26.1.el5
kernel-2.6.18-194.32.1.el5
kernel-devel-2.6.18-194.17.4.el5
kernel-devel-2.6.18-194.26.1.el5
kernel-devel-2.6.18-194.32.1.el5
kernel-headers-2.6.18-194.32.1.el5

$ uname -a
Linux mail.renshawauto.net 2.6.18-194.32.1.el5 #1 SMP Wed Jan 5 17:53:09 EST
2011 i686 i686 i386 GNU/Linux

Thanks,
Scott




-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.
 
  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




[qmailtoaster] Re: qtp-newmodel issue

2011-03-15 Thread Eric Shubert

On 03/15/2011 08:15 AM, Eric Shubert wrote:

On 03/15/2011 07:55 AM, Scott Hughes wrote:

All,

I am still having the build issues when I attempt to run qtp-newmodel. I
can’t find anything via Google so I thought I’d throw it out and see if
anyone has any ideas what the issue may be. Here is the tail end of
the log:


Installing qmailadmin-toaster-1.2.15-1.3.9 in the sandbox ...

Preparing... ##

qmailadmin-toaster ##

error: unpacking of archive failed on file /usr/share/qmailadmin: cpio:
chown failed - Inappropriate ioctl for device

end of log messages

qtp-build-rpms - see
/mnt/qtp-sandbox/usr/src/qtp-upgrade/log/build-recent.log for more
details

Build failed, Exiting.

Thanks,

Scott



Appears to be a permissions problem at first glance, but it could also
be a bug in unionfs.

Looks like you're 32-bit. Which distro/ver are you running?

# qtp-whatami
# rpm -qa | grep toaster | sort



When you had this error before, it was:
error: unpacking of archive failed on file /usr/share/clamav: cpio: 
chown failed - Inappropriate ioctl for device


Looks to me as though the /usr/share directory is having a problem. What 
are permissions of that directory?


# ls -ld /usr/share
# ls -ld /usr/share/*
--
-Eric 'shubes'


-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




RE: [qmailtoaster] Re: qtp-newmodel issue

2011-03-15 Thread Scott Hughes
-Original Message-
From: Eric Shubert [mailto:e...@shubes.net] 
Sent: Tuesday, March 15, 2011 11:15 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Re: qtp-newmodel issue

On 03/15/2011 08:15 AM, Eric Shubert wrote:
 On 03/15/2011 07:55 AM, Scott Hughes wrote:
 All,

 I am still having the build issues when I attempt to run qtp-newmodel. I
 can't find anything via Google so I thought I'd throw it out and see if
 anyone has any ideas what the issue may be. Here is the tail end of
 the log:


 Installing qmailadmin-toaster-1.2.15-1.3.9 in the sandbox ...

 Preparing... ##

 qmailadmin-toaster ##

 error: unpacking of archive failed on file /usr/share/qmailadmin: cpio:
 chown failed - Inappropriate ioctl for device

 end of log messages

 qtp-build-rpms - see
 /mnt/qtp-sandbox/usr/src/qtp-upgrade/log/build-recent.log for more
 details

 Build failed, Exiting.

 Thanks,

 Scott


 Appears to be a permissions problem at first glance, but it could also
 be a bug in unionfs.

 Looks like you're 32-bit. Which distro/ver are you running?

 # qtp-whatami
 # rpm -qa | grep toaster | sort


When you had this error before, it was:
error: unpacking of archive failed on file /usr/share/clamav: cpio: 
chown failed - Inappropriate ioctl for device

Looks to me as though the /usr/share directory is having a problem. What 
are permissions of that directory?

# ls -ld /usr/share
# ls -ld /usr/share/*
-- 
-Eric 'shubes'



Per your request:

$ ls -ld /usr/share
drwxr-xr-x 104 root root 4096 Jul 23  2010 /usr/share


$ ls -ld /usr/share/*
drwxr-xr-x   2 root   root4096 Jun 13  2010 /usr/share/aclocal
drwxr-xr-x   2 root   root4096 May 21  2010 /usr/share/aclocal-1.7
drwxr-xr-x   2 root   root4096 May 21  2010 /usr/share/aclocal-1.9
drwxr-xr-x   3 root   root4096 Feb 10  2010 /usr/share/anaconda
drwxr-xr-x   2 root   root4096 Feb 10  2010
/usr/share/application-registry
drwxr-xr-x   2 root   root4096 Feb 23 11:22 /usr/share/applications
drwxr-xr-x   3 root   root4096 Feb 10  2010 /usr/share/apps
drwxr-xr-x   2 root   root4096 Feb 10  2010 /usr/share/authconfig
drwxr-xr-x   7 root   root4096 Feb 10  2010 /usr/share/autoconf
drwxr-xr-x   4 root   root4096 May 21  2010 /usr/share/automake-1.7
drwxr-xr-x   4 root   root4096 May 21  2010 /usr/share/automake-1.9
drwxr-xr-x   3 root   root4096 Jul 16  2010 /usr/share/avahi
drwxr-xr-x   2 root   root4096 Feb 10  2010 /usr/share/awk
drwxr-xr-x   5 clamav clamav  4096 Mar 15 11:33 /usr/share/clamav
drwxr-xr-x   2 root   root4096 Feb 10  2010 /usr/share/conman
drwxr-xr-x   2 root   root4096 Feb 13  2010 /usr/share/courier
drwxr-xr-x   2 root   root4096 Feb 10  2010 /usr/share/cracklib
drwxr-xr-x   9 root   root4096 Oct 30 05:39 /usr/share/cups
drwxr-xr-x   4 root   root4096 Mar 31  2010 /usr/share/dbus-1
drwxr-xr-x   2 root   root4096 Feb 10  2010
/usr/share/desktop-directories
drwxr-xr-x   2 root   root4096 Feb 10  2010
/usr/share/desktop-menu-patches
drwxr-xr-x   2 root   root4096 Jan 26  2010 /usr/share/dict
drwxr-xr-x 430 root   root   20480 Mar 13 04:31 /usr/share/doc
drwxr-xr-x   3 root   root4096 Feb 10  2010 /usr/share/emacs
dr-xr-xr-x   2 root   root4096 Jan 26  2010 /usr/share/empty
drwxr-xr-x   2 root   root4096 Nov 12 04:16 /usr/share/et
drwxr-xr-x   2 root   root4096 May 21  2010 /usr/share/eula
drwxr-xr-x   5 root   root4096 Feb 14  2010 /usr/share/fail2ban
drwxr-xr-x   2 root   root4096 Feb 10  2010 /usr/share/file
drwxr-xr-x   4 root   root4096 May 21  2010 /usr/share/firstboot
drwxr-xr-x   4 root   root4096 Jun 13  2010 /usr/share/fonts
drwxr-xr-x   2 root   root4096 Jan 26  2010 /usr/share/games
drwxr-xr-x   3 root   root4096 Feb 10  2010 /usr/share/GConf
drwxr-xr-x   3 root   root4096 Feb 10  2010 /usr/share/gdm
drwxr-xr-x   2 root   root4096 Jun 13  2010 /usr/share/GeoIP
drwxr-xr-x   3 root   root4096 Sep 30 18:07 /usr/share/ghostscript
drwxr-xr-x   3 root   root4096 Feb 10  2010 /usr/share/gnome
drwxr-xr-x   3 root   root4096 Feb 10  2010 /usr/share/gnome-2.0
drwxr-xr-x   2 root   root4096 Feb 10  2010 /usr/share/gnome-doc-utils
drwxr-xr-x   2 root   root4096 Feb 10  2010 /usr/share/gnome-mount
drwxr-xr-x   2 root   root4096 Feb 10  2010 /usr/share/gnome-screensaver
drwxr-xr-x   2 root   root4096 Jul 15  2010 /usr/share/gnupg
drwxr-xr-x   4 root   root4096 Feb 10  2010 /usr/share/groff
drwxr-xr-x   3 root   root4096 Sep  3  2009 /usr/share/grub
drwxr-xr-x   3 root   root4096 Nov 25 11:42 /usr/share/gtk-2.0
drwxr-xr-x   3 root   root4096 Mar 31  2010 /usr/share/hal
drwxr-xr-x   3 root   root4096 May 21  2010 /usr/share/hwdata
drwxr-xr-x   4 root   root4096 Oct 25 15:06 /usr/share/i18n
drwxr

[qmailtoaster] Re: qtp-newmodel issue

2011-03-15 Thread Eric Shubert

On 03/15/2011 08:15 AM, Eric Shubert wrote:

On 03/15/2011 07:55 AM, Scott Hughes wrote:

All,

I am still having the build issues when I attempt to run qtp-newmodel. I
can’t find anything via Google so I thought I’d throw it out and see if
anyone has any ideas what the issue may be. Here is the tail end of
the log:


Installing qmailadmin-toaster-1.2.15-1.3.9 in the sandbox ...

Preparing... ##

qmailadmin-toaster ##

error: unpacking of archive failed on file /usr/share/qmailadmin: cpio:
chown failed - Inappropriate ioctl for device

end of log messages

qtp-build-rpms - see
/mnt/qtp-sandbox/usr/src/qtp-upgrade/log/build-recent.log for more
details

Build failed, Exiting.

Thanks,

Scott



Appears to be a permissions problem at first glance, but it could also
be a bug in unionfs.

Looks like you're 32-bit. Which distro/ver are you running?

# qtp-whatami
# rpm -qa | grep toaster | sort



Directory permissions look ok. So that brings us back to unionfs.

# rpm -qa | grep fuse
?

--
-Eric 'shubes'


-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




RE: [qmailtoaster] Re: qtp-newmodel issue

2011-03-15 Thread Scott Hughes
-Original Message-
From: Eric Shubert [mailto:e...@shubes.net] 
Sent: Tuesday, March 15, 2011 12:13 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Re: qtp-newmodel issue

On 03/15/2011 08:15 AM, Eric Shubert wrote:
 On 03/15/2011 07:55 AM, Scott Hughes wrote:
 All,

 I am still having the build issues when I attempt to run qtp-newmodel. I
 can't find anything via Google so I thought I'd throw it out and see if
 anyone has any ideas what the issue may be. Here is the tail end of
 the log:


 Installing qmailadmin-toaster-1.2.15-1.3.9 in the sandbox ...

 Preparing... ##

 qmailadmin-toaster ##

 error: unpacking of archive failed on file /usr/share/qmailadmin: cpio:
 chown failed - Inappropriate ioctl for device

 end of log messages

 qtp-build-rpms - see
 /mnt/qtp-sandbox/usr/src/qtp-upgrade/log/build-recent.log for more
 details

 Build failed, Exiting.

 Thanks,

 Scott


 Appears to be a permissions problem at first glance, but it could also
 be a bug in unionfs.

 Looks like you're 32-bit. Which distro/ver are you running?

 # qtp-whatami
 # rpm -qa | grep toaster | sort


Directory permissions look ok. So that brings us back to unionfs.

# rpm -qa | grep fuse
?

-- 
-Eric 'shubes'



$ rpm -qa | grep fuse
fuse-2.8.0-1.qtp
dkms-fuse-2.7.4-1.nodist.rf

Thanks,
Scott



-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.
 
  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




[qmailtoaster] Re: qtp-newmodel issue

2011-03-15 Thread Eric Shubert

On 03/15/2011 10:18 AM, Scott Hughes wrote:

-Original Message-
From: Eric Shubert [mailto:e...@shubes.net]
Sent: Tuesday, March 15, 2011 12:13 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Re: qtp-newmodel issue

On 03/15/2011 08:15 AM, Eric Shubert wrote:

On 03/15/2011 07:55 AM, Scott Hughes wrote:

All,

I am still having the build issues when I attempt to run qtp-newmodel. I
can't find anything via Google so I thought I'd throw it out and see if
anyone has any ideas what the issue may be. Here is the tail end of
the log:


Installing qmailadmin-toaster-1.2.15-1.3.9 in the sandbox ...

Preparing... ##

qmailadmin-toaster ##

error: unpacking of archive failed on file /usr/share/qmailadmin: cpio:
chown failed - Inappropriate ioctl for device

end of log messages

qtp-build-rpms - see
/mnt/qtp-sandbox/usr/src/qtp-upgrade/log/build-recent.log for more
details

Build failed, Exiting.

Thanks,

Scott



Appears to be a permissions problem at first glance, but it could also
be a bug in unionfs.

Looks like you're 32-bit. Which distro/ver are you running?

# qtp-whatami
# rpm -qa | grep toaster | sort



Directory permissions look ok. So that brings us back to unionfs.

# rpm -qa | grep fuse
?




$ rpm -qa | grep fuse
fuse-2.8.0-1.qtp
dkms-fuse-2.7.4-1.nodist.rf

Thanks,
Scott




I have this:
[root@tacs-mail doc]# rpm -qa | grep fuse
fuse-unionfs-0.23-2.qtp
fuse-2.8.0-1.qtp
dkms-fuse-2.7.4-1.nodist.rf
libconfuse-2.5-5.qtp

You're using the unionfs sandbox I presume, right?

Hmmm. I wonder how you could be missing fuse-unionfs. That's required. 
The script should take care of installing that though.


My guess is that your rpm database is corrupted. I'd try:
# rpm --rebuilddb

Then have a look at:
# rpm -qa | grep fuse
again. If fuse-unionfs is still not there, try qtp-newmodel again. It 
should see that the package is missing, and install/update it.


If after rebuilding the rpm db fuse-unionfs shows up, I'd yum remove 
fuse-unionfs and let qtp-newmodel reinstall it.


Let us know.

--
-Eric 'shubes'


-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




RE: [qmailtoaster] Re: qtp-newmodel issue SOLVED

2011-03-15 Thread Scott Hughes
-Original Message-
From: Eric Shubert [mailto:e...@shubes.net] 
Sent: Tuesday, March 15, 2011 1:13 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Re: qtp-newmodel issue

On 03/15/2011 10:18 AM, Scott Hughes wrote:
 -Original Message-
 From: Eric Shubert [mailto:e...@shubes.net]
 Sent: Tuesday, March 15, 2011 12:13 PM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: [qmailtoaster] Re: qtp-newmodel issue

 On 03/15/2011 08:15 AM, Eric Shubert wrote:
 On 03/15/2011 07:55 AM, Scott Hughes wrote:
 All,

 I am still having the build issues when I attempt to run qtp-newmodel. I
 can't find anything via Google so I thought I'd throw it out and see if
 anyone has any ideas what the issue may be. Here is the tail end of
 the log:


 Installing qmailadmin-toaster-1.2.15-1.3.9 in the sandbox ...

 Preparing... ##

 qmailadmin-toaster ##

 error: unpacking of archive failed on file /usr/share/qmailadmin: cpio:
 chown failed - Inappropriate ioctl for device

 end of log messages

 qtp-build-rpms - see
 /mnt/qtp-sandbox/usr/src/qtp-upgrade/log/build-recent.log for more
 details

 Build failed, Exiting.

 Thanks,

 Scott


 Appears to be a permissions problem at first glance, but it could also
 be a bug in unionfs.

 Looks like you're 32-bit. Which distro/ver are you running?

 # qtp-whatami
 # rpm -qa | grep toaster | sort


 Directory permissions look ok. So that brings us back to unionfs.

 # rpm -qa | grep fuse
 ?


 $ rpm -qa | grep fuse
 fuse-2.8.0-1.qtp
 dkms-fuse-2.7.4-1.nodist.rf

 Thanks,
 Scott



I have this:
[root@tacs-mail doc]# rpm -qa | grep fuse
fuse-unionfs-0.23-2.qtp
fuse-2.8.0-1.qtp
dkms-fuse-2.7.4-1.nodist.rf
libconfuse-2.5-5.qtp

You're using the unionfs sandbox I presume, right?

Hmmm. I wonder how you could be missing fuse-unionfs. That's required. 
The script should take care of installing that though.

My guess is that your rpm database is corrupted. I'd try:
# rpm --rebuilddb

Then have a look at:
# rpm -qa | grep fuse
again. If fuse-unionfs is still not there, try qtp-newmodel again. It 
should see that the package is missing, and install/update it.

If after rebuilding the rpm db fuse-unionfs shows up, I'd yum remove 
fuse-unionfs and let qtp-newmodel reinstall it.

Let us know.

-- 
-Eric 'shubes'

-

After the rpm --rebuilddb command, fuse-unionfs showed up.  I then removed
fuse-unionfs and re-ran qtp-newmodel. The qtp-newmodel process ran to normal
completion.  THANK YOU !!!

Scott





-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.
 
  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




[qmailtoaster] Re: qtp-newmodel issue (related to repos)

2010-10-18 Thread Eric Shubert

On 10/18/2010 01:19 AM, Digital Instruments wrote:

  Problem:

qtp-newmodel - updating toaster (mostly spamassassin) dependencies ...
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
  * addons: mirror.silyus.net
  * base: mi.mirror.garr.it
  * extras: mi.mirror.garr.it
  * updates: mirror.silyus.net
Setting up Update Process
*Error: No Package Matching perl(Archive::Tar)*

Would you like a unionfs/overlay sandbox? (recommended) [y]/n:

Using FUSE union filesystem ...
qtp-mount-sandbox v0.3.3
qtp-mount-sandbox - installing  dkms-fuse fuse-unionfs ...
qtp-mount-sandbox - this could take a few moments - please be patient
Loaded plugins: fastestmirror


*Error getting repository data for rpmforge, repository not found*
qtp-mount-sandbox - installation of dependent packages failed
qtp-mount-sandbox - is your qmailtoaster-plus.repo package up to date?

qtp-newmodel - qtp-mount-sandbox failed, exiting




THIS:
http://www.mail-archive.com/qmailtoaster-list@qmailtoaster.com/msg28768.html
DOESN'T WORK.

RESULT IN:
qtp-install-rpmforge v0.3 - getting latest version of rpmforge-release ...
qtp-install-rpmforge -
http://dag.wieers.com/rpm/packages/rpmforge-release/rpmforge-release.spec not
found, please try again later.

Help, please?
/Cheers A.



Please wait for the next release of QTP. I'll try to get that done in 
the next day or two. Thanks for everyone's patience with this.


--
-Eric 'shubes'


-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com