Displaying 5 results from an estimated 5 matches for "fortest".
Did you mean:
forest
2017 Mar 17
3
lock out account after 3 failures
...st login: Wed Mar 15 15:14:05 2017 from YYYYYYYYYYYYY
[test]$
?
Meanwhile the secure log also shows
Mar 15 15:44:27 testbox sshd[4051]: pam_unix(sshd:auth): authenticationfailure; logname= uid=0 euid=0 tty=ssh ruser= rhost=YYYYYYYY? user=test
Mar 15 15:44:29 testbox sshd[4051]: Failed password fortest from X port 57118 ssh2
Mar 15 15:44:29 testbox sshd[4051]: Failed password fortest from X port 57118 ssh2
Mar 15 15:44:33 testbox sshd[4051]: Failed password fortest from X port 57118 ssh2
Mar 15 15:44:35 testbox sshd[4051]:pam_faillock(sshd:auth): Consecutive login failures for user test accoun...
2009 Apr 07
3
Segfault in ACL Plugin + user shared folders
Hi Timo,
I have another problem, this time with user shared folders:
User "markus" shared the folder "ForTest" to test:
SETACL "INBOX/ForTest" test akxeilrwts
dovecot-acl and shared-mailboxes.db have been successfully updated.
As user "test" the folder (and "#User" namespace) is not visible.
When I configure the shared namespace with "list = yes", the namespa...
2009 Apr 17
3
Shared folders and subscriptions
...ot;" "*"
* LIST (\HasChildren) "/" "INBOX"
* LIST (\Noselect \HasChildren) "/" "#User"
* LIST (\Noselect \HasChildren) "/" "#User/markus at example.com"
* LIST (\HasNoChildren) "/" "#User/markus at example.com/ForTest"
a3 subscribe "#User/markus at example.com/ForTest"
a3 OK Subscribe completed.
a4 lsub "" "*"
* LSUB (\Noselect) "/" "#User/markus at example.com"
Dovecot is 1.2-rc3, namespace configuration as follows:
namespace private {
separator = /...
2005 Aug 23
6
priority of operators in the FOR ( ) statement
...d to locate a problem with greater ease? Can somebody give a concrete
example (for the following program, for example) of a debugging routine.
*************************************************************************'
# Bayesian Data Analysis
## source("M:/programming/Rfolder/Assignments/fortest.txt")
# #Remove all objects from the workspace
rm(list=ls())
# #We will also try to note the time that the program takes
# #We will start the clock at starttime
starttime <- proc.time()[3];
my.function<-function(x) {
s2<-sqrt(2);
if ((x>=0) & (x<s2)) return(x/2)
else
if (...
2005 Aug 24
0
(Fwd) Re: priority of operators in the FOR ( ) statement
...cate the problem. This program
> illustrates in some ways the shortcomings of the error messages
that R
<snip>
>
*****************************************************
*****************
> ***' # Bayesian Data Analysis ##
> source("M:/programming/Rfolder/Assignments/fortest.txt")
>
> # #Remove all objects from the workspace
> rm(list=ls())
> # #We will also try to note the time that the program takes
> # #We will start the clock at starttime
> starttime <- proc.time()[3];
>
> my.function<-function(x) {
> s2<-sqrt(2)...