Displaying 8 results from an estimated 8 matches for "baseinfo".
2006 Mar 10
1
samba4wins - all ok but how to use nmblookup from my PDC?
...ns/private/wins_config.ldb:
# returned 2 records
# record 1
dn: CN=STANDALONE-WINS,CN=PARTNERS
distinguishedName: CN=STANDALONE-WINS,CN=PARTNERS
objectClass: wreplPartner
pullInterval: 1800
pullRetryInterval: 30
pushChangeCount: 0
pushUseInform: 0
type: 0x3
address: 192.168.19.107
# record 2
dn: @BASEINFO
distinguishedName: @BASEINFO
sequenceNumber: 23
4. in the standalone server /var/lib/samba4wins/private/wins_config.ldb file:
# returned 2 records
# record 1
dn: @BASEINFO
distinguishedName: @BASEINFO
sequenceNumber: 6
# record 2
dn: CN=PDC-WINS,CN=PARTNERS
distinguishedName: CN=PDC-WINS,CN=PART...
2002 Jun 30
4
bitrate peeling
Hi
I read in http://grahammitchell.net/writings/vorbis_intro.html
> Ogg Vorbis files support "bitrate peeling", which means you can produce
> a lower bitrate file from a higher bitrate file without re-encoding and
> at the same quality as if you'd encoded the file directly into the lower
> bitrate from the original file. No other lossy audio codec currently
> supports
2019 Oct 22
0
[Announce] Samba 4.9.14 Available for Download
...is at gmail.com>
* BUG 14106: Fix spnego fallback from kerberos to ntlmssp in smbd server.
o Poornima G <pgurusid at redhat.com>
* BUG 14098: vfs_glusterfs: Use pthreadpool for scheduling aio operations.
o Aaron Haslett <aaronhaslett at catalyst.net.nz>
* BUG 13977: ldb: baseinfo pack format check on init.
* BUG 13978: sambaundoguidindex is untested and py2-only.
o Amitay Isaacs <amitay at gmail.com>
* BUG 14147: ctdb-vacuum: Process all records not deleted on a remote node.
o Bj?rn Jacke <bj at sernet.de>
* BUG 14139: Fault.c: Improve fault_report...
2019 Oct 22
0
[Announce] Samba 4.9.14 Available for Download
...is at gmail.com>
* BUG 14106: Fix spnego fallback from kerberos to ntlmssp in smbd server.
o Poornima G <pgurusid at redhat.com>
* BUG 14098: vfs_glusterfs: Use pthreadpool for scheduling aio operations.
o Aaron Haslett <aaronhaslett at catalyst.net.nz>
* BUG 13977: ldb: baseinfo pack format check on init.
* BUG 13978: sambaundoguidindex is untested and py2-only.
o Amitay Isaacs <amitay at gmail.com>
* BUG 14147: ctdb-vacuum: Process all records not deleted on a remote node.
o Bj?rn Jacke <bj at sernet.de>
* BUG 14139: Fault.c: Improve fault_report...
2019 Oct 17
0
[Announce] Samba 4.10.9 Available for Download
...t samba.org>
* BUG 14130: s3-winbindd: fix forest trusts with additional trust attributes.
o Poornima G <pgurusid at redhat.com>
* BUG 14098: vfs_glusterfs: Use pthreadpool for scheduling aio operations.
o Aaron Haslett <aaronhaslett at catalyst.net.nz>
* BUG 13977: ldb: baseinfo pack format check on init.
* BUG 13978: ldb: ldbdump key and pack format version comments.
o Amitay Isaacs <amitay at gmail.com>
* BUG 14140: Overlinking libreplace against librt and pthread against every
binary or library causes issues.
* BUG 14147: ctdb-vacuum: Process all r...
2019 Oct 17
0
[Announce] Samba 4.10.9 Available for Download
...t samba.org>
* BUG 14130: s3-winbindd: fix forest trusts with additional trust attributes.
o Poornima G <pgurusid at redhat.com>
* BUG 14098: vfs_glusterfs: Use pthreadpool for scheduling aio operations.
o Aaron Haslett <aaronhaslett at catalyst.net.nz>
* BUG 13977: ldb: baseinfo pack format check on init.
* BUG 13978: ldb: ldbdump key and pack format version comments.
o Amitay Isaacs <amitay at gmail.com>
* BUG 14140: Overlinking libreplace against librt and pthread against every
binary or library causes issues.
* BUG 14147: ctdb-vacuum: Process all r...
2019 Jul 29
4
ICE in release/9.x when using LLVM_ENABLE_MODULES
I ran into an LLVM/Clang crash when attempting to do the following:
1. Build Clang from the release/9.x branch source.
2. Use the Clang from (1) to build clangd on the release/9.x branch,
with LLVM_ENABLE_MODULES=On.
I wrote a script to reproduce the crash:
https://gist.github.com/modocache/ac366ca9673b93bb21e75d3e72162608
At the above URL, you'll find a script `repro.sh` that reproduces
2012 Apr 19
0
[LLVMdev] Target Dependent Hexagon Packetizer patch
...gonInstrFormats.td b/lib/Target/Hexagon/HexagonInstrFormats.td
>> index c9f16fb..e3fa0ed 100644
>> --- a/lib/Target/Hexagon/HexagonInstrFormats.td
>> +++ b/lib/Target/Hexagon/HexagonInstrFormats.td
>> @@ -13,13 +13,26 @@
>> // *** Must match HexagonBaseInfo.h ***
>> //===----------------------------------------------------------------------===//
>>
>> +class Type<bits<5> t> {
>> + bits<5> Value = t;
>> +}
>> +def TypePSEUDO : Type<0>;
>> +def TypeALU32 : Type<1>;
>> +...