From: "Murillo F. Bernardes" <mfb@br.ibm.com>
To: xen-devel@lists.xensource.com
Subject: Unexpected error: httplib.BadStatusLine on create tests
Date: Tue, 22 Nov 2005 16:04:31 -0200 [thread overview]
Message-ID: <200511221604.31613.mfb@br.ibm.com> (raw)
For a long time I can't run xm-test completely because of that error. After
this happen xend dies and i get only connection refused.
It use to be always on create tests, but not always in the same test.
Any ideas?
--
*** Test 10_create_fastdestroy started at Tue Nov 22 17:51:59 2005 UTC
[dom0] Running `xm create /dev/null ramdisk=../../ramdisk/initrd.img
kernel=/boot/vmlinuz-2.6.12.6-xenU name=testdomain nic
s=0 vcpus=1 memory=64 root=/dev/ram0'
Using config file "/dev/null".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /dev/null ramdisk=../../ramdisk/initrd.img
kernel=/boot/vmlinuz-2.6.12.6-xenU name=testdomain nic
s=0 vcpus=1 memory=64 root=/dev/ram0'
Using config file "/dev/null".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /dev/null ramdisk=../../ramdisk/initrd.img
kernel=/boot/vmlinuz-2.6.12.6-xenU name=testdomain nic
s=0 vcpus=1 memory=64 root=/dev/ram0'
Using config file "/dev/null".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /dev/null ramdisk=../../ramdisk/initrd.img
kernel=/boot/vmlinuz-2.6.12.6-xenU name=testdomain nic
s=0 vcpus=1 memory=64 root=/dev/ram0'
Using config file "/dev/null".
Started domain testdomain
[dom0] Running `xm destroy testdomain'
[dom0] Running `xm create /dev/null ramdisk=../../ramdisk/initrd.img
kernel=/boot/vmlinuz-2.6.12.6-xenU name=testdomain nics=0 vcpus=1 memory=64
root=/dev/ram0'
Using config file "/dev/null".
Unexpected error: httplib.BadStatusLine
Please report to xen-devel@lists.xensource.com
Traceback (most recent call last):
File "/usr/sbin/xm", line 10, in ?
main.main(sys.argv)
File
"/home/root/xen-hg/xen-unstable.hg/dist/install/usr/lib/python/xen/xm/main.py",
line 875, in main
rc = cmd(args)
File "<string>", line 1, in <lambda>
File
"/home/root/xen-hg/xen-unstable.hg/dist/install/usr/lib/python/xen/xm/main.py",
line 507, in xm_subcommand
cmd.main(["bogus"] + args)
File
"/home/root/xen-hg/xen-unstable.hg/dist/install/usr/lib/python/xen/xm/create.py",
line 932, in main
dom = make_domain(opts, config)
File
"/home/root/xen-hg/xen-unstable.hg/dist/install/usr/lib/python/xen/xm/create.py",
line 810, in make_domain
dominfo = server.xend_domain_create(config)
File
"/home/root/xen-hg/xen-unstable.hg/dist/install/usr/lib/python/xen/xend/XendClient.py",
line 207, in xend_domain_create
{'op' : 'create',
File
"/home/root/xen-hg/xen-unstable.hg/dist/install/usr/lib/python/xen/xend/XendClient.py",
line 153, in xendPost
return self.client.xendPost(url, data)
File
"/home/root/xen-hg/xen-unstable.hg/dist/install/usr/lib/python/xen/xend/XendProtocol.py",
line 101, in xendPost
return self.xendRequest(url, "POST", args)
File
"/home/root/xen-hg/xen-unstable.hg/dist/install/usr/lib/python/xen/xend/XendProtocol.py",
line 172, in xendRequest
resp = conn.getresponse()
File "/usr/lib/python2.3/httplib.py", line 781, in getresponse
response.begin()
File "/usr/lib/python2.3/httplib.py", line 273, in begin
version, status, reason = self._read_status()
File "/usr/lib/python2.3/httplib.py", line 237, in _read_status
raise BadStatusLine(line)
httplib.BadStatusLine
--
Murillo Fernandes Bernardes
IBM Linux Technology Center
next reply other threads:[~2005-11-22 18:04 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-11-22 18:04 Murillo F. Bernardes [this message]
2005-11-22 18:11 ` Unexpected error: httplib.BadStatusLine on create tests Ewan Mellor
2005-11-22 18:27 ` Murillo Bernardes
-- strict thread matches above, loose matches on Subject: below --
2005-11-22 18:12 Petersson, Mats
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200511221604.31613.mfb@br.ibm.com \
--to=mfb@br.ibm.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.