Displaying 7 results from an estimated 7 matches for "ineffeciencies".
2003 Dec 29
1
Open Source W2k Policy Implementation (was Re: Windows2000 policies in a Samba PDC)
> -----Original Message-----
> On Mon, 29 Dec 2003, [ISO-8859-1] ?ncor Gonz?lez Sosa wrote:
>
> With Samba you can do only what you can do with NT4 using the
> NTConfig.POL file.
>
>
> You can copy the files Win2K creates in
> c:\WINNT\SYSVOL\sysvol\domainname\profiles to a share called
> "SYSVOL" under the path:
>
2005 Jan 22
0
Samba 3.0.11pre2 Available for Download
...3.0.11 code base and
is provided for testing only. This release is *not* intended
for production servers. However, there have been several bug
fixes since 3.0.10 that we feel are important to make available
to the Samba community for wider testing.
Common bugs fixed in 3.0.11pre2 include:
~ o Ineffeciencies when searching non-AD LDAP directories.
~ o Failure to expand variables in user domain attributes
~ in tdbsam and ldapsam.
~ o Memory leaks.
~ o Failure to retrieve certain attribute when migrating from
~ a Windows DC to a Samba DC via 'net rpc vampire'.
Additional features introd...
2016 Jan 05
2
Re: API for retrieving resource metrics from VMs?
On 01/04/2016 11:59 AM, Vasiliy Tolstov wrote:
> 2016-01-04 16:33 GMT+03:00 BYEONG-GI KIM <kimbyeonggi@gmail.com>:
>> hank you for the reply!
>>
>> I used the term "disk usage" as what you mentioned first; the information
>> which can be retrieved via 'df' command on linux system...
>>
>> I'll then have to consider different
2003 Dec 29
1
Open Source W2k Policy Implementation (was Re: Windows2000 policies in a Samba PDC)
John,
What I've done so far is mostly a hack. I've implemented some custom
VBS scripts at login to install software (that only works part of the
time because my method for granting the users admin priviledges is a UI
based VBS hack which types the password in for them from an encrypted
VBS script) and I've yet to implement any Windows policies as I've not
been motivated enough to
2017 Sep 01
3
side-effect of calling functions via `::`
Dear list
I'm not sure whether this is a bug or an unavoidable consequence of the
way packages are loaded, but there can be surprising side effects of
calling a function via package::function. Here's an example using the
formula.tools package:
form <- a ~ b
as.character(form)
formula.tools::lhs(form)
as.character(form)
The first call to as.character returns:
[1] "~"
2004 May 11
3
Poor performance with Mac OS X Panther clients
Here's my setup:
- Single Mac OS X Panther client w/ latest patches.
- Single Windows NT4 w/ latest SPs client.
- Debian stable Samba server(2.2.3a-13) w/ custom 2.4.26 kernel.
Oplocks enabled.
- Cisco 2950
- All nodes 100Mb and everything on the same switch.
- HP DL360 w/ 2.8GHz hyper-threaded processor and 1GB of memory.
- HP
2014 Aug 14
6
Encoder example for 24-bit files
Hi,
In the last days I've been taking as reference the example found in
examples/c/encode/file/main.c. With it I've been able to encode a 2ch,
16 bps, 44100 sample rate input WAV file to a FLAC file.
Now I've been trying to modify this example to encode a 2ch, 24 bps,
96000 sample rate WAV file. I have to say I'm a bit lost on how I
should read the input file in this case, and