similar to: Timeout from server <...> during authentication

Displaying 20 results from an estimated 200 matches similar to: "Timeout from server <...> during authentication"

2007 Sep 01
2
[patch] sftp-server basepath [yet another]
Hi, I made this simple path to make sftp-server restricted to a basepath! This was done because use sshfs [wich base is sftp-server] to allow people access medias [ cdrom,dvdrom, floppy, usb] from x-terms. Those x-terms [ diskless] does not have all users, so we share a single user and a DSA empty passphrase, with some acl scipts at .ssh/authorized keys. Main usage of this patch is to NOT
2013 Feb 22
1
Unable to join domain, apparent DNS problem
This isn't exactly a Samba problem, but I am hoping the experts here can help me. I have been trying to get my OpenIndiana system to join a Samba4 domain and I was running into multiple problems. So I decided to test against a true Windows Server (2003) domain, to see if there is something wrong with my client-side setup. Attempting to join the WS2003 AD domain also fails. Snooping the
2008 Aug 31
2
smb_auth problem
Hi samba community. I'm having a problem with the smb_auth authentication method. Everything looks like normal, but everytime I try to use smb_auth it returns ERR. I will show here some commands output to secure that all configuration is correct, and if anyone can help me to investigate what's happend I'll thanks. I'm using: Debian lenny, updated. ii samba 2:3.2.3-1
2011 Apr 28
2
authentication ok but connection disconnects
To whom it corresponds, I have been trying to connect my RHEL4 machine through public key authentication against a windows server 2003 machine running OpenSSH for Windows v3.8.1p1-1. I set up everything: keys, user, etc. Doing sftp -vv user@<wsip> I see that authentication went ok but somehow, connection hangs up. I removed anti-virus and other security software on the ws2003 machine
2004 Feb 23
1
pdbedit -P 'maximum password age' -C 0 should == never expire?
When I set the 'maximum password age' to 0, my password expired immediately after I did a smbpasswd. Shouldn't setting it to 0 mean the password will never expire? Or are there any other way to set password to never expire? Here is the microsoft's interpretation on 'maximum password age':
2006 Jan 18
1
Access Based Enumeration
Microsoft has an add on for Windows 2003 SP1 that will do access based enumeration. This is great because of "out of sight, out of mind". If the user doesn't have privilege to access the directory or file it doesn't show up in the directory listing. http://www.microsoft.com/windowsserver2003/techinfo/overview/abe.mspx Any idea when samba will be able to do the same (if it
2009 Sep 11
1
authenticating IIS 6.0 against samba?
I have a windows 2003 server joined to my domain. I'd like to have IIS 6.0 on the 2k3 server authenticating against samba so that windows sharepoint services can be used. I've tried getting NTLM authentication working following instructions at http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/7258232a-5e16-4a83-b76e-11e07c3f2615.mspx?mfr=true but I'm not
2011 Mar 28
1
"Buffer overflow" updating and installing packages...
Good evenings. I am a novice in R and I have a big problem updating and installing packages inside R in Ubuntu 10.10 I followed the instructions in http://cran.r-project.org/bin/linux/debian/ : *Added a new repository in Ubuntu : http://cran-r.c3sl.ufpr.br/bin/linux/ubuntu maverick/ *update the r-base and r-base-dev packages *Enter R with "sudo" The R version is right [R version
2007 Apr 23
1
Package installed, functional but not available
Hello, when I run packageStatus(), I get the following results: > packageStatus() Number of installed packages: ok upgrade unavailable /home/fernando/my_library 38 0 1 /usr/local/lib/R/library 28 0 0 Number of available packages (each package/bundle counted only once): installed
2008 Sep 01
1
the field ttl in struct referral doesn't work
In samba source code, the file "source\include\msdfs.h" defines a struct named referral.In this struct, there is a field named ttl which is used to decide how long should client cache referral, and this field uses constant REFERRAL_TTL(#define REFERRAL_TTL 600) as default.My problem is when i set REFERRAL_TTL to be 10, it doesn't work.
2006 Oct 09
1
About sftp-server root path
Hi, I saw in archive that some people made a patch to sftp-server, and that patch sets a root path. I'd like to know if there's an ideia to apply that patch in main tree of openssh? With the use of SSHFS [wich uses sftp-server], it would be interesting to have someting like that, because as we have netboot workstations, the access to devices [such as, floppy, cdrom and usb data] are
2008 Feb 12
1
Markov and Hidden Markov models
Hi, Is there a package that will estimate simple Markov models and hidden Markov models for discrete time processes in R? Thanks in advance, David -- =============================================================== David Kaplan, Ph.D. Professor Department of Educational Psychology University of Wisconsin - Madison Educational Sciences, Room, 1061 1025 W. Johnson Street Madison, WI 53706
2005 Feb 21
2
Problems with Samba and security hardened WinXP SP2 clients
We're running Fedora Core and Samba-3.0.8-0.pre1.3 and we're authenticating our Windows XP users against Active Directory running on Windows 2003. Everything works fine! But now we're trying to secure and harden our WinXP machines and now when any user logged into a secured WinXP they get the errormessage "The account is not authorized to log in from this station". I browsed
2010 Apr 19
0
redhat4.6-32bit DomU with pv driver can''t be saved
Hi all, I have some problem with xm save/restore in Xen-4.0.0 & linux-2.6.31.13, First, the /etc/init.d/xendomains seems do not work properly because of bash version. So I modified it as follow: root@r02k08027 # diff -up /etc/init.d/xendomains /etc/init.d/xendomains_31 --- /etc/init.d/xendomains 2010-04-08 00:12:04.000000000 +0800 +++ /etc/init.d/xendomains_31 2010-04-19
2010 Apr 19
0
redhat4.6-32bit DomU with pv driver can''t be saved
Hi all, I have some problem with xm save/restore in Xen-4.0.0 & linux-2.6.31.13, First, the /etc/init.d/xendomains seems do not work properly because of bash version. So I modified it as follow: root@r02k08027 # diff -up /etc/init.d/xendomains /etc/init.d/xendomains_31 --- /etc/init.d/xendomains 2010-04-08 00:12:04.000000000 +0800 +++ /etc/init.d/xendomains_31 2010-04-19
2009 Jun 15
4
reading Excel file
Dear all,   I was using older version of R (installed early). I install new version of R (R.2.9.0) but i could not find package "xlsReadWrite" to read Excel file. Is there any alternatives to read Excel file ? I hope it should be. I need help although it is minor querry. Thanks in advance.   Sincerely, Ram Kumar Basnet Wageningen University, The Netherlands   [[alternative HTML
2011 Dec 01
0
Problemas al instalar R 2.14 en Ubuntu 11.10 - Resuelto!
Disculpen se me escapó el portugués. 2011/11/30 Carlos J. Gil Bellosta <cgb@datanalytics.com> > El problema es que si tienes R instalado en tu $HOME, dependiendo de > la variable de entorno $PATH, uno de los ejecutables se llama primero > al llamar a R. > > Lo más natural sería eliminar R de $HOME ya que tienes instalada la > versión actual "como Dios manda".
2009 Sep 24
0
Fwd: Encoding quality and CPU requirements
Hi, I apologize for my previous e-mail, I will be more specific this time. I need to encode G711u WAV files to Speex, which are 4 minutes length on average. For this task I first convert audio to PCM 16 and then run the Speex command line encoder as follows. OS is WS2003 and Processor is Intel Xeon 5140 @ 2.33GHz (2 CPUs). Encoding such a file is taking around 2 seconds and the usage of the
2003 Jul 26
0
mounting/connection to 2003 shares (members servers and domain controllers)
After a long and ardous search (I didn't find anything on the mailing lists though weird) -- I've found the gold at the end of the rainbow. It appears that domain controllers in Active Directory will by default, require digital signatures (and perhaps encryption) for the smb protocol. This breaks *DOS/LANMAN* clients to connecting to Windows 2003 and of course versions of samba less than
2006 Oct 09
1
dump (PR#9282)
Full_Name: Ricardo Ehlers Version: 2.4.0 OS: Linux Submission from: (NULL) (200.138.34.134) The dump function is outputing something different from previous versions. For example > a <- c(1,2,3); dump('a',file='test') now results in `a` <- c(1,2) instead of "a" <- c(1,2) in the file 'test' This prevents using the bayesmix package and running JAGS