Displaying 20 results from an estimated 1200 matches similar to: "Request for subsystem 'sftp' failed on channel 0"
2003 Oct 02
1
Connection drops after entering password.
Has anyone seen the error that I'm getting below? After you ssh to the box
and enter the password the connection just closes.
SSH Version
{ root at xxxxxxxx} # ssh -V
OpenSSH_3.7p1, SSH protocols 1.5/2.0, OpenSSL 0.9.7b 10 Apr 2003
OS Version
{ root at xxxxxxxx } # oslevel -r
AIX 4330-09
SSH Connect Failure
{ root at xxxxxxxxx } # ssh -l xxxxxxxxx -v localhost
OpenSSH_3.7p1, SSH protocols
1998 May 18
1
Extra form feed on Samba printing
I am using samba to share my RedHat V5.0 printers to my MS Network clients, but
I get an extra blank page at the end of each print job. I've looked at the
printcap man pages, but haven't been successful in getting rid of the trailing
blank page.
Here's the printcap section for the printer I've been having problems with:
# /etc/printcap
parallel:\
:sd=/var/spool/lpd/lp2:\
2004 Aug 31
2
corrupted .imap.index.log
Hi, I'm using version 0.99.10.8 on debian 2.4.26 and am getting this
problem, can someone please shed some light over this?
Aug 31 13:58:58 xxx imap(someone): file_wait_lock() failed with modify
log file /var/mail/someone_new/Maildir/.INBOX/.imap.index.log: Resource
temporarily unavailable
and then:
Aug 31 14:00:58 xxx imap(someone): Couldn't lock modify log file
2010 Mar 23
1
R-installation regarding.
Hello All,
I am new to R and tried to install R in Linux system (OS: Open SUSE). After untar the source code, changed the directory, and typed the command ./configure, it was checking a list...finally it gave an error message. Here with i have enclosed the error message.
Check-list goes like this:
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
2004 Sep 15
1
secureCRT 3.3 -> openssh v3.7pl (checkpoint firewall)
Client - secureCRT 3.3 outside the firewall (Checkpoint)
Server - openssh v3.7 on an aix51 rs6k inside the fw
The firewall lets in the first packet but blocks the second with the
message: ssh 1.x not allowed. The connection gets reset. Here is the
trace from the client:
[SSH LOCAL ONLY] : Connect: 12.x.x.x:22 [direct]
[SSH LOCAL ONLY] : StateChange:
2002 Nov 29
2
Rsync service on Win2k?
Hi all,
I'm trying to get rsync running on a Windows 2k box (my tape backup
server) to remotely
back up stuff from a few unix boxes. Not my favored constellation, but
there's not
much I can do about that.
I'm hoping someone could give me a quick tip or two on getting rsync working
as a Win2k service. I'm not real proficient with Win2k, so be gentle.
The posts I could
find
2003 Sep 16
1
Problems with 3.7p1 on IRIX 6.5
$ uname -R
6.5 6.5.19m
$ cc -v
MIPSpro Compilers: Version 7.4
$ sshd -p 8022
[client]$ ssh -p 8022 -v [host]
$ par -s -SS -i -p [pid]
...
12mS sshd(3664039): fork()
12mS sshd(3664039): END-fork() = 3639808
12mS sshd(3639808): END-fork() = 0
13mS sshd(3639808): close(5) OK
13mS sshd(3639808): getuid() = 0, euid=0
14mS
2006 Nov 20
1
Fw: need help
Hi,
Please find the mail appended below. I need some help on SSH installation.
The machine is running on AIX 4.3.2.0. It is a production machine and has
some known vulnerable issues with current version of SSH installed.
Current SSH version is openSSH_3.7p1
I need to know the highest version of SSH which can be installed on this
machine.
Please be so kind to send me this info.
Regards,
2003 Oct 13
1
Problem in sftp 'ls' command output
Hello,
I have recently moved from OpenSSH 3.6 to 3.7 (portable version) :
[pyb at nihao tmp]$ ssh -v
OpenSSH_3.7p1, SSH protocols 1.5/2.0, OpenSSL 0.9.6h 5 Dec 2002
(okay, the SSL release is a little old but that's not the subject).
I am also using scripts to perform automated sftp transfers between some
systems. The 3.7 release of OpenSSH broke my scripts, which made me sad
and my
2003 Jan 23
2
send_files failed to open filename ...
Hi everybody,
I'm mirroring some websites with rsync (daemon on the source), and I
noticed in the destination host some error messages 'send_files failed
to open filenames',
Actually, the concerned files are deleted on the source host, but I
would like to ask :
* why does rsync say these (in which phase) ?
* is these messages harmful or not ?
Here below my rsync command and some
2013 Nov 20
0
in honor of fredrick sanger
Hey john mark.
I saw that you recently mentioned some work using gluster for sequencing
data (where there are alot of intermediates, and sometimes, huge raw input
data sets that get denoised).
http://184.106.200.248/2012/07/improving-high-throughput-next-gen-sequencing/
Well, today fredrick sangar, the guy who pretty much created the technology
necessary for generating
2006 Jun 02
2
Sticky Options to Find?
Is there a way to provide "sticky" options to ActiveRecord::Base::Find ?
I''m thinking something with a use model like:
class Function < ActiveRecord::Base
sticky :conditions => "lft > 0", :order => "lft ASC"
end
Where all subsuquent find operations have those options applied. In this
case:
Function.find(:all)
Would actually be equivalent
2003 Oct 08
1
[Bug 739] A .cshrc that gives output causes sftp-server to reject sftp
http://bugzilla.mindrot.org/show_bug.cgi?id=739
Summary: A .cshrc that gives output causes sftp-server to reject
sftp
Product: Portable OpenSSH
Version: 3.6.1p2
Platform: Sparc
OS/Version: Solaris
Status: NEW
Severity: minor
Priority: P2
Component: sftp-server
AssignedTo:
2003 Sep 16
6
sshd 3.7p1 dies on MacOSX
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Here's the output from running sshd in debug mode:
debug1: sshd version OpenSSH_3.7p1
debug1: private host key: #0 type 0 RSA1
debug1: read PEM private key done: type RSA
debug1: private host key: #1 type 1 RSA
debug1: read PEM private key done: type DSA
debug1: private host key: #2 type 2 DSA
debug1: setgroups() failed:
2005 Mar 08
1
To convert an adjacency list model into a nested set model
Dear R-help
I am wondering if somebody wrote some code to convert an adjacency list
model into a nested set model.
In principal I want to do the same as John Celko mentioned it here with
SQL:
http://groups.google.co.uk/groups?hl=en&lr=lang_en&selm=8j0n05%24n31%241
%40nnrp1.deja.com
Assume you have a tree structure like this
Albert
/ \
/
2010 Aug 01
0
Picking Part of Large R Object
Dear All,
I have imported an HTML document to R (called tables) and wish to select
certain pieces of it for processing. The first few lines of the object
appear as follows:
> tables
[[1]]
<table id="fs-table" class="gf-table rgt">
<thead>
<tr><th class="lm lft nwp">
In Millions of USD (except for per share items)
</th>
<th
2006 Jul 18
1
Bad values for acts_as_nested_set?
I moved from acts_as_tree to acts_as_nested_set because I need the
all_children method.
I''ve seen an alternative way to add this method to acts_as_tree here:
http://www.chuckvose.com/articles/2006/05/24/recursive-children
But I''d prefer to use the more efficient way of acts_as_nested_set (and
not to have to revert to my old code).
Anyway, here''s my issue: if I
2005 Oct 12
2
Help with act_as_nested_set
Hi, I''m trying to get act_as_nested_set working, and I''m puzzled.
I googled the following
http://codefetch.com/cache?url=http://media.pragprog.com/titles/rails/code/r
ails-code.tgz
<http://codefetch.com/cache?url=http://media.pragprog.com/titles/rails/code/
rails-code.tgz&path=rails-code/ar/acts_as_nested_set.rb&lang=ruby&qy=ruby>
2004 Feb 10
3
coxph error
R list:
I am using a 'for' loop to run a number of different models (stratified
by different variables) with coxph. The data becomes sparse when some
strata are used causing the model to become unstable. The following
error occurs and the analysis is terminated.
>Error in fitter(X, Y, strats, offset, init, control, weights = weights,
:
(converted from warning) Loglik
2009 Dec 15
2
Define an alias with an embeded awk command
Hi ,all :
I'm trying to define an alias with an embeded awk command:
alias checketh0 `ifconfig eth0 |grep 'inet addr:' |awk '{prinrt $2}' |cut
-c 6- `
After I edit it in the .cshrc file and run "source .cshrc" , I run the
"checketh0" command in the terminal ,
the screen displays the "192.168.7.24: Command not found "
Why does is it ?Any