Displaying 5 results from an estimated 5 matches for "dotsconnect".
Did you mean:
disconnect
2003 Apr 03
1
password expiry patch
Hello,
Can "openssh-passexpire18.patch" be used on "openssh-3.6.1p1" for solaris?
I have downloaded above patch from
"http://www.zip.com.au/~dtucker/openssh/". It looks like I was not
successful in applying it.
Thanks..
2009 Mar 27
0
consistent segfaults in ROracle with one of the databases
...e(structure(msg, class = "try-error"))})
7: try({ ps <- oraPrepareStatement(con, statement, bind = NULL)
rs <- oraExecStatement(ps, ora.buf.size = as(ora.buf.size,
"integer"))})
8: oraExecDirect(con, statement, ...)
9: oraQuickSQL(conn, statement, ...)
10: dbGetQuery(dotsConnection(), qry)
--
This is the type of query (template) that crashes it, I know this is not
too helpful as you cannot run it, but maybe someone spots a certain
pattern in it:
SELECT TIMESTAMP, VALUE, VM FROM
(WITH ev AS
(SELECT audit_key_new key, audit_date dt, audit_batch_nbr,
audit_date...
2002 Dec 21
6
[PATCH] PAM chauthtok + Privsep
Hello All.
Attached is an update to my previous patch to make do_pam_chauthtok and
privsep play nicely together.
First, a question: does anybody care about these or the password
expiration patches?
Anyway, the "PRIVSEP(do_pam_hauthtok())" has been moved to just after
the pty has been allocated but before it's made the controlling tty.
This allows the child running chauthtok to
2002 Mar 25
0
buildpkg on solaris 8 OK BUT?..
Hello all,
I was finally able to create the OpenSSH package for Solaris 8 10/01.
The problem I have now is that I will still need to have entropy ready
prior to openssh-3.1p1 package installation. Otherwise there is no entropy
pool available (with the new servers) and key generation fails.
With the previous versions of openssh, I used SUN's
"makeOpenSSHPackage.ksh" script and was
2002 May 17
0
SSH and .exrc of vi
I am trying to use "~/.exrc" file to customize vi sessions.
The file is properly configured: I can telnet or establish a serial
terminal session to the server and I can use my customizations when I
invoke vi.
Still when I use vi with ssh sessions, the mappings in the .exrc file are
not working.
What part am I missing here?
Any help will be greatly appreciated.
Thanks.
Mesut Pak