Displaying 2 results from an estimated 2 matches for "__send_to_sock".
2005 Nov 18
1
OSerror [err no 5] while booting
...r/lib/python/xen/xm/main.py", line 259, in main
create.main(args)
File "/usr/lib/python/xen/xm/create.py", line 550, in main
console_client.connect(''localhost'', console)
File "/usr/lib/python/xen/util/console_client.py", line 86, in connect
__send_to_sock(sock)
File "/usr/lib/python/xen/util/console_client.py", line 44, in __send_to_sock
data = os.read(0,1024)
OSError: [Errno 5] Input/output error
Body of code:
.....
pid = fork();
if(pid == 0)
{ execl("/usr/sbin/xm","xm","create","xmexamp...
2005 May 27
0
Error Messages at NetBSD domain halt and shutdown
...ne 259, in
main
create.main(args)
File "/usr/pkg/lib/python2.3/site-packages/xen/xm/create.py", line 476,
in mai
n
console_client.connect(''localhost'', console)
File "/usr/pkg/lib/python2.3/site-packages/xen/util/console_client.py",
line 8
6, in connect
__send_to_sock(sock)
File "/usr/pkg/lib/python2.3/site-packages/xen/util/console_client.py",
line 4
4, in __send_to_sock
data = os.read(0,1024)
OSError: [Errno 5] Input/output error
Now i get the command prompt i want. I am sure xend is still running
because
i get a appropriate output by executing...