Displaying 20 results from an estimated 48 matches for "behavoir".
Did you mean:
behavior
2012 Nov 29
0
[LLVMdev] Different behavoir when writing to stdout with 2 raw_fd_ostreams with or w/o redirection
On Thu, Nov 29, 2012 at 11:03 AM, Dmitry N. Mikushin <maemarcus at gmail.com>wrote:
> Hi Dan, Sean,
>
> Thanks for replies,
>
> So does it mean user is not expected to use any other stream for stdout,
> but outs()? Although there is a comment "If you don't want this behavior,
> don't use outs().", outs() is a static instance which always exists and
2005 Sep 26
2
C4 - mod_authz_ldap - weird behavoir
hi
I have problem with mod_authz_ldap with this setup:
<Directory /var/www/html/weby_2005>
AuthzLDAPServer "ldap:389"
AuthzLDAPUserBase dc=group,dc=cz
AuthzLDAPBindDN uid=ds,ou=People,dc=group,dc=cz
AuthzLDAPBindPassword XXXXX
AuthzLDAPUserKey uid
AuthzLDAPUserScope subtree
AuthzLDAPLogLevel debug
# needed for user auth
2006 Jan 23
0
Odd asterisk behavoir
Hi,
If I have an AGI script that calls user A and then calls user B and
connects them... it seems to work fine (for accounting) if I call a
local call (out my PRI).. however if I go out my IAX... the CDR
terminates the long distance call after 3 seconds (after the IAX trunk
picks up).. and what ends up in the CDR is a time .. but it's FROM
(src) the long distance call to my local extension..
2006 Dec 07
1
Rsync 2.5.7 --delete and --backup behavoir
Hey everyone,
I'm mirroring a lot of directories from one machine to another.
The source machine is running Rsync 2.5.7 and the destination
machine (the machine holding the mirror) is running Rsync 2.6.9.
I'm using the --backup, --backup-dir, and --delete-after options.
I tested this with two machines running Rsync 2.6.9, and noticed
that files deleted in the mirror (because
2000 Mar 18
0
abline(coef=c(1,1)) different behavoir to screen andpostscript 1.00 under windows
Hi - The problem is with two abline(s). Attached are:
1) jnk.r to run program
2) jnk.rin the data
3) jnkps.eps the postscript output
4) jnkscreen.bmp (from photoshop after bmp copy to clipboard) in jnk.zip
the eps and bmp are different on my machine (windows 2000)
any suggestions appreciated
bob
>>> Diego.Kuonen at epfl.ch 03/18/00 08:24AM >>>
"Robert L.
2000 Mar 18
1
abline(coef=c(1,1)) different behavoir to screen and postscript 1.00 under windows
hi listees-
Running windows 2000 and r 0.99 or 1.00; I get different lines on screen and print out:
> j<-read.table("jnk.rin",head=T,sep="\t")
> attach(j)
> #gives lines I want
> qqnorm(Dog,pch="o",main="Cumulative Frequency Log Dog Size",log="y",sub="Figure 2",x
=c(-3,3),ylim=c(2000,1000000))
>
2011 Oct 05
2
subplot strange behavoir
...=c(1,1.5))
subplot(edm.sub(x[seq(15,20,by=1)],y[seq(15,20,by=1)]),x=17,y=10,size=c(1,1.5))
dev.off()
R kicks back the following message
Error in plot.new() : plot region too large
Am I mis-using subplot?
Thanks, Eric
--
View this message in context: http://r.789695.n4.nabble.com/subplot-strange-behavoir-tp3875917p3875917.html
Sent from the R help mailing list archive at Nabble.com.
2012 Nov 29
2
[LLVMdev] Different behavoir when writing to stdout with 2 raw_fd_ostreams with or w/o redirection
Hi Dan, Sean,
Thanks for replies,
So does it mean user is not expected to use any other stream for stdout,
but outs()? Although there is a comment "If you don't want this behavior,
don't use outs().", outs() is a static instance which always exists and
creates problems, even if not used.
- D.
2012/11/29 Dan Gohman <dan433584 at gmail.com>
> On Wed, Nov 28, 2012 at
2012 Nov 29
0
[LLVMdev] Different behavoir when writing to stdout with 2 raw_fd_ostreams with or w/o redirection
On Wed, Nov 28, 2012 at 10:54 PM, Dmitry N. Mikushin <maemarcus at gmail.com>wrote:
> Dear all,
>
> Consider there is a program that writes to stdout using two different
> raw_fd_ostream-s:
raw_fd_ostream does buffered I/O, so it's not really meant to be used like
this.
> #include "llvm/LLVMContext.h"
> #include "llvm/Module.h"
> #include
2007 Jan 17
3
bdc ?
...the same subnet.
But I see that windows ( at least 2003 servers from the same subnet)
sometimes connects to BDC to retrieve info about users.
Now I use smbpasswd and machine accounts are in passwd.
I'm afraid that will try to change their password too ;-)
Could somebody explain me why windows behavoir?
2009 Apr 07
3
strange (?) behavoir of expand.grid()
Hello,
I came across a strange behavior of expand.grid (or at least strange to me).
For certain values of one of my input variables - created by seq() - I
have to use strings (e.g ==".6") to select a row of the object
created by expand.grid(), for other values numerical (e.g. ==.8) and
for some both work. Please find an example below.
#Example
x<- seq(0,1,1/10)
y <-
2012 Nov 29
3
[LLVMdev] Different behavoir when writing to stdout with 2 raw_fd_ostreams with or w/o redirection
Dear all,
Consider there is a program that writes to stdout using two different
raw_fd_ostream-s:
#include "llvm/LLVMContext.h"
#include "llvm/Module.h"
#include "llvm/Support/raw_ostream.h"
using namespace llvm;
int main()
{
raw_fd_ostream S(STDOUT_FILENO, false);
outs() << "Hello";
S << ", world!";
2024 Jan 23
2
ntlm_auth not returning "STATUS_OK"
...4.15.13 it continues to print "NT_STATUS_OK: The operation
completed successfully. (0x0)" when 'ntlm_auth --username user --password pw'
is run.
So, Samba/ntlm_auth version 4.18.9 changes that to print ": (0x0)".
I have never been in favor of developers changing the behavoir of programs when
"new features" come out, expecially programs that might be used in scripts that
rely on responses. I think it's naughty when developers do that. If behavoir
is different from a previous version, then the new version ought to have a
different name or a switch enablin...
2010 Mar 08
6
strange su behavior
...efore you type.
#3) With great power comes great responsibility.
Password:
[test00 at halifax ~]$ logout
[root at halifax ~]# su - test00
[test00 at halifax ~]$ logout
[root at halifax ~]#
At this test procedure I just hit the enter key at the password promt.
Do you have any idea for this behavoir? I expect to do so from root to
any account _without_ being prompted for the password.
Thanks,
Uwe
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iQEcBAEBAgAGBQJLlVsjAAoJENs3frmum9swFTwH/1ulj7ZRETV/fAt/0NztXsn5
NJ7sz...
2005 Jul 22
2
Unpredictable behavoir using Sortable javascript
Hey all,
I''m attempting create a photo album that can be re-ordered using the great
scipts from script.aculo.us <http://script.aculo.us>. It seems to work as
expected when I pretty much copy and paste the puzzle example but when I try
and be a bit trickier (changing the movable elements to be divs containing
images) things get wierd. I''m able to "pick" the
2001 Dec 04
1
Strange keyboard behavior with Num Lock
Hi,
Using last cvs code, i get a strange behavoir with the
numlock code:
When it's on, special keys like enter,backspace,
or arrows don't function.
When i switch Num lock off, all are fully fonctionnal.
Any ideas ?
___________________________________________________________
Nokia 5510 Dr?le de look... et quel son !
Cliquez sur http://f...
2011 May 31
1
is there something peculiar about a render :update block ?
When doing RJS stuff of the form below, I seem to recall unexpected
behavoir where if I had many method calls within that block things
didn''t work as expected and variables would not have values I
expected. I know I am not being very specific and I don''t have an
example. I am trying to refactor some code where I have alot of code
inside the block and I am...
2024 Jan 22
1
ntlm_auth not returning "STATUS_OK"
I have scripts that runs ntlm_auth. Before upgrading my DC to 4.18.9 I would
get text string output from the ntlm_auth command. For example:
STATUS_NO_SUCH_USER
NT_STATUS_WRONG_PASSWORD
STATUS_OK
My script(s) look for these strings.
Now with the new Samba, the first two strings are output as usual in the case of
non-existant user and invalid password, respectively, but if the user/pw is OK
it
2011 Oct 27
2
Error installing packages
...or in file_path_as_absolute(dfile) :
Datei './DESCRIPTION' existiert nicht
ERROR: installing package DESCRIPTION failed fo
* removing 'c:/R_2_13_1/library/emg'
* restoring previous 'c:/R_2_13_1/library/emg'
It says, file DESCRIPTION is missing, despite it exists. The same behavoir
with other packages. I would be very pleased if someone can help me with
that problem.
cheers,
Joerg
--
View this message in context: http://r.789695.n4.nabble.com/Error-installing-packages-tp3943807p3943807.html
Sent from the R help mailing list archive at Nabble.com.
2003 Oct 01
2
Size of locking.tdb?
Hi folks.
I continue to fight with regular locking database damage in Linux box. See
Bugzilla Bug 370.
The current question to gurus: what is the RIGHT behavoir of locking.tdb size?
Should it decrease when the number of records decreases? Or, it should stay at
maximal reached capacity?
Alexey