Re: [Autotest] Autotest: Unattended_install testcase always fail with rhel3.9-32 guest

2010-04-19 Thread Lucas Meneghel Rodrigues
On Sun, 2010-04-18 at 21:32 -0600, David S. Ahern wrote: > On 04/18/2010 12:26 PM, Lucas Meneghel Rodrigues wrote: > > On Sat, 2010-04-17 at 22:55 -0600, David S. Ahern wrote: > >> > >> On 04/17/2010 10:09 PM, Amos Kong wrote: > >>> %post --interpreter /usr/bin/python > >>> import socket, os > >>>

Re: [Autotest] Autotest: Unattended_install testcase always fail with rhel3.9-32 guest

2010-04-18 Thread David S. Ahern
On 04/18/2010 12:26 PM, Lucas Meneghel Rodrigues wrote: > On Sat, 2010-04-17 at 22:55 -0600, David S. Ahern wrote: >> >> On 04/17/2010 10:09 PM, Amos Kong wrote: >>> %post --interpreter /usr/bin/python >>> import socket, os >>> os.system('dhclient') >>> os.system('chkconfig sshd on') >>> os.syste

Re: [Autotest] Autotest: Unattended_install testcase always fail with rhel3.9-32 guest

2010-04-18 Thread Lucas Meneghel Rodrigues
On Sat, 2010-04-17 at 22:55 -0600, David S. Ahern wrote: > > On 04/17/2010 10:09 PM, Amos Kong wrote: > > %post --interpreter /usr/bin/python > > import socket, os > > os.system('dhclient') > > os.system('chkconfig sshd on') > > os.system('iptables -F') > > os.system('echo 0 > /selinux/enforce') >

Re: [Autotest] Autotest: Unattended_install testcase always fail with rhel3.9-32 guest

2010-04-17 Thread David S. Ahern
On 04/17/2010 10:09 PM, Amos Kong wrote: > %post --interpreter /usr/bin/python > import socket, os > os.system('dhclient') > os.system('chkconfig sshd on') > os.system('iptables -F') > os.system('echo 0 > /selinux/enforce') > server = socket.socket(socket.AF_INET, socket.SOCK_STREAM) > server.bin

Re: [Autotest] Autotest: Unattended_install testcase always fail with rhel3.9-32 guest

2010-04-16 Thread David S. Ahern
On 04/16/2010 09:36 AM, Lucas Meneghel Rodrigues wrote: > On Fri, 2010-04-16 at 08:03 -0600, David S. Ahern wrote: >> >> On 04/14/2010 08:01 AM, Lucas Meneghel Rodrigues wrote: >>> On Wed, Apr 14, 2010 at 10:26 AM, Amos Kong wrote: Hi Lucas, When I execute unattended_install testc

Re: [Autotest] Autotest: Unattended_install testcase always fail with rhel3.9-32 guest

2010-04-16 Thread Lucas Meneghel Rodrigues
On Fri, 2010-04-16 at 08:03 -0600, David S. Ahern wrote: > > On 04/14/2010 08:01 AM, Lucas Meneghel Rodrigues wrote: > > On Wed, Apr 14, 2010 at 10:26 AM, Amos Kong wrote: > >> Hi Lucas, > >> > >> When I execute unattended_install testcases on RHEL-5.5, it always fail > >> when using rhel3.9-32

Re: [Autotest] Autotest: Unattended_install testcase always fail with rhel3.9-32 guest

2010-04-16 Thread David S. Ahern
On 04/14/2010 08:01 AM, Lucas Meneghel Rodrigues wrote: > On Wed, Apr 14, 2010 at 10:26 AM, Amos Kong wrote: >> Hi Lucas, >> >> When I execute unattended_install testcases on RHEL-5.5, it always fail when >> using rhel3.9-32 guest. >> I found it blocked after packages installation. Is it relate

Re: [Autotest] Autotest: Unattended_install testcase always fail with rhel3.9-32 guest

2010-04-14 Thread Lucas Meneghel Rodrigues
On Wed, Apr 14, 2010 at 11:01 AM, Lucas Meneghel Rodrigues wrote: > On Wed, Apr 14, 2010 at 10:26 AM, Amos Kong wrote: >> Hi Lucas, >> >> When I execute unattended_install testcases on RHEL-5.5, it always fail when >> using rhel3.9-32 guest. >> I found it blocked after packages installation. Is

Re: [Autotest] Autotest: Unattended_install testcase always fail with rhel3.9-32 guest

2010-04-14 Thread Lucas Meneghel Rodrigues
On Wed, Apr 14, 2010 at 10:26 AM, Amos Kong wrote: > Hi Lucas, > > When I execute unattended_install testcases on RHEL-5.5, it always fail when > using rhel3.9-32 guest. > I found it blocked after packages installation. Is it related that rhel39-32 > guest don't support acpi ? I've hit this pro