All of lore.kernel.org
 help / color / mirror / Atom feed
* xend silently fails to start (but it starts xfrd), no error in xend.log
@ 2005-02-09  4:08 Kero-Chan
  2005-02-09  5:20 ` Matt Ayres
  0 siblings, 1 reply; 6+ messages in thread
From: Kero-Chan @ 2005-02-09  4:08 UTC (permalink / raw)
  To: xen-devel

xend silently fails to start (but it starts xfrd), no error in xend.log

# xend start
# pgrep -l xend
#
# pgrep -l x
3127 xfrd
# ls -d /proc/xen
/proc/xen/
#

It worked before. I upgraded py2.3.4 to py2.4, downloaded a new
xen2.0-testing snapshot, and did make install-twisted && make world &&
make install
What am I missing?

--


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: xend silently fails to start (but it starts xfrd), no error in xend.log
  2005-02-09  4:08 xend silently fails to start (but it starts xfrd), no error in xend.log Kero-Chan
@ 2005-02-09  5:20 ` Matt Ayres
  2005-02-09 18:00   ` Adam Sulmicki
  0 siblings, 1 reply; 6+ messages in thread
From: Matt Ayres @ 2005-02-09  5:20 UTC (permalink / raw)
  To: Kero-Chan; +Cc: xen-devel



On Tue, 2005-02-08 at 23:08 -0500, Kero-Chan wrote:
> xend silently fails to start (but it starts xfrd), no error in xend.log
> 
> # xend start
> # pgrep -l xend
> #
> # pgrep -l x
> 3127 xfrd
> # ls -d /proc/xen
> /proc/xen/
> #
> 
> It worked before. I upgraded py2.3.4 to py2.4, downloaded a new
> xen2.0-testing snapshot, and did make install-twisted && make world &&
> make install
> What am I missing?
> 


Just to add fuel to the fire, i've experienced the exact same thing.
Haven't been able to trace it down.  Xend will start and run fine, but
it seems after a few hours, but before 24 hours xend dies and the same
thing happens (xfrd starts, but xend doesn't)



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: xend silently fails to start (but it starts xfrd), no error in xend.log
  2005-02-09  5:20 ` Matt Ayres
@ 2005-02-09 18:00   ` Adam Sulmicki
  2005-02-10  0:33     ` Kero-Chan
  0 siblings, 1 reply; 6+ messages in thread
From: Adam Sulmicki @ 2005-02-09 18:00 UTC (permalink / raw)
  To: Matt Ayres; +Cc: Kero-Chan, xen-devel

