Re: [qmailtoaster] Re: I cannot install qmailtoaster on Centos 6.5 64 bit

2014-03-03 Thread Chandran Manikandan
Dear Eric,
*Please see my below reply. I tried below command directly and got the
messages.*

[root@pan-asia qtms-install]# qt-install
Loaded plugins: fastestmirror, priorities, refresh-packagekit, security
Loading mirror speeds from cached hostfile
epel/metalink| 4.5 kB 00:00
 * base: mirror.nus.edu.sg
 * epel: mirror.nus.edu.sg
 * extras: mirror.nus.edu.sg
 * qmailtoaster-current: mirror1.qmailtoaster.com
 * qmailtoaster-testing-nodist: mirror1.qmailtoaster.com
 * rpmforge: mirror.smartmedia.net.id
 * updates: mirror.nus.edu.sg
base | 3.7 kB 00:00
epel | 4.2 kB 00:00
epel/primary_db  | 5.9 MB 00:00
extras   | 3.4 kB 00:00
http://192.168.122.1/centos53-32/repodata/repomd.xml: [Errno 12] Timeout on
http
  ://
192.168.122.1/centos53-32/repodata/repomd.xml: (28, 'connect() timed out!')
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository:
local. P
  lease verify its path and
try again
Starting ntpd:
qt-setup-firewall - v1.0
iptables: Saving firewall rules to /etc/sysconfig/iptables:[  OK  ]
qt-setup-firewall - iptables configuration is complete
qt-install-repoforge v1.0 - getting version of the latest rpmforge-release
...
qt-install-repoforge - installed package
rpmforge-release-0.5.3-1.el6.rf.x86_64

 is the latest - nothing done.
qt-install - installing the QMailToaster packages ...
Loaded plugins: fastestmirror, priorities, refresh-packagekit, security
Loading mirror speeds from cached hostfile
 * base: mirror.nus.edu.sg
 * epel: mirror.nus.edu.sg
 * extras: mirror.nus.edu.sg
 * qmailtoaster-current: mirror1.qmailtoaster.com
 * qmailtoaster-testing-nodist: mirror1.qmailtoaster.com
 * rpmforge: mirror.smartmedia.net.id
 * updates: mirror.nus.edu.sg
http://192.168.122.1/centos53-32/repodata/repomd.xml: [Errno 12] Timeout on
http://192.168.122.1/centos53-32/repodata/repomd.xml: (28, 'connect() timed
out!')
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository:
local. Please verify its path and try again
qt-mysql-secure-vpopmail v1.0
error reading information on service mysqld: No such file or directory
/usr/bin/qt-mysql-secure-vpopmail: line 21: mysql_secure_installation:
command not found
qt-mysql-secure-vpopmail - unsuccessful mysql_secure_installation -
terminating
Starting httpd:

*Below is qt-install script which i downloaded from your link.*

#!/bin/sh
#  Copyright (C) 2013 - Eric Shubert e...@datamatters.us
#
#  Install QMailToaster packages and configure host

# Change Log
# 12/27/13 shubes - created



# install os packages we want that aren't part of the minimal install
#
a1_install_non_minimal_os(){

yum -y install \
  man \
  ntp \

# setup ntp daemon
chkconfig ntpd on
service ntpd start
}


# install the QMT packages
#
a4_install_qmt_packages(){

echo $me - installing the QMailToaster packages ...

yum -y install \
  simscan \
  dovecot \
  vqadmin \
  qmailadmin \
  isoqlog \
  qmailmrtg \
  send-emails \
  squirrelmail \

}

