search for: bbbbb

Displaying 20 results from an estimated 33 matches for "bbbbb".

Did you mean: bbbb
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 <-...
2012 Sep 29
1
Error during decryption of meta key
Hi, I've got a relatively simple tinc setup. I've got two "servers" that are on the public internet that act as routers for three "clients" that are behind NATs. Those servers are called aaaaa and bbbbb the clients are xxxxx, yyyyy and zzzzz Unfortunatly the servers have problems accepting a connection from the clients syslog on aaaaa: Sep 29 18:28:58 schuerrer tinc.msch[4346]: Error during decryption of meta key for xxxxx (81.10.. port 56999) Sep 29 18:28:58 schuerrer tinc.msch[4346]: Error whi...
2015 Feb 13
4
Centos 6 Sendmail backup MX Config
Hi All, I'm just wanting to check that my understanding of the settings is correct as my web searches are finding a lot of dated information. If I want a Centos 6 sendmail system act as the secondary MX for domain bbbbb.co.uk do I just add a Connect:bbbbb.co.uk RELAY statement into /etc/mail/access and restart sendmail Obviously I have the DNS MX records for the domain are already established. I've been getting "/config error/: /mail loops back to me/ " errors. I think I may be stu...
2015 Feb 13
0
Centos 6 Sendmail backup MX Config
..., Ken Smith <kens at kensnet.org> wrote: > Hi All, > > I'm just wanting to check that my understanding of the settings is correct > as my web searches are finding a lot of dated information. > > If I want a Centos 6 sendmail system act as the secondary MX for domain > bbbbb.co.uk do I just add a > > Connect:bbbbb.co.uk RELAY > > statement into /etc/mail/access and restart sendmail > > Obviously I have the DNS MX records for the domain are already established. > > I've been getting "/config error/: /mail loops back to me/...
2015 Feb 15
0
Centos 6 Sendmail backup MX Config
...February 13, 2015 10:57, Ken Smith wrote: > Hi All, > > I'm just wanting to check that my understanding of the settings is > correct as my web searches are finding a lot of dated information. > > If I want a Centos 6 sendmail system act as the secondary MX for > domain > bbbbb.co.uk do I just add a > > Connect:bbbbb.co.uk RELAY > > statement into /etc/mail/access and restart sendmail > > Obviously I have the DNS MX records for the domain are already > established. > > I've been getting "/config error/: /mail loops back to...
2015 Oct 24
4
ADUC - "UNIX Attributes" tab - "Unwilling To Perform"
...lf in the past. I'd like to get to the bottom of it whilst it's happening though, if I can. Fully patched Windows 7 VM client running ADUC; Samba 4.2.2 built from source and installed on CentOS 6.6 x64. Group 1 looks like this: # ldbsearch -H /usr/local/samba/private/sam.ldb -b 'dc=b-bbbbbb,dc=bbbbb,dc=bbb,dc=bb' '(&(objectclass=group)(samaccountname=123-aaa-aaaaa-a*))' # record 1 dn: CN=123-aaa-aaaaa-AA,OU=123,DC=b-bbbbbb,DC=bbbbb,DC=bbb,DC=bb objectClass: top objectClass: group instanceType: 4 whenCreated: 20151023220054.0Z uSNCreated: 38590 objectGUID: cf305e6b-d3c...
2002 Sep 06
1
kjournald & jbd
Hello everybody, Could someone please explain to me what is the difference between kjournald and jbd (precisely, what does each of them do?) Thank you, Alina _________________________________________________________________ Chat with friends online, try MSN Messenger: http://messenger.msn.com
2015 Feb 13
4
Centos 6 Sendmail backup MX Config
...t; wrote: >> Hi All, >> >> I'm just wanting to check that my understanding of the settings is >> correct >> as my web searches are finding a lot of dated information. >> >> If I want a Centos 6 sendmail system act as the secondary MX for domain >> bbbbb.co.uk do I just add a >> >> Connect:bbbbb.co.uk RELAY >> >> statement into /etc/mail/access and restart sendmail >> >> Obviously I have the DNS MX records for the domain are already >> established. >> >> I've been getting &quot...
2015 Oct 24
0
ADUC - "UNIX Attributes" tab - "Unwilling To Perform"
...bottom of it whilst it's happening though, if I > can. > > Fully patched Windows 7 VM client running ADUC; Samba 4.2.2 built from > source and installed on CentOS 6.6 x64. > > Group 1 looks like this: > > # ldbsearch -H /usr/local/samba/private/sam.ldb -b > 'dc=b-bbbbbb,dc=bbbbb,dc=bbb,dc=bb' > '(&(objectclass=group)(samaccountname=123-aaa-aaaaa-a*))' > # record 1 > dn: CN=123-aaa-aaaaa-AA,OU=123,DC=b-bbbbbb,DC=bbbbb,DC=bbb,DC=bb > objectClass: top > objectClass: group > instanceType: 4 > whenCreated: 20151023220054.0Z > uS...
2007 Apr 28
3
Learning ruby question
...but I''m just not sure about self in #1. Is self.day and self.title referring to and setting class variables or are they instance variables? Thanks in advance. # 1. class Session attr_accessor :day, :title def initialize() self.day = "aaaaaaaa" self.title = "bbbbb" end end s=Session.new puts s.day ################### # 2. class Session attr_accessor :day, :title def initialize() @day = "aaaaaaaa" @title = "bbbbb" end end s=Session.new puts s.day ################### --~--~---------~--~----~------------~-------~...
2011 Dec 06
1
RStudio: copied line is always not the same as the line that I highlighted
Hi all, I am using RStudio. I wanted to copy and past an expression/line. I highlighted it, and then copied and pasted: The result was not the line that I wanted, instead, it was the line above... For example: I have three lines: aaaaa bbbbb ccccc .... I highlighted "bbbbb" and copied, but the pasted outcome was "aaaaa"... What happened? Thanks al ot! [[alternative HTML version deleted]]
2009 Jun 16
1
overshoot of formula line in summary output of Sweave
...e functions. Here is a toy example that illustrates the overshoot of the formula \documentclass[12pt]{article} \usepackage{geometry} \geometry{left=2in,right=2in} \begin{document} <<keep.source=TRUE>>= op <- options(width = 65, digits = 3) ddataframe <- data.frame(AAAAA = 1:10, BBBBB = factor(letters[1:2]), CCCCC = factor(LETTERS[1:5]), SSSSS = factor(paste("S", 1:10, sep = "")), RRRRR = rnorm(10)) mod1 <- lm(RRRRR ~ AAAAA + BBBBB + CCCCC + SSSSS, ddataframe) summary(mod1) @ \end{document} I have attached the pdf output. Thanks, in advance, for any...
2011 Jan 30
2
bit wise operation on long bit vector?
Hi Is there any function to do bitwise or/and/xor on long bit vectors? "aaaaa" "0000000000000000000000000000000000000000000000000000000000000000......................" "bbbbb" "0000000000000000000000000000001000000000000100000000100000001100......................" "ccccc" "000000000000000000000000000000000000000000000000000000000000000000000000000..." "dddddd" "000000000000000000000000000000000000000000000000000000000000...
2004 Jan 14
4
Multiple phonenumbers on one E1 PRI with Digium TE410P ?
Hi, one short question: Is it possible for the zaptel driver to deal with multiple phone numbers on one single E1 PRI line? I could make my carrier route +49 xxx aaaaa-zzz and +49 xxx bbbbb-zzz and others down one single PRI trunk to our asterisk box terminating in a Digium TE410P. Does the driver handle this and can I put calls coming in all on the same physical interface put into different contexts based on the dialed prefix? Thanks and Regards, Jan Baumann
2009 Jun 02
2
reference counting bug: overwriting for loop 'seq' variable
...sum + i }; sum before, i= 1 after, i= 1 before, i= 43.5 after, i= 43.5 [1] 44.5 If I force the for's 'seq' to be a copy of x by adding 0 to it, then I do get the expected answer. > x = c(1,2); sum = 0; for (i in x+0) { x[i+1] = i + 42.5; sum = sum + i }; sum bbbbb[1] 3 It looks like an error in reference counting. Bill Dunlap TIBCO Software Inc - Spotfire Division wdunlap tibco.com
2015 Oct 23
2
ADUC - "UNIX Attributes" tab - "Unwilling To Perform"
Hi, I am sure I have come across this before but have previously either ignored it or somehow worked around it. However it has come up again and this time I will try to find out what's going on, hopefully we can fix whatever the issue is. I have a Samba 4.2.2 domain that generally works fine; I have rfc2307 enabled so that I can keep UIDs/GIDs consistent across machines whilst still being
2014 Feb 20
2
PATCH "don't use intrinsics when they're slower", Version 2
A newer version of the patch. Replaces the previous (ie. http://lists.xiph.org/pipermail/flac-dev/2014-February/004553.html) version. -------------- next part -------------- A non-text attachment was scrubbed... Name: no_slow_intrin_v2.patch Type: application/octet-stream Size: 2959 bytes Desc: not available Url :
2014 Feb 24
1
PATCH for stream_encoder.c: change ifdefs order
Erik de Castro Lopo wrote: > Applied with minor reformatting. Thanks. And btw, about reformatting: currently stream_encoder.c contains the following code: #ifdef FLAC__SSSE3_SUPPORTED if(encoder->private_->cpuinfo.ia32.ssse3) aaaaa; else #endif #ifdef FLAC__SSE2_SUPPORTED bbbbb; #endif This code is correct because if FLAC__SSSE3_SUPPORTED is defined then FLAC__SSE2_SUPPORTED is also defined (there are no compilers that support ssse3 but don't support sse2), so there is no missing statement after 'else'. But imho the following version is more easy to read: #i...
2006 Jun 04
2
Window shading feature requested
Subject says it all. --------------------------------- Do you Yahoo!? Get on board. You're invited to try the new Yahoo! Mail Beta. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freedesktop.org/archives/compiz/attachments/20060604/8bc25380/attachment.html
1999 Jul 31
2
Accessing Samba shares via PPP links
...username of the PPP connection or the username used to login to the client Windows PC? My test configuration is a W98 laptop dialing into a Linux box. The Linux box is 192.168.1.2 and it assigns 192.168.1.200 to the laptop PPP client. The username/password used to login to the laptop is aaaaa/bbbbb and the username/ pasword used to initiate the PPP connection is ccccc/ddddd. The laptop can ping, telnet, ftp etc etc to the Linux server but if I try to "find" the Linux box from the laptop, the Samba log on the Linux box reports a password failure for the username aaaaa. The laptop...