search for: ws_xpixel

Displaying 10 results from an estimated 10 matches for "ws_xpixel".

2006 Jun 06
1
Asterisk 1.2.7.1 bad file descriptor
...Asterisk Ready.\n", 27 ) = 27 write(1, "\33[0;37;40m", 10) = 10 rt_sigprocmask(SIG_UNBLOCK, [HUP INT PIPE TERM WINCH], NULL, 8) = 0 time([1149625396]) = 1149625396 rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0 ioctl(0, TIOCGWINSZ, {ws_row=37, ws_col=111, ws_xpixel=0, ws_ypixel=0}) = 0 ioctl(0, TIOCSWINSZ, {ws_row=37, ws_col=111, ws_xpixel=0, ws_ypixel=0}) = 0 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 ioctl(0, SNDCTL_TMR_STOP or TCSETSW, {...
2002 Mar 08
0
[Bug 152] New: Build failure on Sparc/Solaris 2.8 with Sun cc or gcc
...e 898: incomplete struct/union/enum winsize: ws "ssh.c", line 936: undefined symbol: TIOCGWINSZ "ssh.c", line 938: undefined struct/union member: ws_row "ssh.c", line 939: undefined struct/union member: ws_col "ssh.c", line 940: undefined struct/union member: ws_xpixel "ssh.c", line 941: undefined struct/union member: ws_ypixel "ssh.c", line 1055: incomplete struct/union/enum winsize: ws "ssh.c", line 1061: undefined symbol: TIOCGWINSZ "ssh.c", line 1066: undefined struct/union member: ws_col "ssh.c", line 1067: u...
2006 Jun 20
2
[PATCH] openssh pseudo-terminal bug
hello short description: ssh client sends a wrong all-zero terminal info when requesting forced pseudo-terminal allocation while stdin is not a terminal. sshd then sets the terminals ospeed to 0 because it receives this information from the client. on solaris this means that the pseudo-terminal is closed and output of any remote command is dropped. longer description: what we're doing is
2011 Sep 29
1
2.0.14 doveadm proxy list segfault
...0}}) = 0 rt_sigaction(SIGTERM, {0x31c7648d70, [], SA_RESTORER|SA_SIGINFO, 0x3eada302d0}, NULL, 8) = 0 open("/dev/null", O_WRONLY|O_CREAT|O_APPEND, 0600) = 7 fcntl(7, F_GETFD) = 0 fcntl(7, F_SETFD, FD_CLOEXEC) = 0 ioctl(1, TIOCGWINSZ, {ws_row=68, ws_col=155, ws_xpixel=0, ws_ypixel=0}) = 0 socket(PF_FILE, SOCK_STREAM, 0) = 8 fcntl(8, F_GETFL) = 0x2 (flags O_RDWR) fcntl(8, F_SETFL, O_RDWR|O_NONBLOCK) = 0 connect(8, {sa_family=AF_FILE, path="/var/run/dovecot/ipc"...}, 110) = 0 epoll_ctl(6, EPOLL_CTL_ADD, 8, {EPOLLIN|EPOLLP...
2004 Oct 05
2
Help: File is present (via Samba) but cannot be opened?
...0 open("/proc/filesystems", O_RDONLY) = 3 read(3, "nodev\tsysfs\nnodev\trootfs\nnodev\tb"..., 4095) = 303 close(3) = 0 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 ioctl(1, TIOCGWINSZ, {ws_row=42, ws_col=142, ws_xpixel=0, ws_ypixel=0}) = 0 stat64("PsyScience.cove.otes.031203.doc", 0x805e364) = -1 ENOENT (No such file or directory) lstat64("PsyScience.cove.otes.031203.doc", 0x805e364) = -1 ENOENT (No such file or directory) write(2, "ls: ", 4ls: ) = 4 write(2, &quo...
2019 Mar 29
2
Call for testing: OpenSSH 8.0
...k originator port? */ debug("client_request_x11: request from %s %u", originator, @@ -2260,12 +2260,12 @@ client_session2_setup(struct ssh *ssh, int id, int want_tty, int want_subsystem, (r = sshpkt_put_u32(ssh, (u_int)ws.ws_row)) != 0 || (r = sshpkt_put_u32(ssh, (u_int)ws.ws_xpixel)) != 0 || (r = sshpkt_put_u32(ssh, (u_int)ws.ws_ypixel)) != 0) - fatal("%s: %s", __func__, ssh_err(r)); + fatal("%s: build packet: %s", __func__, ssh_err(r)); if (tiop == NULL) tiop = get_saved_tio(); ssh_tty_make_modes(ssh, -1, tiop); if ((r = sshpkt_sen...
2010 Nov 01
1
Samba 4 on osx
...: not found Checking for header sys/termios.h : yes Checking for struct winsize : ok Checking for member ws_xpixel in struct winsize : ok Checking for member ws_ypixel in struct winsize : ok Checking for variable h_errno : ok Checking for declara...
2010 Oct 07
1
OSX and samba4 git
...: not found Checking for header sys/termios.h : yes Checking for struct winsize : ok Checking for member ws_xpixel in struct winsize : ok Checking for member ws_ypixel in struct winsize : ok Checking for variable h_errno : ok Checking for declara...
2018 Dec 06
3
Build error while upgrading samba 4.9.3
...not found Checking for macro bswap32 : not found Checking for header sys/termios.h : yes Checking for struct winsize : yes Checking for member ws_xpixel in struct winsize : yes Checking for member ws_ypixel in struct winsize : yes Checking for variable h_errno : yes Checking for declaration of h_errno...
2019 Mar 27
26
Call for testing: OpenSSH 8.0
Hi, OpenSSH 8.0p1 is almost ready for release, so we would appreciate testing on as many platforms and systems as possible. Snapshot releases for portable OpenSSH are available from http://www.mindrot.org/openssh_snap/ The OpenBSD version is available in CVS HEAD: http://www.openbsd.org/anoncvs.html Portable OpenSSH is also available via git using the instructions at