I think I just ran into a "item" that I saw discussed in a thread with
ChandranManikandan
I just ran qt-bootstrap-2
and got "..
Could not retrieve mirrorlist
http://mirrors.qmailtoaster.com/current/CentOS/mirror.list error was
12: Timeout on
http://mirrors.qmailtoaster.com/current/CentOS/mirror.list: (28,
'connect() timed out!')
Error: Cannot find a valid baseurl for repo: qmailtoaster-current
qt-bootstrap-2 - completed
Error: Cannot find a valid baseurl for repo: qmailtoaster-*current*
.."
so I am *thinking I need to
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
Q- is that right ? this is on line 24 of bootstrap-2
from current to testing?
I feel a little spOOKy changing from current to testing ...
Am I therefore using testing for production?
and before I re run bootstrap-2 -- I also need to edit
*vi qmailtoaster-nodist.repo*
*Vi qmailtoaster-dist.repo*
and in short flip the
enabled=NUM
current goes from 1 to 0
and testesting goes from 0 to 1 - so I am using testing - yes?
and that is right?
Thanks much !
with [[ this is from the thread : "Need help: How to setup
qmailtoaster" started by Chandran ]]
5. cd /etc/yum.repos.d
*vi qmailtoaster-nodist.repo*
*Script is below*
**
# qmailtoaster-nodist.repo
#
# The QmailToaster nodist repo supports multiple distros, as well as
universal
# rpms containing scripts that can be used on any platform or arch.
#
# Packages for specific distros are found by their respective repo file.
#
# The 'current' repos are considered production worthy, aka stable.
# The 'testing' repos are considered beta, and should not be used in
production.
# The 'devel' repos are considered alpha, and should be used only by
developers.
#
# Packages in the current repos have all been promoted from testing,
# and signed with the qmailtoaster key.
# If you have installed a package from the testing repo, there is no purpose
# in reinstalling it after it's been promoted into current.
#
# Packages in testing have been newly built (they're not development
copies),
# and are signed with the qmailtoaster key.
#
# Packages in devel may or may not be signed by the developer.
#
# If the mirrorlist= does not work for you, as a fall back you can try the
# remarked out baseurl= line instead.
#
# current (stable) packages
[qmailtoaster-current-nodist]
name=QmailToaster current - nodist (universal)
mirrorlist=http://mirrors.qmailtoaster.com/current/nodist/mirror.list
#baseurl=http://mirrors.qmailtoaster.com/current/nodist
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-qmailtoaster
priority=7
# packages being tested, not for production hosts
[qmailtoaster-testing-nodist]
name=QmailToaster testing - nodist (universal)
mirrorlist=http://mirrors.qmailtoaster.com/testing/nodist/mirror.list
#baseurl=http://mirrors.qmailtoaster.com/testing/nodist
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-qmailtoaster
priority=7
# packages being developed, for developer use only
[qmailtoaster-devel-nodist]
name=QmailToaster devel - nodist (universal)
mirrorlist=http://mirrors.qmailtoaster.com/devel/nodist/mirror.list
#baseurl=http://mirrors.qmailtoaster.com/devel/nodist
enabled=0
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-shubes
priority=7
**
{{{ Same in qmailtoaster-dist.repo }}}
*Vi qmailtoaster-dist.repo*
# qmailtoaster-centos.repo
#
# The current repo is considered production worthy, aka stable.
# The testing repo is considered beta, and should not be used in production.
# The devel repo is considered alpha, and should be used only by developers.
#
[qmailtoaster-current]
name=QmailToaster current - CentOS $releasever
mirrorlist=http://mirrors.qmailtoaster.com/current/CentOS/mirror.list
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-qmailtoaster
priority=7
# packages being tested, not for production hosts
[qmailtoaster-testing]
name=QmailToaster testing - CentOS $releasever
mirrorlist=http://mirrors.qmailtoaster.com/testing/CentOS/mirror.list
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-qmailtoaster
priority=7
# packages being developed, for developer use only
[qmailtoaster-devel]
name=QmailToaster development - CentOS $releasever
mirrorlist=http://mirrors.qmailtoaster.com/devel/CentOS/mirror.list
enabled=0
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-shubes
priority=7
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