Displaying 20 results from an estimated 3000 matches similar to: "GPG key"
2016 Mar 21
4
Understand the UID value in mailbox debug
Hi list
we have a client who complains that mails from a certain sender are
always put into his spamfolder. Our strong guess is that this is an
issue with the webmail (Roundcube), but I need some help in
understanding the output from dovecot's mailbox-debug.
In order to narrow down the source of the problem we activated the
mailbox-debug from Dovecot. Now we can see that the mail is moved
2009 Feb 10
2
plotting the result of a nonlinear regression
Hello,
to plot the result of a singular non linear regression (using nls) I usually use the function plotfit, for example:
r.PTG.V<-nls(PTG.P~ fz1(Portata, a,b), data=dati, start=list(a=10, b=10), nls.control(maxiter=200), algorithm='port',
trace=TRUE, na.action=na.omit, lower=list(a=0, b=10), upper=list(a=100, b=100))
plotfit(r.PTG.V)
I tried to use the function plotfit on the
2004 Sep 07
1
Cisco 7912 issues
Hello all,
I tried to set up some cisco 7912G phones with asterisk with not much
success.
Can anyone give me some tips on this one ?
Is it better to use SCCP or SIP ? Where can I get a SIP software image ?
Regards
Kiss Karoly
2004 Sep 28
2
[Fwd: Re: tseries Package for R]
-------- Original Message --------
Subject: [R] Re: tseries Package for R
Date: Mon, 27 Sep 2004 23:56:34 -0800
From: Martin Renner <martin.renner at stonebow.otago.ac.nz>
To: Adrian Trapletti <a.trapletti at bluewin.ch>
References: <61CBB4C9-10C7-11D9-A624-000D932E990C at comcast.net>
<4158F5B6.3020103 at bluewin.ch>
see http://cran.stat.ucla.edu/bin/macosx/ and
2008 Nov 07
2
Problem building kernel (gpg problem) - 2.6.18-92.1.17
With new kernel, appeared some problems with build proccess here.
After many minutes waiting for rpmbuild were over, a gpg problem appears!!:
...
scripts/modsign/mod-extract.c:311: warning: format '%lx' expects type
'long unsigned int', but argument 3 has type 'Elf64_Xword'
+ KEYFLAGS='--no-default-keyring --homedir ..'
+ KEYFLAGS='--no-default-keyring
2009 Feb 20
6
write.table
Hello,
I tried to turn lists into vectors and then bind them together in order to create a dataframe but if, after this, I
try to use the function write.table I get the following error message:
Error in write.table(x, file, nrow(x), p, rnames, sep, eol, na, dec, as.integer(quote), :
'list' type not implemented in 'EncodeElement'
Here is what I've done:
2002 Dec 18
1
[Bug 458] sshd crashes with "fatal: mm_malloc: size too big"
http://bugzilla.mindrot.org/show_bug.cgi?id=458
------- Additional Comments From us- at gmx.de 2002-12-19 03:16 -------
Sorry, typo: The irix version is 6.5.17 not 6.5.18
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2014 Feb 21
2
Re: [PATCH 2/2] builder: use a disposable GPG keyring for every Sigchecker
On Fri, Feb 21, 2014 at 01:50:30PM +0100, Pino Toscano wrote:
> On Friday 21 February 2014 11:10:54 Richard W.M. Jones wrote:
> > On Thu, Feb 20, 2014 at 11:53:17AM +0100, Pino Toscano wrote:
> > > Create a temporary directory and tell gpg to use it as homedir, so
> > > imported keys do not get into the user's keyring. This also avoid
> > > importing the
2011 Nov 05
2
winbind map untrusted domain problem
Hi
I have a question/problem about winbind and the "map untrusted to domain" (=yes) parameter.
I use samba 3.6.0 on
FreeBSD 8.2 with the following configuration:
[global]
encrypt passwords = yes
map untrusted to domain = yes
allow trusted domains = yes
client ntlmv2 auth = yes
client use spnego = yes
client lanman auth = yes
client
plaintext auth = no
winbind enum
2014 Feb 21
2
Re: [PATCH 2/2] builder: use a disposable GPG keyring for every Sigchecker
On Thu, Feb 20, 2014 at 11:53:17AM +0100, Pino Toscano wrote:
> Create a temporary directory and tell gpg to use it as homedir, so
> imported keys do not get into the user's keyring. This also avoid
> importing the default key when a different one is needed to check the
> signature.
>
> The only exception is when a non-default fingerprint is used: in this
> case, that key
2008 Feb 07
3
Empty data frame
Hi
Sorry for banal question
How to create empty data frame with for example 30 variables without
typying: data.frame(x=1,y=1....)
Jarek
2009 Feb 10
3
summary of a list
Hello,
I'm using the following for loop to find regression curves using a list of functions (formList), a list of starting
values (startList), uppervalues (upperList) and lower values (lowerList).
A sample of the list of function I use in the loop is the following:
FormList <- list(PTG.P ~ fz1(Portata, a, b), PTG.P ~ fz2(Portata, a, b), PTG.P ~ fz3(Portata,a, b, d, e),
PTG.P ~
2008 Mar 19
1
smbclient transfer speed on solaris
Hi,
I am trying to transfer data from a win2003 (OS=[Windows Server 2003
3790 Service Pack 2] Server=[Windows Server 2003 5.2]) to a solaris 10
(sun4v arch). smbclient version is 3.0.25a.
Although this is a switched gigabit network (no firewalls/routers
inbetween), and even jumbo frames are set up on the relevant NICs on
both sides, I cannot transfer more than 35mbyte/s (40 peak) with
2009 Feb 03
3
non linear regression with nls
Hello,
I'm a beginner with R and it's the first time I'm using the R-help list... I hope I'm in the right place, if not:
Sorry!!
I need to do non linear regressions on a data set which columns are:
"river.name" "Portata" "PTG.P" "PO4.P" "NT.N" "NH4.N" "NO3.N" "BOD5" "SiO2"
2006 Mar 02
2
sftp batch mode and password authentication
Hi all,
I used to execute ftp in batch mode to dowload files. In my case, password
authentication is the only way to get remote access. Could anyone tell me
how can i accomplish the same task using sftp under batchmode as what i have
done with ftp ? Meanwhile, how can i specify the password securely ? Is
there anyother alternatives ?
--
Thanks
M.P
2005 Nov 29
2
mac compatable?
is there a dowload for mac users?
__________________________________
Yahoo! Mail - PC Magazine Editors' Choice 2005
http://mail.yahoo.com
2007 Oct 18
5
Secondary Y axis title
I have the following R code to create a plot with two y axes. I am
essentially trying to
plot a price series with a volume series on the same graph. (i.e. to
compare price with volume). I can label the first
y axis successfully, but the problem is in labeling the 2nd y-axis.
Essentially, the
label never appears. It seems as though there is not enough margin
on the right hand
side of
2008 Dec 25
5
Plugin auto_complete
Hi all !
I began to develop Rails applications with Aptana Radrails under
Windows. For that I had successfully installed auto_complete plugin and
succeeded to use it.
Now I have an iMac and I''m trying to restart my developments under OS X.
My problem is: when I run the command ''script/plugin install
auto_complete'', the result is:
Plugin not found:
2013 Jan 10
1
Puppetlabs APT GPG key
Hi,
I just started getting errors from APT: W: GPG error:
http://apt.puppetlabs.com squeeze Release: The following signatures were
invalid: BADSIG 1054B7A24BD6EC30 Puppet Labs Release Key (Puppet Labs
Release Key) <info@puppetlabs.com>
It looks like they keyring was changed yesterday on the APT repository:
keyring.gpg 09-Jan-2013 14:51 2.5K
However, I''ve yet to see an
2007 Oct 02
2
Problem loading a txt file as a data.frame
Hello all,
I know that this is a terribly banal question but I cannot seem to solve
it.
I am trying to load in data from a tab-delimited text file. Some
columns are mixed text-numbers and other columns are strictly numbers.
Some cells are blank.
My command is:
>MDMT_RPup <- read.table("GCRMA_MDM-T_RPup.txt", header=T,
sep="\t", row.names=NULL, fill=TRUE)
The problem