search for: noecho

Displaying 15 results from an estimated 15 matches for "noecho".

2006 Sep 06
7
[RFC PATCH] allow connecting to xenconsole from remote hosts
...gt; #include <pty.h> +#include <netinet/in.h> +#include <netdb.h> +#include <stdarg.h> #include "xs.h" #define ESCAPE_CHARACTER 0x1d +#define DEFAULT_LISTEN_PORT 7890 +#define MSG_SIZE 512 + +struct remote { + long port; + int do_listen; + int gateway; + int noecho; + int server; /* server socket */ +}; + +struct message { + struct message *next; + char* data; + size_t len; +}; + +struct queue { + struct message *head; + struct message *tail; +}; static volatile sig_atomic_t received_signal = 0; +static int debug; + +#define dbg(fmt, args...) do {...
2002 May 30
1
tty settings with rsync -e ssh interrupt
best described here: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=64689 Confirmed also present with the rpm build at http://rsync.samba.org/ftp/rsync/binaries/redhat/rsync-2.4.6-1.i386.rpm Please cc: me on replies (I'm not on the list, yet - my procmailrc's in a major state of flux as I'm switching machines) and/or add comments to the above bugzilla entry James -- James
2003 Apr 14
3
ctl-D, cancel, ctl-D yields seg fault (PR#2773)
Full_Name: Robert Dodier Version: 1.2.0 (2000-12-15) OS: RH Linux 7.1 Submission from: (NULL) (128.138.88.127) If I start up R and just do: > <ctl-D> Save workspace image? [y/n/c]: c > <ctl-D> then R segfaults. "gdb `locate R.bin` core" reports: (gdb) where #0 0x080a2282 in Rf_mainloop () at eval.c:41 However, if I use q() then there is no segfault: > q()
1999 Oct 20
2
Samba - Unix password sync
Hi, in the last weeks I've unsuccessfully tried to get Samba (2.0.5a) - Unix (Suse 6.2) password sync working. Maybe somebody can give me a hint, what's wrong. Enclosed you'll find additional information. Thank you for helping, Johannes -------- smb.conf: passwd chat = *password* %n\n *password* %n\n *Password* -------- password chat (manually): homer:~ # /bin/passwd web New
2002 Apr 22
2
Quit R by pressing button (tcltk) (PR#1475)
Full_Name: Joachim H. Strach Version: 1.3.1 OS: Windows 98 Second Edition Submission from: (NULL) (132.230.131.220) I am using the tcltk package. Error-example: ---- library(tcltk) top<-tktoplevel() but<-tkbutton(top,text="Quit",command=function() {q(save="no")} ) tkpack(but) ---- then press the Quit-Button. On my Platform there will be a execution fault with
2008 Nov 05
3
Keyboard-interactive authentication from a PAM module
Hello, I am developing a PAM module that is called from OpenSSH server when a ssh-client wants to login in the machine. I want my module PAM to send a message to the ssh-client as soon as the PAM module is called by using the pam_info function, but I have checked that the message is not instantly shown in the client unless I send a prompt. I would like to find a way to send the message instantly
2014 Mar 21
0
[PATCH RFC V2 4/4] tools: virtio: add a top-like utility for displaying vhost satistics
...EBUG_FS in your kernel' + sys.exit(1) +if not os.access('/sys/module/vhost_net', os.F_OK): + print 'Please make sure vhost_net module are loaded' + sys.exit(1) + +label_width = 40 +number_width = 10 + +def tui(screen, stats): + curses.use_default_colors() + curses.noecho() + drilldown = False + fields_filter = stats.fields_filter + def update_drilldown(): + if not fields_filter: + if drilldown: + stats.set_fields_filter(None) + else: + stats.set_fields_filter(r'^[^\(]*$') + update_drilld...
2008 Oct 01
16
[Bug 1528] New: sshd hangs when pasting more than 2k of text
https://bugzilla.mindrot.org/show_bug.cgi?id=1528 Summary: sshd hangs when pasting more than 2k of text Product: Portable OpenSSH Version: 5.1p1 Platform: Sparc OS/Version: Solaris Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: unassigned-bugs at mindrot.org
2006 Jun 03
4
xentop.c error
...this function) xentop.c:859: warning: implicit declaration of function `initscr'' xentop.c:860: warning: implicit declaration of function `start_color'' xentop.c:861: warning: implicit declaration of function `cbreak'' xentop.c:862: warning: implicit declaration of function `noecho'' xentop.c:863: warning: implicit declaration of function `nonl'' xentop.c:864: warning: implicit declaration of function `keypad'' xentop.c:864: error: `stdscr'' undeclared (first use in this function) xentop.c:864: error: `TRUE'' undeclared (first use in th...
2012 Apr 10
3
[PATCH 0/2] adding tracepoints to vhost
To help in vhost analyzing, the following series adding basic tracepoints to vhost. Operations of both virtqueues and vhost works were traced in current implementation, net code were untouched. A top-like satistics displaying script were introduced to help the troubleshooting. TODO: - net specific tracepoints? --- Jason Wang (2): vhost: basic tracepoints tools: virtio: add a
2012 Apr 10
3
[PATCH 0/2] adding tracepoints to vhost
To help in vhost analyzing, the following series adding basic tracepoints to vhost. Operations of both virtqueues and vhost works were traced in current implementation, net code were untouched. A top-like satistics displaying script were introduced to help the troubleshooting. TODO: - net specific tracepoints? --- Jason Wang (2): vhost: basic tracepoints tools: virtio: add a
2014 Mar 21
5
[PATCH RFC V2 0/4] Adding tracepoints to vhost/net
Recent debugging on vhost net zerocopy shows the need of tracepoints. So to help in vhost{net} debugging and performance analyzing, the following series adding basic tracepoints to vhost. Operations of both vhost and vhost_net were traced in current implementation. A top-like satistics displaying script were introduced to help the troubleshooting: vhost statistics vhost_virtio_update_used_idx
2014 Mar 21
5
[PATCH RFC V2 0/4] Adding tracepoints to vhost/net
Recent debugging on vhost net zerocopy shows the need of tracepoints. So to help in vhost{net} debugging and performance analyzing, the following series adding basic tracepoints to vhost. Operations of both vhost and vhost_net were traced in current implementation. A top-like satistics displaying script were introduced to help the troubleshooting: vhost statistics vhost_virtio_update_used_idx
2017 Jan 23
2
undefined symbols during linking LLDB 4.0 RC1
...his_thread9sleep_forERKNS_6chrono8durationIxNS_5ratioILl1ELl1000000000EEEEE 0000000000000000 DF *UND* 0000000000000012 Base _ZNKSt3__18ios_base6getlocEv 0000000000000000 DF *UND* 000000000000086c GLIBC_2.2.5 getaddrinfo 0000000000000000 DF *UND* 0000000000000017 Base noecho 0000000000000000 DF *UND* 000000000000006b Base _ZNSt3__112future_errorC1ENS_10error_codeE 0000000000000000 DF *UND* 00000000000004b0 Base el_gets 0000000000000000 DF *UND* 0000000000000025 GLIBC_2.2.5 link 0000000000000000 DF *UND* 00000000000007eb Base...
2017 Jan 19
2
undefined symbols during linking LLDB 4.0 RC1
Hello, I update my building scripts to build LLVM 4.0 RC1 (with clang, lldb, libc++, libc++abi, lld) on CentOS 6 and I got a lot of undefined symbols during linking LLDB. I'm using clang-3.9 and this configuration: -DLLVM_TARGETS_TO_BUILD="X86" -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=/usr/bin/clang -DCMAKE_CXX_COMPILER=/usr/bin/clang++