search for: errnov

Displaying 5 results from an estimated 5 matches for "errnov".

Did you mean: errno
2017 Nov 14
1
SMTP and IMAP authentication critically fails out of the blue
...tocol lmtp {? auth_socket_path = /var/run/dovecot/auth-master? mail_plugins = quota sieve acl? postmaster_address = postmaster at domain1.com}protocol sieve {? managesieve_logout_format = bytes=%i/%o}remote 127.0.0.1 {? disable_plaintext_auth = no}########################################### Mail.errNov 13 23:59:06 webdev dovecot: auth: Error: PLAIN(account at domain2.com, XXX.XXX.XXX.XXX,<y869CoDETEST4dHk>): Request 29154.1 timed out after 150 secs, state=1########################################### Mail.logNov 13 23:27:54 webdev dovecot: auth: Error: LOGIN(account at domain1.com,IP.IP.IP...
2009 Nov 18
6
[PATCH 1/3] libxenlight: Clean up logging arrangements
...@ -106,14 +106,17 @@ int libxl_domain_make(struct libxl_ctx *ctx, libxl_domain_create_info *info, ret = xc_domain_create(ctx->xch, info->ssidref, handle, flags, domid); if (ret < 0) { - XL_LOG(ctx, XL_LOG_ERROR, "domain creation fail: %d", ret); + XL_LOG_ERRNOVAL(ctx, XL_LOG_ERROR, ret, "domain creation fail"); return ERROR_FAIL; } dom_path = libxl_xs_get_dompath(ctx, *domid); + if (!dom_path) + return ERROR_FAIL; + vm_path = libxl_sprintf(ctx, "/vm/%s", uuid_string); vss_path = libxl_sprintf(ct...
2013 Feb 01
2
[PATCH v2 02/03] HVM firmware passthrough libxl support
This patch introduces support for two new parameters in libxl: smbios_firmware=<path_to_smbios_structures_file> acpi_firmware=<path_to_acpi_tables_file> The changes are primarily in the domain building code where the firmware files are read and passed to libxc for loading into the new guest. After the domain building call to libxc, the addresses for the loaded blobs are returned and
2013 Mar 25
86
[PATCH 00/28] libxl: ocaml: improve the bindings
The following series of patches fill in most of the gaps in the OCaml bindings to libxl, to make them useful for clients such as xapi/xenopsd (from XCP). There are a number of bugfixes to the existing bindings as well. I have an experimental version of xenopsd that successfully uses the new bindings. An earlier version of the first half of the series was submitted to the last by Ian Campbell on
2014 Sep 23
0
libvirt crashed by restore of xen vm
...se: libvirtd : 1.1.3.6 xen 4.3.3 on fedore core 20 have anyone an idea what the reason is or could? thanks max from coredump: Program terminated with signal SIGSEGV, Segmentation fault. #0 0x00007fd35c031d00 in ?? () #1 0x00007fd381b52e87 in xtl_logv (logger=0x7fd35c020190, level=XTL_DEBUG, errnoval=-1, context=0x7fd381b56113 "xc", format=0x7fd381b5610c "%s%s%s", al=al@entry=0x7fd38a444000) at xtl_core.c:50 #2 0x00007fd381b52f1a in xtl_log (logger=logger@entry=0x7fd35c020190, level=level@entry=XTL_DEBUG, errnoval=errnoval@entry=-1, context=context@entry=0x7fd381b56113 &q...