Displaying 20 results from an estimated 28 matches for "heightens".
Did you mean:
heighten
2008 Dec 30
2
[LLVMdev] Unit test patch, updated
Here's the version of the unit test patch, incorporating the feedback I have
received so far.
Some notes on the patch:
- This patch doesn't include googletest itself, that will need to be
checked in separately. The source distribution will live in
llvm/utils/unittest/googletest. (The reason for the extra directory level is
so that the LLVM-specific makefiles can live in
2009 May 29
1
feature request: winbind use cached credentials more agressively
Hi!
Winbind is rather suboptimally reacts to networking changes.
I use my notebook in at least 3 different network settings, in one of them I
have very probabilistic access to DCs
(cisco vpn client is a crap).
An nss lookup sometimes takes very looong, sometimes even returns failure.
Sometimes I have to login as root and restart winbind to get to my X session
past the screensaver. This is far
2008 Dec 30
0
[LLVMdev] Unit test patch, updated
2008/12/30 Talin <viridia at gmail.com>
> Here's the version of the unit test patch, incorporating the feedback I
> have received so far.
>
Looks good, a few comments below.
> Some notes on the patch:
>
> - This patch doesn't include googletest itself, that will need to be
> checked in separately. The source distribution will live in
>
2024 Mar 09
1
kcc_periodic output
I've been grappling with a recurring set of errors for quite some time now:
- UpdateRefs failed with NT_STATUS_IO_TIMEOUT
- Failed samba_kcc - NT_STATUS_IO_TIMEOUT
- IRPC callback failed for DsReplicaSync - NT_STATUS_IO_TIMEOUT
Despite cranking up the log level to 10, the returned information remains
frustratingly cryptic and hard to decipher.
This error, being overly generic, continues to
2001 Nov 30
1
mosaic.by(): vectorizing args passed by apply()?
I've just started learning R, so I'm still on the steep part of the
learning curve, but my enthusiasm was heightened by learning that
there's a very nice implementation of mosaicplot().
As a learning project, I've already done a basic implementation
of a pairs.table() function which does a mosaic scatterplot matrix,
and now I'm trying to do conditional mosaic plots (discrete
2024 Mar 10
1
kcc_periodic output
Either the local server is busy, or possibly (but it would not explain
the samba_kcc) Samba's drepl process is stuck talking to a remote
server.
Is the drepl local processes very busy doing inbound replication?
My instinct is either the server is very busy (and this should show up
in CPU use) or a transaction is being held open excessively.
Andrew Bartlett
On Sat, 2024-03-09 at 19:11 -0300,
2000 Nov 22
2
implementing port forward restrictions
hi folks,
right now im implementing a quick hack to restrict ports the server will
allow to be forwarded. This is to heighten security from clients accessing a
server behind a firewall and as far as I could tell this is not possible with
ssh so far.
I think this is a reasonable feature for a release and shouldnt be too hard
to implement in a way that follows the setup already used in the
2008 Dec 30
3
[LLVMdev] Unit test patch, updated
+++ unittests/TestMain.cpp (revision 0)
+//===--- unittest.cpp - unittest driver
-----------------------------------===//
+++ unittests/ADT/DenseMapTest.cpp (revision 0)
+//===- llvm/unittest/DenseMapMap.h - DenseMap unit tests --------*- C++
-*-===//
You probably want to update these file headers to match their real names.
2008/12/30 Misha Brukman <brukman at gmail.com>
>
2024 Mar 10
1
kcc_periodic output
>
> Is the drepl local processes very busy doing inbound replication?
How can I check this?
My instinct is either the server is very busy (and this should show up in
> CPU use) or a transaction is being held open excessively.
I use VMs on Proxmox. In DC1, I installed the Proxmox agent, and CPU usage
via the dashboard is very low. However, when I checked using 'top,' the
LDAP
2010 Aug 28
4
Asterisk does not translate from wav to alaw
Hello list,
I have a file to be played in wav-format.
I thought Asterisk would automatically take the wav-file and translate
it to the codec used, but I see this :
[Aug 28 11:16:29] WARNING[2705]: file.c:664 ast_openstream_full: File
/var/lib/asterisk/sounds/vprompts/*zip-code.wav* does not exist in any
format
[Aug 28 11:16:29] WARNING[2705]: file.c:991 ast_streamfile: Unable to
open
2024 Mar 11
1
How to diagnose a busy LDAP server process in the Samba AD DC
Thanks for getting back to me.
It seems to me the LDAP process being busy would be the root cause
here. Working out what is going on here shouldn't is a detective task
- I always start with a wireshark trace. The client making all the
noise/traffic will be the one causing the trouble.
If it isn't clear from that, then look into the DB audit logging for
perhaps busy writes
2003 Jun 15
0
Summary: Factorial function in R
Thanks to Martin, Marc, Dennis, Rashid and Bill for comment.
The short answer is there is no factorial function within the base
package, so use the result that gamm(x + 1) = x!. This what the
factorial() function in the package gregmisc does:
factorial <- function (x) gamma(1 + x)
Bill V. also writes:
"Your best move is usually to use the lgamma() function (for log gamma)
and do
2004 Jan 22
0
they used to be the only ones.
...need is to visit
http://onlinemanufacturer.com/mx/index.php?pid=genviag
Thanks to the proprietary blend of unique herkbs the four wonderful efkfects are achieved:
*blood stream to the penlis is restored
*stored tesltosterone is unleashed
*activation of the body's naltural holrmone production heightens your sensation
*the peknis does enklarge, the changes are being permanent!
At last you can enljoy your secxual life in full measure without any risk for your healkth!
Don`t wakste your time! Get more inkfo straightforwardly at
http://onlinemanufacturer.com/mx/index.php?pid=genviag
2006 Mar 28
0
DTMF recognition inconsistent in Asterisk
Hello,
I am experiencing a strange problem and I am wondering if anyone may have
some pointers as to how to overcome it.
I have an account with VoipTalk here in the UK which I have connected to
my Asterisk server. VoipTalk supports IAX2 and SIP and I have connected
to my Asterisk box using both methods. The problem is when I dial into my
Asterisk box via my VoipTalk incoming PSTN phone
2024 Mar 18
1
How to diagnose a busy LDAP server process in the Samba AD DC
hi Andrew, thanks for the help!!!
It seems to me the LDAP process being busy would be the root cause here.
> Working out what is going on here shouldn't is a detective task - I always
> start with a wireshark trace. The client making all the noise/traffic will
> be the one causing the trouble.
In the wireshark analysis, should I filter only by the ldap protocol or
leave
2024 Mar 25
1
How to diagnose a busy LDAP server process in the Samba AD DC
Hello Andrew,
What's the explanation for when the log level is set to 5, the error
NT_STATUS_IO_TIMEOUT doesn't appear, but when it's at the default log
level, it does?
On Mon, Mar 18, 2024 at 10:33?AM Elias Pereira <empbilly at gmail.com> wrote:
> hi Andrew, thanks for the help!!!
>
> It seems to me the LDAP process being busy would be the root cause here.
>>
2024 Mar 02
1
kcc_periodic output
>
> There is probably nothing wrong with your log, but Firefox doesn't
> like it, it thinks it contains a virus.
I just saw now that your response ended up in spam, probably because of the
link with the log. O.o
I still receive the error in the logs:
source4/dsdb/kcc/kcc_periodic.c:790: Failed samba_kcc - NT_STATUS_IO_TIMEOUT
The strangest thing is that it occurs when the command
2011 Dec 14
1
Still plugging away at the repo conversion
This is taking longer than I expected, because there is all kinds of
cvs2svn-generated ugliness in your back history that tends to crash
my tools. Your repo makes a great test case. (Yes, I know, that's like
having someone say "Your dog is fantastically ugly!")
Current state of things is that I have scrapped my precious approach,
which was to put the Subversion tools in a Python
2024 Apr 02
1
How to diagnose a busy LDAP server process in the Samba AD DC
The saga continues...
I've spent a whole day with log level 5 and 7 and no error. All I have to
do is return the log to the default and the error reappears.
I monitored the "LDAP Query: Duration", but I didn't notice any crashes in
the queries.
I don't know if it's a long time, but some queries took 1.5s.
Is there anything else I can do?
On Mon, Mar 25, 2024 at
2024 Apr 02
1
How to diagnose a busy LDAP server process in the Samba AD DC
1.5 seconds is pretty long, I would look into what those queries are.
I would also look into repeated queries, sometimes these things are
clients stuck in a loop where they don't complete because they expect
some termination condition.
Andrew Bartlett
On Tue, 2024-04-02 at 09:25 -0300, Elias Pereira via samba wrote:
> The saga continues...
> I've spent a whole day with log level 5