similar to: How to delay failed ssh auth

Displaying 20 results from an estimated 1000 matches similar to: "How to delay failed ssh auth"

2010 Oct 21
4
2.0.5 Error: Timeout waiting for handshake from auth server.
Hello, Upgraded from 1.2.x to 2.0.5, converted configuration as described in http://wiki2.dovecot.org/Upgrading/2.0 and now I'm unable to log in to imap server. Dovecot error.log shows: Oct 21 09:52:48 imap-login: Error: Timeout waiting for handshake from auth server. my pid=13338, input bytes=0 Oct 21 09:52:48 imap-login: Error: Timeout waiting for handshake from auth server. my
2010 Jun 14
3
Dovecot 1.1.x and 1.2.x differencies
Hello, I have been using successfully Dovecot 1.1.x for about a year now. It has been very stable. Now I'm uprading that same system to newer and more powerful hardware and I was wondering whether it is good idea or not to switch to Dovecot 1.2.x series. Could anybody direct me to feature comparision document or explain here main differences betweeen thos two branches? -- Veiko
2009 Mar 25
3
Samba packages update
I'm unable to find this http://rhn.redhat.com/errata/RHBA-2009-0180.html package update in Centos 5.2 updates. Why? --- Veiko
2009 Jul 27
2
Centos 5.3, no AHCI on HP DL320 G5p?
I have one HP Proliant DL320 G5p, where for some reason, the AHCI mode is not enabled. According to server specs, it should have AHCI/NCQ capability, but ata_piix module gets loaded during bootup, not ahci module. Any ideas how to enable AHCI mode? lspci output: # lspci 00:00.0 Host bridge: Intel Corporation 3200/3210 Chipset DRAM Controller (rev 01) 00:01.0 PCI bridge: Intel Corporation
2010 Nov 04
2
3.5.6 rpcclient settdriver error
Hi, I have Centos 5.5 64b with Sernet samba 3.5.6-43.el5 packages. It is configured as domain member server, providing file and printer services. I can connect with: "rpcclient -Uveiko localhost", enumdrivers and enumprinters work, both printer and driver are listed, but when I'm trying to set driver to printer: "setdriver pdf-ipunkt "HP Color LaserJet 5/5M PS"
2011 Mar 16
1
Strange error
Hi, I'm getting many errors in samba logfiles on file server, which is NT4 domain member. Centos 5.5, Samba packages from Sernet repo, version 3.5.6-43.el5. That error is: [2011/03/16 09:37:49.057565, 1] smbd/service.c:678(make_connection_snum) create_connection_server_info failed: NT_STATUS_ACCESS_DENIED What does that error mean? Everything is working correctly as far as i can
2011 Mar 02
1
Migrating (vampire) from NT4 to samba 3.5.7
Hi, I'm trying to prepare migration from NT4 server to samba with ldap backend. For testing and simulating I have prepared one NT4 server, one Centos 5.5 samba server and now I have almost working setup for vampiring users and groups. Using following packages: samba3.i386 3.5.7-43.el5 samba3-cifsmount.i386 3.5.7-43.el5 samba3-client.i386 3.5.7-43.el5 samba3-doc.i386 3.5.7-43.el5
2012 Jul 12
1
Override userdb=passwd gid
Hi! I have problem with Dovecot 2.1.1 writing maildir files as users primary group. Tried to override gid value, but probably i'm missing something... doveconf -n # 2.1.1: /etc/dovecot/dovecot.conf # OS: Linux 2.6.18-308.11.1.el5 x86_64 CentOS release 5.8 (Final) auth_verbose = yes info_log_path = /var/log/dovecot/info.log listen = * log_path = /var/log/dovecot/error.log mail_location =
2010 Mar 04
1
Samba 3.5.0 and getent group output
Hello, I recently upgraded my testserver Centos 5.4 from sernet samba 3.3.11-40.el5 to sernet samba 3.5.0-41.el5. Did no configuration changes. Samba is configured to get users and groups from NT4 PDC through winbind. Before upgrade to 3.5, 'getent group' returned something like that: groupname:x:16777268:user1,user2,user3 etc. Now it only returns: groupname:x:16777268: without
2008 Feb 26
2
Kalman Filter
Hi My name is Vladimir Samaj. I am a student of Univerzity of Zilina. I am trying to implement Kalman Filter into my school work. I have some problems with understanding of R version of Kalman Filter in package stats( functions KalmanLike, KalmanRun, KalmanSmooth,KalmanForecast). 1) Can you tell me how are you seting the initial values of state vector in Kalman Filter? Are you using some method?
2018 Jan 04
2
format integer numbers with leading 0
Dear R-er, I would like format integer number as characters with leading 0 for a fixed width, for example: 1 shoud be "01" 2 shoud be "02" 20 should be "20" Now I use: x <- c(1, 2, 20) gsub(" ", "0", format(x, width=2)) But I suspect more elegant way could be done directly with format options, but I don't find. Thanks a lot Marc
2005 Nov 28
6
How define global Variable?
Hello, I try to define a global variable. My example: R> a <- "old" R> test <- function () { a <- "new" } R> test() R> a # shoud be "new" This doesn't work. I would like to modify the variable "a" in a procedure. How can I do that. Thank you for helping. Sven Kn侟ppel (Germany-Berlin)
2003 Feb 19
5
Subpopulations in Complex Surveys
Hi, is there a way to analyze subpopulations (e.g. women over 50, those who answered "yes" to a particular question) in a survey using Survey package? Other packages (e.g. Stata, SUDAAN) do this with a subpopulation option to identify the subpopulation for which the analysis shoud be done. I did not see this option in the Survey package. Is there another way to do this?
2005 Jul 27
3
how to overlook the zero in the denominator
Dear R users: I have two set of data, as follow: x<-c(0,0,0.28,0.55,1.2,2,1.95,1.85, 1.6,0.86,0.78,0.6,0.21,0.18) y<-c(0,0,0,0.53,1.34,1.79,2.07,1.88, 1.52,0.92,0.71,0.55,0.32,0.19) i<-1:length(x) I want to sum each (x[i]-y[i])^2/x[i] together, like: >Sum <-sum((x[i]-y[i])^2/x[i]) >Sum [1] NaN Because the denominator shoud not be zero. So I want to overlook those
2014 Dec 07
3
[PATCH] Improve LPC order guess
Op 04-12-14 om 20:05 schreef Erik de Castro Lopo: > Martjin, are you able to make your test material available? DO > you have any test scripts your use to run your tests? Sorry, most of the testmaterial isn't copylefted, and I don't think it is possible to get a nice copylefted test library. That's because most copylefted material is indie, and sadly the mastering techniques
2005 Jan 10
3
Mixing portrait/landscape in a postscript file
Dear list, I'm stuck with a little graphical problem. I'm generating several lattice plots which are printed in a single postcript device opened by > trellis.device(postscript, theme=canonical.theme("postscript", color=F), file="an_phase2_graph.ps", paper="a4", pointsize = 10, onefile=TRUE, horizontal=TRUE) Everything works fine,but some of these
2013 Feb 04
2
Version 5.01 not passing kernel command line args to memtest86+as it can understand
Hello, I'm trying to pass the serial port options to memtest86+ using Syslinux 5.01 but is not working. Debugging the memtest86+, the check at main.cpp function static void parse_command_line(void) if (*OLD_CL_MAGIC_ADDR != OLD_CL_MAGIC) return; Is being evaluated to true. What should I do? There is a way to instruct memtest to use the "old way" to pass
2006 Jul 25
2
Cron not sending e-mails anymore
Hi, I have a cronjob that executes a script that has some echo statements in it and the commands in it also generate output (it copies files, reloads services, etc...). Recently, cron stopped sending its output by e-mail. I restarted cron, without success. Any ideas where I shoud start to debug this? Regards, Ugo
2008 Sep 17
2
modifying patterns in a matrix
Dear R-users, I have some very simple data where 1's represent events and zeroes non-events, e.g. temp <- rbind(c(0,1,0,0,1,1,1,0), c(0,0,0,1,0,0,0,0)) For each row in the matrix, I would like to replace a singelton event by a 0. That is, any 1 surrounded by zeroes (010) should be replaced by a zero (000). Sequences of 1's should be left unchanged. So the modified matrix shoud look
2010 Nov 17
2
Snag installing CentOS in a VirtualBox VM
I spent most of the evening trying to boot a new install of CentOS in a VirtualBox VM. The VM recognizes the install DVD, runs it, asks for me to boot it and I type in <return> (or any number of other combinations, all of which fail in exactly the same way) and it continues to run up to the point shown in the attached screenshot. I've tried numerous different combinations of device