Displaying 20 results from an estimated 78 matches for "bbbb".
Did you mean:
bbb
2011 May 07
3
how to not match partial names
Dear friends,
How do I stop partial matching of list names?
e.g.,
x <- list(AAAA="aaaaa", BBBBB="bbbbb")
is.null(x$A) #returns FALSE even though there is no element A.
if(is.null(x$A)) {result <- x$BBBB} else {result <- x$A}
result #is aaaa even though there is no x$A element
x <- list(CCCC="aaaaa", BBBBB="bbbbb")
if(is.null(x$A)) {result <...
2008 Jun 19
4
Any simple way to subset a vector of strings that do contain a particular substring ?
For example,
strings <- c("aaaa", "bbbb","ccba").
How to get "aaaa", "bbbb" that do not contain "ba" ?
_________________________________________________________________
[[alternative HTML version deleted]]
2011 Mar 08
1
How to sort using a predefined criterion
...eat_A", "treat_A", "treat_B", "treat_B", "treat_B", "treat_B", "treat_B", "treat_B", "treat_B", "treat_B"), type = c("AA", "AAAA", "B", "AAA", "BB", "BBBB", "BBB", "AAA", "B", "AAA", "BBB", "AA", "AAAA", "BB", "A", "BBBB"), values = c(0.382000183, 0.100680563, 0.596484268, 0.899105808, 0.884609516, 0.958464309, 0.014496292, 0.407422102, 0.86324655...
2004 Feb 05
2
correction to the previously asked question (about merging factors)
I have two factors l1, l2, and I'd like to merge them.
(Remark: The factors can not be converted to charaters)
Function c() does not give me the result I want:
> l1 = factor(c('aaaa', 'bbbb'))
> l2 = factor(c('ccc', 'dd'))
> lMerge = factor(c(l1, l2))
> lMerge
[1] 1 2 1 2
Levels: 1 2
>
I'd like to merge l1 and l2 and to get lMerge
----------------------------------------------
[1] aaaa bbbb ccc dd
Levels: aaaa bbbb ccc dd
instead of
----------...
2007 Feb 04
1
Error : Doing a node status request to the domain master browser at IP aaaa.bbbb.cccc.dddd failed
I've the following error : Doing a node status request to the domain
master browser at IP aaaa.bbbb.cccc.dddd failed
First time I configure my smb.conf file on a server with the adress
aaaa.bbbb.cccc.dddd
For some raison I have to change this address for another.
When I restart samba I the message :
nmbd/nmbd_browsesync.c:get_domain_master_name_node_status_fail(486)
get_domain_master_name_nod...
2017 Nov 09
1
formatting raw vectors with names
I think there?s a bug concerning the formatting of raw vectors with names:
> structure(as.raw(1:3), .Names = c("a", "bbbb", "c"))
a bbbb c
01 02 03
> structure(1:3, .Names = c("a", "bbbb", "c"))
a bbbb c
1 2 3
The problem is that EncodeRaw does not honor the requested width, in fact it doesn?t even get the width as a parameter.
An easy fix would...
2020 Oct 29
2
dovecot quota-warning detection mail
...----
---------------------
cat /etc/dovecot/users.auth (Excerpt from change)
----------------------------------------------------------------------------
---------------------
root:*::::/root::
aaaa:{CRAM-MD5}b09a26aedaddd0e66901eb4bc146b81930aac8be0dac96d1c83bb652fd4f7
451::::/var/home/xxx/aaaa::
bbbb-ccc-ddd:{CRAM-MD5}b09a15aedaddd0e55901eb4bc146b81930aac8be0dac96d1c83bb
652fd4f7451::::/home/vhosts/ddd/bbbb-ccc-ddd::
eeee-fff-ggg:{CRAM-MD5}f4c336c68f063d1bbc2a1e32ae32bc9c978d0d2565eae42b4485d
50370d157cd::::/home/vhosts/ggg/eeee-fff-ggg::
hhhh-iii-jjj:{CRAM-MD5}78b337b326d57d564454d8019ed22b5d5...
2011 Jun 13
3
combine the data frames into comma separated list.
...se I have n data frames each with two fields. Field 1 is common among
data frames but may have different entries. Field 2 is different.
Data frame 1:
Src Target1
1 aaa
1 bbb
1 ccc
2 aaa
3 ddd
Data frame 2:
Src Target2
2 aaaa
3 dddd
4 bbbb
4 eeee
4 ffff
Data frame 3:
Src Target3
1 xx
3 yy
5 zz
6 tt
6 uu
And so on...
I want to convert this into a data frame something similar to:
Src Target1 target2
target3
1 aaa,bbb,ccc -...
2012 Mar 30
1
IPv6 routing failure on CentOS5
...get IPv6 routing to configure correctly despite everything I've read saying it should
This is my network config on a fully-updated CentOS 5.8 system:
# cat /etc/sysconfig/network
NETWORKING=yes
NETWORKING_IPV6=yes
HOSTNAME=my.hostname.com
GATEWAY=aaa.bbb.ccc.ddd
IPV6_DEFAULTGW=2a02:aaaa.bbbb::1
IPV6_DEFAULTDEV=eth0
# cat /etc/sysconfig/network-scripts/ifcfg-eth0
ONBOOT=yes
DEVICE=eth0
BOOTPROTO=static
HWADDR=52:54:00:68:42:1E
IPADDR=000.111.222.333
NETMASK=255.255.255.128
IPV6INIT=yes
IPV6ADDR=2a02:aaaa.bbbb:178:209:50:230:0/112
Attempts to use the IPv6 address fail. For e...
2017 Jun 01
2
Possible RENAME bug
...folder, and then list the parent folder, you get both the newly created one and the renamed one also appears magically!
Here is the IMAP trace to reproduce:
*** ON ACCOUN RECEIVING SHARED FOLDER
*** PREPARE A FOLDER IN SHARED TREE WITH JUST ONE CHILD "aaaa"
*** THEN RENAME aaaa FOLDER TO bbbb
*** AFTER "OK Rename" FOLDER IS NOT PRESENT IN LIST
A3 LIST "" Shared/gabriele.prova at sonicle.com/Junk/aaaa
* LIST (\HasNoChildren) "/" Shared/gabriele.prova at sonicle.com/Junk/aaaa
A3 OK List completed.
A4 RENAME Shared/gabriele.prova at sonicle.com/Junk/aaaa Share...
2007 Aug 03
4
DO NOT REPLY [Bug 4855] New: skipped local filters cause segfault while deleting (-rFR --delete)
...ba.org
It seems that some per-directory filters are skipped when deleting under
certain circumstances (options -rFR --delete, more than one sync
source, rsync 2.6.9 and 3.0.0cvs). This eventually leads to a segmentation
violation (double free).
To reproduce:
$ mkdir -p dst a/aa/aaa a/ab b/bb/bbb/bbbb
$ rsync --delete -F -R -rvvv a b/bb/bbb/bbbb dst/
$ rsync --delete -F -R -rvvv a b/bb/bbb/bbbb dst/
While the first rsync succeeds, the second run aborts
(--delete-before and --delete-after exhibit the same problem).
Here's the log of the second invocation:
building file list ...
[sender] m...
2015 May 21
2
IPv6 subnet routing
I've been trying out IPv6 networking with tinc and noticed that it will not
route smaller segments than /48
If I try to run ip -6 route add aaaa:bbbb:cccc:dddd::/64 dev tun0 I get
network unreachable
However if I run ip -6 route add aaaa:bbbb:cccc::/48 dev tun0 it works fine
Is this is a limitation in tinc or the kernel network stack itself?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.tinc-vpn....
2007 Jul 22
11
Many same managed domain
...ommand with uuid parameter repeatedly,
I did not see same managed domain as follows.
# xm list
Name ID Mem VCPUs State Time(s)
Domain-0 0 941 2 r----- 69.9
# xm new /xen/vm1.conf uuid="aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee"
Using config file "/xen/vm1.conf".
# xm new /xen/vm1.conf uuid="aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee"
Using config file "/xen/vm1.conf".
# xm new /xen/vm1.conf uuid="aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee"
Using config file "/x...
2020 Oct 29
0
dovecot quota-warning detection mail
Very good.
See https://doc.dovecot.org/configuration_manual/authentication/passwd_file/
You can add the "user" field as an "extra field"
In users.auth, just add in the end "user=bbbb-ccc at ddd.example.com" to match the respective entry in /etc/dovecot/users
Good luck!
On 10/29/20 2:02 PM, ?? ?? wrote:
> OK. "passdb/userdb" Setting part
>
> $ dovecot -n (Excerpt from change)
> ------------------------------------------------------------------------...
2010 Dec 30
2
remove newlines / perl /concise example
Thanks for the previous tips and suggestions. Here's a more concise
example:
Input file:
<aaaa>
<bbbb>
<cccc>
<dddd>
I want everything on one line, i.e., remove all newlines. Like so:
<aaaa><bbbb><cccc><dddd>
Simple perl code:
#!/usr/bin/env perl
# Remove newlines from a file in two ways:
# (1) Just "chomp" them;
# (2) Replace them with a space....
2010 Jan 13
1
Full_Audit preventing file writing
When VFS full_audit is activated the server doesn't allow users to write
changes in any file.
The log vfs:10 shows:
Jan 12 22:22:00 loginserver smbd_audit:
aaaa.bbbb|192.168.23.10|get_real_filename|fail (Operation not
supported)|/Novo
Documento de Texto.txt->(null)
Jan 12 22:22:00 loginserver smbd_audit:
aaaa.bbbb|192.168.23.10|fchmod_acl|fail
(No data available)|Novo Documento de Texto.txt|100764
2015 May 21
2
IPv6 subnet routing
...Guus Sliepen <guus at tinc-vpn.org> wrote:
> On Thu, May 21, 2015 at 02:26:54PM +0000, Martin wrote:
>
> > I've been trying out IPv6 networking with tinc and noticed that it will
> not
> > route smaller segments than /48
> > If I try to run ip -6 route add aaaa:bbbb:cccc:dddd::/64 dev tun0 I get
> > network unreachable
> > However if I run ip -6 route add aaaa:bbbb:cccc::/48 dev tun0 it works
> fine
> >
> > Is this is a limitation in tinc or the kernel network stack itself?
>
> You should be able to add any route with any prefi...
2004 Aug 24
1
Possible problem with hostbased protocol 1 rhosts authentication
...1 hostbased authent from an RH7.3 computer to a DEC Alpha or from a RH7.3 computer to a Suse 9.1 computer. In addition to this if I use the RH7.3 ssh executable on a Suse 9.1 computer and ssh using protocol 1 to a RH7.3 computer or a DEC Alpha:
"
XXXX:/temp/mr> ./ssh -1 -v -F ./ssh_config BBBB
OpenSSH_3.1p1, SSH protocols 1.5/2.0, OpenSSL 0x009060df
debug1: Reading configuration data ./ssh_config
debug1: restore_uid
debug1: ssh_connect: getuid 500 geteuid 0 anon 0
debug1: Connecting to BBBB [BBBB] port 22.
debug1: Allocated local port 1020.
debug1: temporarily_use_uid: 500/266 (e=0)
debu...
2020 Oct 29
2
dovecot quota-warning detection mail
Gedalya-san
Thank you for the information.
It seems to be difficult...
morikawa
-----Original Message-----
From: dovecot [mailto:dovecot-bounces at dovecot.org] On Behalf Of Gedalya
Sent: Thursday, October 29, 2020 1:17 PM
To: dovecot at dovecot.org
Subject: Re: dovecot quota-warning detection mail
Aha. Then it's not a straightforward case of just adding the domain name to
the same
2008 Apr 15
0
routing problem: map.testroute ":param1/:param2-:param3-:param4.html"
hi,
I''m trying to create meaningful urls with routing extracting all
params as specified:
map.testroute ":param1/:param2-for-:param3.html"
However this approach totally fails - it says Routing Error, No route
matches "/aaaa/bbbb-for-ccc.html" with {:method=>:get}
Then while browsing source code and some googling I''ve found that
there is sth called
ActionController::Routing::SEPARATORS
so I''ve modified it in environment.rb:
ActionController::Routing::SEPARATORS << ''-''
Ac...