Displaying 20 results from an estimated 5000 matches similar to: "[Bug 856] scp hangs on FIFOs rather than erroring"
2005 Feb 17
0
[Bug 856] scp hangs on FIFOs rather than erroring
http://bugzilla.mindrot.org/show_bug.cgi?id=856
------- Additional Comments From rngadam at yahoo.com  2005-02-18 09:36 -------
Just thought I'd drop in to ask for this bug to be solved and add another vote
to solving this bug... 
I was trying to copy my CrossOver Office config (about 470M worth of data) using
scp to another machine configured as follows:
The source: kernel 2.6.10
2005 Apr 21
0
[Bug 856] scp hangs on FIFOs rather than erroring
http://bugzilla.mindrot.org/show_bug.cgi?id=856
------- Additional Comments From djm at mindrot.org  2005-04-21 18:45 -------
Created an attachment (id=892)
 --> (http://bugzilla.mindrot.org/attachment.cgi?id=892&action=view)
Don't block on FIFOs
This works on OpenBSD, and shouldn't hurt on other platforms
------- You are receiving this mail because: -------
You are the
2006 Jan 19
0
Question about d_ino used in scp.c
Hi,
There's exactly one usage of the dirent.d_ino member in the whole
project, which is in the readdir loop in scp.c, like this:
  while (readdir) {
    if (d_ino == 0)
      continue;
    [...]
  }
This loop is basically taken from rcp.c as far as I can see.  However,
I have two problems here.
- First, I have no idea why and when readdir should return an entry with
  a 0 inode number.  Is
2009 Apr 20
6
DO NOT REPLY [Bug 6280] New: (Bug incl. PATCH) Linux mknod does not work when syncing fifos and sockets from Solaris
https://bugzilla.samba.org/show_bug.cgi?id=6280
           Summary: (Bug incl. PATCH) Linux mknod does not work when syncing
                    fifos and sockets from Solaris
           Product: rsync
           Version: 3.0.6
          Platform: x64
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P3
         Component: core
        AssignedTo:
2019 Jun 22
2
sftp client: upload from pipe
Damien Miller wrote:
> IIRC it's there because reads on named pipes can hang if nothing is
> attached to them
And what is the problem with that? It should break nothing if this named
pipe was passed to sftp explicitly (I'm not talking about recursively
uploading of directory that contains named pipes). Besides, there is
O_NONBLOCK if it would be very necessary.
> and because
2015 Feb 09
5
Re: Patchable build problems on OS X 10.10
On Friday 06 February 2015 10:03:37 Richard W.M. Jones wrote:
> On Thu, Feb 05, 2015 at 10:53:06PM +0000, Margaret Lewicka wrote:
> > Hello,
> > 
> > I'm attempting to create a Homebrew formula to get libguestfs to
> > compile on Mac OS X. I've managed to achieve success with several
> > monkey patches, but since Homebrew's policy is to contact
2011 Feb 24
6
[Bug 1869] New: ssh-add can no longer read from FIFOs as of 5.7p1
https://bugzilla.mindrot.org/show_bug.cgi?id=1869
           Summary: ssh-add can no longer read from FIFOs as of 5.7p1
           Product: Portable OpenSSH
           Version: 5.8p1
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: ssh-add
        AssignedTo: unassigned-bugs at mindrot.org
       
2007 Sep 30
1
[Patch] reenable fifos if we get an error while fifos disabled
Hello,
while playing around with multiple fifo contexts I got fifo hangs when opening glxgears nr.3.
The reason is that in drm/linux_core/nouveau_fifo.c l.342 engine->graph.create_context() returns 
-ENOMEM (I dont know why but I think this problems also appears with other errors).
But the real problem is that then nouveau_fifo alloc() returns without reenabling fifo execution, 
so all fifos
2005 Jul 24
2
[Bug 2868] Allow fifos to be copied by normal users
https://bugzilla.samba.org/show_bug.cgi?id=2868
------- Additional Comments From rsync@cpe-24-95-91-210.columbus.res.rr.com  2005-07-23 23:36 -------
this should apply to both fifos and sockets.
creation of both are unprivileged operations,
see mkfifo(2), socket(2)/bind(2) on freebsd.
suggest moving/modifying do_mknod in these sections
 backup.c
 generator.c
to run regardles of uid and simply
2003 May 08
5
[Bug 557] scp over ssh-relay insists in asking passphrase
http://bugzilla.mindrot.org/show_bug.cgi?id=557
           Summary: scp over ssh-relay insists in asking passphrase
           Product: Portable OpenSSH
           Version: 3.4p1
          Platform: ix86
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P3
         Component: scp
        AssignedTo: openssh-unix-dev at mindrot.org
        ReportedBy:
2003 Sep 15
1
rsyncing fifos and sockets on FreeBSD
Hi there,
there is a problem (which as far as i know) is already known with rsync on
FreeBSD: it is not possible to rsync neither fifos nor unix domain
sockets (note that you have to be root there):
# mkfifo test
# file test
test: fifo (named pipe)
# rsync -a test test2
mknod test2 : Invalid argument
rsync error: some files could not be transferred (code 23) at main.c(620)
# file /var/run/log
[Bug 88] scp for OpenSSH v3.0.2p1 fails to commercial SSH v3.1.0 server (new -t option to SSH's scp)
2002 Jan 31
5
[Bug 88] scp for OpenSSH v3.0.2p1 fails to commercial SSH v3.1.0 server (new -t option to SSH's scp)
http://bugzilla.mindrot.org/show_bug.cgi?id=88
------- Additional Comments From markus at openbsd.org  2002-01-31 23:01 -------
this is an installation error on the target host, see:
scp: warning: Executing scp1 compatibility.
scp: FATAL: Executing ssh1 in compatibility mode failed (Check that scp1 is in
your PATH).
------- You are receiving this mail because: -------
You are the assignee
2011 Nov 25
1
Pipes (fifos) not working in concurrently
Hello
I have a large list of URLs (from a database, generated automatically 
during tests) that I want to download using several wget processes at 
the same time. With our internal web servers, this will be a lot faster 
than downloading the pages one at a time with a single process.
So I create 20 pipes in my script with `mkfifo? and connect the read end 
of each one to a new wget process for
2002 Nov 06
2
scp output redirection doesn't work...
> OpenSSH_3.4p1, SSH protocols 1.5/2.0, OpenSSL 0x0090607f
> AIX 4.3.3.0 Maintenance Level 10.
> 
> I have run a test on my boxes and found the following:
> 
> > scp test <remote_machine>:~/test
> test                 100% |*****************************| 16000
> 00:00
> >
> 
> scp works fine, but when I tried to redirect stdio/stderr to files they
>
2007 Dec 27
3
facter''s uniqueid is not unique
I have been storing the output of facter in a database with the 
assumption that uniqueid was actually unique, until I found that it is 
the same for a handful of my machines.
It appears that uniqueid is set from the output of hostid. I checked 
into hostid and it gets its value from gethostid(). The following link, 
http://www.opengroup.org/onlinepubs/009695399/functions/gethostid.html, 
states,
2001 Feb 13
1
scp not found - OpenSSH 2.3.0p1 on slack 7
hi,
let me start by saying ive tried everything i can think of with the --with-default-path configure flag.
USER_PATH in config.h is correctly getting the value of this flag.
i am installing to the default locations (user binaries to /usr/local/bin).
ssh works fine, (after i did the LIBS=-lcrypt thing) but now, no matter what i do, i get "sh: scp: command not found" whenever i try to
2000 Jun 12
2
problems with scp
I have an openssh server running on solaris 7 and the client running on
a clean RH linux 6.1 box. I am using the latest release (2.1.1p1 -- i
had the known solaris utmp problem and the read_key problem when using
2.1.0p2 so i upgraded).
scp from the linux machine to solaris machine gives a "lost connection"
message
[root at dog /root]# scp foo.bar solmachine:/tmp/
lost connection
the
2001 Nov 28
2
scp
Hello -
I am trying to use scp (openssh_3.0), but every time I run it, I get the following error:
stty: Not a typewriter
When I run it with -v , it shows that authentication (pub key) succeeds, but it fails to read the file.  If anybody has a clue as to what's going on here, any help will be appreciated.  Thanks.
Tariq
tariq.lahyani at aa.com
2004 Jul 24
0
ext[23]_rename do not update [cm]time of target directory
POSIX says in
<http://www.opengroup.org/onlinepubs/009695399/functions/rename.html>:
  Upon successful completion, rename() shall mark for update the st_ctime
  and st_mtime fields of the parent directory of each file.
ext[23]_rename fail to update st_[cm]time of the target directory if the
target file already existed.
Andreas.
-- 
Andreas Schwab, SuSE Labs, schwab at suse.de
SuSE Linux
2005 Jan 10
2
[Bug 970] document -- as option/non-option separator
http://bugzilla.mindrot.org/show_bug.cgi?id=970
           Summary: document -- as option/non-option separator
           Product: Portable OpenSSH
           Version: -current
          Platform: All
               URL: http://bugs.debian.org/289401
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Documentation