Displaying 20 results from an estimated 2000 matches similar to: "public key authentication -- log invalid keys"
2014 May 28
1
sftp session disconnects right after passwd enter
Greetings All,
I have a ssh server which allows sftp connections from the Internet
while ssh connections from within the local net, here is the config:
Code:
Port 11111
Port 11113
Protocol 2
LogLevel DEBUG
2007 Nov 05
2
Logit function problems
I'm trying to collect some additional user information from the server
using the 'logit' function. For example, I'm trying to get the cipher,
mac, and compression status from kex.c in kex_chose_conf() with
logit("SSH: %s;Ltype: Kex;Enc: %s;MAC: %s:Comp: %s",
ctos ? "Server" : "Client",
newkeys->enc.name,
newkeys->mac.name,
2005 Mar 30
2
Problem with pdf printing (SOLVED)
Urs Rau wrote:
>>I start to wonder what "dammage" it would do to set lpq to
>>lpq command =/bin/true
>>for my pdf printer? ;-)
>
>
>
> Well, wonder no more sir!!!!!! I set my lpq command = /bin/true
and
> ALL QUEUES CLEAR AND ACT PROPERLY!!!!!!!!!!!! I could kiss you!
That was all I did, I can't believe it worked......thank you!!!!!!
>
2013 Jan 11
0
[LLVMdev] Make a comparation with IR builder
On Fri, Jan 11, 2013 at 8:20 AM, Manuele Conti
<manuele.conti at sirius-es.it>wrote:
> Hi Justin,
> my class is a visitor pattern and I use accept method to go recursive in
> suboject in my AST.
> In locals I store AllocaInst pointer.
>
>
> void *visit(var1_init_decl_c *symbol) {
> llvm::Type *lType;
>
> varNames.clear();
> varType = "";
2013 Jan 11
2
[LLVMdev] Make a comparation with IR builder
Hi Justin,
my class is a visitor pattern and I use accept method to go recursive in
suboject in my AST.
In locals I store AllocaInst pointer.
void *visit(var1_init_decl_c *symbol) {
llvm::Type *lType;
varNames.clear();
varType = "";
symbol->var1_list->accept(*this); /* get a vector contains variable names */
symbol->spec_init->accept(*this); /* Store in
2005 Feb 28
1
tdb locking errors?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I was running a netbench performance test against Samba 3.0.11, and the test has
not been able to complete fully.
The samba logs contain lines such as this:
[2005/02/28 11:35:23, 1] smbd/service.c:make_connection_snum(645)
~ slave16 (192.168.133.116) connect to service netbench initially as user
BENCHLAB+slave16 (uid=10016, gid=10001) (pid
2004 Jun 29
2
tdb lock failures
We've just gone live with a file & print server, and are having major
problems with Samba. When used out of hours, with all PCs switched on
and connected to the domain, everything works fine. However, during the
day, we have problems where users can't print to any samba-hosted
printer, Access database applications (where the database is held on the
server) won't work, or work
2006 Apr 27
1
ADS mode with ReiserFS freezes Server
Hello,
after an update from Samba 2.2.12 to 3.0.22 and running the daemons 2-3
days my Samba Server freeze the whole Server.
First the clients get connection problems, timing out to access the shares
and then some minutes later the whole Server freeze, i can't even logon on
the console. Only a cold reset is possible.
I convert all files from latin-1 to a UTF-8 and then from UTF-8 to
ISO-8859-1
2005 Mar 07
2
corruption in the locking tdb, samba panics
Hello,
last friday I switched my users from an old server running 2.2.12 to a
new one running 3.0.10 (that I've been testing myself and with
smbtorture). After a while I had to switch back to the old server
because some users were having serious problems. This is one of the logs
(the others are very similar):
[2005/03/04 12:25:05, 0] tdb/tdbutil.c:tdb_log(725)
2005 Nov 21
2
Help for problem samba between linux and windows
Hi,
Excuse my poor english !!
I have a problem samba between linux and windows.
I explain my actual situation :
- windows 2000 SP4 - share a directory
my_windows : d:\jagodin\partage
- linux Redhat ES 4 - kernel version 2.6.9-5
in /etc/fstab :
//my_windows/partage /export/home/cerit/jagodin/partage smbfs
2002 Nov 16
1
file locks problem??
Hello,
i am running Samba 2.2.3a on a Red Hat Linux 7.3 box with kernel 2.4.18-10.
I am experiencing some problems on a particular samba share, which is
accessed by 10 Windows 98SE clients working on a COBOL production packet by
mapping with a G: letters this samba folder.
Well, some times a day it happens that this packed blocks because some files
on that samba folder remains locked; i
2010 May 09
1
lattice: customising panel.segments using groups
Hi,
I want to customise the segments on an xyplot. Below is a simple example
of what I'm trying to do...
#Example dataset
x <- c(-0.25, 0.25, 0.8)
y <- c(-0.5, 0, 0.75)
gp <- c("A", "I", "C")
my.data <- cbind.data.frame(x,y,gp)
#setting up the parameters to customise the lines with.
ltype <- c(1,2,3)
env.col <-
2006 Dec 19
1
Samba OpsLock
Hello,
I'm having problems with samba share and trying to make multiple connections
from one PC. Here are the errors I'm seeing in the log file:
[2006/12/19 09:02:48, 1] smbd/service.c:make_connection_snum(648)
amcfp001 (10.210.4.65) connect to service bvvol02_U1 initially as user
bvvol02 (uid=502, gid=502) (pid 17671)
[2006/12/19 09:02:48, 1]
2013 May 17
19
[Bug 2107] New: seccomp sandbox breaks GSSAPI
https://bugzilla.mindrot.org/show_bug.cgi?id=2107
Bug ID: 2107
Summary: seccomp sandbox breaks GSSAPI
Classification: Unclassified
Product: Portable OpenSSH
Version: 6.2p1
Hardware: Other
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: Kerberos support
2004 Aug 24
2
CIFS Server 2.2j Pb with locking : No locks available
I 've installed Samba on my Hp-Ux station and can access the files with
my Windows clients (a hundred client)...but one hour or more later i
face a problem :
Actual user : oK.
New access : Ko.
-------------------------------------------------------------------------------
Error message in the client logfile
2004/08/23 14:15:39, 0] tdb/tdbutil.c:(531)
2009 Jan 21
2
(no subject)
Hello list,
My samba server stopped allowing access to shares this morning. It gave
some funky errors. Has anyone seen these before? The OS is Fedora 9 and
the version is...
Version 3.2.0pre3-9.fc9
Am using ADS security for serving shares.
Server is EXAMPLEDC.EXAMPLE.CORP
Looks like it is saying no login servers in client log but, there are
two listed in smb.conf and they both replied to a ping
2005 Feb 15
2
pdf printing queue never empties out
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Greetings.
I'm seeing an odd problem with 3.0.10 and 3.0.11 here.
We have some pdf printers defined:
[Accounting pdf printer]
printer admin = "DOMAIN+Domain Users"
browseable = yes
path = /pdfdropbox/Accounting
printable = yes
writeable = no
print command = /usr/bin/preprintpdf %s -r
lpq command =
lprm command =
2020 Jul 07
3
libssh2 is hanging during a file transfert
I'm trying to send data to a server with openssh 7.9p1, but it's hanging
somewhere.
the client stop at the line :
Jul 7 11:52:16 TOTO sshd[19553]: debug3: channel 0: will not send data
after close
and after 5 minutes the client closes the connection, why ?
This is the trace of the server openssh : ( DEBUG3 level)
Jul 7 11:52:15 TOTO sshd[31175]: debug3: fd 6 is not O_NONBLOCK
Jul
2014 Dec 23
3
chaining AUTH methods -- adding GoogleAuthenticator 2nd Factor to pubkey auth? can't get the GA prompt :-/
On Sun, Dec 21, 2014 at 5:25 PM, Damien Miller <djm at mindrot.org> wrote:
> On Fri, 19 Dec 2014, Dmt Ops wrote:
>
> > I added an EXPLICIT
> >
> > AuthenticationMethods publickey,keyboard-interactive
> > + UsePam yes
> >
> > to sshd_config. Now, at connect attempt I get
> >
> > Password:
> > Verification code:
> >
2014 Mar 27
1
AIX SFTP with chroot : conection closed without error message
Hello,
I'm trying to setup a chroot for one user on my AIX 5.2 system
I have tried with openssh 5.0 (don't know where it comes from) and as it
didn't work, I have downloaded and compiled the current version (6.6p1)
When I connect, password is checked, chroot is done, sftp subsystem is
accepted, but I get disconnected without any error
Below is all can say about my config (after