Displaying 20 results from an estimated 921 matches for "aaa".
Did you mean:
aa
2016 Jun 08
1
keytabs basics linux <=> AD ?
hi users
a novice here hoping to grasp fundamentals soon
I have a samba+sssd as a client to an AD - I have all the
keytabs for a host(I think) but I noticed weird(to me at
least) smbclient behavior.
when I do:
$ smbclient -L swir -U me at AAA.PRIVATE.DOM -k
all works, clients sees local samba's shares, when I do:
$ smbclient -L swir.private.aaa.private.dom -U
pe243 at AAA.PRIVATE.DOM -k
gss_init_sec_context failed with [Unspecified GSS failure.
Minor code may provide more information: Server
cifs/swir.private.aaa.private.dom at P...
2010 May 07
1
Bug in R -e "command"
...with R -e command: spaces
in the "command" of R -e "command" are no more tolerated. This same
issue affects 2.11 patched (05-05-2010), 2.10.1, and current devel (at
least the one of two weeks ago).
(I skip the mid of the printouts, replaced with ...)
* R -e "message('aaa aaa')"
ARGUMENT 'aaa')' __ignored__
R version 2.11.0 Patched (2010-05-05 r51914)
Copyright (C) 2010 The R Foundation for Statistical Computing
...
> message('aaa
+
+
* /releases/R/2.10/bin/R -e "message('aaa aaa')"
ARGUMENT 'aaa')' __i...
2004 May 05
3
sip.conf and SIP client host= not recognized in some cases
...p in [default]. The only
difference I can find btw these two examples is the fact that A has a VIA
record and B doesn't. Can anyone confirm this behavior or at least explain
it? (Used today's CVS)
/etc/asterisk/sip.conf
[general]
port = 5060 ; Port to bind to
bindaddr = aaa.aaa.aaa.aaa ; Address to bind to
context = default ; Default for incoming calls
[carriera]
type=friend
host=ccc.ccc.ccc.ccc
context=inbound
[carrierb]
type=friend
host=bbb.bbb.bbb.bbb
context=inbound
/etc/asterisk/extensions.conf
[inbound]
exten => _.,1,Playback,tt-mo...
2008 Nov 29
2
Using grep() to subset lines of text
I have two vectors, a and b. b is a text file. I want to find in b those
elements of a which occur at the beginning of the line in b. I have the
following code, but it only returns a value for the first value in a, but I
want both. Any ideas please.
a = c(2,3)
b = NULL
b[1] = "aaa 2 aaa"
b[2] = "2 aaa"
b[3] = "3 aaa"
b[4] = "aaa 3 aaa"
grep(paste("^",a, sep=""), b )
--
View this message in context: http://www.nabble.com/Using-grep%28%29-to-subset-lines-of-text-tp20746365p20746365.html
Sent from the R help mailing list...
2012 Apr 17
3
Can a matrix have 'list' as rows/columns?
...bers. The subscripting matrix has as many columns as there are dimensions
in the array—so two columns for a matrix. The result is a vector (not an
array)
containing the selected items."
My version of R:
version.string R version 2.12.1 (2010-12-16)
Here is an example...
> Qm <- c("aaa", "bbb", "ccc")
> DF <- data.frame(Name=sample(Qm, replace=TRUE, size=22), Value=runif(22),
stringsAsFactors=FALSE)
> M <- sapply(Qm, function(nm, DF){last(DF[DF[, "Name"]==nm,])}, DF)
> class(M)
[1] "matrix"
> class(M[,1])
[1] "li...
2005 Mar 07
4
simple if...else causes syntax error
I am trying to do the simplest thing in the world. The following works:
aaa <- ifelse(aaa==5, 6, 7)
But if I want to change the if...else syntax instead, it gives errors
and assigns 7 to aaa. Here is the problem code:
aaa <- 5
if ( aaa==5 ) {
aaa <- 6
}
else {
aaa <- 7
}
Here is the output:
> aaa <- 5
>...
2017 Jun 14
8
[WISH / PATCH] possibility to split string literals across multiple lines
Hi,
I would really like to have a way to split long string literals across
multiple lines in R.
Currently, if a string literal spans multiple lines, there is no way to
inhibit the introduction of newline characters:
> "aaa
+ bbb"
[1] "aaa\nbbb"
If a line ends with a backslash, it is just ignored:
> "aaa\
+ bbb"
[1] "aaa\nbbb"
We could use this fact to implement string splitting in a fairly
backward-compatible way, since currently such trailing backslashes
should hardly be...
2017 Jun 14
4
[WISH / PATCH] possibility to split string literals across multiple lines
...; > Hi,
> >
> > I would really like to have a way to split long string literals across
> > multiple lines in R.
>
> I don't understand why you require the string to be a literal. Why not
> construct the long string in an expression like
>
> paste0("aaa",
> "bbb")
>
> ? Surely the execution time of the paste0 call is negligible.
>
> Duncan Murdoch
Actually "execution time" is precisely one of the reasons why I would like to see this feature as - depending on the context (e.g. in a tight loop) -...
2007 Jun 21
4
"if" within a function
Dear Friends.
I found a puzzling phenomenon in R when you use 'if' within a function:
# defining a function aaa
aaa=function(a)
{if (a==1) {aaa=1};
if (a!=1) {aaa=2}
}
# using the function:
> b=20
> bbb=aaa(b)
> bbb
[1] 2
> typeof(bbb)
[1] "double"
>
>
> c=1
> ccc=aaa(c)
> ccc
NULL
> typeof(ccc)
[1] "NULL"
It seems that only the last 'if' phrase w...
2015 Aug 19
0
Seeing: "Got REQ_KEY from XXX while we already started a SPTPS session!"
I'm running tinc 1.1pre11 with AutoConnect set to 'yes' and I recently
started seeing lots of these messages on my VPN and cannot connect to
various hosts from other hosts:
(I have obscured the hostnames and vpn name, but otherwise this is a direct
paste from syslog)
Aug 19 14:51:51 AAA tinc.nnn[2217]: Got REQ_KEY from XXX while we already
started a SPTPS session!
Aug 19 14:51:54 AAA tinc.nnn[2217]: Got REQ_KEY from YYY while we already
started a SPTPS session!
Aug 19 14:52:04 AAA tinc.nnn[2217]: Got REQ_KEY from ZZZ while we already
started a SPTPS session!
Aug 19 14:52:06 AAA ti...
2002 Oct 25
3
Neighbour table overflow
...seeing some interesting log entries, and after reading the
documentation at Google and netfilter.org I have a couple questions.
To begin, here are the entries I am concerned about in my syslog:
| Oct 25 11:30:36 fw kernel: Shorewall:rfc1918:DROP:IN=3DSerial0
| OUT=3D MAC=3D SRC=3D10.3.32.1 DST=3Daaa.aaa.aaa.aaa LEN=3D56 TOS=3D0x00 P=
REC=3D0x00
| TTL=3D241 ID=3D47917 PROTO=3DICMP TYPE=3D3 CODE=3D1 [SRC=3Daaa.aaa.aaa.aaa
| DST=3D68.97.0.94 LEN=3D84 TOS=3D0x00 PREC=3D0x00 TTL=3D52 ID=3D0 DF PROTO=
=3DICMP
| TYPE=3D8 CODE=3D0 ID=3D11895 SEQ=3D0 ]=20
|=20
| Oct 25 11:30:36 fw kernel: Shorewall:rfc...
2003 May 01
4
var[i]
Dear all,
How could I use variables in a loop that their names are in a vector?
For example:
aaa <- 1:10
bbb <- aaa*2
ccc <- aaa+bbb
varn <- c("aaa", "bbb", "ccc")
m <- rep(NA, 3)
for (i in 1:length(varn)) m[i] <- mean(varn[i]) # wrong
thanks in advance
Juli
--
"Wars do not solve problems, wars generate even more problems"
2013 May 15
3
exclude a pattern but only in the top level
Consider the following directory structure
/foo/aaa/*/*
/foo/bbb/*/*
/foo/ccc/*/*
I want to sync all of /foo,
but exclude /foo/aaa
but not exclude any other occurances of "aaa" or "foo/aaa" (be they
files or dirs) that might occur within the other dirs /foo/bbb/*
/foo/ccc/* etc
I don't want to exclude /foo/bbb/aaa or /foo...
2010 Nov 26
1
How to save a data set as .txt on fly?
Hi folks,
Win7 64bit
I tried to save DNase, a data set on database, as .txt file for future use with
load.
I can't do it on fly;
> save(DNase, file="C:/Users/satimis/Documents/aaa.txt")
> load(file="C:/Users/satimis/Documents/aaa.txt")
> aaa
Error: object 'aaa' not found
> aaa.txt
Error: object 'aaa.txt' not found
I must perform following steps;
> aaa<-DNase
> save(aaa, file="C:/Users/satimis/Documents/aaa.txt")
&g...
2010 Nov 30
2
xyplot : superimposed 2 groups in different panels
Hello,
I would like to plot the following xyplot : for each date of fff (1 date per
panel), bbb=f(aaa) for the two groups (ddd=1 and ddd=2) superimposed.
I can do it by group (see below) but not together.
I looked at http://lmdvr.r-forge.r-project.org/figures/figures.html but I
haven't found what I was looking for (to be honest, I haven't understood all
the examples).
Any help will be wel...
2013 Sep 26
0
Dsync: Mailbox changes caused a desync.
Hi!
Here such synchronization error:
dovecot: dsync-local(alex at aaa.com): Warning: Mailbox changes caused a desync. You may want to run dsync again.
dovecot: dsync-remote(alex at aaa.com): Warning: /var/mail/virtual/aaa.com/alex/.INBOX.System/dovecot-uidlist: Duplicate file entry at line 2298: 1380157263.M585262P25253.mail1.aaa.com,S=2476,W=2553 (uid 3645 -> 366...
2006 Apr 04
5
Not routing for 1 host?
Hi,
I want to stop routing for 1 particular host in my network. I thought that this would do it:
iptables -D INPUT -d aaa.bbb.ccc.ddd -j DROP
iptables -D INPUT -s aaa.bbb.ccc.ddd -j DROP
But that still shows traffic. What is the corract way to do that?
Groeten,
Joost Kraaijeveld
Askesis B.V.
Molukkenstraat 14
6524NB Nijmegen
tel: 024-3888063 / 06-51855277
fax: 024-3608416
e-mail: J.Kraaijeveld@Askesis.nl
web: www.a...
2005 May 27
0
Re: Samba file transfer problem.
You accidentally wrote to the wrong list (this is the
developer discussion about code), but we do recognize the
problem. I've redirected it...
Windows **preserves case** but it does not **honor** case.
As far as it's concerned, aaa aaA, aAA, AAA and so on are all
the same file, but to confuse you it remembers what case you
used when you created it and displays that back to you.
In this case it first created aaa.txt, then overwrote it
with Aaa.txt, and shows it to you as aaa.txt.
Fun, wow!
--dave
Vijaykumar Patwari wrot...
2009 Aug 06
2
duplicate model object with associations ?
class Patient < AR::Base
has_many :aaas
has_many :bbbs ,:through=>:aaas
end
class Aaa < AR::Base
has_many :bbbs
end
-------
i want like this
@patient=Patient.find(id)
@new_patient=@patient.duplicate
now the
@new_patient should have their own copy of patient,aaas,bbbs (new
records in corresponding tables)
there is one option...
2006 Mar 14
9
firewall problem
snat not working
my local ip is aaa.aaa.aaa.aaa
asterisk sitting on the internet at ip bbb.bbb.bbb.bbb
my firewall''s internal ip is 192.168.0.254
i did snat:
iptables -t nat -A POSTROUTING -o ppp0 -j SNAT --to aaa.aaa.aaa
iptables -t nat -L -v gives:
Chain POSTROUTING (policy ACCEPT 23663 packets, 2182K bytes)
pkts byt...