# main processing begins here
#
me=${0##*/}
myver=v1.0

. qt-whatami -s

if [ $? -ne 0 ]; then
  qt-whatami
echo $me - qt-whatami failed
  exit 1
fi

a1_install_non_minimal_os

# this is in progress
# qt-install-dns-resolver

qt-setup-firewall

qt-install-repoforge

a4_install_qmt_packages

qt-mysql-secure-vpopmail

# setup web server
chkconfig httpd on
service httpd start

exit 0

Please let me know how to rectify this issue install QMT successfully.



On Sat, Mar 1, 2014 at 12:13 AM, Eric Shubert e...@shubes.net wrote:

 The qt-install script is not fully done yet.

 To be helpful, please post example of the command you used, and all output
 from it.

 Thanks.

 --
 -Eric 'shubes'


 On 02/27/2014 09:55 PM, Chandran Manikandan wrote:

 Hi Vivek,
 I had tried to followed your above mentioned steps and installed sh
 qt-bootstrap-1,sh qt-bootstrap-2. but if i install qt-install command
 and another commands are does not downloaded packages and not installed
 installed itself. I have tried to download all packages one by one in
 folder then again i followed above steps even cannot installed full
 qmailtoaster packages and supporting another packages for centos 6.5 64
 bit. Could you please give me correct install and configure steps for
 QMT like centos 5 QMT 

[qmailtoaster] Re: I cannot install qmailtoaster on Centos 6.5 64 bit

2014-03-03 Thread Eric Shubert

On 03/03/2014 01:13 AM, Chandran Manikandan wrote:

http://192.168.122.1/centos53-32/repodata/repomd.xml: [Errno 12] Timeout
on http ://192.168.122.1/centos53-32/repodata/repomd.xml
http://192.168.122.1/centos53-32/repodata/repomd.xml: (28, 'connect()
timed out!')
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository:
local. Please verify its path and try again


This is the crux of your problem.

I don't know how you ended up with a repository named local, which I'm 
guessing is 192.168.122.1, the address of your QMT host.


What files are in your /etc/yum.repos.d/ ?
Is there something in there that contains a local repo?

--
-Eric 'shubes'


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



[qmailtoaster] Re: I cannot install qmailtoaster on Centos 6.5 64 bit

2014-03-03 Thread Eric Shubert

On 03/03/2014 12:17 PM, Eric Shubert wrote:

On 03/03/2014 01:13 AM, Chandran Manikandan wrote:

http://192.168.122.1/centos53-32/repodata/repomd.xml: [Errno 12] Timeout
on http ://192.168.122.1/centos53-32/repodata/repomd.xml
http://192.168.122.1/centos53-32/repodata/repomd.xml: (28, 'connect()
timed out!')
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository:
local. Please verify its path and try again


This is the crux of your problem.

I don't know how you ended up with a repository named local, which I'm
guessing is 192.168.122.1, the address of your QMT host.

What files are in your /etc/yum.repos.d/ ?
Is there something in there that contains a local repo?



Also, it appears that you did not do a COS6 minimal install. Where'd 
centos53-32 come from??


--
-Eric 'shubes'


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



[qmailtoaster] Re: I cannot install qmailtoaster on Centos 6.5 64 bit

2014-02-28 Thread Eric Shubert

The qt-install script is not fully done yet.

To be helpful, please post example of the command you used, and all 
output from it.


Thanks.

--
-Eric 'shubes'

On 02/27/2014 09:55 PM, Chandran Manikandan wrote:

Hi Vivek,
I had tried to followed your above mentioned steps and installed sh
qt-bootstrap-1,sh qt-bootstrap-2. but if i install qt-install command
and another commands are does not downloaded packages and not installed
installed itself. I have tried to download all packages one by one in
folder then again i followed above steps even cannot installed full
qmailtoaster packages and supporting another packages for centos 6.5 64
bit. Could you please give me correct install and configure steps for
QMT like centos 5 QMT guide on wiki.
Please help me any one.


On Mon, Feb 24, 2014 at 6:51 PM, Linux li...@ikf.co.in
mailto:li...@ikf.co.in wrote:

Chandran,

This is for you,

__ __

1. install CentOS minimal

__ __

2. curl
https://raw.github.com/QMailToaster/qmailtoaster-util/master/qt-bootstrap-1
 qt-bootstrap-1

__ __

3. sh qt-bootstrap-1

(system will reboot)

__ __

4. curl
https://raw.github.com/QMailToaster/qmailtoaster-util/master/qt-bootstrap-2
 qt-bootstrap-2

vi qt-bootstrap-2

__ __

Change:


http://mirrors.qmailtoaster.com/*current*/nodist/qmailtoaster-release-2.0-1.qt.nodist.noarch.rpm

To: 


http://mirrors.qmailtoaster.com/*testing*/nodist/qmailtoaster-release-2.0-1.qt.nodist.noarch.rpm

__ __

5. cd /etc/yum.repos.d

vi qmailtoaster-nodist.repo

{{{ Same in qmailtoaster-dist.repo }}}

enabled from 1 to 0 in the [qmailtoaster-current] and from 0 to 1 in
the [qmailtoaster-testing].

save and run yum clean all

__ __

6. sh qt-bootstrap-2

__ __

7. qt-install

__ __

8. service dovecot restart and chkconfig dovecot on

__ __

__ __

Regards,

__ __

Vivek Patil

system admin

__ __

__ __

__ __

__ __

__ __

*From:*Chandran Manikandan [mailto:tech2m...@gmail.com
mailto:tech2m...@gmail.com]
*Sent:* Monday, February 24, 2014 4:01 PM
*To:* qmailtoaster-list@qmailtoaster.com
mailto:qmailtoaster-list@qmailtoaster.com
*Subject:* Re: [qmailtoaster] I cannot install qmailtoaster on
Centos 6.5 64 bit

__ __

Hi Eirc,

Could you please send me the complete procedure for install
QMT. Because here a lot of title and packages are there and couldn't
understand to install QMT. Please assist me.

__ __

On Sat, Feb 22, 2014 at 9:43 PM, Eric Broch ebr...@whitehorsetc.com
mailto:ebr...@whitehorsetc.com wrote:

When you get qt-bootstrap-2 downloaded edit it and replace

http://mirrors.qmailtoaster.com/current/nodist/$qmt_release_pkg

with

http://mirrors.qmailtoaster.com/testing/nodist/$qmt_release_pkg





On 2/22/2014 12:51 AM, Chandran Manikandan wrote:

Dear All, 

I have tried to install centos 6.5 64 bit server on below
procedure. But it's not working means cannot install and shows
not found the url on below instructions.

__ __

Installation Instructions (pre-wiki)

__  __

__  __

__  __

.) install CentOS minimal

__  __

# 
curlhttps://raw.github.com/QMailToaster/qmailtoaster-util/master/qt-bootstrap-1  
qt-bootstrap-1

__  __

__  __

__  __

I cannot download this file

__  __

__  __

# sh qt-bootstrap-1

(system will reboot)

__  __

__  __

# 
curlhttps://raw.github.com/QMailToaster/qmailtoaster-util/master/qt-bootstrap-2  
qt-bootstrap-2

__  __

__  __

# sh qt-bootstrap-2

I cannot download this file

__  __

__  __

# qt-install--Cannot run this commands

__  __

   .) yum install man

   .) qt-install-repoforge

__  __

   .) yum install simscan dovecot vqadmin qmailadmin (etc)

   .) qt-mysql-secure-vpopmail

__  __

   .) qt-install-dns-resolver

__  __

Could you please give me the correct url and procedure to install 
qmailtoaster.

__  __

__ __

-- 

*Thanks,* 

*Manikandan.C*

*System Administrator*

__ __





__ __

-- 

*Thanks,*

*Manikandan.C*

*System Administrator*




--
*Thanks,*
*Manikandan.C*
*System Administrator*





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