similar to: Error Messages at NetBSD domain halt and shutdown

Displaying 20 results from an estimated 2000 matches similar to: "Error Messages at NetBSD domain halt and shutdown"

2005 Nov 18
1
OSerror [err no 5] while booting
hi , I have invoked xm commands(create, shutdown,pause...) inside C programs(fork/exec), But, while connecting to console when creating a domain it gives following error: Traceback (most recent call last): File "/usr/sbin/xm", line 9, in ? main.main(sys.argv) File "/usr/lib/python/xen/xm/main.py", line 808, in main xm.main(args) File
2006 Jun 28
0
xend start error: OSError: [Errno 1] Operation not permitted
Hello, I have recently installed xen 3.0.2 from source, but have been having some trouble getting it working. I had to make a few changes to the kernel to support my network card. After i rebooted and tried to start xend, I got the following error Traceback (most recent call last): File "/usr/sbin/xend", line 111, in ? sys.exit(main()) File "/usr/sbin/xend",
2006 Oct 04
2
Trac full? - [Errno 28] No space left on device
Trying to create a user account on dev.rubyonrails.org Error: [Errno 28] No space left on device Traceback (most recent call last): File "/opt/csw/lib/python2.3/site-packages/trac/web/main.py", line 335, in dispatch_request dispatcher.dispatch(req) File "/opt/csw/lib/python2.3/site-packages/trac/web/main.py", line 220, in dispatch resp =
2005 Jul 25
1
Error in xend start of xen-unstable
xend cannot start with error: ...ption starting xend: ''module'' object has no attribute ''VIRQ_DOM_EXC'' Traceback (most recent call last): File "/usr/lib/python2.3/xen/xend/server/SrvDaemon.py", line 304, in run self.createFactories() File "/usr/lib/python2.3/xen/xend/server/SrvDaemon.py", line 319, in createFactories
2006 Dec 01
4
YUM conflict with RHEL 4_X86_64
Hi, everyone, I have one conflict problem when I try to install Centos YUM on RHEL 4_X 86_64. Uname -a shows: Linux PT3 2.6.9-42.0.0.0.1.ELsmp #1 SMP Sun Oct 15 15:13:57 PDT 2006 x86_64 x86_64 x86_64 GNU/Linux Yum -version shows: Repository update is listed more than once in the configuration Repository base is listed more than once in the configuration Repository contrib is listed
2006 May 22
2
Bug#368531: RuntimeError: (111, 'Connection refused')
Package: xen-utils-3.0 Version: 3.0.2+hg9656-1 Severity: grave Justification: renders package unusable When xend starts: [2006-05-22 22:07:18 xend] INFO (SrvDaemon:278) Xend Daemon started [2006-05-22 22:07:18 xend] INFO (SrvDaemon:282) Xend changeset: Thu Apr 27 09:58 :50 2006 +0100 . [2006-05-22 22:07:18 xend] ERROR (SrvDaemon:292) Exception starting xend ((111,
2007 Mar 07
5
Permission denied when starting XEN
Hi all, I cannot start xend because of this error: Exception starting xend ((13, ''Permission denied'')). Do you know what could be wrong ? Many thanks in advance, Cheers, Marc I am using xen.gz-2.6.18-1.2835.slc4 kernel. Here is the part of the file /var/log/xen/xend.log: *************xend.log**************** [2007-03-07 14:56:23 xend 5379] INFO (SrvDaemon:283) Xend Daemon
2005 Sep 11
0
xend crashes, error 111 connection refused
Hi, I have a problem with xend on Debian Sarge. I am using the 2.6.12-xen0 kernel with xen-unstable. I also installed the TwistedWeb package TwistedWeb-0.5.0. # xend start /usr/lib/python2.3/site-packages/xen/xend/server/SrvDir.py:4: DeprecationWarning: twisted.protocols.http has moved to twisted.web.http. See http://twistedmatrix.com/projects/web. from twisted.protocols import http I think
2005 Sep 08
4
Hg problem?
I keep getting the following errors on different machines (x86_32 and x86_64). Hg version is 0.6c. searching for changes adding changesets adding manifests adding file changes Traceback (most recent call last): File "/usr/bin/hg", line 13, in ? commands.run() File "/usr/lib64/python2.3/site-packages/mercurial/commands.py", line 1461, in run
2006 Jan 23
0
xend fail to start
Hi all, I resintalled my Debian from scratch. I download Xen 3 sources, compiled them, ... I reboot my computer and try to start xend. xend fail to start. My log file contains : jmcaricand@amande:~$ cat xend-debug.log Traceback (most recent call last): File "/usr/sbin/xend", line 111, in ? sys.exit(main()) File "/usr/sbin/xend", line 93, in main return
2004 Nov 27
0
Re: python dependency solution
Hey, It seems to be OK just to install python 2.3 via rpm. (So my idea was not so "off the wall" after all.) Since Seth's reply here indicated that my idea was an option, I decided to try it first on a test system. When I got to the rpm download page at www.python.org, I found an FAQ exactly on point: begin quote Q) Is it safe to install these RPMs on a Red Hat system? Will
2006 Mar 30
2
Problem with reboot of domU''s
I have been playing with Xen 3.0.1 for some days now, using debian sarge for dom0 and domU''s, and it works like a charm. But, I have a problem with rebooting domU''s. Here is the output from /var/log/xend.log [2006-03-30 13:44:58 xend.XendDomainInfo] INFO (XendDomainInfo:823) Domain has shutdown: name=vmintraweb1 id=5 reason=reboot . [2006-03-30 13:44:58 xend.XendDomainInfo]
2006 Oct 24
1
python-interactive for CentOS/EL 4
Hi all, Could anyone point me in the right direction for a package that provides the 'interactive' module for Python? I need to do some SSH stuff in Python so I grabbed python-paramiko from RPMForge (as always, thanks Dag & co.). Paramiko appears to be dependent on python-crypto but the RPM doesn't require it.. [wmcdonald at willspc ssh]$ ./demo.py Traceback (most recent call
2004 Oct 18
3
potential bug in "xm atropos" implementation
>From tools/libxc/xc_atropos.c: int xc_atropos_domain_set(int xc_handle, u32 domid, u64 period, u64 slice, u64 latency, int xtratime) which takes 6 arguments >From tools/python/xen/xm/main.py: class ProgAtropos(Prog): <snip> def main(self, args): if len(args) != 5: self.err("%s: Invalid argument(s)" % args[0])
2006 Mar 24
1
Python dependency in packages?
I apologize if this isn't the correct destination for these errors, but I tried installing xen on my ubuntu (breezy badger) system via: deb-src http://packages.debianbase.de/sources/xen3 ./ and then tried building locally via apt-get source xen. The only problem appears to be the explicit python2.3 dependency in : debian/rules debian/libxen-python.install a simple s/python2.3/python2.4/
2005 Jan 17
1
problem installing RSPython
Hi, I'm trying to install RSPython v0.5-4 on a debian machine (woody, testing) but am having the following problem. $R CMD INSTALL -c --library=/usr/lib/R/library RSPython_0.5-4.tar.gz 2>err But then... $python >> import RS Error in .PythonInit() : Error in Python call: values Error in library("RSPython") : .First.lib failed for 'RSPython' Traceback (most recent
2006 Mar 02
1
upgrade report (2.0.6 -> 3.0-testing+pkgxen)
Hi, so here is finally my upgrade report for my testsystem. I tried to upgrade to xen3 while xen2 (hypervisor, dom0 kernel + 1 domU) was running: 1) if xen2 (adams latest packages in this case) were installed and we would release our package as it is, we would generate the following enviorment: # apt-get upgrade -u Reading package lists... Done Building dependency tree... Done The following
2005 Oct 18
1
reporting bug
Exception type exceptions.ValueError Exception Handler Information Traceback (most recent call last): File "/usr/share/rhn/rhn_applet/rhn_applet.py", line 586, in refresh self.model.refresh(force) File "/usr/share/rhn/rhn_applet/rhn_applet_model.py", line 447, in refresh source.refresh(force) File "/usr/share/rhn/rhn_applet/rhn_applet_source.py", line
2006 Dec 19
2
hi, your rsync ftp is down.
hi, rsync administrator. your ftp site for rsync can not be open recently. ftp://ftp.samba.org/pub/rsync/ please check. thanks for your software. --- ps. ---- Name: rsync ---- URL: ftp://ftp.samba.org/pub/rsync/ Traceback (most recent call last): File "check_ftp.py", line 32, in ? ftp = ftplib.FTP(PEER) File "/usr/lib/python2.3/ftplib.py", line
2007 Mar 28
1
Error Connecting to CN Exception occcurred
Exception type exceptions.ValueError Exception Handler Information Traceback (most recent call last): File "/usr/share/rhn/rhn_applet/rhn_applet.py", line 521, in refresh self.model.refresh(force) File "/usr/share/rhn/rhn_applet/rhn_applet_model.py", line 457, in refresh source.refresh(force) File "/usr/share/rhn/rhn_applet/rhn_applet_source.py", line