search for: internal_error

Displaying 20 results from an estimated 36 matches for "internal_error".

2012 Jul 20
2
Bug#682202: xcp-squeezed not started on boot
...i... Jul 20 09:02:35 h09 xapi: [error|h09|0 thread_zero|Registering SR plugins D:ec9f329de969|sm_exec] Not scanning /var/lib/xcp/sm for SM backends: directory does not exist Jul 20 09:02:35 h09 xapi: [error|h09|75|scan one D:ba7e1b263c64|xapi] Caught exception attempting an SR.scan: INTERNAL_ERROR: [ Not_found ] Jul 20 09:02:35 h09 xapi: [ warn|h09|0 thread_zero|server_init D:65ec2f79406b|startup] task [initialising storage] exception: Api_errors.Server_error("SESSION_INVALID", _) Jul 20 09:02:35 h09 xapi: [ warn|h09|0 thread_zero|server_init D:65ec2f79406b|startup]...
2012 Dec 05
3
enable HA on xcp 1.6
...le written Dec 5 17:56:26 xcp1 xapi: [debug|xcp1|490661|Async.pool.enable_ha R:9119ce88ffcb|backtrace] Raised at :0.0-0 Dec 5 17:56:26 xcp1 xapi: [debug|xcp1|490661|Async.pool.enable_ha R:9119ce88ffcb|helpers] Assuming script /opt/xensource/xha/ha_set_pool_state doesn''t exis t: caught INTERNAL_ERROR: [ Unix.Unix_error(20, "access", "/opt/xensource/xha/ha_set_pool_state") ] Dec 5 17:56:26 xcp1 xapi: [debug|xcp1|490661|Async.pool.enable_ha R:9119ce88ffcb|backtrace] Raised at helpers.ml:792.12-13 -> threadext.ml:20.20-24 -> thre adext.ml:20.62-65 -> xapi_ha.ml:57.2...
2007 Mar 29
0
Branch 'as' - 9 commits - configure.ac doc/swfdec-sections.txt libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_stack.c
...- while (pc != endpc) { + while (TRUE) { + if (pc == endpc) { + swfdec_as_context_return (context, NULL); + goto start; + } if (pc < startpc || pc >= endpc) { SWFDEC_ERROR ("pc %p not in valid range [%p, %p) anymore", pc, startpc, endpc); - goto internal_error; + goto error; } /* decode next action */ @@ -339,13 +343,13 @@ start: if (action & 0x80) { if (pc + 2 >= endpc) { SWFDEC_ERROR ("action %u length value out of range", action); - goto internal_error; + goto error; } data = pc + 3;...
2007 Mar 28
0
Branch 'as' - 3 commits - libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h libswfdec/swfdec_as_types.c
...ION (script->version); + startpc = script->buffer->data; + endpc = startpc + script->buffer->length; + + while (pc != endpc) { + if (pc < startpc || pc >= endpc) { + SWFDEC_ERROR ("pc %p not in valid range [%p, %p) anymore", pc, startpc, endpc); + goto internal_error; + } + + /* decode next action */ + action = *pc; + spec = actions + action; + if (action == 0) + break; + if (action & 0x80) { + if (pc + 2 >= endpc) { + SWFDEC_ERROR ("action %u length value out of range", action); + goto internal_error; + } +...
2012 Jun 20
2
"No text console available" when trying to get the console of a just created VM from a template on XCP
...11:53.282Z|debug|ubuntu-xcp|446 UNIX /var/lib/xcp/xapi||backtrace] Raised at pervasiveext.ml:26.22-25 -> xapi_cli.ml:118.2-139 -> xapi_cli.ml:205.7-44 -> xapi_cli.ml:257.4-23 [20120620T03:11:53.282Z|debug|ubuntu-xcp|446 UNIX /var/lib/xcp/xapi||cli] Xapi_cli.exception_handler: Got exception INTERNAL_ERROR: [ Cli_operations.ExitWithError(1) ] [20120620T03:11:53.282Z|debug|ubuntu-xcp|446 UNIX /var/lib/xcp/xapi||cli] Raised at string.ml:150.25-34 -> stringext.ml:108.13-29 [20120620T03:13:00.288Z|debug|ubuntu-xcp|19|Starting periodic scheduler D:221bb36fb9c6|backgroundscheduler] Adding function Logro...
2011 Nov 07
6
[XCP] Error when trying to import vmware images
...sted) I get this same error when trying to import exported OVF files from VMware Workstation The citrix guide also mentions using xe vm-import, this gives me: [root@xcp ~]# xe vm-import filename=/mnt/vmware/MyVM.vmdk sr-uuid=2c8e28b5-e0b4-2901-9635-1c824f43aeb6 The VM could not be imported. msg: INTERNAL_ERROR: [ Failure("int_of_string") ] I have also run "qemu-img convert -f vmdk MyVM.vmdk -O raw xen_compat.img" and tried to "xe vm-import" the img file but was presented with the same error. What am I doing wrong here? _______________________________________________ Xen-...
2013 Aug 30
1
Bug#721345: xcp-xapi: xl pci-attach is called by xapi in a PCI passthrough attempt. An error is raised due to the use of xapi and the PCI device cannot be attached to the VM.
...xt.ml:22.2-9 [20130829T19:29:18.074Z|debug|sriov1|314 UNIX /var/lib/xcp/xapi|VM.start R:9e8e10bd31bb|xapi] Raised at forkhelpers.ml:181.30-76 -> pervasiveext.ml:22.2-9 [20130829T19:29:18.074Z|debug|sriov1|314 UNIX /var/lib/xcp/xapi|VM.start R:9e8e10bd31bb|xenops] xl pci-attach: Forkhelpers.Spawn_internal_error("ERROR: A different toolstack (xapi) have been selected!\n", "", _) [20130829T19:29:18.075Z|debug|sriov1|314 UNIX /var/lib/xcp/xapi|VM.start R:9e8e10bd31bb|backtrace] Raised at device.ml:1024.8-35 -> list.ml:69.12-15 -> helpers.ml:34.35-38 [20130829T19:29:18.075Z|debug|sr...
2012 May 23
4
Bug#674161: xcp-xapi: 'the device disappeared from xenstore' message during vbd-plug (vm-start)
...ml:65.10-42 -> xst.ml:52.18-23 -> xst.ml:55.9-12 -> device.ml:497.1-60 -> vbdops.ml:102.37-229 -> storage_access.ml:516.14-317 -> xapi_xenops_errors.ml:79.4-8 [20120523T14:00:23.745Z|debug|lab-xh3|74 UNIX /var/lib/xcp/xapi|VBD.plug R:4b5db3df62d8|xapi] Converting xenops exception (INTERNAL_ERROR: [ Device_common.Device_backend_vanished(_) ]) into nice API internal error [20120523T14:00:23.745Z|debug|lab-xh3|74 UNIX /var/lib/xcp/xapi|VBD.plug R:4b5db3df62d8|xapi] Raised at string.ml:150.25-34 -> stringext.ml:108.13-29 [20120523T14:00:23.745Z|debug|lab-xh3|74 UNIX /var/lib/xcp/xapi|VBD.pl...
2007 Oct 31
0
xm in xen-api mode problem after failure to start domain (vbd in use)
...ams> <param> <value><struct> <member> <name>Status</name> <value><string>Failure</string></value> </member> <member> <name>ErrorDescription</name> <value><array><data> <value><string>INTERNAL_ERROR</string></value> <value><string>(3, ''No such process'')</string></value> </data></array></value> </member> </struct></value> </param> </params> </methodResponse> -- lfr 0/0 _______________...
2013 Mar 07
0
Bug#702428: log output
...|xenops] qemu-dm: unexpected exit with code: 1 667Z|debug||1227 UNIX /var/lib/xcp/xapi|VM.start R:0b98978366e4|backtrace] Raised at device.ml:1606.12-57 -> vmops.ml:627.2-32 -> vmops.ml:1123.8-104 667Z|error||1227 UNIX /var/lib/xcp/xapi|VM.start R:0b98978366e4|xapi] Vmops.start_paused caught: INTERNAL_ERROR: [ Device.Ioemu_failed("qemu-dm exitted unexpectedly") ] and more from /var/log/daemon.log: xcp-fe: qemu-dm-10[9169]: domid: 10 xcp-fe: qemu-dm-10[9169]: -c config qemu network with xen bridge for xcp-fe: qemu-dm-10[9169]: tap10.0 xapi1 xcp-fe: qemu-dm-10[9169]: can't add tap10....
2012 Dec 18
0
XCP 1.1 host crash due to VM console connection
Hi everyone, We faced a dom0 crash on XCP1.1 and Xen 3.4.2. I''ve attached the log file for reference. On dom0 we could find only "Xc.Error" and then reboot of host. There is no information in /var/crash/ or other log files. Interestingly the "INTERNAL_ERROR" variable keeps growing until a length and then host reboots. Possible memory overlap ? Could someone please help me diagnose this and sort out a way to avoid it in future ? Thank you for reading. Regards, Rushikesh _______________________________________________ Xen-users mailing list Xe...
2013 Jun 25
1
XenServer 6.1 server refuses exit Maintenance Mode
...ster" - Network is up and running - I am able to ssh into the Server but a simple vdi-destroy command gives me, The server failed to handle your request, due to an internal error. The given message may give details useful for debugging the problem. message: Storage_interface.Internal_error("Storage_mux.No_storage_plugin_for_sr(\"85e65eb7-5fd7-24fd-c873-3cda799bacbe\")") - Tried http://www.crucial.com.au/blog/2011/03/31/xenserver-server-won%E2%80%99t-exist-maintenance-mode-cannot-forward-messages-because-the-server-cannot-be-contacted/ - Tried doing plain...
2013 Dec 08
1
Bug#731718: after run: xe vm-import filename=... The VM could not be imported
Package: xcp-xe Version: 1.3.2-15 after run: xe vm-import filename=debserv.ovf i get messages: The VM could not be imported. msg: INTERNAL_ERROR: [ Failure("int_of_string") ] In /var/log/xcp-xapi.log, i get the lines: |5239 INET 127.0.0.1:80|VM import R:d700155bd1f0|import] Importing (as new VM) |5239 INET 127.0.0.1:80|VM import R:d700155bd1f0|import] Reading XML |5239 INET 127.0.0.1:80|VM import R:d700155bd1f0|import] Failed to...
2007 Jan 18
0
Branch 'interpreter' - 4 commits - libswfdec/js libswfdec/swfdec_bits.c libswfdec/swfdec_bits.h libswfdec/swfdec_codec_screen.c libswfdec/swfdec_image.c libswfdec/swfdec_script.c libswfdec/swfdec_swf_decoder.c libswfdec/swfdec_tag.c
...ON, MAXSCRIPTVERSION - MINSCRIPTVERSION); + version = EXTRACT_VERSION (script->version); *rval = JSVAL_VOID; fp = cx->fp; /* set up the script */ @@ -506,9 +769,13 @@ swfdec_script_interpret (SwfdecScript *s spec->name, spec->remove, fp->sp - fp->spbase); goto internal_error; } - if (fp->sp + spec->add - MAX (spec->remove, 0) > endsp) { - SWFDEC_ERROR ("FIXME: implement stack expansion, we got an overflow"); - goto internal_error; + if (spec->add < 0) { + action = endsp - fp->sp; + } else { + if (fp->s...
2002 Jun 18
2
smbd/password.c:domain_client_validate(1604)
All, we have a SAMBA server set up that has been working great for everyone in the corporate office, not to long ago I connected one of our foreigh offices to us through a VPN. All of our users authenticate to our PDC, our users in our foreign office, who is on the same domain but we have them on a different subnet, are not able to gain access to the SAMBA shares, here in the corporate office.
2017 Jul 06
0
[Announce] Samba 4.5.11 Available for Download
...nt order for the SPNEGO_FALLBACK case. * BUG 12832: s3:smb2_create: Avoid reusing the 'tevent_req' within smbd_smb2_create_send(). * BUG 12844: Related requests with TreeConnect fail with NETWORK_NAME_DELETED. * BUG 12845: Related requests with SessionSetup fail with INTERNAL_ERROR. * BUG 12859: ldb: protect Samba < 4.7 against incompatible ldb versions and require ldb < 1.2.0. * BUG 12862: auth/ntlmssp: Enforce NTLMSSP_NEGOTIATE_NTLM2 for the NTLMv2 client case. o Michael Saxl <mike at mwsys.mine.bz> * BUG 10490: s3:gse_krb5: Fix a possible c...
2017 Jul 06
0
[Announce] Samba 4.5.11 Available for Download
...nt order for the SPNEGO_FALLBACK case. * BUG 12832: s3:smb2_create: Avoid reusing the 'tevent_req' within smbd_smb2_create_send(). * BUG 12844: Related requests with TreeConnect fail with NETWORK_NAME_DELETED. * BUG 12845: Related requests with SessionSetup fail with INTERNAL_ERROR. * BUG 12859: ldb: protect Samba < 4.7 against incompatible ldb versions and require ldb < 1.2.0. * BUG 12862: auth/ntlmssp: Enforce NTLMSSP_NEGOTIATE_NTLM2 for the NTLMv2 client case. o Michael Saxl <mike at mwsys.mine.bz> * BUG 10490: s3:gse_krb5: Fix a possible c...
2012 Jul 06
1
Bug#680499: xcp-xapi: Http_client.Http_request_rejected during upgrade
...grade from 1.3.2-7 to 1.3.2-8 got follwing message on slave host (upgrade was simulatanious on slave and master): ... Setting up xcp-xapi (1.3.2-8) ... The server failed to handle your request, due to an internal error. The given message may give details useful for debugging the problem. message: INTERNAL_ERROR: [ Http_client.Http_request_rejected("{ frame = false; method = POST; uri = /; query = [ ]; content_length = [ ]; transfer encoding = ; version = 1.0; cookie = [ ]; task = ; subtask_of = ; content-type = ; user_agent = xen-api-libs/1.0 }") ] Processing triggers for menu ... ... This m...
2022 Mar 21
2
[Announce] Samba 4.16.0 Available for Download
...against servers without FAST ???? support. ?? * BUG 15003: wbinfo -a doesn't work reliable with upn names. ?? * BUG 15005: A cross-realm kerberos client exchanges fail using KDCs with and ???? without FAST. ?? * BUG 15015: PKINIT: hdb_samba4_audit: Unhandled hdb_auth_status=9 => ???? INTERNAL_ERROR. o? Garming Sam <garming at catalyst.net.nz> ?? * BUG 13879: Simple bind doesn't work against an RODC (with non-preloaded ???? users). o? Andreas Schneider <asn at samba.org> ?? * BUG 15016: Regression: create krb5 conf = yes doesn't work with a single ???? KDC. o? Jose...
2022 Mar 21
2
[Announce] Samba 4.16.0 Available for Download
...against servers without FAST ???? support. ?? * BUG 15003: wbinfo -a doesn't work reliable with upn names. ?? * BUG 15005: A cross-realm kerberos client exchanges fail using KDCs with and ???? without FAST. ?? * BUG 15015: PKINIT: hdb_samba4_audit: Unhandled hdb_auth_status=9 => ???? INTERNAL_ERROR. o? Garming Sam <garming at catalyst.net.nz> ?? * BUG 13879: Simple bind doesn't work against an RODC (with non-preloaded ???? users). o? Andreas Schneider <asn at samba.org> ?? * BUG 15016: Regression: create krb5 conf = yes doesn't work with a single ???? KDC. o? Jose...