Displaying 20 results from an estimated 35 matches for "xoff".
Did you mean:
off
2006 Dec 09
0
Local software flow control
Good day time!
Using openssh with a serial attached terminal figures with a problem
with flow control when serial terminal has printer connected to it etc.
because ssh disables xon/xoff on associated terminal. At present ssh
client always disables xon/xoff on associated terminal device, regarding
of it's previous state, e.g. ixon and ixoff options were set or not.
By searching the google i've found some posts where people complained
about sshing somewhere and getting d...
2009 May 28
0
PBSmapping problems with importGSHHS
...o use the PBSmapping package to import and plot the shoreline of Hawaii. I am having problems importing and plotting the specific regions that I would like to plot. Specifically, I can't get it to import the range of x variables that I would like. I think my problem is with a variable called xoff, but I have no idea what it is, what it does, or how I am supposed to use it. It's default value is -360, but I have found examples in the PBSmapping web publication of it being set to zero as well. The help files provides the following definitions:
xlim range of X-coordinates to clip. Range...
2006 Jul 26
2
static linking of /usr/sbin/tc?
...le and statically link
(LDFLAGS=-static) on a more recent linux machine and copy the static
binaries over to the old machine.
But no luck with tc. Even on the host where I compiled it (Debian Sarge
3.1), the static binary (/usr/local/iproute2-2.6.16-060323/usr/sbin/tc)
does not see any qdisc:
xoff:~# /sbin/tc qdisc ls dev eth0
qdisc pfifo_fast 0: bands 3 priomap 1 2 2 2 1 2 0 0 1 1 1 1 1 1 1 1
xoff:~# /usr/local/iproute2-2.6.16-060323/usr/sbin/tc qdisc ls dev eth0
qdisc pfifo_fast 0: [Unknown qdisc, optlen=20]
The source code makes use of dlopen() / dlsym() functions, which may be the
r...
2001 Oct 04
1
FTP Port Forwarding & SSH2_MSG_CHANNEL_DATA question
...server (VShell in this case) is only sending over 10K.
Apparently the server will only send over the amount that will
fit within your Window Session Size. My question is...how do
I get around this? Do I need to send a Window Adjust message
over to the server to reset the size, or should I set Xon/Xoff?
I've checked through the man's but was unable to find any
concrete answer.
I'm using OpenSSH v2.2...
Thanks in advance!
Michael Ryan
2006 Dec 13
3
send fax by Iaxmodem ?
...6690268 COMMID 000000014 DEVICE '/dev/iaxmodem1' FROM 'localtest>' USER test
d?c 13 13:47:21.12: [13725]: STATE CHANGE: RUNNING -> SENDING
d?c 13 13:47:21.12: [13725]: <-- [12:AT+FCLASS=r]
d?c 13 13:47:21.12: [13725]: --> [2:OK]
d?c 13 13:47:21.12: [13725]: MODEM set XON/XOFF/FLUSH: input ignored, output disabled
d?c 13 13:47:21.12: [13725]: DIAL 0426690268
d?c 13 13:47:21.12: [13725]: <-- [15:ATDT0426690268\r]
d?c 13 13:47:21.12: [13725]: --> [11:NO DIALTONE]
d?c 13 13:47:21.12: [13725]: SEND FAILED: JOB 2 DEST 0426690268 ERR No local dialtone
d?c 13 13:47:21.12:...
2000 Jul 01
0
margins with postscript device
...k hack for the postscript device that adjust the margins
appropriately. Maybe other users of inkjet printers who use postscript will
find it useful.
--- devPS.c Tue May 2 06:18:35 2000
+++ /eolian1/R-1.1.0/src/main/devPS.c Thu Jun 29 16:08:13 2000
@@ -909,6 +909,13 @@
} else {
xoff = yoff = 0.0;
}
+ /* HACK for DeskJet printers with 1/2" bottom margin and 1/8" top */
+ if(pd->landscape) {
+ pd->width -= 0.125; xoff += 0.25;
+ } else {
+ pd->height -= 0.125; yoff += 0.25;
+ }
+
pd->maxpointsize = 72.0 * ((pd->pageheigh...
2007 Jun 22
0
[Bug 962] Data loss in interactive session on slow terminal
...tion| |WONTFIX
CC| |djm at mindrot.org
--- Comment #10 from Damien Miller <djm at mindrot.org> 2007-06-22 13:58:19 ---
There isn't much we can do to fix this. As Darren explained in comment
#7, deactivation of xon/xoff is the safe default for SSH. I'd suggest
that you use the workaround of activating xon/xoff vi stty(8).
--
Configure bugmail: http://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are watching someone on...
2006 May 11
1
ctrl+s locks up ssh
Hi folks,
I've noticed an problem with openssh on GNU/Linux:
pressing ctrl+s locks up the ssh client. Only killing it helps.
Is this problem already known ?
cu
--
---------------------------------------------------------------------
Enrico Weigelt == metux IT service
phone: +49 36207 519931 www: http://www.metux.de/
fax: +49 36207 519932 email:
2005 Feb 20
0
Re: Asterisk-Users Digest, Vol 7, Issue 260
...ev/ttyC0" /* switch port-HW box */
#define SPEED B9600 /* port baud rate */
#define RESET B0 /* reset by 0 speed */
#define WARMUP 45 /* 45 sec warmup delay*/
#define IDLE 1200 /* 1200 seconds (20min)
idle delay */
#define XON 17 /* XON character */
#define XOFF 19 /* XOFF character */
#define ABORTTIME 90 /* Max before abort */
dbc.
David Cook
2007 Oct 17
2
asterisk hylafax iaxmodem
...MID
000000041 DEVICE '/dev/ttyIAX0' FROM 'root <root at god>' USER root
Oct 17 07:38:48.22: [22428]: STATE CHANGE: RUNNING -> SENDING
Oct 17 07:38:48.22: [22428]: <-- [12:AT+FCLASS=1\r]
Oct 17 07:38:48.22: [22428]: --> [2:OK]
Oct 17 07:38:48.22: [22428]: MODEM set XON/XOFF/FLUSH: input ignored, output
disabled
Oct 17 07:38:48.22: [22428]: DIAL 37052390906
Oct 17 07:38:48.22: [22428]: <-- [16:ATDT37052390906\r]
Oct 17 07:39:30.86: [22428]: --> [10:NO CARRIER]
Oct 17 07:39:30.86: [22428]: SEND FAILED: JOB 27 DEST 37052390906 ERR [2] No
carrier detected
Oct 17 07:...
2009 Nov 25
1
Eliminating 'Unprintable ASCII' characters
...Shift Out / X-On 15 017 0F 00001111 SI
 Shift In / X-Off 16 020 10 00010000 DLE  Data Line Escape
17 021 11 00010001 DC1  Device Control 1 (oft. XON) 18 022 12
00010010 DC2  Device Control 2 19 023 13 00010011 DC3  Device
Control 3 (oft. XOFF) 20 024 14 00010100 DC4  Device Control 4 21
025 15 00010101 NAK  Negative Acknowledgement 22 026 16 00010110 SYN
 Synchronous Idle 23 027 17 00010111 ETB  End of Transmit
Block 24 030 18 00011000 CAN  Cancel 25 031 19 00011001 EM ...
2010 Jan 14
3
iaxmodem / hylafax receive problem
...00003 18005551212
Jan 14 12:44:43.39: [ 3403]: HylaFAX (tm) Version 4.4.6
Jan 14 12:44:43.39: [ 3403]: CallID: "1234567890" "/var/spool/asterisk/fax/20100114124443-1234567890-08451234567" "<NONE>" "08451234567"
Jan 14 12:44:43.39: [ 3403]: MODEM set XON/XOFF/FLUSH: input ignored, output disabled
Jan 14 12:44:43.39: [ 3403]: <-- [4:ATA\r]
Jan 14 12:44:47.11: [ 3403]: --> [7:CONNECT]
Jan 14 12:44:47.11: [ 3403]: ANSWER: FAX CONNECTION DEVICE '/dev/ttyIAX0'
Jan 14 12:44:47.11: [ 3403]: STATE CHANGE: ANSWERING -> RECEIVING
Jan 14 12:44:47...
2008 Jul 09
2
Multicast and receive filtering in TUN/TAP
Yesterday while fixing xoff stuckiness issue in the TUN/TAP driver I got
a chance to look into the multicast filtering code in there. And
immediately realized how terribly broken & confusing it is. The patch
was originally done by Shaun (CC'ed) and went in without any proper ACK
from me, Dave or Jeff.
Here is the...
2008 Jul 09
2
Multicast and receive filtering in TUN/TAP
Yesterday while fixing xoff stuckiness issue in the TUN/TAP driver I got
a chance to look into the multicast filtering code in there. And
immediately realized how terribly broken & confusing it is. The patch
was originally done by Shaun (CC'ed) and went in without any proper ACK
from me, Dave or Jeff.
Here is the...
2013 Jan 30
3
bug report: apcsmart (WIN) 940-0024C connect fail, problem with command 'E'
...00000 apcsmart.exe IOCTL_SERIAL_SET_DTR Serial0
13 0.00001034 SUCCESS
14 0.00000000 apcsmart.exe IOCTL_SERIAL_SET_LINE_CONTROL Serial0
StopBits: 1 Parity: NONE WordLength: 8
14 0.00000922 SUCCESS
15 0.00000000 apcsmart.exe IOCTL_SERIAL_SET_CHAR Serial0 EOF:0 ERR:0
BRK:0 EVT:0 XON:11 XOFF:13
15 0.00000670 SUCCESS
16 0.00000000 apcsmart.exe IOCTL_SERIAL_SET_HANDFLOW Serial0
Shake:80000001 Replace:80000040 XonLimit:2048 XoffLimit:512
16 0.00001034 SUCCESS
17 0.00000000 apcsmart.exe IOCTL_SERIAL_SET_WAIT_MASK Serial0 Mask:
RXCHAR
17 0.00000810 SUCCESS
18 0.00000000 apc...
2005 Nov 05
0
[Bug 962] Data loss in interactive session on slow terminal
http://bugzilla.mindrot.org/show_bug.cgi?id=962
------- Comment #9 from djm at mindrot.org 2005-11-05 21:56 -------
I don't think we can change this, for the reason that Darren mentioned. Can you
manually use stty(1) to set the xon/xoff flags? (e.g. "stty ixon ixoff")
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2007 Oct 02
0
OpenSSH clients causing deadlocks
...client
seems to be assuming that this request will always be successful. That
is, that servers will always support this capability. Because of this
assumption, a deadlock ensues.
This is a bug in the OpenSSH client. It is true that for some
channel requests (e.g. things like, say, X11 and XON/XOFF requests)
the client can proceed (and does proceed) without the server replying
anything, but for others (most notably SHELL and EXEC) it can't. The
OpenSSH client should always set want_reply to 1 when sending such
requests, in order to prevent deadlocks like the one described above.
2009 Aug 21
1
problem with asterisk hylafax and sangoma A200D
...etty[3666]: MODEM set baud rate: 0 baud (flow
control unchanged)
Aug 20 16:11:30 voz FaxGetty[3666]: DELAY 75 ms
Aug 20 16:11:30 voz FaxGetty[3666]: MODEM set DTR ON
Aug 20 16:11:30 voz FaxGetty[3666]: DELAY 2600 ms
Aug 20 16:11:34 voz FaxGetty[3666]: MODEM set baud rate: 19200 baud,
input flow XON/XOFF, output
faxstat -d
HylaFAX scheduler on voz.domain.com.ni: Running
Modem ttyIAX (22687877): Running and idle
JID Pri S Owner Number Pages Dials TTS Status
7 123 F root 922668982 0:1 5:12 No carrier detected
I am using hylafax 4.4 and spandsp-0.0.3-7_pre28.9. , i...
2011 Aug 16
1
PBSmapping, where is Ireland?!
Hi folks,
I've been using 'PBSmapping' to make a map of Europe with some labels. I've
been using the 'worldLL' PolyData, as my computer is too slow to make my own
from the GSHHS files.
The only problem is this PolyData does not seem to include Ireland. I have
no idea why this should be so, other European islands such as Sardinia etc.
are included.
2006 Apr 12
1
Failed to recieve Fax: Asterisk - IAXModem - Hylafax
...n log:
Apr 12 11:16:48.82: [ 5933]: SESSION BEGIN 000000078 492212601860
Apr 12 11:16:48.82: [ 5933]: HylaFAX (tm) Version 4.2.5
Apr 12 11:16:48.82: [ 5933]: CallID: "2283683381" "<NONE>" "<NONE>" "444"
Apr 12 11:16:48.82: [ 5933]: MODEM set XON/XOFF/FLUSH: input ignored,
output disabled
Apr 12 11:16:48.82: [ 5933]: <-- [4:ATA\r]
Apr 12 11:16:52.93: [ 5933]: --> [7:CONNECT]
Apr 12 11:16:52.93: [ 5933]: ANSWER: FAX CONNECTION DEVICE '/dev/ttyIAX7'
Apr 12 11:16:52.93: [ 5933]: STATE CHANGE: ANSWERING -> RECEIVING
Apr 12 11:16:52...