search for: c0644

Displaying 13 results from an estimated 13 matches for "c0644".

Did you mean: 0644
2000 Dec 24
2
scp -f / interactive ?
Hi, % scp -v user at host:file.txt . [..] debug: Remote protocol version 1.99, remote software version OpenSSH_2.3.0p1 debug: Local version string SSH-1.5-OpenSSH_2.1.1 [..] debug: Sending command: scp -v -f file.txt debug: Entering interactive session. Sending file modes: C0644 3093316 file.txt Since it 'interactives' the remote user needs a shell. Any workaround? But more interesting is that scp -f call. Didnt found it in the manpage? Is this related to the background-mechanism like ssh -f ? ciao -- Philipp Buehler, aka fIpS | sysfive.com GmbH | BOfH | NUCH |...
2002 Mar 15
0
Problem with scp in Openssh3.1p1
...having a problem with scp since I installed openssh 3.1p1. Server: Openssh 3.1p1 Client: Openssh ANY_VERSION $ scp -v -v -v -v -v -p -C user at machine1:/etc/passwd ./machine1.passwd Executing: program /usr/bin/ssh host machine1, user user, command scp -v -p -f /etc/passwd Sending file modes: C0644 473 passwd 473 bytes... it's ok $ scp -v -v -v -v -v -p -C user at machine2:/etc/passwd ./machine2.passwd Executing: program /usr/bin/ssh host machine2, user user, command scp -v -p -f /etc/passwd Sending file modes: C0644 17592186044416 passwd 17592186044416 bytes... oh my god! The si...
2002 Mar 18
0
Fwd: Problem with scp in Openssh3.1p1
...p1. > > Server: Openssh 3.1p1 > Client: Openssh ANY_VERSION > >$ scp -v -v -v -v -v -p -C user at machine1:/etc/passwd ./machine1.passwd >Executing: program /usr/bin/ssh host machine1, user user, command scp -v >-p -f /etc/passwd >Sending file modes: C0644 473 passwd > > 473 bytes... it's ok > >$ scp -v -v -v -v -v -p -C user at machine2:/etc/passwd ./machine2.passwd >Executing: program /usr/bin/ssh host machine2, user user, command scp -v >-p -f /etc/passwd >Sending file modes: C0644 17592186044416 passwd > >...
2014 Mar 17
1
protocol error : expected control record
Hi All, During scp, I am seeing this message protocol error : expected control record This message came because scp sink was expecting the message starting from 'C' or 'D' , something like C0644 299 group or D0755 0 docs but during dns query we were printing "Using IP address" message on the stdout. So , the message in the buffer was "Using IP address" and thus message "protocol error : expected control record" was thrown. Is openssh scp should always expec...
1999 Dec 10
0
problems with 1.2pre17 on solaris2.6
...c compensation attack detector. weblblend01: Received encrypted confirmation. weblblend01: No agent. weblblend01: Doing password authentication. mdb at mdb01.solipsa.com's password: weblblend01: Sending command: scp -v -t /tmp/junk weblblend01: Entering interactive session. Sending file modes: C0644 1297920 openssh-1.2pre17-sparc-sol26-local openssh-1.2pre17-spa 42% |************ | qd 00:01 ETAAlarm Clock % Write failed flushing stdout buffer. write stdout: Broken pipe weblblend01: Transferred: stdin 935985, stdout 27, stderr 27 bytes in 2.4 seconds weblblend01: Bytes per s...
2000 May 23
0
HP-UX 11.0 scp -t hangs and PAM
...vesk 14074 14073 0 13:21:46 ? 0:00 scp -t . Attaching to the running process with gdb yields: (gdb) bt #0 0xc01ed230 in _read_sys () from /usr/lib/libc.2 #1 0xc01f85e4 in read () from /usr/lib/libc.2 #2 0x8228 in atomicio (f=0x400025c2 <SD$ecb_enc+122>, fd=0, _s=0x7bff03e0 "C0644 59 resolv.conf", n=1) at atomicio.c:46 #3 0x620c in sink (argc=1, argv=0x7bff0164) at scp.c:695 #4 0x4bb8 in main (argc=1, argv=0x7bff0164) at scp.c:328 So we're blocked in read() on fd 0 for some reason. The file transfer does complete. Another issue is we get this message from s...
2002 Mar 25
0
scp problem...
...ile FAILED from host02: scp user at host01:/tmp/file OK Both machines has the same version and the same compilations parameters, botch machines has the same Red Hat 7.2 distribution and updates.(--prefix=/blah/blah ONLY) The error is that the file size doesn?t correct. Sending file modes: C0644 17592186044416 file ^^^^^^^^^^^^^^^^^^^ ciao. -- manu: mcardenas at ya.com --
2000 Jul 03
1
Antwort: Re: sshd does not exit after scp (hpux 11.00 / ssh 2.1 .1p1)
...vesk 14074 14073 0 13:21:46 ? 0:00 scp -t . Attaching to the running process with gdb yields: (gdb) bt #0 0xc01ed230 in _read_sys () from /usr/lib/libc.2 #1 0xc01f85e4 in read () from /usr/lib/libc.2 #2 0x8228 in atomicio (f=0x400025c2 <SD$ecb_enc+122>, fd=0, _s=0x7bff03e0 "C0644 59 resolv.conf", n=1) at atomicio.c:46 #3 0x620c in sink (argc=1, argv=0x7bff0164) at scp.c:695 #4 0x4bb8 in main (argc=1, argv=0x7bff0164) at scp.c:328 So we're blocked in read() on fd 0 for some reason. The file transfer does complete. Another issue is we get this message from s...
2006 Mar 17
3
[Bug 1173] scp reports lost connection for very large files
...e verified that file transfer works fine with 4.2p1. I'll attempt to describe where I think the problem is. The size of the file being transferred is around 10G (10435459928), however with 'scp -v' it is reported (see line below) as merely 1.8G or so (1845525336). Sending file modes: C0644 1845525336 onedrain_opsncc_pg_dump.out Further investigation points to scp.c line 607 snprintf(buf, sizeof buf, "C%04o %lld %s\n", (u_int) (stb.st_mode & FILEMODEMASK), (long long)stb.st_size, last); if (verbose...
2004 Jul 22
0
[Bug 905] scp exit status is -1 instead of 0
...interactive session. debug2: callback start debug2: ssh_session2_setup: id 0 debug1: Sending command: scp -v -t doc/localbackup debug2: channel 0: request exec debug2: callback done debug2: channel 0: open confirm rwindow 0 rmax 16384 debug2: channel 0: rcvd adjust 32768 Sending file modes: C0644 72417 start.tbz2 debug2: channel 0: rcvd adjust 20503 debug2: channel 0: rcvd adjust 24576 debug2: channel 0: rcvd adjust 27362 debug2: channel 0: read<=0 rfd 4 len 0 debug2: channel 0: read failed debug2: channel 0: close_read debug2: channel 0: input open -> drain debug2: channel 0:...
2000 Dec 06
8
openssh-SNAP-20001207 scp "Bad file descriptor" sort-of work-around
...e(8) = 0 read(7, bash: /etc/profile: No such file or directory bash: cma: command not found "\0", 1) = 1 open("ssh-copy-id", O_RDONLY) = 3 fstat(3, {st_mode=S_IFREG|0644, st_size=1144, ...}) = 0 write(6, "C0644 1144 ssh-copy-id\n", 23) = 23 read(7, "\0", 1) = 1 fstat(3, {st_mode=S_IFREG|0644, st_size=1144, ...}) = 0 brk(0x8051000) = 0x8051000 read(3, "#!/bin/sh\n\n# Shell script to ins"..., 1144) = 1144 write(6, "#!/bin/sh\...
2012 May 07
5
[Bug 2005] New: scp should not overwrite files (without confirmation)
https://bugzilla.mindrot.org/show_bug.cgi?id=2005 Bug #: 2005 Summary: scp should not overwrite files (without confirmation) Classification: Unclassified Product: Portable OpenSSH Version: 5.9p1 Platform: All OS/Version: All Status: NEW Severity: major Priority: P2 Component: scp
2004 Dec 22
0
scp problem
...channel 0: input open -> drain debug1: channel 0: ibuf empty debug1: channel 0: send eof debug1: channel 0: input drain -> closed debug2: channel 0: rcvd ext data 40 debug1: channel 0: write failed debug1: channel 0: close_write debug1: channel 0: output open -> closed Sending file modes: C0644 2053 ntp.conf debug2: channel 0: written 40 to efd 6 debug1: client_input_channel_req: channel 0 rtype exit-status reply 0 debug1: channel 0: rcvd eof debug1: channel 0: rcvd close debug3: channel 0: will not send data after close debug1: channel 0: almost dead debug1: channel 0: gc: notify user de...