Hello,
I just tested the Fedora 14 EC2 AMIs, 32 and 64 bit and there are visible problems...Here is a scenario where I just launch an instance, install Apache and start it. It works on the 64-Bit box but not at all on the 32-Bit box... On the 32-Bit box, Apache just never starts (it hangs at Starting httpd until you hit Ctrl+C) and in any case there are RPMDB errors...
Any clue on what's going on?
************ 32-Bit: ami-669f680f ************ Appliance: fedora-14 appliance 1.0 Hostname: domU-12-31-39-03-81-83 IP Address: 10.249.130.113
[ec2-user@domU-12-31-39-03-81-83 ~]$ sudo yum install httpd
...usual yum stuff...
Running Transaction Warning: RPMDB altered outside of yum. ** Found 2 pre-existing rpmdb problem(s), 'yum check' output follows: ec2-ami-tools-1.3-57676.noarch has missing requires of rsync ec2-ami-tools-1.3-57676.noarch has missing requires of ruby Installing : mailcap-2.1.35-1.fc14.noarch Installing : apr-1.3.9-3.fc13.i686 Installing : apr-util-1.3.10-1.fc14.i686 Installing : httpd-tools-2.2.17-1.fc14.i686 Installing : apr-util-ldap-1.3.10-1.fc14.i686 Installing : httpd-2.2.17-1.fc14.i686
...usual yum stuff...
[ec2-user@domU-12-31-39-03-81-83 ~]$ service httpd start Starting httpd:
************ 64-Bit: ami-e291668b ************ Appliance: fedora-14 appliance 1.0 Hostname: domU-12-31-39-07-8D-01 IP Address: 10.209.142.239
[ec2-user@domU-12-31-39-07-8D-01 ~]$ sudo yum install httpd
...usual yum stuff...
Running Transaction Warning: RPMDB altered outside of yum. ** Found 2 pre-existing rpmdb problem(s), 'yum check' output follows: ec2-ami-tools-1.3-57676.noarch has missing requires of rsync ec2-ami-tools-1.3-57676.noarch has missing requires of ruby Installing : apr-1.3.9-3.fc13.x86_64 Installing : apr-util-1.3.10-1.fc14.x86_64 Installing : apr-util-ldap-1.3.10-1.fc14.x86_64 Installing : httpd-tools-2.2.17-1.fc14.x86_64 Installing : mailcap-2.1.35-1.fc14.noarch Installing : httpd-2.2.17-1.fc14.x86_64
...usual yum stuff...
[ec2-user@domU-12-31-39-07-8D-01 ~]$ sudo service httpd start Starting httpd: [ OK ]
On Tue, Nov 16, 2010 at 11:52:13AM +0100, Steven Moix wrote:
I just tested the Fedora 14 EC2 AMIs, 32 and 64 bit and there are visible problems...Here is a scenario where I just launch an instance, install Apache and start it. It works on the 64-Bit box but not at all on the 32-Bit box... On the 32-Bit box, Apache just never starts (it hangs at Starting httpd until you hit Ctrl+C) and in any case there are RPMDB errors...
Does this seem to be similar to / the same as
http://lists.fedoraproject.org/pipermail/cloud/2010-November/000376.html http://lists.fedoraproject.org/pipermail/cloud/2010-November/000398.html https://bugzilla.redhat.com/show_bug.cgi?id=651861
?
I think it is the same issue. It also affects the installation of perl modules (perl Makefile.pl fails), as well as some other perl usages (e.g. when you compile openssl by hand, perl is used to manipulate certs, and this hangs).
On Tue, Nov 16, 2010 at 7:30 AM, Jan Pazdziora jpazdziora@redhat.comwrote:
On Tue, Nov 16, 2010 at 11:52:13AM +0100, Steven Moix wrote:
I just tested the Fedora 14 EC2 AMIs, 32 and 64 bit and there are visible problems...Here is a scenario where I just launch an instance, install Apache and start it. It works on the 64-Bit box but not at all on the 32-Bit box... On the 32-Bit box, Apache just never starts (it hangs at Starting httpd until you hit Ctrl+C) and in any case there are RPMDB errors...
Does this seem to be similar to / the same as
http://lists.fedoraproject.org/pipermail/cloud/2010-November/000376.html
http://lists.fedoraproject.org/pipermail/cloud/2010-November/000398.html https://bugzilla.redhat.com/show_bug.cgi?id=651861
?
-- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat _______________________________________________ cloud mailing list cloud@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/cloud
Hi Simon,
Please add you comments about perl to this issue:
https://bugzilla.redhat.com/show_bug.cgi?id=651861
Thanks!
--Marek
On 2010-11-16, at 17:50, Simon Smith wrote:
I think it is the same issue. It also affects the installation of perl modules (perl Makefile.pl fails), as well as some other perl usages (e.g. when you compile openssl by hand, perl is used to manipulate certs, and this hangs).
On Tue, Nov 16, 2010 at 7:30 AM, Jan Pazdziora jpazdziora@redhat.com wrote: On Tue, Nov 16, 2010 at 11:52:13AM +0100, Steven Moix wrote:
I just tested the Fedora 14 EC2 AMIs, 32 and 64 bit and there are visible problems...Here is a scenario where I just launch an instance, install Apache and start it. It works on the 64-Bit box but not at all on the 32-Bit box... On the 32-Bit box, Apache just never starts (it hangs at Starting httpd until you hit Ctrl+C) and in any case there are RPMDB errors...
Does this seem to be similar to / the same as
http://lists.fedoraproject.org/pipermail/cloud/2010-November/000376.html http://lists.fedoraproject.org/pipermail/cloud/2010-November/000398.html https://bugzilla.redhat.com/show_bug.cgi?id=651861
?
-- Jan Pazdziora Principal Software Engineer, Satellite Engineering, Red Hat
ec2-ami-tools shouldn't have been installed if I recall correctly, as it is not FOSS. I (perhaps incorrectly?) remember someone saying it would be removed from the next image version. I've had Life(tm) happening as of late so I haven't been at many of the recent meetings or tried to stay in the loop much, so I may be incorrect about that.
Either way, you can remove it easily enough, without worry. Unless you'll be allocating new AWS recources from the instance, it's not going to be of use - and if you do want to do such a thing, euca2ools are better, anyway.
Brian LaMere
On Tue, Nov 16, 2010 at 2:52 AM, Steven Moix steven.moix@axianet.ch wrote:
Hello,
I just tested the Fedora 14 EC2 AMIs, 32 and 64 bit and there are visible problems...Here is a scenario where I just launch an instance, install Apache and start it. It works on the 64-Bit box but not at all on the 32-Bit box... On the 32-Bit box, Apache just never starts (it hangs at Starting httpd until you hit Ctrl+C) and in any case there are RPMDB errors...
Any clue on what's going on?
32-Bit: ami-669f680f
Appliance: fedora-14 appliance 1.0 Hostname: domU-12-31-39-03-81-83 IP Address: 10.249.130.113
[ec2-user@domU-12-31-39-03-81-83 ~]$ sudo yum install httpd
...usual yum stuff...
Running Transaction Warning: RPMDB altered outside of yum. ** Found 2 pre-existing rpmdb problem(s), 'yum check' output follows: ec2-ami-tools-1.3-57676.noarch has missing requires of rsync ec2-ami-tools-1.3-57676.noarch has missing requires of ruby Installing : mailcap-2.1.35-1.fc14.noarch Installing : apr-1.3.9-3.fc13.i686 Installing : apr-util-1.3.10-1.fc14.i686 Installing : httpd-tools-2.2.17-1.fc14.i686 Installing : apr-util-ldap-1.3.10-1.fc14.i686 Installing : httpd-2.2.17-1.fc14.i686
...usual yum stuff...
[ec2-user@domU-12-31-39-03-81-83 ~]$ service httpd start Starting httpd:
64-Bit: ami-e291668b
Appliance: fedora-14 appliance 1.0 Hostname: domU-12-31-39-07-8D-01 IP Address: 10.209.142.239
[ec2-user@domU-12-31-39-07-8D-01 ~]$ sudo yum install httpd
...usual yum stuff...
Running Transaction Warning: RPMDB altered outside of yum. ** Found 2 pre-existing rpmdb problem(s), 'yum check' output follows: ec2-ami-tools-1.3-57676.noarch has missing requires of rsync ec2-ami-tools-1.3-57676.noarch has missing requires of ruby Installing : apr-1.3.9-3.fc13.x86_64 Installing : apr-util-1.3.10-1.fc14.x86_64 Installing : apr-util-ldap-1.3.10-1.fc14.x86_64 Installing : httpd-tools-2.2.17-1.fc14.x86_64 Installing : mailcap-2.1.35-1.fc14.noarch Installing : httpd-2.2.17-1.fc14.x86_64
...usual yum stuff...
[ec2-user@domU-12-31-39-07-8D-01 ~]$ sudo service httpd start Starting httpd: [ OK ] _______________________________________________ cloud mailing list cloud@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/cloud
On 11/16/2010 12:56, Brian LaMere wrote:
ec2-ami-tools shouldn't have been installed if I recall correctly, as it is not FOSS. I (perhaps incorrectly?) remember someone saying it would be removed from the next image version. I've had Life(tm) happening as of late so I haven't been at many of the recent meetings or tried to stay in the loop much, so I may be incorrect about that.
Either way, you can remove it easily enough, without worry. Unless you'll be allocating new AWS recources from the instance, it's not going to be of use - and if you do want to do such a thing, euca2ools are better, anyway.
jforbes told me that the next set of images he posts won't include it. As of yet I have no idea what the state of said images is, though.
Hey,
On Tue, Nov 16, 2010 at 6:56 PM, Brian LaMere brian@cukerinteractive.comwrote:
ec2-ami-tools shouldn't have been installed if I recall correctly, as it is not FOSS.
Since ec2-ami-tools is written in Ruby and it is released under the ASL license I wouldn't say so.
It is not GPL this is what you might have been thinking but since GPL != FOSS the statement is not true.
Regards, Istvan
cloud@lists.stg.fedoraproject.org