Eric, Those commands worked to get past the prior errors.
Then came another, which I worked my way through: qt-install rewrites the firewall rules and restarts iptables. This cuts off SSH access (took a while to diagnose the problem; I had to switch to using the console). Then it started trying to download packages which resulted in an endless scrolling of: PYCURL ERROR 6 - "Couldn't resolve host 'xxx.yyy.zzz'" I did some quick troubleshooting to confirm that this was a firewall issue. I turned the firewall off with "service iptables stop" I edited qt-install: I commented out the "qt-firewall-setup" line. Then qt-install ran and completed successfully. "qmailctl start" was successful "qmailctl stat" shows it is running. I'll fix the firewall later (this is a vm behind a host NAT for now). Besides, I prefer to hand-code my iptables file. It will be a while before I do any testing. Thanks for your help Eric. -Andy On 6/24/2015 10:58 AM, Eric Broch wrote: > Andy, > > To install EPEL > # yum install epel-release > > To install repoforge (x86_64) > # rpm -Uvh > http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm > > Eric > > On 6/24/2015 12:42 PM, Andrew Swartz wrote: >> Eric, >> >> Thanks for your help. Here is what I get: >> >> [root@centos6 install_toaster]# qt-install-epel >> qt-install-epel v1.0 - getting version of the latest epel-release ... >> qt-install-epel - epel-release not installed, installing ... >> error: open of <!DOCTYPE failed: No such file or directory >> error: open of HTML failed: No such file or directory >> error: open of PUBLIC failed: No such file or directory >> error: open of -//IETF//DTD HTML 2.0//EN> failed: No such file or directory >> error: open of <html><head> failed: No such file or directory >> error: open of <title>404 failed: No such file or directory >> error: open of Not failed: No such file or directory >> error: open of Found</title> failed: No such file or directory >> error: open of </head><body> failed: No such file or directory >> error: open of <h1>Not failed: No such file or directory >> error: open of Found</h1> failed: No such file or directory >> error: open of <p>The failed: No such file or directory >> error: open of requested failed: No such file or directory >> error: open of URL failed: No such file or directory >> error: open of /pub/epel/6/x86_64//icons/unknown.gif" failed: No >> such file or directory >> error: open of was failed: No such file or directory >> error: open of not failed: No such file or directory >> error: open of found failed: No such file or directory >> error: open of on failed: No such file or directory >> error: open of this failed: No such file or directory >> error: open of server.</p> failed: No such file or directory >> error: open of </body></html> failed: No such file or directory >> qt-install-epel - install failed, rc=22. Exiting. >> >> >> >> >> [root@centos6 install_toaster]# ls /etc/yum.repos.d >> CentOS-Base.repo CentOS-Media.repo qmailtoaster-nodist.repo >> CentOS-Debuginfo.repo CentOS-Vault.repo >> CentOS-fasttrack.repo qmailtoaster-dist.repo >> >> >> >> -Andy >> >> >> >> >> >> >> >> >> >> >> On 6/24/2015 10:09 AM, Eric Broch wrote: >>> Hey Andy, >>> >>> It looks like some repo and/or packages failed to install, probably EPEL >>> or RepoForge (repos) and MySQL (package). Try running the following >>> >>> qt-install-epel >>> qt-install-repoforge >>> >>> What is the listing of /etc/yum.repos.d? >>> >>> Eric >>> >>> On 6/24/2015 10:53 AM, Andrew Swartz wrote: >>>> I installed CentOS-6 from: CentOS-6.6-x86_64-minimal.iso >>>> >>>> I followed the below instructions. qt-install ends with numerous >>>> dependency errors: >>>> >>>> --------------------------------------------------------------------- >>>> --> Finished Dependency Resolution >>>> Error: Package: 1:dovecot-2.2.7-8.qt.el6.x86_64 (qmailtoaster-current) >>>> Requires: perl(JSON::XS) >>>> Error: Package: vpopmail-5.4.33-8.qt.el6.x86_64 (qmailtoaster-current) >>>> Requires: libev.so.4()(64bit) >>>> Error: Package: spamassassin-3.4.8-2.qt.el6.x86_64 (qmailtoaster-current) >>>> Requires: peri-Razor-Agent >>>> Error: Package: vpopmail-5.4.33-8.qt.el6.x86_64 (qmailtoaster-current) >>>> Requires: libev >>>> Error: Package: spamassassin-3.4.8-2.qt.el6.x86_64 (qmailtoaster-current) >>>> Requires: perl(Mail::DomainKeys) >>>> Error: Package: spamassassin-3.4.8-2.qt.el6.x86_64 (qmailtoaster-current) >>>> Requires: perl(Geo::JP) >>>> Error: Package: spamassassin-3.4.8-2.qt.el6.x86_64 (qmailtoaster-current) >>>> Requires: perl(Mail::SPF::Query) >>>> You could try using --skip-broken to work around the problem >>>> You could try running: rpm -Va --nofiles --nodigest >>>> qt-mysql-secure-vpopmail vl.B >>>> error reading information on service mysqld: No such file or directory >>>> /usr/bin/qt-mysql-secure-vpopmail: line 21: mysql_secure_installation: >>>> command n >>>> ot found >>>> qt-mysql-secure-vpopmail -unsuccessful mysql_secure_installation >>>> -terminating >>>> error reading information on service httpd: No such file or directory >>>> httpd: unrecognized service >>>> [root@centos6 install_toaster]# >>>> --------------------------------------------------------------------- >>>> >>>> I've repeated the process several times, same result each time. >>>> Do I need to manually install these, or have I missed something? >>>> >>>> -Andy >>>> >>>> >>>> >>>> >>>> >>>> >>>> On 6/23/2015 4:41 AM, Eric Broch wrote: >>>>> The qmailtoaster-plus is no longer maintained. If this is a fresh >>>>> install move to CentOS 6 and install as follows: >>>>> >>>>> Installation Instructions (pre-wiki) >>>>> .) install CentOS minimal >>>>> # curl >>>>> https://raw.githubusercontent.com/QMailToaster/qmailtoaster-util/master/qt-bootstrap-1 >>>>>> qt-bootstrap-1 >>>>> # sh qt-bootstrap-1 >>>>> (system will reboot) >>>>> # curl >>>>> https://raw.githubusercontent.com/QMailToaster/qmailtoaster-util/master/qt-bootstrap-2 >>>>>> qt-bootstrap-2 >>>>> # sh qt-bootstrap-2 >>>>> # qt-install >>>>> (script will complete the installation) >>>>> >>>>> If you want updates for CentOS 5, I have them here: >>>>> ftp://ftp.whitehorsetc.com/pub/qmail/CentOS5/qmt/rpms/x86_64/ >>>>> >>>>> Be mindful that I haven't installed the latest Dovecot on a production >>>>> machine, but I have installed the latest Spamassassin (3.4.1) and ClamAV >>>>> in (98.7) in a production environment. >>>>> >>>>> EricB. >>>>> >>>>> >>>>> >>>>> On 6/23/2015 2:53 AM, Biju Jose wrote: >>>>>> Hi >>>>>> >>>>>> >>>>>> >>>>>> I was trying to install QTP repository, I am getting the following >>>>>> error in Cent OS 64 5.10 >>>>>> >>>>>> # rpm -Uvh http://qtp.qmailtoaster.com/trac/downloads/1 >>>>>> >>>>>> Retrieving http://qtp.qmailtoaster.com/trac/downloads/1 >>>>>> >>>>>> error: skipping http://qtp.qmailtoaster.com/trac/downloads/1 - >>>>>> transfer failed - Unknown or unexpected error >>>>>> >>>>>> warning: u 0x25824b0 ctrl 0x2583850 nrefs != 0 (qtp.qmailtoaster.com >>>>>> http) >>>>>> >>>>>> Is there any workaround or should I wait till someone fixes the error? >>>>>> >>>>>> >>>>>> >>>>>> TIA >>>>>> >>>>>> * * >>>>>> >>>>>> *Biju Jose* >>>>>> >>>>>> *Mobile # 9895990272* >>>>>> >>>>>> >>>>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: [email protected] >>>> For additional commands, e-mail: [email protected] >>>> >>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [email protected] >>> For additional commands, e-mail: [email protected] >>> >>> >>> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
