Someone need to update the latest stable CentOS (Possibly RedHat) NginX files

Quintin Par quintinpar at gmail.com
Sat Feb 18 02:24:45 UTC 2012


Yes. I understand.

On Sat, Feb 18, 2012 at 4:32 AM, Bade Iriabho <ebade at mathbiol.org> wrote:

> Quintin, that is what I ended up using. It would be nice to get these
> other issues resolved :)
>
> Bade
>
>
> On Thu, Feb 16, 2012 at 9:25 PM, Quintin Par <quintinpar at gmail.com> wrote:
>
>> Quick Q:
>>
>> Epel and CentOS repo still refers to 0.84. Is this under the community
>> influence to upgrade to 1+?
>>
>> -Quintin
>>
>> On Fri, Feb 17, 2012 at 3:47 AM, Teck Choon Giam <giamteckchoon at gmail.com
>> > wrote:
>>
>>> On Fri, Feb 17, 2012 at 6:04 AM, Bade Iriabho <ebade at mathbiol.org>
>>> wrote:
>>> > Hello,
>>> >
>>> > Following instructions on http://nginx.org/en/download.html, I tried
>>> to
>>> > install NginX on CentOS 6 and it failed. See the three approaches I
>>> used
>>> > below.
>>> >
>>> > First Try
>>> >
>>> +==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+
>>> > $ rpm -Uvh
>>> >
>>> http://nginx.org/packages/centos/6/noarch/RPMS/nginx-release-centos-6-0.el6.ngx.noarch.rpm
>>> > Retrieving
>>> >
>>> http://nginx.org/packages/centos/6/noarch/RPMS/nginx-release-centos-6-0.el6.ngx.noarch.rpm
>>> > error: /var/tmp/rpm-xfer.4j3Y9u: Header V4 RSA/SHA1 signature: BAD,
>>> key ID
>>> > 7bd9bf62
>>> > error: /var/tmp/rpm-xfer.4j3Y9u cannot be installed
>>>
>>> Did you try:
>>>
>>> # rpm -vvv --rebuilddb
>>> # yum clean all
>>> # yum localinstall --nogpgcheck
>>>
>>> http://nginx.org/packages/centos/6/noarch/RPMS/nginx-release-centos-6-0.el6.ngx.noarch.rpm
>>> # yum -y install nginx
>>>
>>> Thanks.
>>>
>>> Kindest regards,
>>> Giam Teck Choon
>>>
>>>
>>> >
>>> > Second Try
>>> >
>>> +==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+
>>> > $ nano /etc/yum.repos.d/CentOS-Nginx.repo
>>> > # Type the following
>>> > [nginx]
>>> > name=nginx repo
>>> > baseurl=http://nginx.org/packages/centos/6/$basearch/
>>> > gpgcheck=0
>>> > enabled=1
>>> >
>>> > $ yum install nginx
>>> > Loaded plugins: fastestmirror
>>> > Loading mirror speeds from cached hostfile
>>> >  * base: dist1.800hosting.com
>>> >  * extras: centos.mirror.lstn.net
>>> >  * updates: mirror.raystedman.net
>>> > base
>>> > | 1.1 kB     00:00
>>> > c5-testing
>>> > |  951 B     00:00
>>> > extras
>>> > | 2.1 kB     00:00
>>> > nginx
>>> > | 1.3 kB     00:00
>>> > nginx/primary
>>> > | 2.6 kB     00:00
>>> > http://nginx.org/packages/centos/6/x86_64/repodata/primary.xml.gz:
>>> [Errno
>>> > -3] Error performing checksum
>>> > Trying other mirror.
>>> > nginx/primary
>>> > | 2.6 kB     00:00
>>> > http://nginx.org/packages/centos/6/x86_64/repodata/primary.xml.gz:
>>> [Errno
>>> > -3] Error performing checksum
>>> > Trying other mirror.
>>> > Error: failure: repodata/primary.xml.gz from nginx: [Errno 256] No more
>>> > mirrors to try.
>>> >
>>> > Third Try
>>> >
>>> +==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+
>>> > $ wget
>>> >
>>> http://nginx.org/packages/centos/6/x86_64/RPMS/nginx-1.0.12-1.el6.ngx.x86_64.rpm
>>> > --2012-02-16 15:55:30--
>>> >
>>> http://nginx.org/packages/centos/6/x86_64/RPMS/nginx-1.0.12-1.el6.ngx.x86_64.rpm
>>> > Resolving nginx.org... 206.251.255.63
>>> > Connecting to nginx.org|206.251.255.63|:80... connected.
>>> > HTTP request sent, awaiting response... 200 OK
>>> > Length: 325076 (317K) [application/x-redhat-package-manager]
>>> > Saving to: `nginx-1.0.12-1.el6.ngx.x86_64.rpm'
>>> >
>>> >
>>> 100%[===================================================================================================================================================================================================>]
>>> > 325,076      944K/s   in 0.3s
>>> >
>>> > 2012-02-16 15:55:31 (944 KB/s) - `nginx-1.0.12-1.el6.ngx.x86_64.rpm'
>>> saved
>>> > [325076/325076]
>>> >
>>> > $ rpm -ivh nginx-1.0.12-1.el6.ngx.x86_64.rpm
>>> > error: nginx-1.0.12-1.el6.ngx.x86_64.rpm: Header V4 RSA/SHA1
>>> signature: BAD,
>>> > key ID 7bd9bf62
>>> > error: nginx-1.0.12-1.el6.ngx.x86_64.rpm cannot be installed
>>> >
>>> +==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+==+
>>> >
>>> > So can someone look into this, I am not sure who to ask.
>>> >
>>> > Regards,
>>> > Bade I.
>>> >
>>> > _______________________________________________
>>> > nginx mailing list
>>> > nginx at nginx.org
>>> > http://mailman.nginx.org/mailman/listinfo/nginx
>>>
>>> _______________________________________________
>>> nginx mailing list
>>> nginx at nginx.org
>>> http://mailman.nginx.org/mailman/listinfo/nginx
>>>
>>
>>
>> _______________________________________________
>> nginx mailing list
>> nginx at nginx.org
>> http://mailman.nginx.org/mailman/listinfo/nginx
>>
>
>
> _______________________________________________
> nginx mailing list
> nginx at nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20120218/3cb6469e/attachment-0001.html>


More information about the nginx mailing list