search for: ckill

Displaying 12 results from an estimated 12 matches for "ckill".

Did you mean: kill
2001 Oct 08
1
Hanging ssh session...
Hi All, I am not sure if this is the same thing as the hang on exit bug, so sorry if this is a duplication of previous stuff. Essetntially I am experiencing ssh hangs with about .5% - 1% of my connections. I am running 2.9p2, on Solaris 7. I actually have empirical data on the hangings, as I wrote a script to create these connections in an endless loop, setting an alarm so I could recover
2013 Jun 20
0
Issue with Pseudo terminal allocation with Openssh6.1p1
...input_userauth_pk_ok: fp 17:b7:01:1e:39:29:f5:14:e6:67:1e:ab:ce:9c:10:11 debug1: read PEM private key done: type RSA debug1: Authentication succeeded (publickey). Authenticated to 10.5.68.68 ([10.5.68.68]:22). debug1: Requesting no-more-sessions at openssh.com debug1: Entering interactive session. ^CKilled by signal 2. [soetest1 at CSCRHEL62LGG32v ~]$ However , if we dont use '-T' flag or use '-t' flag , the application still displays the same message 'Pseudo-terminal will not be allocated because stdin is not a terminal' but is seen to go through and complete successfully,...
2001 Oct 08
1
FAQ 3.10
...immediately: polycut:~> ssh -n mahler xterm <I immediately hit CTRL-d on the xterm and the the following error in the original shell> channel_lookup: 0: bad id: channel free client_input_channel_req: channel 0: unknown channel <I hit CTRL-c to get control of the original shell> ^CKilled by signal 2. polycut:~> Thanks, Ed Ed Phillips <ed at udel.edu> University of Delaware (302) 831-6082 Systems Programmer III, Network and Systems Services finger -l ed at polycut.nss.udel.edu for PGP public key
2008 Jun 04
1
3.0.3pre2 progress fix doesnt work
...uts a newline to prevent the progress line from being overwritten. [/quote] Appears to not work. == Test 1 == CTRL+C is used to abort:- rsync -av --whole-file --progress -e "ssh -p 23" test1:/test/ /test/ receiving incremental file list zone/english/ zone/english/mp_carentan1.ff ^CKilled by signal 2.9.72kB/s 0:00:55 rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at rsync.c(541) [receiver=3.0.3pre2] rsync error: unexplained error (code 255) at rsync.c(541) [generator=3.0.3pre2] == Test 2 == killed remote rsync rsync -av --whole-file --progress -e "ssh -p 23&...
2011 Oct 20
2
Wine through SSH for Quicken 2006
...cument_Create Failed to init Gecko, returning CLASS_E_CLASSNOTAVAILABLE fixme:ole:CoCreateInstance no instance created for interface {00000000-0000-0000-c000-000000000046} of class {25336920-03f9-11cf-8fd0-00aa00686f13}, hres is 0x80040111 fixme:shdocvw:bind_to_object BindToObject failed: 800c0010 ^CKilled by signal 2. bash-4.1$ ssh -X bob at 192.168.1.7 env WINEPREFIX="/home/bob/.wine" wine "C:\\\\Program\\ Files\\\\Quicken\\\\qw.exe" fixme:ole:TLB_ReadTypeLib Header type magic 0x00905a4d not supported. err:ole:TLB_ReadTypeLib Loading of typelib L"C:\\Program Files\\Quicke...
2023 Jul 07
1
Subsystem sftp invoked even though forced command created
...pub > 4096 SHA256:NSG4SRm/sLQxX4Xc5lQiMc3Q9S5j0Vavp7gu+voAwhI CNG-000121900000-010098-01 (RSA) > [root ~]# su -l -s /bin/bash bongo > [bongo ~]$ echo "foo bar baz" | sftp autoquest at 127.0.0.1 [... confirm host keypair, output of /etc/issue.net ... then it just hangs ...] > ^CKilled by signal 15. > [bongo ~]$ exit > logout > [root ~]# journalctl -t AutoHack > -- Logs begin at Thu 2023-06-22 11:07:33 CEST, end at Fri 2023-07-07 14:20:35 CEST. -- > Jul 07 14:19:35 cng-000121900000-010098-01 AutoHack[15837]: ... no SFTP login, but also no stdin being logged ......
2008 Dec 13
0
[Bug 396] sshd orphans processes when no pty allocated
...------------------ CC| |point14 at magma.ca --- Comment #13 from Martin d'Anjou <point14 at magma.ca> 2008-12-13 13:37:21 --- Looks like it has not made it to ssh 5 yet. $ ssh localhost "trap 'echo got int' INT; sleep 40" ^CKilled by signal 2. $ ps -ef | grep sleep martin 5639 1 0 21:35 ? 00:00:00 bash -c trap 'echo got int' INT; sleep 40 martin 5642 5639 0 21:35 ? 00:00:00 sleep 40 martin 5644 5625 0 21:35 pts/5 00:00:00 grep --colour=auto sleep $ ssh -v OpenSSH_5.1p1, OpenSSL 0....
2010 Jun 03
1
rsync via restricted ssh command=
...f the above but I basically get this error... % rsync -avv --delay-updates --delete-after /path/to/files/ remote:bkp opening connection using: ssh remote rsync --server -vvlogDtpre.iLsf --delete-after --delay-updates . bkp building file list ... 3 files to consider delta-transmission enabled ./ ^CKilled by signal 2. rsync error: unexplained error (code 255) at rsync.c(543) [sender=3.0.7] after waiting for a few minutes at the ./ for 2 simple 20 bytes test files to transfer I finally hit ctrl-c. On the destination side there are two rsync processes before the ctrl-c... remote% px rsync admin...
2008 Apr 25
3
DO NOT REPLY [Bug 5418] New: rsync error: error allocating core memory buffers (code 22)
...hereC10.dump,8044) arrangements/AEIDevelopment/BbhIData/src/BbhCollabInitialData/t7600/Nid_gyy_SphereC10.dump is uptodate send_files(8044, arrangements/AEIDevelopment/BbhIData/src/BbhCollabInitialData/t7600/Nid_gyy_SphereC10.dump) Here the transmission hangs. When I abort with ctrl-C, I receive ^CKilled by signal 2. rsync error: unexplained error (code 255) at rsync.c(541) [sender=3.0.2] _exit_cleanup(code=20, file=rsync.c, line=541): about to call exit(255) This is a show-stopper for using rsync 3.0.1 and 3.0.2 on AIX. I have no such problems on other platforms which use Linux operating sys...
2001 Jul 03
2
2.9p?: connection hangs with agent forwarding
...: channel 0: server-session, nchannels 4 - Client: debug1: channel_free: channel 0: status: The following connections are open: #0 client-session (t4 r0 i8/0 o128/0 fd -1/-1) #1 authentication agent connection (t4 r3 i1/0 o128/0 fd 7/7) debug1: channel_free: channel 0: dettaching channel user ^CKilled by signal 2. debug1: Calling cleanup 0x4000f70a(0x0) debug1: Calling cleanup 0x4000f892(0x0) Only when the client is shutdown with ^C, the connection will be closed as seen. Server: Connection closed by remote host. debug1: channel_free: channel 1: X11 inet listener, nchannels 3 debug1: channel_...
2001 Oct 23
1
ssh/sshd go off in limbo-land after closing remote session (v2.9.9p2)
...(t4 r3 i8/0 o128/0 fd 10/10) debug1: channel_free: channel 0: dettaching channel user debug1: channel 1: rcvd close debug2: channel 1: no data after CLOSE debug1: channel 1: is dead debug1: channel_free: channel 1: status: The following connections are open: #1 x11 (t4 r3 i8/0 o128/0 fd 10/10) ^CKilled by signal 2. debug1: Calling cleanup 0x43e48(0x0) debug1: Calling cleanup 0x54520(0x0) debug1: Calling cleanup 0x5de88(0x0) debug1: writing PRNG seed to file /home/polycut.nss/usra/ed/.ssh/prng_seed --- I also notice that while the ssh is hanging on the client side, there is still an sshd runni...
2005 Mar 02
0
Ssh / sft /scp password problems, agent runs fine
Hi :-) When i use scp or sftp with password login, it dont com back fbeckman at zvadm6:/home/fbeckman $ scp /etc/hosts root at devil3:/var/tmp/ Password: hosts 100% 283KB 283.4KB/s 00:00 .... <sleep> ^CKilled by signal 2. fbeckman at zvadm6:/home/fbeckman $ Only Ctrl C helps Exsample 2: ssh devil3 uname -a Password: SunOS devil3 5.8 Generic_117350-02 sun4u sparc SUNW,Ultra-Enterprise ............................. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! IF i use sshkeys there are no problems !!!!!!...