Displaying 20 results from an estimated 1000 matches similar to: "[Fwd: OpenSSH - scp - transfer rate patch] (fwd)"
2007 Aug 07
3
[5.0] little bug confirmation request
can someone do this:
1. download this archive
http://plone.googlecode.com/files/Plone-2.5.3-final.tar.gz
2. open it using midnight commander
3. copy its content to any directory
4. check
ATReferenceBrowserWidget\skins\ATReferenceBrowserWidget
subdirectory
5. there should be files referencebrowser_startupDirectory.py,
referencebrowser_queryCatalog.py,
referencebrowser_insertHistory.py,
2007 May 25
0
problem setting ntlm authentication for apache using mod_auth_winbind
combor@gazeta.pl wrote:
> Hello list,
>
> I'm trying to set up ntlm authentication for using
mod_auth_winbind.
>
> Unfortunately during the "ntlm dance" some errors occurs. It
> complains about Oversized message, Invalid request and ntlm_auth
> goes to defunc... ( broken pipe as we can see in apache error
log file )
> apache 31623 31578 1 19:25 ?
2006 Nov 28
0
Consulting request R training and programming
Hello everybody,
first I would like to apologize my consulting request on this help list but I couldn't find any ressources about consulties on the net.
In our company we are searching on alternatives to SPSS and after a very short test, R could satisfy our needs completly.
Unfortunately we are not able to cover all required features, like a little more sophisticated tabularization, an
2009 May 08
9
Bash Script help...
Hi All,
I need to write a script that I will manually start (or a cron job in
future) but I need it to do a number of things in order one after
another. How do i do that so everything gets dont as the steps depend
on each other.
Example:
cd /system_backups/
tar cvf apache-conf.tar /etc/httpd/conf/*
gzip -v9 apache-conf.tar
tar cvf apache-data.tar /var/www/*
gzip -v9 apache-data.tar
2010 Mar 18
2
CCrb configuration for many projects
Hi!
I have about 10 projects in my Cruise. I want to use metric_fu (roodi,
rcov, flay) metrics. Right now I have defined :cruise task in Rakefile
in each project. Is there any convention to manage cruise
configuration from one place? Gem? Plugin for Rails projects? Some
good habit also for custom artifacts?
--
Pozdrawiam, Sebastian Nowak
http://blog.sebastiannowak.net
XMPP: seban at chrome.pl
2006 Apr 01
3
acts_as_taggable, wrong number of arguments
Hello,
When I try:
@tagged_items = Problem.find_tagged_with :all => ''kuba''
or
@tagged_items = Problem.tags_count :limit => 100
I get this error:
ArgumentError in Volume#index
wrong number of arguments (2 for 3)
RAILS_ROOT: script/../config/..
Application Trace | Framework Trace | Full Trace
2007 Aug 27
3
Problem with ListCtrl#get_item
Hello,
I have a problem with getting items from ListCtrl.
Although my ListCtrl is in LC_REPORT mode, it has columns set up,
every cell is set with set_item and everything displays fine, this
code:
x = myList.get_item(row,col).get_text()
always returns an empty string.
For example:
myList.set_item(0,0,"Hello")
x = myList.get_item(0,0).get_text()
now x equals "" !
I
2002 Jun 26
2
debug output when ssh'ing a remote host
Hi list,
I'm not sure whether this (see below) is a "bug" or a feature but as I cannot find any information on this neither in the INSTALL file nor via ./configure --help or somewhere else, I would like to ask you whether there is an answer to my question.
Thanx a lot & kind regards - have a nice day,
B. Courtin
Question:
---------
I lately updatet from OpenSSH 3.0.1p1 to
2020 Nov 20
0
[ANNOUNCE] libX11 1.7.0
Here's a summary of changes from README.md:
libX11 version 1.7.0 includes a new API, hence the change from the 1.6
series to 1.7:
* XSetIOErrorExitHandler which provides a mechanism for applications
to recover from I/O error conditions instead of being forced to
exit. Thanks to Carlos Garnacho for this.
This release includes a bunch of bug fixes, some which have been pending for over
2006 Apr 09
1
http request, hash table
Hello,
My problem is that I cannot figure out how to format data in the http
post request
using external C++ application, so then I could write in my controller:
@myHash = params[:person]
print ''Name: '', @myHash[:name]
or
@name = params[:person][:name]
Thanks in advance!
--
Jakub P. Nowak
2012 May 31
1
ControlMaster, scp and current working directory
Hi,
It seems there is a problem regarding ControlMaster and scp'ing a file
depending on the current working directory:
$ cd ~/Personnel
$ scp -o ControlMaster=yes cox.jpg host.local:
muxserver_listen bind(): No such file or directory
lost connection
$ scp -o ControlMaster=no cox.jpg host.local:
cox.jpg 100% 222KB 222.1KB/s 00:00
$ cd
$ scp -o
2007 Apr 12
1
Extremely slow on certain files
I'm trying to rsync a large data set (approx 140K files, 4TB) between machines
directly connected on gigabit ethernet.
Normally it runs around 20MB/sec, which is acceptable.
However, it seems like there is one particular file that is giving rsync
heartburn... whenever it encounters this file, the speed drops down to 150KB/sec
speed within a few seconds. I don't know what's so
2000 Dec 27
5
PAM configuration
To stem the tide of support requests from people who don't read the
INSTALL file when installing OpenSSH and then complain about password
auth failing. I am considering the idea of automagically installing a
PAM file into /etc/pam.d if it exists, PAM support is enabled and no
such file already exists.
I have a couple of questions:
- How is PAM controlled on Solaris? Is there a pam.d
2004 Mar 17
11
[Bug 813] Scp to s Solaris 9 box gives "exit status 1" although file is delivered.
http://bugzilla.mindrot.org/show_bug.cgi?id=813
Summary: Scp to s Solaris 9 box gives "exit status 1" although
file is delivered.
Product: Portable OpenSSH
Version: 3.8p1
Platform: Sparc
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2
Component: scp
2015 Jul 23
3
Cisco vs. 6.9
After upgrading a Linux system from OpenSSH 6.7 to 6.9, Cisco
switches/routers can no longer scp config files to/from the system. The
last debug entry before the Cisco device closes the connection is "debug1:
server_input_channel_open: confirm session". The next line is "Connection
closed by x.x.x.x". Anyone else seen this or know of a fix? The Cisco
device gives
2011 Jan 31
4
Groups
Hi All,
On one of my servers I have a personal account and root. I disable root for ssh logins and run ssh on an alternative port. When 'scp'ing files I usually scp them up, then ssh in 'su' root and move them to /var/www/html.
I can sftp I realize, but what group can I add my personal account to, but not root, so I can sftp in and put the files in /var/www/html?
Secondarily
2009 Nov 28
1
Does --archive include an --update behaviour?
Manpage of rsync 3.0.6 about option --update: [...] This forces rsync
to skip any files which exist on the destination and have a modified
time that is newer than the source file. [...]
Here the manpage is very clear to me!
But if I don't use that option: Would rsync overwrite newer files at
the destination with older files from the source?
The --archive manpage section says nothing
2018 Sep 08
2
dovecot-2.3.2.1 and dovecot-pigeonhole-0.5.2 bug?
Op 08/09/2018 om 20:13 schreef Stephan Bosch:
>
>
>
> Op 07/09/2018 om 21:32 schreef Jan Nowak:
>> Hello,
>>
>> we have a problem after updating the software with the operation of
>> sieve scripts sending a copy of the e-mails, e-mails are not transferred.
>>
>> Configuration:
>> dovecot-2.3.2.1 + dovecot-pigeonhole-0.5.2 + FreeBSD 11.2
2000 Jan 03
0
Character set and client code page in samba 2.0.6.
Hello!
I have some troubles with samba 2.0.6 concerning character
set and client code page mapings. I have SCO OpenServer 5.0.5
and I've compiled samba using gcc 2.7.2.3. All Windows
clients use code page 852 and server uses character set
ISO8859-2. For this reason these parametres are set in
smb.conf. This makes possible to copy files with
2005 Apr 06
5
Feature Suggestion - scp don't decrypt file at destination unecrypt on copy back switch
Hi all,
Please pardon me if this has been discussed already on this list.
I searched on "destination" and did not find a hit.
The problem I am trying solve is having backups on a remote server
that even root cannot not read. I have seen lot's of specialized file
systems and volume drivers for various operating systems. But being
that all files are already scp'd to the