Your message dated Fri, 28 Mar 2008 05:02:11 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#472463: fixed in ttyrec 1.0.8-2
has caused the Debian Bug report #472463,
regarding ttyrec: fails to set screen size
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
472463: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=472463
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: ttyrec
Version: 1.0.8-1
Severity: normal

Inside a ttyrec session, the screen size is set to 0x0.  This breaks some
programs, and in the rest it makes them assume some made-up default (80x25
or 80x24).

[~]$ stty -a|grep rows
speed 38400 baud; rows 53; columns 139; line = 0;
[~]$ ttyrec /tmp/foo.ttyrec
[~]$ stty -a|grep rows
speed 38400 baud; rows 0; columns 0; line = 0;

Looking at the code, I see that several #ifdef paths handle this properly,
yet, the one used to build current Debian version does not.  There is no
autoconfage and #defines are selected by hand -- it seems something is
missing.

The code which matters is:

ioctl(0, TIOCGWINSZ, (char *)&win);
ioctl(slave, TIOCSWINSZ, (char *)&win);


It would also be nice to do this again whenever SIGWINCH is received.



--- End Message ---
--- Begin Message ---
Source: ttyrec
Source-Version: 1.0.8-2

We believe that the bug you reported is fixed in the latest version of
ttyrec, which is due to be installed in the Debian FTP archive:

ttyrec_1.0.8-2.diff.gz
  to pool/main/t/ttyrec/ttyrec_1.0.8-2.diff.gz
ttyrec_1.0.8-2.dsc
  to pool/main/t/ttyrec/ttyrec_1.0.8-2.dsc
ttyrec_1.0.8-2_i386.deb
  to pool/main/t/ttyrec/ttyrec_1.0.8-2_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
NIIBE Yutaka <[EMAIL PROTECTED]> (supplier of updated ttyrec package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri, 28 Mar 2008 13:41:17 +0900
Source: ttyrec
Binary: ttyrec
Architecture: source i386
Version: 1.0.8-2
Distribution: unstable
Urgency: low
Maintainer: NIIBE Yutaka <[EMAIL PROTECTED]>
Changed-By: NIIBE Yutaka <[EMAIL PROTECTED]>
Description: 
 ttyrec     - Terminal interaction recorder and player (for tty)
Closes: 472463
Changes: 
 ttyrec (1.0.8-2) unstable; urgency=low
 .
   * ttyrec.c (getslave): Fix a bug reported by Adam Borowski
    (Closes: #472463).
Files: 
 55d175cb663a5c3114f91fea9f9f3c49 560 misc optional ttyrec_1.0.8-2.dsc
 4062dfc2142f0a604ebe90d26307a4b7 36339 misc optional ttyrec_1.0.8-2.diff.gz
 735e6de3630d47d778d156ad409d9175 33324 misc optional ttyrec_1.0.8-2_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFH7Hi1BB45r3HV9DoRAkBYAKCDhMZBC6eP5sCTfL+EKWj1bIqDEQCgiaq/
PQcnzxh8e2DIuT413197e50=
=nnfI
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to