Displaying 7 results from an estimated 7 matches for "new_featur".
Did you mean:
new_features
2009 Jun 29
2
External USB Drive partitioning, formatting and configuring Bacula server
Thanks for your help Sean, did all the steps you mentioned. One thing
I don't understand, when partitions are created, why does Linux number
it awkwardly? For example, I created 1 Primary partition of 10% disk,
then created 1 Extended partition of 90% disk. Inside that extended
partition, I created 3 logical partitions 33% each. It went numbering
sdb1, sdb5, sdb6 and sdb7. Where's the hell
2012 Apr 19
0
Patch: New features for Learning to Rank
...ures.
Best regards,
Rishabh.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20120419/e71b122f/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: new_features.patch
Type: application/octet-stream
Size: 17783 bytes
Desc: not available
URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20120419/e71b122f/attachment-0002.obj>
2024 Apr 10
1
SAMBA 4.20 - function level upgrade
...Forest function level: (Windows) 2012 R2
>> Domain function level: (Windows) 2012 R2
>> Lowest function level of a DC: (Windows) 2016
>>
>> samba 4.20.0-2
>> smb.confad dc functional level = 2016
>>https://wiki.samba.org/index.php/Samba_Features_added/changed#NEW_FEATURES/CHANGESsection AD DC support for Authentication Silos and Authentication
>> Policies
>> direcly copied from console[root at vorvan ~]# samba-tool domain
>> schemaupgrade --schema=2019
>> Temporarily overriding 'dsdb:schema update allowed' setting
>> Appl...
2024 Apr 11
1
SAMBA 4.20 - function level upgrade
...st function level:
> > > (Windows) 2012 R2 Domain function level: (Windows) 2012 R2 Lowest
> > > function level of a DC: (Windows) 2016
> > > samba 4.20.0-2 smb.confad dc functional level = 2016
> > > https://wiki.samba.org/index.php/Samba_Features_added/changed#NEW_FEATURES/CHANGESsection
> > > AD DC support for Authentication Silos and Authentication
> > > Policies direcly copied from console[root at vorvan ~]# samba-tool
> > > domain schemaupgrade --schema=2019 Temporarily overriding
> > > 'dsdb:schema update allowed' se...
2024 Apr 11
1
SAMBA 4.20 - function level upgrade
...gt;> > > (Windows) 2012 R2 Domain function level: (Windows) 2012 R2 Lowest
>> > > function level of a DC: (Windows) 2016
>> > > samba 4.20.0-2 smb.confad dc functional level = 2016
>> > > https://wiki.samba.org/index.php/Samba_Features_added/changed#NEW_FEATURES/CHANGESsection
>> > > AD DC support for Authentication Silos and Authentication
>> > > Policies direcly copied from console[root at vorvan ~]# samba-tool
>> > > domain schemaupgrade --schema=2019 Temporarily overriding
>> > > 'dsdb:schema up...
2024 Apr 11
1
SAMBA 4.20 - function level upgrade
...12 R2 Domain
> > > function level: (Windows) 2012 R2 Lowest > > function level of a
> > > DC: (Windows) 2016 > > samba 4.20.0-2 smb.confad dc functional
> > > level = 2016 > >
> > > https://wiki.samba.org/index.php/Samba_Features_added/changed#NEW_FEATURES/CHANGESsection
> > > > > AD DC support for Authentication Silos and Authentication >
> > > > Policies direcly copied from console[root at vorvan ~]# samba-tool
> > > > > domain schemaupgrade --schema=2019 Temporarily overriding > >
> > &g...
2011 Mar 11
2
[PATCH 1/2] Allow reading more data than the reported size of a volume
If a volume is not an exact multiple of 512 bytes, qemu-img will report its size
rounded down to a 512 byte boundary. However, when copying, the file is still
read until EOF, which will return more data than was expected. This change
prevents that causing a failure in itself.
The situation is still not resolved, however, as there are still situations
where this will cause a failure. For example,