Displaying 20 results from an estimated 35 matches for "gcr".
Did you mean:
gcc
2014 Jan 06
1
Dovecot LMTP does not pass envelope recipient +detail to sieve
...ailer 7 (dsmtp): P=[IPC] S=EnvFromSMTP/HdrFromSMTP R=EnvToSMTP/EnvToSMTP M=0 U=-1:-1 F=%DFMXamu L=990 E=\r\n T=DNS/RFC822/SMTP r=100 A=TCP $h
mailer 8 (relay): P=[IPC] S=EnvFromSMTP/HdrFromSMTP R=MasqSMTP/MasqSMTP M=0 U=-1:-1 F=8DFMXamu L=2040 E=\r\n T=DNS/RFC822/SMTP r=100 A=TCP $h
> /try local gcr+DeTaIl at tharned.org
Trying envelope recipient address gcr+DeTaIl at tharned.org for mailer local
canonify input: gcr + DeTaIl @ tharned . org
Canonify2 input: gcr + DeTaIl < @ tharned . org >
Canonify2 returns: gcr + DeTaIl < @ tharned . org . >
canonify...
2014 Aug 10
1
How to redefine `require' to generate a warning and delegate work to the original require?
...so I
just want to issue a warning.
My approach was to:
? Re-bind `require' to `original.require'
? Re-implement `require' to
? Warn the user
? Delegate the real work back to `original-require'
? Like this inside of my `.Rprofile':
?????
? .First <- function() {
? gcr <- new.env()
? gcr$original.require(...) <- require
? gcr$require <- function(...) {
? warning("Are you sure you wanted `require` instead of `library`?")
? original.require(...)
? }
? base::attach(gcr, name="gcr", warn.conflicts = FALSE)...
2014 Aug 05
2
Is it a good idea or even possible to redefine attach?
...of locked binding for 'attach'
`----
If I unlock `attach' I assume that I could stomp on it... however is
that even a good idea?
What will I break?
My goal was never to allow `attach' in my system, but it was just an
idea.
Kind regards,
Grant Rettke | ACM, ASA, FSF, IEEE, SIAM
gcr at wisdomandwonder.com | http://www.wisdomandwonder.com/
?Wisdom begins in wonder.? --Socrates
((? (x) (x x)) (? (x) (x x)))
?Life has become immeasurably better since I have been forced to stop
taking it seriously.? --Thompson
2016 Nov 23
3
Updated my Dovecot certificate for the first time
On Wed, 23 Nov 2016 16:04:22 -0600 (CST)
Greg Rivers <gcr+dovecot at tharned.org> wrote:
> On Wed, 23 Nov 2016, Steve Litt wrote:
> > [snip]
> >
> > Alpine still gives me a bad cert warning, saying I should either
> > fix it or disable checking. I haven't yet found a way to get Alpine
> > to discriminate between a...
2015 Mar 01
0
dsync panic
As per <http://wiki2.dovecot.org/Migration/Dsync>, I'm running the
following command on a local dovecot server to replicate email for a
single user from a remote IMAP server:
doveadm -D \
-o imapc_host=remote.imap.server \
-o imapc_user=gcr \
-o imapc_password=XXXXXXXX \
-o imapc_list_prefix=IMAP \
-o imapc_features="rfc822.size fetch-headers" \
-o mail_prefetch_count=20 \
-o mail_fsync=never \
backup -R -u gcr imapc:
This runs fine for a while and successfully copies quite a lot of mail,
but always aborts befo...
2009 Sep 30
1
xyplot key
Hi,
I'm having trouble matching the symbols/color of the key to match those
specifiec in the plot.
Here is the code I used:
xyplot(GCR+GCT ~ FRAC, data=RWF, type=c("g","p"),cex=1.2,pch=c(22,21),
xlab=expression(italic("f")),ylab=expression(italic("S")),
key=list(points=list(pch=c(22,21),cex=1.2),
text=list(c("Targeted Deletion","Random Deletion"))))
I'm, sorry if thi...
2014 Aug 10
1
"Fastest" way to merge 300+ .5MB dataframes?
.... That is key
actually. It is literally a one-liner, and there will never be index
or scoping errors with it.
Now with that in mind, what is the idiomatic way? Do people usually do
something else because it is /faster/ (by some definition)?
Kind regards,
Grant Rettke | ACM, ASA, FSF, IEEE, SIAM
gcr at wisdomandwonder.com | http://www.wisdomandwonder.com/
?Wisdom begins in wonder.? --Socrates
((? (x) (x x)) (? (x) (x x)))
?Life has become immeasurably better since I have been forced to stop
taking it seriously.? --Thompson
2008 Mar 20
0
[RFC/PATCH 07/15] kvm-s390: interrupt subsystem, cpu timer, waitpsw
...eturn -ENOTSUPP;
+
+ useraddr = disp2;
+ if (base2)
+ useraddr += vcpu->arch.guest_gprs[base2];
+
+ reg = reg1;
+
+ VCPU_EVENT(vcpu, 5, "lctg r1:%x, r3:%x,b2:%x,d2:%x", reg1, reg3, base2,
+ disp2);
+
+ do {
+ rc = get_guest_u64(vcpu, useraddr,
+ &vcpu->arch.sie_block->gcr[reg]);
+ if (rc == -EFAULT) {
+ kvm_s390_inject_program_int(vcpu, PGM_ADDRESSING);
+ break;
+ }
+ useraddr += 8;
+ if (reg == reg3)
+ break;
+ reg = reg + 1;
+ if (reg > 15)
+ reg = 0;
+ } while (1);
+ return 0;
+}
+
+static int handle_lctl(struct kvm_vcpu *vcpu)
+{
+ int reg1 = (v...
2016 Nov 24
4
Updated my Dovecot certificate for the first time
On Thu, 24 Nov 2016 07:52:51 +0100 (CET)
Steffen Kaiser <skdovecot at smail.inf.fh-brs.de> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On Wed, 23 Nov 2016, Steve Litt wrote:
>
> >On Wed, 23 Nov 2016 16:04:22 -0600 (CST) Greg Rivers
> ><gcr+dovecot at tharned.org> wrote:
> >> $ strings $(whence alpine) | grep '^/.*certs$'
> >> /etc/ssl/certs
> >
> > The directory or the certs isn't the problem. Alpine sees the
> > self-signed cert I just made, but complains because it's
> &...
2012 Jul 11
2
How to connect .mdb file
...rently having some problem connect .mdb file into R.
I've installed the RODBC packages and I do the code this way:
channel <- odbcConnectAccess("C:/Users/Documents/XYZ")
channel
and it gave me this :
RODBC Connection 3
Details:
case=nochange
DBQ=C:\USers\JieYi\Documents\NYP\IPP\GCR
Driver={Microsoft Access Driver (*.mdb)}
DriverId=25
FIL=MS Access
MaxBufferSize=2048
PageTimeout=5
UID=admin
I have a total of 5 tables in the .mdb database. any one can help me with
how to get the tables in ?
--
View this message in context: http://r.789695.n4.nabble.com/How-to-connect-mdb-file...
2008 Mar 20
1
[RFC/PATCH 05/15] kvm-s390: s390 arch backend for the kvm kernel module
...block->gpsw.addr = 0UL;
+ vcpu->arch.sie_block->prefix = 0UL;
+ vcpu->arch.sie_block->ihcpu = 0xffff;
+ vcpu->arch.sie_block->cputm = 0UL;
+ vcpu->arch.sie_block->ckc = 0UL;
+ vcpu->arch.sie_block->todpr = 0;
+ memset(vcpu->arch.sie_block->gcr, 0, 16 * sizeof(__u64));
+ vcpu->arch.sie_block->gcr[0] = 0xE0UL;
+ vcpu->arch.sie_block->gcr[14] = 0xC2000000UL;
+ vcpu->arch.guest_fpregs.fpc = 0;
+ asm volatile("lfpc %0" : : "Q" (vcpu->arch.guest_fpregs.fpc));
+ vcpu->arch.sie_block->gbea = 1;
+}
+
+...
2008 Mar 20
1
[RFC/PATCH 05/15] kvm-s390: s390 arch backend for the kvm kernel module
...block->gpsw.addr = 0UL;
+ vcpu->arch.sie_block->prefix = 0UL;
+ vcpu->arch.sie_block->ihcpu = 0xffff;
+ vcpu->arch.sie_block->cputm = 0UL;
+ vcpu->arch.sie_block->ckc = 0UL;
+ vcpu->arch.sie_block->todpr = 0;
+ memset(vcpu->arch.sie_block->gcr, 0, 16 * sizeof(__u64));
+ vcpu->arch.sie_block->gcr[0] = 0xE0UL;
+ vcpu->arch.sie_block->gcr[14] = 0xC2000000UL;
+ vcpu->arch.guest_fpregs.fpc = 0;
+ asm volatile("lfpc %0" : : "Q" (vcpu->arch.guest_fpregs.fpc));
+ vcpu->arch.sie_block->gbea = 1;
+}
+
+...
2010 Nov 16
2
Debugging segfault in foreach
...esX", .verbose =
TRUE) %do% { .gc <- duplicate(gcache, pre.load = NULL)
on.exit(dispose(.gc)) cat("===", chr, "===\n") \
apaSummary(expt, .gc, chr, pvd.policy, utr.index, polya.variants,
gene.collapse) }
12: apaSummaryCrank(bpm[[1]], gcr, chrs[21:22], gene.collapse = "longest")
Possible actions:
1: abort (with core dump, if enabled)
2: normal R exit
3: exit R without saving workspace
4: exit R saving workspace
============= sessionInfo ==============
R version 2.12.0 (2010-10-15)
Platform: x86_64-unknown-linux-gnu (64-...
2019 Nov 18
2
help wanted: update ssh-askpass programs for new U2F / prompt hints
Hi,
When we added U2F support, we also extended the interface used by ssh
and ssh-agent to invoke the $SSH_ASKPASS program.
Originally, the askpass prompt was used to obtain passphrases for ssh in
cases where it was not possible to read them from the terminal. Later
it was (ab)used for showing confirmation prompts for each use of any
key that was added to the agent using "ssh-add -c".
2008 Jul 28
5
Hardware serial number access from (a) command(s)
Over the weekend, I had to make a technical support call on one of my
DVD burners, and at one point the recorded message mentioned I should
have my serial number handy. I thought there was a way to read that
from at least one piece of software on the system, but I couldn't
remember one and man -k on a number of subjects was unrevealing.
Can someone enlighten me (us)?
Thanks.
mhr
2008 Mar 20
34
[RFC/PATCH 00/15] kvm on big iron
This patch series introduces a backend for kvm to run on IBM System z
machines that uses the mainframe's sie virtualization capability. This
work runs 64bit guests on z800/z890/z900/z990/z9/z10 class machines with
a 64bit linux host. Userspace will follow once we're done brushing it
over.
The patch queue consists of the following patches, which can be applied
in sequence on top of kvm.git
2008 Mar 20
34
[RFC/PATCH 00/15] kvm on big iron
This patch series introduces a backend for kvm to run on IBM System z
machines that uses the mainframe's sie virtualization capability. This
work runs 64bit guests on z800/z890/z900/z990/z9/z10 class machines with
a 64bit linux host. Userspace will follow once we're done brushing it
over.
The patch queue consists of the following patches, which can be applied
in sequence on top of kvm.git
2015 May 10
1
FYI: dovecot (008632bdfd2c) compilation woes, and minor glitch regarding update-version.sh
Greg Rivers <gcr+dovecot at tharned.org> wrote:
> On Saturday, May 09, 2015 22:25:48 Michael Grimm wrote:
>>> or just try if it works if you change it to /bin/sh and use whatever
>>> FreeBSD has that pointing to.
>> That fails because /bin/sh equals /bin/csh at FBSD.
> I don'...
2016 Nov 24
0
Updated my Dovecot certificate for the first time
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Wed, 23 Nov 2016, Steve Litt wrote:
>On Wed, 23 Nov 2016 16:04:22 -0600 (CST) Greg Rivers <gcr+dovecot at tharned.org> wrote:
>> $ strings $(whence alpine) | grep '^/.*certs$'
>> /etc/ssl/certs
>
> The directory or the certs isn't the problem. Alpine sees the
> self-signed cert I just made, but complains because it's self-signed,
> and gives me the...
2014 Aug 05
0
Minor documentation change for assign
...64-bit)
|
| locale:
| [1] en_US/en_US/en_US/C/en_US/en_US
|
| attached base packages:
| [1] stats graphics grDevices utils datasets methods base
|
| loaded via a namespace (and not attached):
| [1] compiler_3.1.1 tools_3.1.1
`----
Kind regards,
Grant Rettke | ACM, ASA, FSF, IEEE, SIAM
gcr at wisdomandwonder.com | http://www.wisdomandwonder.com/
?Wisdom begins in wonder.? --Socrates
((? (x) (x x)) (? (x) (x x)))
?Life has become immeasurably better since I have been forced to stop
taking it seriously.? --Thompson