Displaying 20 results from an estimated 1500 matches similar to: "Help needed: strange error in PAM-SSH integration module..."
2024 Sep 17
5
[Bug 3736] New: sshd falls back to password prompt after PAM module returns a PAM_MAXTRIES.
https://bugzilla.mindrot.org/show_bug.cgi?id=3736
Bug ID: 3736
Summary: sshd falls back to password prompt after PAM module
returns a PAM_MAXTRIES.
Product: Portable OpenSSH
Version: 9.8p1
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
2003 Nov 05
0
Re: [S] LME - fixed effects model and missing values
Here is an answer to a 1999 post. I didn't find a direct answer anywhere
on the Web, perhaps because it is "obvious" once one sees it.
Suppose you have data from a longitudinal study, where each subject was
measured *up to* four times, with missing measurements, so that the data
look like this:
> MAT<- structure(c(23, 24, 6, 19, 16, 20, 13, 11, NA, 8, NA, 21, 19, 15,
11,
2011 Jul 05
1
hash table access, vector access &c
Hi,
I am confused by the way the indexing works.
I read a table from a csv file like this:
ysmd <- read.csv("ysmd.csv",header=TRUE);
ysmd.table <- hash();
for (i in 1:length(ysmd$X.stock)) ysmd.table[ysmd$X.stock[i]] <- ysmd[i,];
the first column ("X.stock") is a string (factor):
> ysmd$X.stock[[100]]
[1] FLO
7757 Levels: A AA AA- AAAAA AAC AACC AACOU AACOW AADR
2009 Jun 24
0
Lempel—Ziv complexity
Hi
I'm lookoing for a R-plugin to compute the Lempel-Ziv complexity. Does
anyone have still heard about this algorithme?
Regards
--
View this message in context: http://www.nabble.com/Lempel%E2%80%94Ziv-complexity-tp24181807p24181807.html
Sent from the R help mailing list archive at Nabble.com.
2015 Jul 09
2
Re: [PATCH 6/6] customize: add basic subscription-manager operations
On Wed, Jul 08, 2015 at 04:42:18PM +0200, Pino Toscano wrote:
> + error (f_"subscription-manager configuration required for this operation")
This error message should refer to the --sm-config option in some way,
so the error message is actionable.
---
Patches 1-5 are fine and can go upstream now.
I can't say that I'm overjoyed by the new config file format that we
2012 Apr 19
0
[LLVMdev] SIV tests in LoopDependence Analysis, Sanjoy's patch
Hi Sanjoy,
Here's a version of Banerjee and Wolfe's Exact SIV test:
https://sites.google.com/site/parallelizationforllvm/weak-siv-test
It assumes you've already filtered out the easy cases handled by ZIV,
strong SIV, etc.
I'm not confident about my uses of APInt. If you have any comments, I'd
love to hear them.
Thanks,
Preston
On Thu, Apr 12, 2012 at 5:14 AM, Sanjoy Das
2006 Apr 26
1
new.frame()
Hello,
I would like to know whether R has a homogeneous function
of S-plus's new.frame(), which create explicit frames in
the evaluator and provide a locale for computations that
can be shared among various functions.
new.frame() in S-plus:
http://www.uni-muenster.de/ZIV/Mitarbeiter/BennoSueselbeck/s-html/helpfiles/new.frame.html
Thanks.
2015 Jul 13
0
Re: [PATCH 6/6] customize: add basic subscription-manager operations
On Thursday 09 July 2015 13:39:33 Richard W.M. Jones wrote:
> On Wed, Jul 08, 2015 at 04:42:18PM +0200, Pino Toscano wrote:
> > + error (f_"subscription-manager configuration required for this operation")
>
> This error message should refer to the --sm-config option in some way,
> so the error message is actionable.
>
> ---
>
> Patches 1-5 are fine
2019 Apr 30
0
Re: [nbdkit PATCH 0/3] Fix data integrity in vddk plugin
I pushed 2 & 3, thanks.
I'm not overjoyed about patch 1 however. It seems to me that this is
solved better by having two NBD connections open, one with the
single-link=true flag and one without, and then reading extents from
one and data from the other. Admittedly his pushes the complexity to
the client and prevents you using qemu-img, but it seems better
architecturally than making an
2012 Apr 20
2
[LLVMdev] SIV tests in LoopDependence Analysis, Sanjoy's patch
On Wed, 18 Apr 2012 18:16:47 -0700
Preston Briggs <preston.briggs at gmail.com> wrote:
> Hi Sanjoy,
>
> Here's a version of Banerjee and Wolfe's Exact SIV test:
> https://sites.google.com/site/parallelizationforllvm/weak-siv-test
> It assumes you've already filtered out the easy cases handled by ZIV,
> strong SIV, etc.
>
> I'm not confident about my
2012 Feb 09
1
implementing flac on an embedded device
Hi everyone,
I'm currently working on project trying to send sensor data from a
microcontroller over radio to another device.
I need compression because the radio has not enough bandwidth to send it
without.
Because the sensor data quiet much resembles audio data I got the best
compression results using lossless audio codecs instead of data
compression algorithms like Lempel-Ziv.
I
2003 Sep 17
0
gssapi and pam problems with 3.7.1p1
Hello everybody!
I have the following problem using version 3.7.1p1 on redhat linux 7.3
and 9. We are running a system where users home directories reside on
AFS.
Up to and including version 3.6.1p2 we used Simon Wilkinson's gssapi
patch in conjunction with a pam_module, which executed 'aklog', a
program that converts a kerberos ticket to an AFS token.
This does not work anymore
1998 Jul 15
0
Re: RedHat 5.X Security Book
I think it depends on wat you are using the book for..I myself have been
trying for a long time to find a document that describes basic RedHat and
Linux security, what to look for, inherent dangers etc etc.
So I was overjoyed when I found this book. No, I am not depending on it as
a sole source of information, but the basicis that it covers simply do not
get repeatadly posted to the lists you
2008 Jun 06
3
[LLVMdev] Data dependence analysis
Hi all!
I have recently finished the first prototype of data dependence analysis
for LLVM. Now that I have some more time I would like to prepare a
"production" version. In this post I'll try to describe the current
state and propose a work plan.
Currently, the analysis has a very simplified interface (it allows to
query for dependence between two given instructions or whether a
2019 Oct 08
0
syslinux.efi and vendor-class-identifier
On Mon, Oct 7, 2019 at 3:59 PM James Pearson via Syslinux
<syslinux at syslinux.org> wrote:
> Ady Ady via Syslinux wrote:
> >> However, I have just tested the exact same boot procedure using a Dell
> >> laptop (Latitude 7480) - and it all worked without a problem - that is,
> >> syslinux.efi and ldlinux.e64 were downloaded without a problem - and
> >>
2017 May 18
2
stopifnot() does not stop at first non-TRUE argument
>From an example in http://www.uni-muenster.de/ZIV.BennoSueselbeck/s-html/helpfiles/nargs.html , number of arguments in '...' can be obtained by
(function(...)nargs())(...) .
I now realize that sys.call() doesn't expand '...' when the function is called with '...'. It just returns the call as is. If 'stopifnot' uses sys.call() instead of match.call() , the
2013 Aug 09
0
[LLVMdev] How to gather data dependences
2013/8/8 Preston Briggs <preston.briggs at gmail.com>
>
> Hi,
>
> The DependenceAnalysis pass isn't reliable yet; it has several errors that
> need to be corrected. These manifest by the analysis claiming there's no
> dependence when one in fact exists.
>
> Your proposed scheme of testing every pair of instructions is
> asymptotically expensive, requiring
2019 Oct 16
0
Re: Splitting the large libguestfs repo
On Tuesday, 15 October 2019 18:39:32 CEST Richard W.M. Jones wrote:
> On Tue, Oct 15, 2019 at 03:59:04PM +0200, Pino Toscano wrote:
> > On Tuesday, 15 October 2019 10:01:28 CEST Richard W.M. Jones wrote:
> > > I got a little way into this. The two attached patches are
> > > preliminary work.
> >
> > I see the work was done already, so I guess providing
2012 Apr 20
0
[LLVMdev] SIV tests in LoopDependence Analysis, Sanjoy's patch
> > Here's a version of Banerjee and Wolfe's Exact SIV test:
> > https://sites.google.com/site/parallelizationforllvm/weak-siv-test
> > It assumes you've already filtered out the easy cases handled by ZIV,
> > strong SIV, etc.
> >
> > I'm not confident about my uses of APInt. If you have any comments,
> > I'd love to hear them.
>
2017 May 19
0
stopifnot() does not stop at first non-TRUE argument
>>>>> Suharto Anggono Suharto Anggono via R-devel <r-devel at r-project.org>
>>>>> on Thu, 18 May 2017 16:27:09 +0000 writes:
>> From an example in
>> http://www.uni-muenster.de/ZIV.BennoSueselbeck/s-html/helpfiles/nargs.html
>> , number of arguments in '...' can be obtained by
> (function(...)nargs())(...) .