search for: oserror

Displaying 20 results from an estimated 139 matches for "oserror".

2002 Apr 11
1
libao: IRIX patch
...- ALpv params[2]; + ALpv params; int dev = AL_DEFAULT_OUTPUT; int wsize = AL_SAMPLE_16; - - internal->nChannels = channels; - - if (alSetQueueSize(internal->alconfig, BUFFER_SIZE) < 0) { - fprintf(stderr, "alSetQueueSize failed: %s\n", - alGetErrorString(oserror())); + if (alSetQueueSize(internal->alconfig, AO_IRIX_BUFFER_SIZE) < 0) { + fprintf(stderr, "alSetQueueSize failed: %s\n", + alGetErrorString(oserror())); return 0; } - if (alSetChannels(internal->alconfig, channels) < 0) { - fprintf(stderr, &qu...
2007 Oct 24
1
Unexpected error: exceptions.OSError - Setting up Windows XP HVM
Hello everybody, i have a problem setting up a DomU with Windows XP. I get the following error: xen:/etc/xen# xm create windows.hvm Using config file "./windows.hvm". VNC= 1 Unexpected error: exceptions.OSError Please report to xen-devel@lists.xensource.com Traceback (most recent call last): File "/usr/lib/xen-3.1-1/bin/xm", line 7, in ? main.main(sys.argv) File "/usr/lib/xen-3.1-1/lib/python/xen/xm/main.py", line 2453, in main _, rc = _run_cmd(cmd, cmd_name, args) File...
2009 Dec 02
0
Unexpected error: <type ''exceptions.OSError''>
...restart'' device_model = ''/usr/'' + arch_libdir + ''/xen-3.2-1/bin/qemu-dm'' boot=''c'' vnc=1 vncviewer=1 audio=0 and got this output Using config file "/etc/xen/win2k3.hwm". VNC= 1 Unexpected error: <type ''exceptions.OSError''> Please report to xen-devel@lists.xensource.com Traceback (most recent call last):   File "/usr/lib/xen-3.2-1/bin/xm", line 7, in <module>     main.main(sys.argv)   File "/usr/lib/xen-3.2-1/lib/python/xen/xm/main.py", line 2528, in main     _, rc = _run_cmd(...
2007 Sep 18
1
OSError Exception
Hi I am getting this one on an HP nx6325 on Pardus 2007.2 with xen 3.1.0 built from packages. Started domain pardus-av.sxp Unexpected error: exceptions.OSError 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 "/usr/lib/python2.4/site-packages/xen/xm/main.py", line 2453, in main _, rc = _run_cmd(cmd, cmd_name, args) File "/us...
2006 May 22
0
Unexpected error: exceptions.OSError
[root@SardanaLi Jordi]# /usr/sbin/xm top Unexpected error: exceptions.OSError 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 "/usr/lib/python2.4/site-packages/xen/xm/main.py", line 1021, in main rc = cmd(args) File "/usr/lib/python2....
2014 Dec 11
6
[LLVMdev] [RFC] Requiring python 2.6
Currently lit on windows will not work with python 3 because the internal shell has code like except OSError, e: and in python 3 one has to use except OSError as e: But that only works on python 2.6 and newer. So the question is: any objections to dropping support for python 2.5? Python 2.6 was released 01-Oct-2008, so it should be available everywhere. Cheers, Rafael
2008 Feb 02
1
OSError: [Errno 10] No child processes
...; memory = 64 name = "ttylinux" disk = ["file:/home/caglar/ttylinux,sda1,w"] root = "/dev/sda1 ro" ends up like following zangetsu ~ # xm create -c /etc/xen/ttylinux Using config file "/etc/xen/ttylinux". Started domain ttylinux Unexpected error: exceptions.OSError 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 "/usr/lib/python2.4/site-packages/xen/xm/main.py", line 2500, in main _, rc = _run_cmd(cmd, cmd_name, args) File "/us...
2005 Nov 18
1
OSerror [err no 5] while booting
...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","xmexample1","-c",NULL) ; } ..... there is no waitpid() called, When I invoke waitpid() call, this error goes away. Ki...
2006 Jun 28
0
xend start error: OSError: [Errno 1] Operation not permitted
...n/xend", line 93, in main return daemon.start() File "/usr/lib/python2.3/site-packages/xen/xend/server/SrvDaemon.py", line 505, in start self.daemonize() File "/usr/lib/python2.3/site-packages/xen/xend/server/SrvDaemon.py", line 475, in daemonize os.setsid() OSError: [Errno 1] Operation not permitted and the debug log says Traceback (most recent call last): File "/usr/sbin/xend", line 111, in ? sys.exit(main()) File "/usr/sbin/xend", line 93, in main return daemon.start() File "/usr/lib/python2.3/site-packages/xen/xend/...
2012 Mar 09
2
iotop :: OSError: Netlink error: Invalid argument (22)
...ts = self.taskstats_connection.get_single_task_stats(thread) File "/usr/lib/python2.4/site-packages/iotop/data.py", line 158, in get_single_task_stats reply = self.connection.recv() File "/usr/lib/python2.4/site-packages/iotop/netlink.py", line 229, in recv raise err OSError: Netlink error: Invalid argument (22) CentOS release 5.5 (Final) iotop-0.4.3-4.el5 python-2.4.3-46.el5 anyone have any idea about this problem and how can i debug/fix it? Thanks! Adrian
2010 Dec 21
4
tap2:remus:backup_ip:9000|aio:/path_to_disk.img not working - OSError: [Errno 2] No such file or directory
...) File "usr/lib/python2.5/site-packages/xen/xend/XendDomainInfo.py", line 3245, in _configureBootloader mounted = devtype in [''tap'', ''tap2''] and taptype != ''aio'' and taptype != ''sync'' and not os.stat(fn).st_rdev OSError: [Errno 2] No such file or directory: ''backup_ip:9000|aio:/home/xen/domains/lucid/disk.img'' [2010-12-21 00:32:23 2091] DEBUG (XendDomainInfo:3053) XendDomainInfo.destroy: domid=5 [2010-12-21 00:32:23 2091] DEBUG (XendDomainInfo:2416) No device model [2010-12-21 00:32:23 2091] DEBU...
2018 Apr 06
9
Semi-OT: install python package in userspace
...repos, we're trying to install scikit-learn in the user's space. It refuses. My late try was, after d/l a .whl from last year, hoping that would work with the numpy package in the regular repos, I did a pip install --user scikit-learn..., and it still seems to want to write to system space: OSError: [Errno 13] Permission denied: '/usr/lib64/python2.7/site-packages/numpy-1.7.1.dist-info Anyone got any pointers? mark
2006 Mar 26
1
as asked... i''m reporting an unexpected error
[root@erasmus tc]# /usr/sbin/xm top Unexpected error: exceptions.OSError 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 "/usr/lib64/python2.4/site-packages/xen/xm/main.py", line 1021, in main rc = cmd(args) File "/usr/lib64/python2.4/sit...
2017 Jan 19
2
SELinux upgrade
I have experienced this myself. It is very upsetting. (Sent from iPhone, so please accept my apologies in advance for any spelling or grammatical errors.) > On Jan 19, 2017, at 2:57 AM, Fabian Arrotin <arrfab at centos.org> wrote: > > log
2015 Feb 16
6
gpo update problem
..._access, service=SYSVOL_SERVICE) File "/usr/lib/python2.7/dist-packages/samba/ntacls.py", line 73, in getntacl xattr.XATTR_NTACL_NAME) I see "py" which is python so, I am scratching my head. I ran: root at dc01:~# samba-tool ntacl sysvolreset ERROR(<type 'exceptions.OSError'>): uncaught exception - [Errno 2] No such file or directory: '/home/samba/sysvol/sysvol/tmpzhDFKI' File "/usr/lib/python2.7/dist-packages/samba/netcmd/__init__.py", line 175, in _run return self.run(*args, **kwargs) File "/usr/lib/python2.7/dist-packages/samba/netc...
2009 Apr 28
1
Reconfiguring yum
...mirror speeds from cached hostfile * base: mirrors.rit.edu * updates: mirrors.unbornmedia.com * c5-media: * contrib: mirror.atlanticmetro.net * centosplus: mirror.atlanticmetro.net * addons: mirror.highspeedweb.net * extras: mirror.anl.gov file:///media/CentOS/repodata/repomd.xml: [Errno 5] OSError: [Errno 2] No such file or directory: '/media/CentOS/repodata/repomd.x ml' Trying other mirror. file:///media/cdrecorder/repodata/repomd.xml: [Errno 5] OSError: [Errno 2] No such file or directory: '/media/cdrecorder/repodata/ repomd.xml' Trying other mirror. file:///media/cdrom/rep...
2005 Jul 04
2
A Question :xend start
Hi I installed xen-2.0.6 ,and boot up it ,when I try to run "xend start",there are some ERROR in/var/log/xend-debug.log as follows: OSError: [Errno 2] No such file or directory: ''/var/lib/xen/xend-db/domain/'' ''/var/lib/xen/xend-db/domain/'' y: ''/var/lib/xen/xend-db/domain/'' What should I do ? Anyone help me My Sytem is redhat9 linux-2.4. ______________________________________...
2010 Feb 27
2
Xen 3.3.1 and Pv-grub don''t work
Hello, I''m trying to test pv-grub on existing Xen 3.3.1 installation on Debian Etch Dom0. I got the following error: Unexpected error: exceptions.OSError 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 "//usr/lib/python/xen/xm/main.py", line 2884, in main _, rc = _run_cmd(cmd, cmd_name, args) File "//usr/lib/pyth...
2010 May 05
1
[PATCH 1/2] reap the blktapctl thread and notify the tapdisk backend driver to release resource like memory..
...> diff -r efa1b905d893 tools/python/xen/xend/image.py --- a/tools/python/xen/xend/image.py Tue May 04 13:59:55 2010 +0100 +++ b/tools/python/xen/xend/image.py Wed May 05 10:46:52 2010 +0800 @@ -629,30 +629,6 @@ os.kill(self.pid, signal.SIGHUP) except OSError, exn: log.exception(exn) - # Try to reap the child every 100ms for 10s. Then SIGKILL it. - for i in xrange(100): - try: - (p, rv) = os.waitpid(self.pid, os.WNOHANG) - if p == self.pid...
2017 Jun 14
2
Explain to me how this is correct...
So... in the provision script, at some point after "self join" is printed, we do: smbd.set_simple_acl(file.name, 0755, gid) .... where file.name is "/var/db/samba4/sysvol/tmpwXFu1C" and gid is 0 (at least on FreeBSD). the "OSError" here is a '-1' ... which is startlingly unhelpful. ... but the filesystem is zfs and acls of both posix and nfsv4 are working. ... having googled and tested several dozen ideas over the past day or so, I'm relatively confident that somethings wrong with the test.