Displaying 20 results from an estimated 4000 matches similar to: "[Bug 1588] New: sftp client produces"
2009 Apr 04
1
OpenSSH sftp(1) renovation project for GSoC 2009
Hello,
Please pardon me if this is off topic, but I thought I ought to
introduce myself.
I submitted an application (aka student proposal) to OpenSSH via
GSoC on Thursday (2009-04-02 19:39:21Z). Of course, I cannot know
if it will be accepted, but in any case, here is the abstract for
anybody on the list who may be interested in offering feedback:
The objective of the OpenSSH sftp(1)
2009 Apr 07
2
Portable OpenSSH CVS install error
Hi,
I did a CVS checkout this morning to patch sftp.c for Jon Grant's
recent sftp request, but there seems to be an install problem on
Mac OS X 10.5.6 possibly caused by recent changes to configure.ac.
For example (most output pruned):
% ident configure.ac
configure.ac:
$Id: configure.ac,v 1.419 2009/03/18 18:25:02 tim Exp $
$Revision: 1.419 $
% autoreconf
% ./configure
% make
gcc
2009 Apr 05
1
libedit
Moving s sccessful compole of 5.2.p1 from a Suse 10.3 x86-64 box to a Suse
11.1 x86-box created a build problem
./configure --with-libedit=/usr/lib64
checking for el_init in -ledit... no
configure: error: libedit not found
however libedit (amd el_init) certainly exist:
ookpik:/data/openssh-5.2p1.test # l /usr/lib64/libedit*
lrwxrwxrwx 1 root root 17 Apr 4 17:11 /usr/lib64/libedit.so ->
2013 Apr 07
2
group data in classes
Hello all!
I have a problem to group my data (years) in 10 years classes. For example
for year
year decade
1598 1590-1600
1599 1590-1600
1600 1590-1600
1601 1600-1610
---
my is like this>
[1] 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611
1612
[16] 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626
1627
[31] 1628 1629 1630 1631 1632 1633
2002 Jan 06
3
sftp/scp performance testing
Folks, I've noticed poor performance using sftp. If anyone has any
advice on how to improve performance, I'd like to hear it. Test simply
involved transferring a single 143MB MP3 file using defaults for all the
program configs. The opensshd 3.0.2p1 server is used in all tests.
Software:
openssh suite 3.0.2p1
psftp (putty sftp client) latest dev snapshot
pscp (putty scp client) latest
2007 Jul 18
2
Subsetting Enigma: More rows after dataframe[-list,]?
Hello again,
I'm trying to purge the indexes in i.delete from frame and end up with more
rows!? Please be so kind and let me know where I screw this up ...
Joh
> i.delete
[1] 40 45 165 212 253 270 280 287 301 352 421 433 463 467
487
[16] 517 537 542 573 594 596 612 614 621 635 650 696 699 707
732
[31] 738 776 826 891 892 936 937 935 940 976
2011 Sep 10
9
[Bug 1935] New: ls -l with wildcards produces incorrect output
https://bugzilla.mindrot.org/show_bug.cgi?id=1935
Bug #: 1935
Summary: ls -l with wildcards produces incorrect output
Classification: Unclassified
Product: Portable OpenSSH
Version: 5.8p1
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: sftp
2017 Apr 24
7
[Bug 2710] New: remote ls -l <name> produces inconsistent info
https://bugzilla.mindrot.org/show_bug.cgi?id=2710
Bug ID: 2710
Summary: remote ls -l <name> produces inconsistent info
Product: Portable OpenSSH
Version: 7.5p1
Hardware: ix86
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: sftp
Assignee: unassigned-bugs at
2009 Feb 12
2
[patch] hard link protocol extension for sftp
Here's a patch that adds support for the creation of hard links over
SFTP.
Hard links are not used very often nowdays, but they do still have
their uses and this is currently the most often requested improvement
for SSHFS.
To detect hard links the st_nlink, st_dev and st_ino attributes are
usually used. I'll also post patches adding extensions for these and
other attributes.
Please
2002 Jan 03
3
[PATCH] Improving sftp client performance
The included patch for openssh 3.0.2p1 implements overlapping read
requests for the sftp client. It should be able to handle weird cases
such as shriking files and reordered responses. This is only the first
shot, and I'd be happy for any comments. I plan to implement something
similar for the write path if this works out well.
The maximum number of outstanding requests is quite high at
2006 Nov 27
2
Centos 4.3 32 bit -CIFS VFS: Send error in Close = -9
Hello Guys
I am facing a problem using cifs filesytem on centos 4.3 32 bit to connect
to remote shares.we have DAS(Dell md1000) connected to a Dell 2950(win 2003
std).let me descibe the proc which i followed to access thi DAS via 2950..
1) create a normal user account on Dell2950(win 2003) create 3 folders with
names mysqhare1,myshare2,myshare3 in the storage area and assign all
permissions to
2015 Jan 29
6
Indexing Mail faster
> * Kevin Laurie <superinterstellar at gmail.com> 2015.01.24 19:41:
>
> > Currently the time it takes to search 25,000mails is 4mins. If indexed
> how
> > much faster are we looking at?
>
> With a current version of Dovecot a search is pretty fast _without_ using
> external indexes. I have a view defined (virtual plugin) with around 22.000
> messages in it,
2020 Apr 14
5
[PATCH] vhost: do not enable VHOST_MENU by default
We try to keep the defconfig untouched after decoupling CONFIG_VHOST
out of CONFIG_VIRTUALIZATION in commit 20c384f1ea1a
("vhost: refine vhost and vringh kconfig") by enabling VHOST_MENU by
default. Then the defconfigs can keep enabling CONFIG_VHOST_NET
without the caring of CONFIG_VHOST.
But this will leave a "CONFIG_VHOST_MENU=y" in all defconfigs and even
for the ones that
2020 Apr 14
5
[PATCH] vhost: do not enable VHOST_MENU by default
We try to keep the defconfig untouched after decoupling CONFIG_VHOST
out of CONFIG_VIRTUALIZATION in commit 20c384f1ea1a
("vhost: refine vhost and vringh kconfig") by enabling VHOST_MENU by
default. Then the defconfigs can keep enabling CONFIG_VHOST_NET
without the caring of CONFIG_VHOST.
But this will leave a "CONFIG_VHOST_MENU=y" in all defconfigs and even
for the ones that
2006 Apr 24
2
CallerID/variable setting.
Hey, all. I'm trying to set my CID such that, internally, I see a
four-digit extension (which is also handy when checking VM), but
externally, I see the full 10-digit number. So I plugged these lines into
my extensions.conf:
exten => _XXXXXXX,1,GotoIf($[ ${CALLERIDNUM} != 1625]?4:2)
exten => _XXXXXXX,2,Set(CALLERIDNUM=6031234${CALLERIDNUM:1})
exten =>
2009 Jul 31
112
[Bug 1626] New: Bugs intended to be fixed in 5.4
https://bugzilla.mindrot.org/show_bug.cgi?id=1626
Summary: Bugs intended to be fixed in 5.4
Product: Portable OpenSSH
Version: -current
Platform: Other
OS/Version: Mac OS X
Status: NEW
Severity: normal
Priority: P2
Component: Miscellaneous
AssignedTo: unassigned-bugs at mindrot.org
2005 Jul 06
3
plotting on a reverse log scale
I'd like to do some plots of historical event data on a reverse log
scale, started, say at the year 2000 and going
backwards in time, with tick marks spaced according to log(2000-year).
For example, see:
http://euclid.psych.yorku.ca/SCS/Gallery/images/log-timeline.gif
As an example, I'd like to create a density plot of such data with the
horizontal axis reverse-logged,
a
2009 Jul 27
3
[Bug 1625] New: [PATCH] Make configuration of key verification from DNS easier
https://bugzilla.mindrot.org/show_bug.cgi?id=1625
Summary: [PATCH] Make configuration of key verification from
DNS easier
Product: Portable OpenSSH
Version: 5.2p1
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo:
2023 Nov 12
4
[Bug 1724] New: nft: intervals.c:211: interval_expr_key: Assertion `0' failed.
https://bugzilla.netfilter.org/show_bug.cgi?id=1724
Bug ID: 1724
Summary: nft: intervals.c:211: interval_expr_key: Assertion `0'
failed.
Product: nftables
Version: 1.0.x
Hardware: x86_64
OS: Debian GNU/Linux
Status: NEW
Severity: normal
Priority: P5
Component:
2017 Aug 26
2
DC Upgrade from 4.1.7 to 4.6.7
> -----Message d'origine-----
> De : samba [mailto:samba-bounces at lists.samba.org] De la part de Rowland
> Penny via samba
> Envoyé : lundi 21 août 2017 16:34
> À : samba at lists.samba.org
> Objet : Re: [Samba] DC Upgrade from 4.1.7 to 4.6.7
>
> On Mon, 21 Aug 2017 15:52:01 +0400
> HB via samba <samba at lists.samba.org> wrote:
>
> > Hello all,