>> xend silently fails to start (but it starts xfrd), no error in xend.log
>>
>> # xend start
>> # pgrep -l xend
>> #
>> # pgrep -l x
>> 3127 xfrd
>> # ls -d /proc/xen
>> /proc/xen/
>> #
>>
>> It worked before. I upgraded py2.3.4 to py2.4, downloaded a new
>> xen2.0-testing snapshot, and did make install-twisted && make world &&
>> make install
>> What am I missing?
>>
>
>
> Just to add fuel to the fire, i've experienced the exact same thing.
> Haven't been able to trace it down.  Xend will start and run fine, but
> it seems after a few hours, but before 24 hours xend dies and the same
> thing happens (xfrd starts, but xend doesn't)

there could be many causes. in my case it was because I changed the line 
in /etc/hosts from

 	127.0.0.1       localhost.localdomain

to

 	127.0.0.1	mtdew-lo

reverting change back fixed it.

it probably not case for you, but just fyi.


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: xend silently fails to start (but it starts xfrd), no error in xend.log
  2005-02-09 18:00   ` Adam Sulmicki
@ 2005-02-10  0:33     ` Kero-Chan
  2005-02-12  5:20       ` Kero-Chan
  0 siblings, 1 reply; 6+ messages in thread
From: Kero-Chan @ 2005-02-10  0:33 UTC (permalink / raw)
  To: xen-devel; +Cc: Matt Ayres, Adam Sulmicki

> > Just to add fuel to the fire, i've experienced the exact same thing.
> > Haven't been able to trace it down.  Xend will start and run fine, but
> > it seems after a few hours, but before 24 hours xend dies and the same
> > thing happens (xfrd starts, but xend doesn't)

xend fails to start even right after boot

> there could be many causes. in my case it was because I changed the line
> in /etc/hosts from
>         127.0.0.1       localhost.localdomain
> to
>         127.0.0.1       mtdew-lo
> reverting change back fixed it.
> 
> it probably not case for you, but just fyi.

I tried removing all 127.0.0.1 entries from /etc/hosts except
'127.0.0.1 localhost' but doesn't seem to affect xend. :(

Here is what I get:

Script started on Thu 10 Feb 2005 01:09:12 AM CET
root@x:~# python -v `which xend` start
# installing zipimport hook
import zipimport # builtin
# installed zipimport hook
# /usr/lib/python2.4/site.pyc matches /usr/lib/python2.4/site.py
import site # precompiled from /usr/lib/python2.4/site.pyc
# /usr/lib/python2.4/os.pyc matches /usr/lib/python2.4/os.py
import os # precompiled from /usr/lib/python2.4/os.pyc
import posix # builtin
# /usr/lib/python2.4/posixpath.pyc matches /usr/lib/python2.4/posixpath.py
import posixpath # precompiled from /usr/lib/python2.4/posixpath.pyc
# /usr/lib/python2.4/stat.pyc matches /usr/lib/python2.4/stat.py
import stat # precompiled from /usr/lib/python2.4/stat.pyc
# /usr/lib/python2.4/UserDict.pyc matches /usr/lib/python2.4/UserDict.py
import UserDict # precompiled from /usr/lib/python2.4/UserDict.pyc
# /usr/lib/python2.4/copy_reg.pyc matches /usr/lib/python2.4/copy_reg.py
import copy_reg # precompiled from /usr/lib/python2.4/copy_reg.pyc
# /usr/lib/python2.4/types.pyc matches /usr/lib/python2.4/types.py
import types # precompiled from /usr/lib/python2.4/types.pyc
# /usr/lib/python2.4/warnings.pyc matches /usr/lib/python2.4/warnings.py
import warnings # precompiled from /usr/lib/python2.4/warnings.pyc
# /usr/lib/python2.4/linecache.pyc matches /usr/lib/python2.4/linecache.py
import linecache # precompiled from /usr/lib/python2.4/linecache.pyc
import encodings # directory /usr/lib/python2.4/encodings
# /usr/lib/python2.4/encodings/__init__.pyc matches
/usr/lib/python2.4/encodings/__init__.py
import encodings # precompiled from /usr/lib/python2.4/encodings/__init__.pyc
# /usr/lib/python2.4/codecs.pyc matches /usr/lib/python2.4/codecs.py
import codecs # precompiled from /usr/lib/python2.4/codecs.pyc
import _codecs # builtin
# /usr/lib/python2.4/encodings/aliases.pyc matches
/usr/lib/python2.4/encodings/aliases.py
import encodings.aliases # precompiled from
/usr/lib/python2.4/encodings/aliases.pyc
# /usr/lib/python2.4/encodings/latin_1.pyc matches
/usr/lib/python2.4/encodings/latin_1.py
import encodings.latin_1 # precompiled from
/usr/lib/python2.4/encodings/latin_1.pyc
Python 2.4 (#1, Jan  1 2005, 21:33:55) 
[GCC 3.3.4] on linux2
Type "help", "copyright", "credits" or "license" for more information.
import xen # directory /usr/lib/python/xen
# /usr/lib/python/xen/__init__.pyc matches /usr/lib/python/xen/__init__.py
import xen # precompiled from /usr/lib/python/xen/__init__.pyc
import xen.xend # directory /usr/lib/python/xen/xend
# /usr/lib/python/xen/xend/__init__.pyc matches
/usr/lib/python/xen/xend/__init__.py
import xen.xend # precompiled from /usr/lib/python/xen/xend/__init__.pyc
import xen.xend.server # directory /usr/lib/python/xen/xend/server
# /usr/lib/python/xen/xend/server/__init__.pyc matches
/usr/lib/python/xen/xend/server/__init__.py
import xen.xend.server # precompiled from
/usr/lib/python/xen/xend/server/__init__.pyc
# /usr/lib/python/xen/xend/server/SrvDaemon.pyc matches
/usr/lib/python/xen/xend/server/SrvDaemon.py
import xen.xend.server.SrvDaemon # precompiled from
/usr/lib/python/xen/xend/server/SrvDaemon.pyc
# /usr/lib/python/threading.pyc matches /usr/lib/python/threading.py
import threading # precompiled from /usr/lib/python/threading.pyc
import thread # builtin
dlopen("/usr/lib/python2.4/lib-dynload/time.so", 2);
import time # dynamically loaded from /usr/lib/python2.4/lib-dynload/time.so
# /usr/lib/python/traceback.pyc matches /usr/lib/python/traceback.py
import traceback # precompiled from /usr/lib/python/traceback.pyc
dlopen("/usr/lib/python2.4/lib-dynload/collections.so", 2);
import collections # dynamically loaded from
/usr/lib/python2.4/lib-dynload/collections.so
# /usr/lib/python/atexit.pyc matches /usr/lib/python/atexit.py
import atexit # precompiled from /usr/lib/python/atexit.pyc
# /usr/lib/python/socket.pyc matches /usr/lib/python/socket.py
import socket # precompiled from /usr/lib/python/socket.pyc
dlopen("/usr/lib/python2.4/lib-dynload/_socket.so", 2);
import _socket # dynamically loaded from
/usr/lib/python2.4/lib-dynload/_socket.so
dlopen("/usr/lib/python2.4/lib-dynload/_ssl.so", 2);
import _ssl # dynamically loaded from /usr/lib/python2.4/lib-dynload/_ssl.so
import errno # builtin
dlopen("/usr/lib/python2.4/lib-dynload/pwd.so", 2);
import pwd # dynamically loaded from /usr/lib/python2.4/lib-dynload/pwd.so
# /usr/lib/python/re.pyc matches /usr/lib/python/re.py
import re # precompiled from /usr/lib/python/re.pyc
# /usr/lib/python/sre.pyc matches /usr/lib/python/sre.py
import sre # precompiled from /usr/lib/python/sre.pyc
# /usr/lib/python/sre_compile.pyc matches /usr/lib/python/sre_compile.py
import sre_compile # precompiled from /usr/lib/python/sre_compile.pyc
import _sre # builtin
# /usr/lib/python/sre_constants.pyc matches /usr/lib/python/sre_constants.py
import sre_constants # precompiled from /usr/lib/python/sre_constants.pyc
# /usr/lib/python/sre_parse.pyc matches /usr/lib/python/sre_parse.py
import sre_parse # precompiled from /usr/lib/python/sre_parse.pyc
# /usr/lib/python/StringIO.pyc matches /usr/lib/python/StringIO.py
import StringIO # precompiled from /usr/lib/python/StringIO.pyc
import twisted # directory /usr/lib/python2.4/site-packages/twisted
# /usr/lib/python2.4/site-packages/twisted/__init__.pyc matches
/usr/lib/python2.4/site-packages/twisted/__init__.py
import twisted # precompiled from
/usr/lib/python2.4/site-packages/twisted/__init__.pyc
import twisted.python # directory
/usr/lib/python2.4/site-packages/twisted/python
# /usr/lib/python2.4/site-packages/twisted/python/__init__.pyc matches
/usr/lib/python2.4/site-packages/twisted/python/__init__.py
import twisted.python # precompiled from
/usr/lib/python2.4/site-packages/twisted/python/__init__.pyc
# /usr/lib/python2.4/site-packages/twisted/python/compat.pyc matches
/usr/lib/python2.4/site-packages/twisted/python/compat.py
import twisted.python.compat # precompiled from
/usr/lib/python2.4/site-packages/twisted/python/compat.pyc
dlopen("/usr/lib/python2.4/lib-dynload/struct.so", 2);
import struct # dynamically loaded from /usr/lib/python2.4/lib-dynload/struct.so
import twisted.internet # directory
/usr/lib/python2.4/site-packages/twisted/internet
# /usr/lib/python2.4/site-packages/twisted/internet/__init__.pyc
matches /usr/lib/python2.4/site-packages/twisted/internet/__init__.py
import twisted.internet # precompiled from
/usr/lib/python2.4/site-packages/twisted/internet/__init__.pyc
# /usr/lib/python2.4/site-packages/twisted/internet/pollreactor.pyc
matches /usr/lib/python2.4/site-packages/twisted/internet/pollreactor.py
import twisted.internet.pollreactor # precompiled from
/usr/lib/python2.4/site-packages/twisted/internet/pollreactor.pyc
dlopen("/usr/lib/python2.4/lib-dynload/select.so", 2);
import select # dynamically loaded from /usr/lib/python2.4/lib-dynload/select.so
# /usr/lib/python2.4/site-packages/twisted/python/log.pyc matches
/usr/lib/python2.4/site-packages/twisted/python/log.py
import twisted.python.log # precompiled from
/usr/lib/python2.4/site-packages/twisted/python/log.pyc
dlopen("/usr/lib/python2.4/lib-dynload/cStringIO.so", 2);
import cStringIO # dynamically loaded from
/usr/lib/python2.4/lib-dynload/cStringIO.so
# /usr/lib/python2.4/site-packages/twisted/python/threadable.pyc
matches /usr/lib/python2.4/site-packages/twisted/python/threadable.py
import twisted.python.threadable # precompiled from
/usr/lib/python2.4/site-packages/twisted/python/threadable.pyc
# /usr/lib/python2.4/site-packages/twisted/python/failure.pyc matches
/usr/lib/python2.4/site-packages/twisted/python/failure.py
import twisted.python.failure # precompiled from
/usr/lib/python2.4/site-packages/twisted/python/failure.pyc
# /usr/lib/python/string.pyc matches /usr/lib/python/string.py
import string # precompiled from /usr/lib/python/string.pyc
dlopen("/usr/lib/python2.4/lib-dynload/strop.so", 2);
import strop # dynamically loaded from /usr/lib/python2.4/lib-dynload/strop.so
# /usr/lib/python/inspect.pyc matches /usr/lib/python/inspect.py
import inspect # precompiled from /usr/lib/python/inspect.pyc
# /usr/lib/python/dis.pyc matches /usr/lib/python/dis.py
import dis # precompiled from /usr/lib/python/dis.pyc
# /usr/lib/python/opcode.pyc matches /usr/lib/python/opcode.py
import opcode # precompiled from /usr/lib/python/opcode.pyc
import imp # builtin
# /usr/lib/python/tokenize.pyc matches /usr/lib/python/tokenize.py
import tokenize # precompiled from /usr/lib/python/tokenize.pyc
# /usr/lib/python/token.pyc matches /usr/lib/python/token.py
import token # precompiled from /usr/lib/python/token.pyc
# /usr/lib/python2.4/site-packages/twisted/python/reflect.pyc matches
/usr/lib/python2.4/site-packages/twisted/python/reflect.py
import twisted.python.reflect # precompiled from
/usr/lib/python2.4/site-packages/twisted/python/reflect.pyc
# /usr/lib/python/__future__.pyc matches /usr/lib/python/__future__.py
import __future__ # precompiled from /usr/lib/python/__future__.pyc
# /usr/lib/python/pickle.pyc matches /usr/lib/python/pickle.py
import pickle # precompiled from /usr/lib/python/pickle.pyc
import marshal # builtin
dlopen("/usr/lib/python2.4/lib-dynload/binascii.so", 2);
import binascii # dynamically loaded from
/usr/lib/python2.4/lib-dynload/binascii.so
# /usr/lib/python/new.pyc matches /usr/lib/python/new.py
import new # precompiled from /usr/lib/python/new.pyc
# /usr/lib/python/weakref.pyc matches /usr/lib/python/weakref.py
import weakref # precompiled from /usr/lib/python/weakref.pyc
dlopen("/usr/lib/python2.4/lib-dynload/_weakref.so", 2);
import _weakref # dynamically loaded from
/usr/lib/python2.4/lib-dynload/_weakref.so
import gc # builtin
# /usr/lib/python2.4/site-packages/twisted/python/context.pyc matches
/usr/lib/python2.4/site-packages/twisted/python/context.py
import twisted.python.context # precompiled from
/usr/lib/python2.4/site-packages/twisted/python/context.pyc
# /usr/lib/python2.4/site-packages/twisted/internet/main.pyc matches
/usr/lib/python2.4/site-packages/twisted/internet/main.py
import twisted.internet.main # precompiled from
/usr/lib/python2.4/site-packages/twisted/internet/main.pyc
# /usr/lib/python2.4/site-packages/twisted/python/runtime.pyc matches
/usr/lib/python2.4/site-packages/twisted/python/runtime.py
import twisted.python.runtime # precompiled from
/usr/lib/python2.4/site-packages/twisted/python/runtime.pyc
import twisted.persisted # directory
/usr/lib/python2.4/site-packages/twisted/persisted
# /usr/lib/python2.4/site-packages/twisted/persisted/__init__.pyc
matches /usr/lib/python2.4/site-packages/twisted/persisted/__init__.py
import twisted.persisted # precompiled from
/usr/lib/python2.4/site-packages/twisted/persisted/__init__.pyc
# /usr/lib/python2.4/site-packages/twisted/persisted/styles.pyc
matches /usr/lib/python2.4/site-packages/twisted/persisted/styles.py
import twisted.persisted.styles # precompiled from
/usr/lib/python2.4/site-packages/twisted/persisted/styles.pyc
# /usr/lib/python/copy.pyc matches /usr/lib/python/copy.py
import copy # precompiled from /usr/lib/python/copy.pyc
# /usr/lib/python2.4/site-packages/twisted/python/components.pyc
matches /usr/lib/python2.4/site-packages/twisted/python/components.py
import twisted.python.components # precompiled from
/usr/lib/python2.4/site-packages/twisted/python/components.pyc
# /usr/lib/python2.4/site-packages/twisted/python/util.pyc matches
/usr/lib/python2.4/site-packages/twisted/python/util.py
import twisted.python.util # precompiled from
/usr/lib/python2.4/site-packages/twisted/python/util.pyc
# /usr/lib/python/hmac.pyc matches /usr/lib/python/hmac.py
import hmac # precompiled from /usr/lib/python/hmac.pyc
dlopen("/usr/lib/python2.4/lib-dynload/grp.so", 2);
import grp # dynamically loaded from /usr/lib/python2.4/lib-dynload/grp.so
# /usr/lib/python2.4/site-packages/twisted/internet/interfaces.pyc
matches /usr/lib/python2.4/site-packages/twisted/internet/interfaces.py
import twisted.internet.interfaces # precompiled from
/usr/lib/python2.4/site-packages/twisted/internet/interfaces.pyc
# /usr/lib/python2.4/site-packages/twisted/internet/error.pyc matches
/usr/lib/python2.4/site-packages/twisted/internet/error.py
import twisted.internet.error # precompiled from
/usr/lib/python2.4/site-packages/twisted/internet/error.pyc
# /usr/lib/python2.4/site-packages/twisted/internet/default.pyc
matches /usr/lib/python2.4/site-packages/twisted/internet/default.py
import twisted.internet.default # precompiled from
/usr/lib/python2.4/site-packages/twisted/internet/default.pyc
# /usr/lib/python/bisect.pyc matches /usr/lib/python/bisect.py
import bisect # precompiled from /usr/lib/python/bisect.pyc
dlopen("/usr/lib/python2.4/lib-dynload/_bisect.so", 2);
import _bisect # dynamically loaded from
/usr/lib/python2.4/lib-dynload/_bisect.so
# /usr/lib/python2.4/site-packages/twisted/internet/protocol.pyc
matches /usr/lib/python2.4/site-packages/twisted/internet/protocol.py
import twisted.internet.protocol # precompiled from
/usr/lib/python2.4/site-packages/twisted/internet/protocol.pyc
# /usr/lib/python/random.pyc matches /usr/lib/python/random.py
import random # precompiled from /usr/lib/python/random.pyc
dlopen("/usr/lib/python2.4/lib-dynload/math.so", 2);
import math # dynamically loaded from /usr/lib/python2.4/lib-dynload/math.so
dlopen("/usr/lib/python2.4/lib-dynload/_random.so", 2);
import _random # dynamically loaded from
/usr/lib/python2.4/lib-dynload/_random.so
# /usr/lib/python2.4/site-packages/twisted/internet/defer.pyc matches
/usr/lib/python2.4/site-packages/twisted/internet/defer.py
import twisted.internet.defer # precompiled from
/usr/lib/python2.4/site-packages/twisted/internet/defer.pyc
# /usr/lib/python2.4/site-packages/twisted/internet/tcp.pyc matches
/usr/lib/python2.4/site-packages/twisted/internet/tcp.py
import twisted.internet.tcp # precompiled from
/usr/lib/python2.4/site-packages/twisted/internet/tcp.pyc
dlopen("/usr/lib/python2.4/lib-dynload/operator.so", 2);
import operator # dynamically loaded from
/usr/lib/python2.4/lib-dynload/operator.so
dlopen("/usr/lib/python2.4/lib-dynload/fcntl.so", 2);
import fcntl # dynamically loaded from /usr/lib/python2.4/lib-dynload/fcntl.so
# /usr/lib/python2.4/site-packages/twisted/internet/base.pyc matches
/usr/lib/python2.4/site-packages/twisted/internet/base.py
import twisted.internet.base # precompiled from
/usr/lib/python2.4/site-packages/twisted/internet/base.pyc
# /usr/lib/python2.4/site-packages/twisted/internet/abstract.pyc
matches /usr/lib/python2.4/site-packages/twisted/internet/abstract.py
import twisted.internet.abstract # precompiled from
/usr/lib/python2.4/site-packages/twisted/internet/abstract.pyc
# /usr/lib/python2.4/site-packages/twisted/internet/address.pyc
matches /usr/lib/python2.4/site-packages/twisted/internet/address.py
import twisted.internet.address # precompiled from
/usr/lib/python2.4/site-packages/twisted/internet/address.pyc
# /usr/lib/python2.4/site-packages/twisted/internet/udp.pyc matches
/usr/lib/python2.4/site-packages/twisted/internet/udp.py
import twisted.internet.udp # precompiled from
/usr/lib/python2.4/site-packages/twisted/internet/udp.pyc
# /usr/lib/python2.4/site-packages/twisted/internet/ssl.pyc matches
/usr/lib/python2.4/site-packages/twisted/internet/ssl.py
import twisted.internet.ssl # precompiled from
/usr/lib/python2.4/site-packages/twisted/internet/ssl.pyc
# /usr/lib/python2.4/site-packages/twisted/internet/unix.pyc matches
/usr/lib/python2.4/site-packages/twisted/internet/unix.py
import twisted.internet.unix # precompiled from
/usr/lib/python2.4/site-packages/twisted/internet/unix.pyc
# /usr/lib/python2.4/site-packages/twisted/python/lockfile.pyc matches
/usr/lib/python2.4/site-packages/twisted/python/lockfile.py
import twisted.python.lockfile # precompiled from
/usr/lib/python2.4/site-packages/twisted/python/lockfile.pyc
# /usr/lib/python2.4/site-packages/twisted/internet/process.pyc
matches /usr/lib/python2.4/site-packages/twisted/internet/process.py
import twisted.internet.process # precompiled from
/usr/lib/python2.4/site-packages/twisted/internet/process.pyc
# /usr/lib/python/pty.pyc matches /usr/lib/python/pty.py
import pty # precompiled from /usr/lib/python/pty.pyc
# /usr/lib/python/tty.pyc matches /usr/lib/python/tty.py
import tty # precompiled from /usr/lib/python/tty.pyc
dlopen("/usr/lib/python2.4/lib-dynload/termios.so", 2);
import termios # dynamically loaded from
/usr/lib/python2.4/lib-dynload/termios.so
# /usr/lib/python2.4/site-packages/twisted/internet/fdesc.pyc matches
/usr/lib/python2.4/site-packages/twisted/internet/fdesc.py
import twisted.internet.fdesc # precompiled from
/usr/lib/python2.4/site-packages/twisted/internet/fdesc.pyc
import xen.lowlevel # directory /usr/lib/python/xen/lowlevel
# /usr/lib/python/xen/lowlevel/__init__.pyc matches
/usr/lib/python/xen/lowlevel/__init__.py
import xen.lowlevel # precompiled from /usr/lib/python/xen/lowlevel/__init__.pyc
dlopen("/usr/lib/python/xen/lowlevel/xu.so", 2);
import xen.lowlevel.xu # dynamically loaded from
/usr/lib/python/xen/lowlevel/xu.so
# /usr/lib/python/xen/xend/sxp.pyc matches /usr/lib/python/xen/xend/sxp.py
import xen.xend.sxp # precompiled from /usr/lib/python/xen/xend/sxp.pyc
import xen.util # directory /usr/lib/python/xen/util
# /usr/lib/python/xen/util/__init__.pyc matches
/usr/lib/python/xen/util/__init__.py
import xen.util # precompiled from /usr/lib/python/xen/util/__init__.pyc
# /usr/lib/python/xen/util/ip.pyc matches /usr/lib/python/xen/util/ip.py
import xen.util.ip # precompiled from /usr/lib/python/xen/util/ip.pyc
# /usr/lib/python/xen/xend/PrettyPrint.pyc matches
/usr/lib/python/xen/xend/PrettyPrint.py
import xen.xend.PrettyPrint # precompiled from
/usr/lib/python/xen/xend/PrettyPrint.pyc
# /usr/lib/python/xen/xend/EventServer.pyc matches
/usr/lib/python/xen/xend/EventServer.py
import xen.xend.EventServer # precompiled from
/usr/lib/python/xen/xend/EventServer.pyc
# /usr/lib/python/xen/xend/XendError.pyc matches
/usr/lib/python/xen/xend/XendError.py
import xen.xend.XendError # precompiled from
/usr/lib/python/xen/xend/XendError.pyc
# /usr/lib/python/xen/xend/server/SrvServer.pyc matches
/usr/lib/python/xen/xend/server/SrvServer.py
import xen.xend.server.SrvServer # precompiled from
/usr/lib/python/xen/xend/server/SrvServer.pyc
import twisted.web # directory /usr/lib/python2.4/site-packages/twisted/web
# /usr/lib/python2.4/site-packages/twisted/web/__init__.pyc matches
/usr/lib/python2.4/site-packages/twisted/web/__init__.py
import twisted.web # precompiled from
/usr/lib/python2.4/site-packages/twisted/web/__init__.pyc
# /usr/lib/python2.4/site-packages/twisted/web/server.pyc matches
/usr/lib/python2.4/site-packages/twisted/web/server.py
import twisted.web.server # precompiled from
/usr/lib/python2.4/site-packages/twisted/web/server.pyc
# /usr/lib/python/base64.pyc matches /usr/lib/python/base64.py
import base64 # precompiled from /usr/lib/python/base64.pyc
# /usr/lib/python/cgi.pyc matches /usr/lib/python/cgi.py
import cgi # precompiled from /usr/lib/python/cgi.pyc
# /usr/lib/python/urllib.pyc matches /usr/lib/python/urllib.py
import urllib # precompiled from /usr/lib/python/urllib.pyc
# /usr/lib/python/urlparse.pyc matches /usr/lib/python/urlparse.py
import urlparse # precompiled from /usr/lib/python/urlparse.pyc
# /usr/lib/python/mimetools.pyc matches /usr/lib/python/mimetools.py
import mimetools # precompiled from /usr/lib/python/mimetools.pyc
# /usr/lib/python/rfc822.pyc matches /usr/lib/python/rfc822.py
import rfc822 # precompiled from /usr/lib/python/rfc822.pyc
# /usr/lib/python/tempfile.pyc matches /usr/lib/python/tempfile.py
import tempfile # precompiled from /usr/lib/python/tempfile.pyc
import twisted.protocols # directory
/usr/lib/python2.4/site-packages/twisted/protocols
# /usr/lib/python2.4/site-packages/twisted/protocols/__init__.pyc
matches /usr/lib/python2.4/site-packages/twisted/protocols/__init__.py
import twisted.protocols # precompiled from
/usr/lib/python2.4/site-packages/twisted/protocols/__init__.pyc
dlopen("/usr/lib/python2.4/site-packages/twisted/protocols/_c_urlarg.so", 2);
import twisted.protocols._c_urlarg # dynamically loaded from
/usr/lib/python2.4/site-packages/twisted/protocols/_c_urlarg.so
import twisted.spread # directory
/usr/lib/python2.4/site-packages/twisted/spread
# /usr/lib/python2.4/site-packages/twisted/spread/__init__.pyc matches
/usr/lib/python2.4/site-packages/twisted/spread/__init__.py
import twisted.spread # precompiled from
/usr/lib/python2.4/site-packages/twisted/spread/__init__.pyc
# /usr/lib/python2.4/site-packages/twisted/spread/pb.pyc matches
/usr/lib/python2.4/site-packages/twisted/spread/pb.py
import twisted.spread.pb # precompiled from
/usr/lib/python2.4/site-packages/twisted/spread/pb.pyc
import twisted.cred # directory /usr/lib/python2.4/site-packages/twisted/cred
# /usr/lib/python2.4/site-packages/twisted/cred/__init__.pyc matches
/usr/lib/python2.4/site-packages/twisted/cred/__init__.py
import twisted.cred # precompiled from
/usr/lib/python2.4/site-packages/twisted/cred/__init__.pyc
# /usr/lib/python2.4/site-packages/twisted/cred/authorizer.pyc matches
/usr/lib/python2.4/site-packages/twisted/cred/authorizer.py
import twisted.cred.authorizer # precompiled from
/usr/lib/python2.4/site-packages/twisted/cred/authorizer.pyc
# /usr/lib/python2.4/site-packages/twisted/cred/identity.pyc matches
/usr/lib/python2.4/site-packages/twisted/cred/identity.py
import twisted.cred.identity # precompiled from
/usr/lib/python2.4/site-packages/twisted/cred/identity.pyc
dlopen("/usr/lib/python2.4/lib-dynload/md5.so", 2);
import md5 # dynamically loaded from /usr/lib/python2.4/lib-dynload/md5.so
# /usr/lib/python2.4/site-packages/twisted/cred/util.pyc matches
/usr/lib/python2.4/site-packages/twisted/cred/util.py
import twisted.cred.util # precompiled from
/usr/lib/python2.4/site-packages/twisted/cred/util.pyc
# /usr/lib/python2.4/site-packages/twisted/cred/error.pyc matches
/usr/lib/python2.4/site-packages/twisted/cred/error.py
import twisted.cred.error # precompiled from
/usr/lib/python2.4/site-packages/twisted/cred/error.pyc
# /usr/lib/python2.4/site-packages/twisted/cred/service.pyc matches
/usr/lib/python2.4/site-packages/twisted/cred/service.py
import twisted.cred.service # precompiled from
/usr/lib/python2.4/site-packages/twisted/cred/service.pyc
# /usr/lib/python2.4/site-packages/twisted/internet/app.pyc matches
/usr/lib/python2.4/site-packages/twisted/internet/app.py
import twisted.internet.app # precompiled from
/usr/lib/python2.4/site-packages/twisted/internet/app.pyc
dlopen("/usr/lib/python2.4/lib-dynload/cPickle.so", 2);
import cPickle # dynamically loaded from
/usr/lib/python2.4/lib-dynload/cPickle.so
# /usr/lib/python2.4/site-packages/twisted/cred/perspective.pyc
matches /usr/lib/python2.4/site-packages/twisted/cred/perspective.py
import twisted.cred.perspective # precompiled from
/usr/lib/python2.4/site-packages/twisted/cred/perspective.pyc
# /usr/lib/python2.4/site-packages/twisted/cred/portal.pyc matches
/usr/lib/python2.4/site-packages/twisted/cred/portal.py
import twisted.cred.portal # precompiled from
/usr/lib/python2.4/site-packages/twisted/cred/portal.pyc
# /usr/lib/python2.4/site-packages/twisted/spread/interfaces.pyc
matches /usr/lib/python2.4/site-packages/twisted/spread/interfaces.py
import twisted.spread.interfaces # precompiled from
/usr/lib/python2.4/site-packages/twisted/spread/interfaces.pyc
# /usr/lib/python2.4/site-packages/twisted/spread/jelly.pyc matches
/usr/lib/python2.4/site-packages/twisted/spread/jelly.py
import twisted.spread.jelly # precompiled from
/usr/lib/python2.4/site-packages/twisted/spread/jelly.pyc
# /usr/lib/python2.4/site-packages/twisted/persisted/crefutil.pyc
matches /usr/lib/python2.4/site-packages/twisted/persisted/crefutil.py
import twisted.persisted.crefutil # precompiled from
/usr/lib/python2.4/site-packages/twisted/persisted/crefutil.pyc
# /usr/lib/python2.4/site-packages/twisted/spread/banana.pyc matches
/usr/lib/python2.4/site-packages/twisted/spread/banana.py
import twisted.spread.banana # precompiled from
/usr/lib/python2.4/site-packages/twisted/spread/banana.pyc
dlopen("/usr/lib/python2.4/site-packages/twisted/spread/cBanana.so", 2);
import twisted.spread.cBanana # dynamically loaded from
/usr/lib/python2.4/site-packages/twisted/spread/cBanana.so
# /usr/lib/python2.4/site-packages/twisted/spread/flavors.pyc matches
/usr/lib/python2.4/site-packages/twisted/spread/flavors.py
import twisted.spread.flavors # precompiled from
/usr/lib/python2.4/site-packages/twisted/spread/flavors.pyc
# /usr/lib/python2.4/site-packages/twisted/cred/credentials.pyc
matches /usr/lib/python2.4/site-packages/twisted/cred/credentials.py
import twisted.cred.credentials # precompiled from
/usr/lib/python2.4/site-packages/twisted/cred/credentials.pyc
# /usr/lib/python2.4/site-packages/twisted/protocols/http.pyc matches
/usr/lib/python2.4/site-packages/twisted/protocols/http.py
import twisted.protocols.http # precompiled from
/usr/lib/python2.4/site-packages/twisted/protocols/http.pyc
# /usr/lib/python/calendar.pyc matches /usr/lib/python/calendar.py
import calendar # precompiled from /usr/lib/python/calendar.pyc
dlopen("/usr/lib/python2.4/lib-dynload/datetime.so", 2);
import datetime # dynamically loaded from
/usr/lib/python2.4/lib-dynload/datetime.so
# /usr/lib/python2.4/site-packages/twisted/protocols/basic.pyc matches
/usr/lib/python2.4/site-packages/twisted/protocols/basic.py
import twisted.protocols.basic # precompiled from
/usr/lib/python2.4/site-packages/twisted/protocols/basic.pyc
# /usr/lib/python2.4/site-packages/twisted/protocols/policies.pyc
matches /usr/lib/python2.4/site-packages/twisted/protocols/policies.py
import twisted.protocols.policies # precompiled from
/usr/lib/python2.4/site-packages/twisted/protocols/policies.pyc
# /usr/lib/python2.4/site-packages/twisted/python/roots.pyc matches
/usr/lib/python2.4/site-packages/twisted/python/roots.py
import twisted.python.roots # precompiled from
/usr/lib/python2.4/site-packages/twisted/python/roots.pyc
# /usr/lib/python2.4/site-packages/twisted/copyright.pyc matches
/usr/lib/python2.4/site-packages/twisted/copyright.py
import twisted.copyright # precompiled from
/usr/lib/python2.4/site-packages/twisted/copyright.pyc
# /usr/lib/python2.4/site-packages/twisted/web/error.pyc matches
/usr/lib/python2.4/site-packages/twisted/web/error.py
import twisted.web.error # precompiled from
/usr/lib/python2.4/site-packages/twisted/web/error.pyc
# /usr/lib/python2.4/site-packages/twisted/web/resource.pyc matches
/usr/lib/python2.4/site-packages/twisted/web/resource.py
import twisted.web.resource # precompiled from
/usr/lib/python2.4/site-packages/twisted/web/resource.pyc
# /usr/lib/python2.4/site-packages/twisted/web/util.pyc matches
/usr/lib/python2.4/site-packages/twisted/web/util.py
import twisted.web.util # precompiled from
/usr/lib/python2.4/site-packages/twisted/web/util.pyc
# /usr/lib/python2.4/site-packages/twisted/web/html.pyc matches
/usr/lib/python2.4/site-packages/twisted/web/html.py
import twisted.web.html # precompiled from
/usr/lib/python2.4/site-packages/twisted/web/html.pyc
# /usr/lib/python2.4/site-packages/twisted/web/microdom.pyc matches
/usr/lib/python2.4/site-packages/twisted/web/microdom.py
import twisted.web.microdom # precompiled from
/usr/lib/python2.4/site-packages/twisted/web/microdom.pyc
# /usr/lib/python2.4/site-packages/twisted/protocols/sux.pyc matches
/usr/lib/python2.4/site-packages/twisted/protocols/sux.py
import twisted.protocols.sux # precompiled from
/usr/lib/python2.4/site-packages/twisted/protocols/sux.pyc
# /usr/lib/python2.4/site-packages/twisted/python/urlpath.pyc matches
/usr/lib/python2.4/site-packages/twisted/python/urlpath.py
import twisted.python.urlpath # precompiled from
/usr/lib/python2.4/site-packages/twisted/python/urlpath.pyc
# /usr/lib/python2.4/site-packages/twisted/web/static.pyc matches
/usr/lib/python2.4/site-packages/twisted/web/static.py
import twisted.web.static # precompiled from
/usr/lib/python2.4/site-packages/twisted/web/static.pyc
# /usr/lib/python2.4/site-packages/twisted/python/filepath.pyc matches
/usr/lib/python2.4/site-packages/twisted/python/filepath.py
import twisted.python.filepath # precompiled from
/usr/lib/python2.4/site-packages/twisted/python/filepath.pyc
# /usr/lib/python/mimetypes.pyc matches /usr/lib/python/mimetypes.py
import mimetypes # precompiled from /usr/lib/python/mimetypes.pyc
# /usr/lib/python2.4/site-packages/twisted/web/script.pyc matches
/usr/lib/python2.4/site-packages/twisted/web/script.py
import twisted.web.script # precompiled from
/usr/lib/python2.4/site-packages/twisted/web/script.pyc
# /usr/lib/python/xen/xend/XendRoot.pyc matches
/usr/lib/python/xen/xend/XendRoot.py
import xen.xend.XendRoot # precompiled from
/usr/lib/python/xen/xend/XendRoot.pyc
# /usr/lib/python/xen/xend/XendLogging.pyc matches
/usr/lib/python/xen/xend/XendLogging.py
import xen.xend.XendLogging # precompiled from
/usr/lib/python/xen/xend/XendLogging.pyc
import logging # directory /usr/lib/python/logging
# /usr/lib/python/logging/__init__.pyc matches
/usr/lib/python/logging/__init__.py
import logging # precompiled from /usr/lib/python/logging/__init__.pyc
# /usr/lib/python/logging/handlers.pyc matches
/usr/lib/python/logging/handlers.py
import logging.handlers # precompiled from /usr/lib/python/logging/handlers.pyc
# /usr/lib/python/glob.pyc matches /usr/lib/python/glob.py
import glob # precompiled from /usr/lib/python/glob.pyc
# /usr/lib/python/fnmatch.pyc matches /usr/lib/python/fnmatch.py
import fnmatch # precompiled from /usr/lib/python/fnmatch.pyc
# /usr/lib/python/xen/xend/Vifctl.pyc matches /usr/lib/python/xen/xend/Vifctl.py
import xen.xend.Vifctl # precompiled from /usr/lib/python/xen/xend/Vifctl.pyc
# /usr/lib/python/xen/xend/server/SrvRoot.pyc matches
/usr/lib/python/xen/xend/server/SrvRoot.py
import xen.xend.server.SrvRoot # precompiled from
/usr/lib/python/xen/xend/server/SrvRoot.pyc
# /usr/lib/python/xen/xend/server/SrvDir.pyc matches
/usr/lib/python/xen/xend/server/SrvDir.py
import xen.xend.server.SrvDir # precompiled from
/usr/lib/python/xen/xend/server/SrvDir.pyc
# /usr/lib/python/xen/xend/server/SrvBase.pyc matches
/usr/lib/python/xen/xend/server/SrvBase.py
import xen.xend.server.SrvBase # precompiled from
/usr/lib/python/xen/xend/server/SrvBase.pyc
# /usr/lib/python/xen/xend/Args.pyc matches /usr/lib/python/xen/xend/Args.py
import xen.xend.Args # precompiled from /usr/lib/python/xen/xend/Args.pyc
# /usr/lib/python/xen/xend/server/channel.pyc matches
/usr/lib/python/xen/xend/server/channel.py
import xen.xend.server.channel # precompiled from
/usr/lib/python/xen/xend/server/channel.pyc
dlopen("/usr/lib/python/xen/lowlevel/xc.so", 2);
import xen.lowlevel.xc # dynamically loaded from
/usr/lib/python/xen/lowlevel/xc.so
# /usr/lib/python/xen/xend/server/messages.pyc matches
/usr/lib/python/xen/xend/server/messages.py
import xen.xend.server.messages # precompiled from
/usr/lib/python/xen/xend/server/messages.pyc
# /usr/lib/python/xen/xend/server/blkif.pyc matches
/usr/lib/python/xen/xend/server/blkif.py
import xen.xend.server.blkif # precompiled from
/usr/lib/python/xen/xend/server/blkif.pyc
# /usr/lib/python/xen/xend/Blkctl.pyc matches /usr/lib/python/xen/xend/Blkctl.py
import xen.xend.Blkctl # precompiled from /usr/lib/python/xen/xend/Blkctl.pyc
# /usr/lib/python/xen/xend/server/controller.pyc matches
/usr/lib/python/xen/xend/server/controller.py
import xen.xend.server.controller # precompiled from
/usr/lib/python/xen/xend/server/controller.pyc
# /usr/lib/python/xen/xend/server/netif.pyc matches
/usr/lib/python/xen/xend/server/netif.py
import xen.xend.server.netif # precompiled from
/usr/lib/python/xen/xend/server/netif.pyc
# /usr/lib/python/xen/xend/XendVnet.pyc matches
/usr/lib/python/xen/xend/XendVnet.py
import xen.xend.XendVnet # precompiled from
/usr/lib/python/xen/xend/XendVnet.pyc
# /usr/lib/python/xen/util/Brctl.pyc matches /usr/lib/python/xen/util/Brctl.py
import xen.util.Brctl # precompiled from /usr/lib/python/xen/util/Brctl.pyc
# /usr/lib/python/xen/xend/XendDB.pyc matches /usr/lib/python/xen/xend/XendDB.py
import xen.xend.XendDB # precompiled from /usr/lib/python/xen/xend/XendDB.pyc
# /usr/lib/python/dircache.pyc matches /usr/lib/python/dircache.py
import dircache # precompiled from /usr/lib/python/dircache.pyc
# /usr/lib/python/xen/xend/server/console.pyc matches
/usr/lib/python/xen/xend/server/console.py
import xen.xend.server.console # precompiled from
/usr/lib/python/xen/xend/server/console.pyc
# /usr/lib/python/xen/xend/server/params.pyc matches
/usr/lib/python/xen/xend/server/params.py
import xen.xend.server.params # precompiled from
/usr/lib/python/xen/xend/server/params.pyc
# /usr/lib/python/xen/xend/server/domain.pyc matches
/usr/lib/python/xen/xend/server/domain.py
import xen.xend.server.domain # precompiled from
/usr/lib/python/xen/xend/server/domain.pyc
# clear __builtin__._
# clear sys.path
# clear sys.argv
# clear sys.ps1
# clear sys.ps2
# clear sys.exitfunc
# clear sys.exc_type
# clear sys.exc_value
# clear sys.exc_traceback
# clear sys.last_type
# clear sys.last_value
# clear sys.last_traceback
# clear sys.path_hooks
# clear sys.path_importer_cache
# clear sys.meta_path
# restore sys.stdin
# restore sys.stdout
# restore sys.stderr
# cleanup __main__
# cleanup[1] strop
# cleanup[1] token
# cleanup[1] encodings
# cleanup[1] twisted
# cleanup[1] _codecs
# cleanup[1] posix
# cleanup[1] twisted.internet
# cleanup[1] twisted.spread
# cleanup[1] bisect
# cleanup[1] twisted.python
# cleanup[1] sre_constants
# cleanup[1] site
# cleanup[1] twisted.persisted
# cleanup[1] opcode
# cleanup[1] twisted.spread.interfaces
# cleanup[1] _weakref
# cleanup[1] _bisect
# cleanup[1] collections
# cleanup[1] zipimport
# cleanup[1] twisted.web
# cleanup[1] sre
# cleanup[1] __future__
# cleanup[1] mimetypes
# cleanup[1] encodings.latin_1
# cleanup[1] encodings.aliases
# cleanup[1] sre_parse
# cleanup[1] twisted.protocols
# cleanup[1] twisted.spread.jelly
# cleanup[1] twisted.python.runtime
# cleanup[1] twisted.spread.flavors
# cleanup[1] twisted.cred
# cleanup[1] twisted.cred.credentials
# cleanup[1] sre_compile
# cleanup[1] twisted.python.compat
# cleanup[1] twisted.protocols.sux
# cleanup[1] twisted.persisted.crefutil
# cleanup[1] twisted.web.microdom
# cleanup[1] codecs
# cleanup[1] _sre
# cleanup[1] twisted.cred.portal
# cleanup[1] twisted.protocols._c_urlarg
# cleanup[2] xen.util
# cleanup[2] gc
# cleanup[2] pty
# cleanup[2] xen.util.ip
# cleanup[2] base64
# cleanup[2] xen.xend.server.SrvServer
# cleanup[2] xen.lowlevel.xu
# cleanup[2] string
# cleanup[2] twisted.internet.error
# cleanup[2] xen.xend.server.blkif
# cleanup[2] twisted.protocols.policies
# cleanup[2] dis
# cleanup[2] xen.xend.server.SrvDaemon
# cleanup[2] xen.xend.XendRoot
# cleanup[2] twisted.internet.udp
# cleanup[2] new
# cleanup[2] exceptions
# cleanup[2] xen.util.Brctl
# cleanup[2] StringIO
# cleanup[2] weakref
# cleanup[2] twisted.internet.main
# cleanup[2] xen.xend
# cleanup[2] twisted.web.error
# cleanup[2] twisted.protocols.basic
# cleanup[2] copy_reg
# cleanup[2] twisted.python.roots
# cleanup[2] select
# cleanup[2] binascii
# cleanup[2] twisted.web.html
# cleanup[2] tokenize
# cleanup[2] twisted.spread.cBanana
# cleanup[2] fnmatch
# cleanup[2] pickle
# cleanup[2] twisted.web.server
# cleanup[2] twisted.internet.defer
# cleanup[2] twisted.internet.fdesc
# cleanup[2] twisted.cred.identity
# cleanup[2] tty
# cleanup[2] xen.xend.sxp
# cleanup[2] twisted.web.script
# cleanup[2] tempfile
# cleanup[2] imp
# cleanup[2] twisted.cred.util
# cleanup[2] logging.handlers
# cleanup[2] twisted.python.filepath
# cleanup[2] xen.xend.server.SrvDir
# cleanup[2] cStringIO
# cleanup[2] twisted.internet.default
# cleanup[2] xen.xend.server
# cleanup[2] twisted.spread.banana
# cleanup[2] twisted.web.resource
# cleanup[2] dircache
# cleanup[2] re
# cleanup[2] math
# cleanup[2] twisted.internet.protocol
# cleanup[2] xen.xend.server.params
# cleanup[2] md5
# cleanup[2] logging
# cleanup[2] thread
# cleanup[2] twisted.web.static
# cleanup[2] traceback
# cleanup[2] xen.xend.server.messages
# cleanup[2] errno
# cleanup[2] xen.xend.server.controller
# cleanup[2] xen.xend.Args
# cleanup[2] posixpath
# cleanup[2] types
# cleanup[2] copy
# cleanup[2] xen.xend.XendLogging
# cleanup[2] twisted.python.urlpath
# cleanup[2] twisted.cred.perspective
# cleanup[2] twisted.cred.authorizer
# cleanup[2] _ssl
# cleanup[2] warnings
# cleanup[2] xen.xend.server.channel
# cleanup[2] glob
# cleanup[2] xen.xend.server.domain
# cleanup[2] linecache
# cleanup[2] twisted.internet.pollreactor
# cleanup[2] xen.lowlevel
# cleanup[2] random
# cleanup[2] datetime
# cleanup[2] os.path
# cleanup[2] xen.lowlevel.xc
# cleanup[2] twisted.python.reflect
# cleanup[2] threading
# cleanup[2] twisted.internet.abstract
# cleanup[2] xen.xend.XendVnet
# cleanup[2] xen.xend.server.netif
# cleanup[2] atexit
# cleanup[2] calendar
# cleanup[2] twisted.python.log
# cleanup[2] twisted.internet.base
# cleanup[2] twisted.spread.pb
# cleanup[2] urllib
# cleanup[2] twisted.internet.unix
# cleanup[2] fcntl
# cleanup[2] xen.xend.server.console
# cleanup[2] twisted.web.util
# cleanup[2] xen.xend.Blkctl
# cleanup[2] twisted.internet.app
# cleanup[2] twisted.python.components
# cleanup[2] twisted.protocols.http
# cleanup[2] termios
# cleanup[2] xen.xend.server.SrvRoot
# cleanup[2] xen.xend.XendDB
# cleanup[2] twisted.internet.address
# cleanup[2] rfc822
# cleanup[2] xen.xend.server.SrvBase
# cleanup[2] xen.xend.EventServer
# cleanup[2] twisted.python.context
# cleanup[2] urlparse
# cleanup[2] xen
# cleanup[2] struct
# cleanup[2] twisted.internet.interfaces
# cleanup[2] xen.xend.PrettyPrint
# cleanup[2] signal
# cleanup[2] twisted.python.util
# cleanup[2] stat
# cleanup[2] twisted.python.lockfile
# cleanup[2] cgi
# cleanup[2] UserDict
# cleanup[2] inspect
# cleanup[2] socket
# cleanup[2] twisted.python.failure
# cleanup[2] os
# cleanup[2] marshal
# cleanup[2] twisted.cred.error

# cleanup[2] operator
# cleanup[2] _socket
# cleanup[2] twisted.persisted.styles
# cleanup[2] pwd
# cleanup[2] twisted.python.threadable
# cleanup[2] xen.xend.XendError
# cleanup[2] twisted.internet.tcp
# cleanup[2] mimetools
# cleanup[2] _random
# cleanup[2] cPickle
# cleanup[2] grp
# cleanup[2] twisted.internet.process
# cleanup[2] twisted.copyright
# cleanup[2] xen.xend.Vifctl
# cleanup[2] hmac
# cleanup[2] time
# cleanup[2] twisted.cred.service
# cleanup sys
# cleanup __builtin__
# cleanup ints: 50 unfreed ints in 6 out of 9 blocks
# cleanup floats: 30 unfreed floats in 1 out of 2 blocks
root@x:~# pgrep -l x
716 xenblkd
2209 xfrd
root@x:~# exit
Script done on Thu 10 Feb 2005 01:09:42 AM CET

What is a better way to debug Python scripts?


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: xend silently fails to start (but it starts xfrd), no error in xend.log
  2005-02-10  0:33     ` Kero-Chan
@ 2005-02-12  5:20       ` Kero-Chan
  2005-02-12 14:38         ` Anthony Liguori
  0 siblings, 1 reply; 6+ messages in thread
From: Kero-Chan @ 2005-02-12  5:20 UTC (permalink / raw)
  To: xen-devel

I reinstalled Slackware 10.1, then installed Xen, same.

The error must be introduced with the patches since about Jan20 (my
previous working xend was from then).

By the way, Is anyone working on a C/C++ rewrite of the Xen control tools?


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: xend silently fails to start (but it starts xfrd), no error in xend.log
  2005-02-12  5:20       ` Kero-Chan
@ 2005-02-12 14:38         ` Anthony Liguori
  0 siblings, 0 replies; 6+ messages in thread
From: Anthony Liguori @ 2005-02-12 14:38 UTC (permalink / raw)
  To: Kero-Chan; +Cc: xen-devel

Kero-Chan wrote:

>By the way, Is anyone working on a C/C++ rewrite of the Xen control tools?
>  
>
Yes.  I just posted the first version to the list.  Look under "[PATCH] 
Vm-tools"

Regards,

-- 
Anthony Liguori
anthony@codemonkey.ws



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-02-12 14:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-09  4:08 xend silently fails to start (but it starts xfrd), no error in xend.log Kero-Chan
2005-02-09  5:20 ` Matt Ayres
2005-02-09 18:00   ` Adam Sulmicki
2005-02-10  0:33     ` Kero-Chan
2005-02-12  5:20       ` Kero-Chan
2005-02-12 14:38         ` Anthony Liguori

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.