Displaying 20 results from an estimated 23 matches for "ccan".
Did you mean:
can
2013 Sep 06
4
About de Bruijn sequences in bitmath.h
Found this code: ftp://ftp.samba.org/pub/unpacked/ntdb/lib/ccan/ilog/ilog.c
Tests show that it's faster to use the following code in FLAC__bitmath_ilog2_wide():
static const unsigned char DEBRUIJN_IDX32[32]={
0, 1,28, 2,29,14,24, 3,30,22,20,15,25,17, 4, 8,
31,27,13,23,21,19,16, 7,26,12,18, 6,11, 5,10, 9
};
FLAC__uint32 v...
2013 Oct 29
2
creating an ubuntu package of version 4.1.0
...efault=True)
+
opt.tool_options('python') # options for disabling pyc or pyo compilation
# enable options related to building python extensions
@@ -124,7 +128,10 @@
conf.RECURSE('source4/ntvfs/sysdep')
conf.RECURSE('lib/util')
conf.RECURSE('lib/ccan')
- conf.RECURSE('lib/ntdb')
+ if not Options.options.disable_ntdb:
+ conf.RECURSE('lib/ntdb')
+ else:
+ conf.DEFINE('DISABLE_NTDB', 1)
conf.RECURSE('lib/zlib')
conf.RECURSE('lib/util/charset')
conf.RECURSE('sourc...
2019 Nov 21
1
Samba building is broken when some libraries are specified to be built-in to binaries !
...--enable-avahi \
--disable-rpath \
--disable-rpath-install \
--bundled-libraries=NONE,pytevent,iniparser,roken,wind,hx509,asn1,heimbase,hcrypto,krb5,gssapi,heimntlm,hdb,kdc,com_err,compile_et,asn1_compile
\
--builtin-libraries=replace,winbind-client,wbclient,ccan,samba-cluster-support
\
--with-cluster-support \
--with-socketpath=/var/run/ctdb/ctdbd.socket \
--with-logdir=/var/log/ctdb
??, 21 ????. 2019 ?. ? 23:47, Andrew Bartlett <abartlet at samba.org>:
> On Tue, 2019-11-19 at 09:36 +0300, CpServic...
2013 Jun 24
2
qemu images
ah i meen that
so i can boot e.g windows xp?
let's say
i install a xp image with kvm
and booting it with memdisk
will it work?
how about drivers?
On 2013-06-24 20:40, H. Peter Anvin wrote:
> On 06/24/2013 09:00 AM, mattias wrote:
>> ccan i boot images created by kvm with memdisc?
> Boot, yes. In the *general case* they will not run, however, as you
> need a driver to detect and mount the memdisk once the OS is running.
>
> -hpa
>
>
2005 Aug 31
7
VoipBuster with astersisk?
Hi, all
Here is a something I found on the web:
http://www.voipbuster.com
And it works OK too. Now, I want to use it via asterisk, so I ccan use my normal phones instead of PC application.
Did anyone try to connect astersisk and VoipBuster?
Thanks,
Rudolf
2019 Nov 19
2
Samba building is broken when some libraries are specified to be built-in to binaries !
I try to build Samba 4.10.10 at Ubuntu 18.04 on x86_64 platform as at
armv7l archtectures from sources.
I need build replace,winbind-client,wbclientto binaries
For that I specify
*--builtin-libraries=replace,winbind-client,wbclien*t,ccan,samba-cluster-support
at configure
But in the case I get time to time, the following errors:
*=error1 =*
Compiling source4/dsdb/samdb/ldb_modules/objectguid.c
source4/dsdb/samdb/ldb_modules/tests/test_group_audit.c.21.o: In function
`audit_message_send':
./bin/default/../../source4/dsdb/samd...
2013 Jun 24
2
qemu images
...i can boot e.g windows xp?
> >let's say
> >i install a xp image with kvm
> >and booting it with memdisk
> >will it work?
> >how about drivers?
> >On 2013-06-24 20:40, H. Peter Anvin wrote:
> >> On 06/24/2013 09:00 AM, mattias wrote:
> >>> ccan i boot images created by kvm with memdisc?
> >> Boot, yes. In the *general case* they will not run, however, as you
> >> need a driver to detect and mount the memdisk once the OS is running.
> >>
> >> -hpa
> >>
> >>
>
> --
> Sent...
2016 Apr 15
2
Debian Wheezy member server from backports to self compile
Hello,
I'm unable to update my Samba from 4.1.17 to 4.4.2. I'm looking to
build from tar instead. From what I gather the following should be the
steps taken.
./configure --without-ad-dc -- sbindir= /usr/sbin
--sysconfdir=/etc/samba/ --/usr/share/man/
make
make install
Am I missing something else? Thanks.
--
-James
2016 Apr 19
1
Debian Wheezy member server from backports to self compile
...=/var/lib/samba --with-cachedir=/var/cache/samba
> --disable-avahi --disable-rpath --disable-rpath-install
> --bundled-libraries=NONE,pytevent,iniparser,roken,wind,hx509,asn1,heimbase,hcrypto,krb5,gssapi,heimntlm,hdb,kdc,com_err,compile_et,asn1_compile
>
> --builtin-libraries=replace,ccan,samba-cluster-support
> --minimum-library-version="$(shell ./debian/autodeps.py
> --minimum-library-version)" --with-cluster-support
>
> OK, it is from 4.3.5 and I am fairly sure 'pam_smbpass' doesn't exist
> anymore, it will also build everything, including...
2015 Feb 05
0
Samba 4.2.0rc4 build failure
...terminated.
Waf: Leaving directory `/home/projects/tools/samba/samba-4.2.0rc4.i386gcc.pt/bin'
Build failed: -> task failed (err #1):
{task: cc texpect.c -> texpect_1.o}
*** Error code 1
make: Fatal error: Command failed for target `all'
I find a copy of err.h in both
./lib/ccan/err/err.h
./bin/default/source4/heimdal/lib/roken/err.h
Tom Schulz
Applied Dynamics Intl.
schulz at adi.com
2015 Feb 09
1
Samba 4.2.0rc4 build failure
...e/projects/tools/samba/samba-4.2.0rc4.i386gcc.pt/bin'
> Build failed: -> task failed (err #1):
> {task: cc texpect.c -> texpect_1.o}
> *** Error code 1
> make: Fatal error: Command failed for target `all'
>
>
> I find a copy of err.h in both
> ./lib/ccan/err/err.h
> ./bin/default/source4/heimdal/lib/roken/err.h
Tom Schulz
Applied Dynamics Intl.
schulz at adi.com
2016 Apr 15
0
Debian Wheezy member server from backports to self compile
...ba
--with-statedir=/var/lib/samba --with-cachedir=/var/cache/samba
--disable-avahi --disable-rpath --disable-rpath-install
--bundled-libraries=NONE,pytevent,iniparser,roken,wind,hx509,asn1,heimbase,hcrypto,krb5,gssapi,heimntlm,hdb,kdc,com_err,compile_et,asn1_compile
--builtin-libraries=replace,ccan,samba-cluster-support
--minimum-library-version="$(shell ./debian/autodeps.py
--minimum-library-version)" --with-cluster-support
OK, it is from 4.3.5 and I am fairly sure 'pam_smbpass' doesn't exist
anymore, it will also build everything, including the AD DC, but I hope
y...
2019 Nov 11
2
Build some shared libraries, and building exact these libraries directly to binaries at the same time.
...,compile_et,asn1_compile,winbind-client,wbclient
as ./configure option.
But I need at the same time that these libraries replace, winbind-client
and wbclient would be statically linked for all other libraries/binaries
which it must be linked to, for that I may of ourse specify
--builtin-libraries=ccan,samba-cluster-support,replace,winbind-client,wbclient.
But --builtin-libraries replaces --bundled-librariesoption and finally I
either get statically linked libraries/binaries without these shared
libraries or these shared libraries which other binaries are sharingly
linked to.
Is there combinatio...
2013 Mar 30
0
I am having problems installing the latest samba4 git checkout as of 3/30/13
...project rules ...
Project rules pass
[ 1/4152] Generating replace.vscript
[ 2/4152] Generating interfaces.vscript
[ 3/4152] Generating talloc.vscript
[ 4/4152] Generating pytalloc-util.vscript
[ 5/4152] Generating tevent.vscript
[ 6/4152] Generating addns.vscript
[ 7/4152] Generating ccan.vscript
[ 8/4152] Generating tdb.vscript
[ 9/4152] Generating tdb_compat.vscript
[ 10/4152] Generating ntdb.vscript
[ 11/4152] Generating pyldb-util.vscript
[ 12/4152] Generating ldb.vscript
Traceback (most recent call last):
File "./buildtools/bin/waf", line 76, in <module>...
2013 Jun 24
0
qemu images
On 06/24/2013 09:00 AM, mattias wrote:
> ccan i boot images created by kvm with memdisc?
Boot, yes. In the *general case* they will not run, however, as you
need a driver to detect and mount the memdisk once the OS is running.
-hpa
2013 Jun 24
0
qemu images
...e> wrote:
>ah i meen that
>so i can boot e.g windows xp?
>let's say
>i install a xp image with kvm
>and booting it with memdisk
>will it work?
>how about drivers?
>On 2013-06-24 20:40, H. Peter Anvin wrote:
>> On 06/24/2013 09:00 AM, mattias wrote:
>>> ccan i boot images created by kvm with memdisc?
>> Boot, yes. In the *general case* they will not run, however, as you
>> need a driver to detect and mount the memdisk once the OS is running.
>>
>> -hpa
>>
>>
--
Sent from my mobile phone. Please excuse brevity and...
2013 Jun 25
0
qemu images
...;let's say
> > >i install a xp image with kvm
> > >and booting it with memdisk
> > >will it work?
> > >how about drivers?
> > >On 2013-06-24 20:40, H. Peter Anvin wrote:
> > >> On 06/24/2013 09:00 AM, mattias wrote:
> > >>> ccan i boot images created by kvm with memdisc?
> > >> Boot, yes. In the *general case* they will not run, however, as you
> > >> need a driver to detect and mount the memdisk once the OS is running.
> > >>
> > >> -hpa
> > >>
> > &g...
2005 Jul 03
2
bind() on 127.0.0.1 in jail: bound to the outside address?
Dear folks,
It seems that doing bind() inside a jail (whose IP address is an outside
address), will result in some wierd behavior, that the actual bind is
done on the outside address.
For example, binding to 127.0.0.1:6666 inside a jail addressed 192.168.1.1,
will finally result in a bind to 192.168.1.1:6666. With this in mind,
it is possible that some formerly secure configuration fail in jail
2016 Apr 19
0
libsmbregistry.so: undefined reference to `gfree_charcnv'
...--disable-avahi \
--disable-rpath \
--disable-rpath-install \
--bundled-libraries=NONE,pytevent,iniparser,roken,wind,hx509,asn1,heimbase,hcrypto,krb5,gssapi,heimntlm,hdb,kdc,com_err,compile_et,asn1_compile
\
--builtin-libraries=replace,ccan,samba-cluster-support \
--minimum-library-version="$(shell ./debian/autodeps.py
--minimum-library-version)" \
--with-cluster-support
Why couldn't it find this reference?
--
-Alex