search for: backend

Displaying 20 results from an estimated 31273 matches for "backend".

2019 Aug 30
0
[nbdkit PATCH 1/9] server: Fewer dereferences in filter
Anywhere that we compute 'f = container_of(b)' then use 'f->backend.', we can instead just use 'b->'. Similarly, during registration, we can use the 'filename' input rather than our just-copied 'f->filename'. Signed-off-by: Eric Blake <eblake@redhat.com> --- server/filters.c | 170 ++++++++++++++++++++++--------------------...
2010 May 06
1
R on kdeedu-svn library problem
Hello, I am new to this list. ?I am trying to compile the current svn version of kdeedu on an amd64 linux machine ?which uses R and I get the following compiler output. ------------------------------------------- ?79%] Building CXX object cantor/src/backends/R/rserver/CMakeFiles/cantor_rserver.dir/rserver.o $SOURCES/kdeedu/cantor/src/backends/R/rserver/rserver.cpp: In member function 'void RServer::runCommand(const QString&, bool)': $SOURCES/kdeedu/cantor/src/backends/R/rserver/rserver.cpp:217: warning: 'result' may be used unini...
2013 Apr 26
7
BUG 4.2.2: xl cd-insert corrupts xenstore state
...ion fault $ xl cd-insert a0 hdc file:/images/xs-tools-6.0.0.iso Segmentation fault The problem seems to be that xl cd-eject is writing corrupt values to xenstore. Note that vbd/1/5632 is still there as when it booted, but qdisk/1/5632 has some random stuff in it $ xenstore-ls -f /local/domain/0/backend /local/domain/0/backend/qdisk = "" /local/domain/0/backend/qdisk/1 = "" /local/domain/0/backend/qdisk/1/768 = "" /local/domain/0/backend/qdisk/1/768/frontend = "/local/domain/1/device/vbd/768" /local/domain/0/backend/qdisk/1/768/params = "qcow:/images/vm...
2007 Apr 30
1
[LLVMdev] llvm-gcc build broken
...-DENABLE_LLVM -D__STDC_LIMIT_MACROS -I. -I. -I/projects/compiler/llvm-gcc/gcc -I/projects/compiler/llvm-gcc/gcc/. -I/projects/compiler/llvm-gcc/gcc/../include -I/projects/compiler/llvm-gcc/gcc/../libcpp/include -I/include -I/ptmp/dag/build.llvm/include /projects/compiler/llvm-gcc/gcc/llvm-backend.cpp -o llvm-backend.o In file included from /projects/compiler/llvm-gcc/gcc/llvm-backend.cpp:23: /projects/compiler/llvm-gcc/gcc/llvm-internal.h:35:29: error: llvm/Intrinsics.h: No such file or directory /projects/compiler/llvm-gcc/gcc/llvm-internal.h:36:34: error: llvm/ADT/SmallVector.h: No such...
2010 Nov 11
1
FreeBSD 8.1 & Samba4 alpha11 domain controller - cldapd bind problem
...al/etc/smb4.conf" Processing section "[globals]" Processing section "[netlogon]" Processing section "[sysvol]" adding hidden service IPC$ adding hidden service ADMIN$ samba version 4.0.0alpha11 started. Copyright Andrew Tridgell and the Samba Team 1992-2010 GENSEC backend 'sasl-DIGEST-MD5' registered GENSEC backend 'krb5' registered GENSEC backend 'fake_gssapi_krb5' registered GENSEC backend 'schannel' registered GENSEC backend 'spnego' registered GENSEC backend 'gssapi_spnego' registered GENSEC backend 'gssapi_krb...
2017 Dec 12
3
Errors transferring forestdns and domaindns FSMO roles
...he output of the commands root at dc1:~# samba-tool fsmo transfer --role=forestdns ldb_wrap open of secrets.ldb lpcfg_load: refreshing parameters from /etc/samba/smb.conf resolve_lmhosts: Attempting lmhosts lookup for name 7da1efbb-3b68-4249-ab03-e09c3ffc0d1a._msdcs.tcsbasys.com<0x20> GENSEC backend 'gssapi_spnego' registered GENSEC backend 'gssapi_krb5' registered GENSEC backend 'gssapi_krb5_sasl' registered GENSEC backend 'spnego' registered GENSEC backend 'schannel' registered GENSEC backend 'naclrpc_as_system' registered GENSEC backend 's...
2018 Jan 17
0
[PATCH 7/9] Implement filters.
...o.h> +#include <stdlib.h> +#include <stdint.h> +#include <string.h> +#include <inttypes.h> +#include <assert.h> +#include <errno.h> + +#include <dlfcn.h> + +#include "nbdkit-filter.h" +#include "internal.h" + +/* We extend the generic backend struct with extra fields relating + * to this filter. + */ +struct backend_filter { + struct backend backend; + char *filename; + void *dl; + struct nbdkit_filter filter; +}; + +/* Note this frees the whole chain. */ +static void +filter_free (struct backend *b) +{ + struct backend_filter *f =...
2020 Feb 12
5
[PATCH nbdkit 1/3] server: Rename global backend pointer to "top".
It's confusing to use the same terminology for a single backend as for the linked list of backends. In particular it's often not clear if we're calling the next backend or the whole chain of backends. --- server/internal.h | 14 ++++++++++-- server/connections.c | 20 ++++++++--------- server/locks.c...
2019 Oct 04
6
[nbdkit PATCH 0/5] Another round of retry fixes
I still don't have .prepare/.finalize working cleanly across reopen, but did find a nasty bug where a botched assertion means we failed to notice reads beyond EOF in both the xz and retry filter. Refactoring backend.c will make .finalize work easier. Eric Blake (5): xz: Avoid reading beyond EOF retry: Check size before transactions tests: Test retry when get_size values change server: Fix backend range check server: Refactor to drop connection_get_handle() server/internal.h | 6...
2012 Jul 20
9
[LLVMdev] RFC: Staging area proposal for new backends
Hi, I would like to follow up on the recent discussion on the mailing list about requirements for new backends[1] by submitting the following proposal for a staging area for new LLVM backends. This proposal incorporates ideas from Owen, Chandler, and others who chimed in on the original thread, and I hope the LLVM developers will be able to come to a consensus on this proposal or a modified version, so th...
2019 Oct 14
2
GENSEC backend
Hi, When I try to get some records by ldbsearch i get weird messages before I get what I search, that started to show some time ago. I did not have it before, anyone had that messages? Do I should worry? ldbsearch -H /usr/local/samba/private/sam.ldb sAMAccountName=test GENSEC backend 'gssapi_spnego' registered GENSEC backend 'gssapi_krb5' registered GENSEC backend 'gssapi_krb5_sasl' registered GENSEC backend 'spnego' registered GENSEC backend 'schannel' registered GENSEC backend 'naclrpc_as_system' registered GENSEC backend 's...
2018 Jan 17
0
[PATCH 2/9] Refactor plugin_* functions into a backend struct.
Introduce the concept of a backend. Currently the only type of backend is a plugin, and there can only be one of them. Instead of calling functions like ‘plugin_pwrite’ you call the backend method ‘backend->pwrite (backend, ...)’. The change is largely mechanical. I was able to remove ‘assert (dl)’ statements throughout since...
2018 Jan 16
0
[PATCH nbdkit v2 2/3] Refactor plugin_* functions into a backend struct.
Introduce the concept of a backend. Currently the only type of backend is a plugin, and there can only be one of them. Instead of calling functions like ‘plugin_pwrite’ you call the backend method ‘backend->pwrite (backend, ...)’. The change is largely mechanical. I was able to remove ‘assert (dl)’ statements throughout since...
2020 Feb 12
2
[nbdkit PATCH] filters: Remove most next_* wrappers
With our recent cleanups to nxdata, the only remaining difference between functions like backend_open() and next_open() was the signature (one used void*, the other struct backend *); the API is compatible. All of our filters are in-tree, and we don't promise API/ABI stability, but it is still a lot of files to touch, so the simplest solution to avoid the redundant hop through wrapper fun...
2020 Feb 11
0
[PATCH nbdkit 3/3] server: Remove explicit connection parameter, use TLS instead.
...1-1 mapping between the connection and the current thread which is true in *most* places. Occasionally we still have the explicit connection pointer, especially just before we launch a thread or call threadlocal_set_conn. --- server/internal.h | 191 +++++++++---------- server/backend.c | 160 +++++++++------- server/connections.c | 68 ++++--- server/crypto.c | 14 +- server/filters.c | 270 +++++++++++++-------------- server/locks.c | 12 +- server/plugins.c...
2017 Dec 14
2
samba-tool ntacl sysvolcheck ERROR
[root at srv-cds ~]# samba-tool ntacl sysvolcheck Attempting to register passdb backend smbpasswd Successfully added passdb backend 'smbpasswd' Attempting to register passdb backend tdbsam Successfully added passdb backend 'tdbsam' Attempting to register passdb backend samba_dsdb Successfully added passdb backend 'samba_dsdb' Attempting to register passdb backe...
2019 Oct 30
2
Unable to initialize messaging context!
...tedir=/var \ --with-systemd \ --systemd-install-services \ --with-logfilebase=/var/log/samba Here is the command run with -d3: #> ./samba -i -d3 lpcfg_load: refreshing parameters from /etc/samba/smb.conf samba version 4.11.2 started. Copyright Andrew Tridgell and the Samba Team 1992-2019 GENSEC backend 'gssapi_spnego' registered GENSEC backend 'gssapi_krb5' registered GENSEC backend 'gssapi_krb5_sasl' registered GENSEC backend 'spnego' registered GENSEC backend 'schannel' registered GENSEC backend 'naclrpc_as_system' registered GENSEC backend 's...
2020 Feb 11
4
[PATCH nbdkit v2 0/3] server: Remove explicit connection parameter.
v1 was here: https://www.redhat.com/archives/libguestfs/2020-February/msg00081.html v2 replaces struct connection *conn = GET_CONN; with GET_CONN; which sets conn implicitly and asserts that it is non-NULL. If we actually want to test if conn is non-NULL or behave differently, then you must use threadlocal_get_conn() instead, and some existing uses do that. Rich.
2012 Sep 06
0
[LLVMdev] RFC: Staging area proposal for new backends
Hi, Now that --enable-experimental-targets build flags have been added to the build systems. What needs to be done in order to get the R600 backend added as an experimental target? I've posted an updated version of the backend to llvm-commits[1], that addresses many of the criticisms of the backend, but I haven't received any feedback, and I feel like the submission process has stalled. It seems like the problem might be that there i...
2014 Sep 23
4
smbd doesn't start anymore
...e lo ip=127.0.0.1 bcast=127.255.255.255 netmask=255.0.0.0 added interface bond0 ip=10.130.162.20 bcast=10.130.162.255 netmask=255.255.255.0 loaded services Netbios name list:- my_netbios_names[0]="FILZEN" fcntl_lock 9 6 0 1 1 fcntl_lock: Lock call successful Attempting to register passdb backend smbpasswd Successfully added passdb backend 'smbpasswd' Attempting to register passdb backend tdbsam Successfully added passdb backend 'tdbsam' Attempting to register passdb backend wbc_sam Successfully added passdb backend 'wbc_sam' Attempting to register passdb backend lda...