search for: versionnumb

Displaying 20 results from an estimated 27 matches for "versionnumb".

Did you mean: versionnum
2009 May 18
2
[LLVMdev] [PATCH] llvm-config: add svn revision to --version
...imilarwith LDC. This can be done without changing the llvm codebase. I suggest the following: add to the LDC configure. LLVM_CFLAGS="$LLVM_CFLAGS -DLLVM_VERSION=`$LLVM_CONFIG --version | sed 's/\.//;s/svn.*//'`" this will take the llvm-config --version output and truncates the versionnumber from 2.6svn to 26 now the LLVM_VERSION can be used in your source code like this: #if LLVM_VERSION >= 26 /*llvm 2.6 and above compatible code*/ #endif #if LLVM_VERSION >= 25 // etc... #endif cheers Xerxes
2005 May 29
1
Two Sambas, but the new version is not activ
Hello! I have an old Samba Version(3.0.7..) in /etc/samba/ and an new one (3.0.14a) compiled in /usr/local/samba/.... If I start only the Dämon from the new one, the testparm -V shows always the old versionnumber(3.0.7..). I think, only the old one is activ. Should I delete the old directory with th smb file, or how can I solve this problem, because I need the new one Samba, because I compiled it wth the -ldapsam option, which I need for smbpasswd -w and the LDAP Admin? Best regards Andreas
2012 Jun 15
0
Pass parameter to odfWeave
...t way of creating reports and other quality output from R. But is there a simple way to pass a parameter to the report? What I mean is: odfWeave(templatefile,outputfile) creates the report. If would be much more flexible if it would be possible to do something like odfWeave(templatefile,outputfile, versionnumber) to pass versionnumber to the templatefile, or even odfWeave(templatefile,outputfile,parameterfile) to pass the name of a file where other variables are stored. Is something like this possible? The only way I see is store parameters in a file that is read in templatefile.Thank for any suggestions...
2019 Oct 29
4
Wiki Page Revisions
When I created the User Documentation page "Configure Samba to Work Better with Mac OS X?, my intent was to help others in the same situation I am: I have a WD MyCloud (Gen1) running an old version of samba (4.3.11) with no expectation that the firmware would be upgraded for the latest & greatest samba. The device is still usable, but was not optimized for Macs, so I ssh?d into the
2009 May 18
0
[LLVMdev] [PATCH] llvm-config: add svn revision to --version
...ithout changing the llvm codebase. > > I suggest the following: > add to the LDC configure. > > LLVM_CFLAGS="$LLVM_CFLAGS -DLLVM_VERSION=`$LLVM_CONFIG --version | sed 's/\.//;s/svn.*//'`" > > this will take the llvm-config --version output and truncates the versionnumber from > > 2.6svn to 26 > > now the LLVM_VERSION can be used in your source code like this: > > #if LLVM_VERSION >= 26 > /*llvm 2.6 and above compatible code*/ > #endif > > #if LLVM_VERSION >= 25 > // etc... > #endif That's not precise enough. API...
2019 Oct 11
1
dns replication error due to deleted records
...on't understand why this happened. After all I never modified directly the database (I just did that now to delete the records that stopped the replication), I only used published interfaces (either rsat, policy editor, windows dns or samba-tool). And should I worry about the differences in versionNumber, pwLastSet, dnsRecord? Bye -- Luca Olivetti Wetron Automation Technology http://www.wetron.es/ Tel. +34 93 5883004 (Ext.3010) Fax +34 93 5883007
2019 Oct 11
2
dns replication error due to deleted records
On 11/10/2019 14:58, Luca Olivetti via samba wrote: > El 10/10/19 a les 20:23, Luca Olivetti via samba ha escrit: >> Today I noticed something that has been going on for some weeks: >> >> I have 2 dc, (dc1 and dc2) both debian buster with the distro >> provided samba (4.9.5), recently upgraded from stretch. >> >> samba-tool drs showrepl on dc2 says >>
2009 Nov 12
9
uninitialized constant XML::Document
Hi All, I have installed "libxml-ruby" gem on my ruby instllation. while trying to create xml document with ruby progam in Rad Rails am getting error like "uninitialized constant XML::Document (NameError)" do i need to config any thing else in environment.rb file Thanks in advance Chinna. -- Posted via http://www.ruby-forum.com/.
2019 Oct 11
4
dns replication error due to deleted records
...,DC,cn,CN,ou,OU' >> >> Replace 'DC1' and 'DC2' with your actual DC short hostnames >> >> It should tell you the differences. > > The list is too long to post here. it's here: https://pastebin.com/UFEPvgjX > > There are 3 difference in versionNumber for the [DOMAIN] context, one > for pwdLastSet in the same domain. > > The big issue is the [DNSDOMAIN] context: > > * DN lists have different size: 753 != 865 > > and then a big list, I suppose of the records that are in one dc and not > in the other. > Of the rem...
2019 Sep 17
1
Change in behaviour for the "%U" substitution in 4.10.8?
Hai, Yes, the repo does not allow different versionnumbers, but i do have all my versions in backup. I made a few tar.gz for you so you can test again with 4.10.7 on a local repo. You can find them here. http://downloads.van-belle.nl/samba4/ The 4.10.7 for Stretch Buster and Bionic source and deb's are there to get. Greetz, Louis > ---...
2010 Aug 22
0
[LLVMdev] Linking to the LLVM shared library
nobled <nobled at dreamwidth.org> writes: >> AFAIK, the `configure&make' build had so-so support for shared >> libraries. Maybe that is fixed now. What they implemented recently was >> one option for generating a single shared library containing all LLVM. > > Right, that was my original question--when you build libLLVM2.7.so > with --enable-shared,
2019 Oct 29
0
Wiki Page Revisions
Hai, Personaly, i agree with Todd, having a few clear examples with the samba versionnumbering in it. How about, adding a sub page in : https://wiki.samba.org/index.php/Configure_Samba_to_Work_Better_with_Mac_OS_X With something like a section that shows : "User contributed examples" Rowland *(and Ralph), what do you guys think? Why not add a section like that for most t...
2009 May 18
0
[LLVMdev] [PATCH] llvm-config: add svn revision to --version
Benjamin Kramer wrote: > At the moment llvm-config outputs "2.6svn" if llvm is build from trunk > > $ llvm-config --version > 2.6svn > > Some external projects (built out-of-tree) need to know which revision > of llvm is installed. LDC currently asks llvm-config --src-root for the > source directory and then parses svn info's output to get the revision
2010 Aug 22
2
[LLVMdev] Linking to the LLVM shared library
Óscar Fuentes <ofv at wanadoo.es> wrote: > The following message is a courtesy copy of an article > that has been posted to gmane.comp.compilers.llvm.devel as well. > > nobled <nobled at dreamwidth.org> writes: > >>>> The LLVM 2.7 release notes say you can use ./configure --enable-shared >>>> to build LLVM as a shared library (libLLVM2.7.so), and
2018 Feb 01
0
4.7.4 build fails
...e krb5-kdc Build in this order. ! (optional, if you want MIT kerberos on debian/ubuntu ) 0 ( krb5 1.15.1 minimal) Build order with minimal version numbers. ( for samba 4.7.4 ) 1 talloc 2.1.10 2 tevent 0.9.34 3 tdb 1.3.15 4 cmocka 1.1.1 5 ldb 1.2.3 The "wrapper" i dont know the exact versionnumbers with the minimal requerements out of my head. 6 nss-wrapper 7 revolv-wrapper 8 uid-wrapper 9 socket-wrapper 10 pam-wrapper 11 samba And you did follow.. But you can also upgrade to latest slackware, that one includes samba 4.7.4. Greetz, Louis > -----Oorspronkelijk bericht----- &g...
2018 Feb 01
5
4.7.4 build fails
identical issues to trying to go from 4.6.11-> 4.6.12, 4.7.4 make fails with 3631/3915] Linking default/source4/librpc/python-dcerpc-smb-acl.so [3632/3915] Linking default/source4/librpc/python-dcerpc-xattr.so [3633/3915] Linking default/source3/smbtorture3 [3634/3915] Linking default/source4/librpc/python-auth.so [3635/3915] Linking default/source4/auth/gensec/pygensec.so [3636/3915] Linking
2011 Jun 30
2
Help, please!!! was: Documents and Settings
I sent this yesterday, but I've seen no sign of it arriving on the list and certainly no responses. ANy help, please? This is kind of urgent. Hiya all! I'm a new WINE user on OS X 10.6.7. I'm trying to install Quickbooks 2006 for Windows XP on WINE and all goes well UNTIL I try to launch the successfully installed app and get an error 3371 at launch. What that means is that
2009 May 18
3
[LLVMdev] [PATCH] llvm-config: add svn revision to --version
...codebase. >> >> I suggest the following: >> add to the LDC configure. >> >> LLVM_CFLAGS="$LLVM_CFLAGS -DLLVM_VERSION=`$LLVM_CONFIG --version | sed 's/\.//;s/svn.*//'`" >> >> this will take the llvm-config --version output and truncates the versionnumber from >> >> 2.6svn to 26 >> >> now the LLVM_VERSION can be used in your source code like this: >> >> #if LLVM_VERSION >= 26 >> /*llvm 2.6 and above compatible code*/ >> #endif >> >> #if LLVM_VERSION >= 25 >> // etc... >>...
2009 May 18
4
[LLVMdev] [PATCH] llvm-config: add svn revision to --version
At the moment llvm-config outputs "2.6svn" if llvm is build from trunk $ llvm-config --version 2.6svn Some external projects (built out-of-tree) need to know which revision of llvm is installed. LDC currently asks llvm-config --src-root for the source directory and then parses svn info's output to get the revision number. This requires the user to keep the llvm source tree
2019 Oct 29
3
Wiki Page Revisions
On 29/10/2019 13:59, L.P.H. van Belle via samba wrote: > Hai, > > Personaly, i agree with Todd, having a few clear examples with the samba versionnumbering in it. > > How about, adding a sub page in : > https://wiki.samba.org/index.php/Configure_Samba_to_Work_Better_with_Mac_OS_X > > With something like a section that shows : "User contributed examples" > > Rowland *(and Ralph), what do you guys think? Why not add...