Your message dated Wed, 14 Jan 2009 19:32:08 +0000
with message-id <e1lnbte-0000o5...@ries.debian.org>
and subject line Bug#499036: fixed in vtun 3.0.2-1.1
has caused the Debian Bug report #499036,
regarding vtun: Can't open pseudo-tty
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 ow...@bugs.debian.org
immediately.)
--
499036: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=499036
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: vtun
Version: 3.0.2-1
Severity: important
The latest version vtun is not working because of the inability to open the
pseudo-tty. Previous version 3.0.1 on the same
configuration worked perfectly.
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux home 2.6.26 #1 PREEMPT Mon Aug 25 22:43:36 EEST 2008 i686
GNU/Linux
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages vtun depends on:
ii debconf [debconf-2.0] 1.5.22 Debian configuration management sy
ii libc6 2.7-13 GNU C Library: Shared libraries
ii liblzo2-2 2.03-1 data compression library
ii libssl0.9.8 0.9.8g-13 SSL shared libraries
ii zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime
vtun recommends no packages.
vtun suggests no packages.
-- debconf-show failed
-- part of /var/log/syslog:
Sep 12 17:31:31 home vtund[3475]: Connecting to 192.168.1.12
Sep 12 17:31:31 home vtund[3475]: Use SSL-aware challenge/response
Sep 12 17:31:31 home vtund[3475]: Remote Server sends <TtL9E1> .
Sep 12 17:31:31 home vtund[3475]: Session ubnets[192.168.1.12] opened
Sep 12 17:31:31 home vtund[3475]: Can't allocate pseudo tty. Bad address(14)
Sep 12 17:31:31 home vtund[3475]: Session ubnets[192.168.1.12] closed
Sep 12 17:31:31 home vtund[3475]: Exit
-- part of strace output:
open("/dev/ptmx", O_RDWR) = 6
statfs("/dev/pts", {f_type="DEVPTS_SUPER_MAGIC", f_bsize=4096, f_blocks=0,
f_bfree=0, f_bavail=0, f_files=0, f_ffree=0, f_fsid={0,
0}, f_namelen=255, f_frsize=4096}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) =
0
ioctl(6, TIOCGPTN, [4]) = 0
stat64("/dev/pts/4", {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 4), ...}) = 0
statfs("/dev/pts/4", {f_type="DEVPTS_SUPER_MAGIC", f_bsize=4096, f_blocks=0,
f_bfree=0, f_bavail=0, f_files=0, f_ffree=0, f_fsid={0,
0}, f_namelen=255, f_frsize=4096}) = 0
ioctl(6, TIOCSPTLCK, [0]) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) =
0
ioctl(6, TIOCGPTN, [4]) = 0
stat64("/dev/pts/4", {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 4), ...}) = 0
open("/dev/pts/4", O_RDWR|O_NOCTTY) = 8
access(NULL, R_OK|W_OK) = -1 EFAULT (Bad address)
At this moment, in /dev/pts/ exist /dev/pts/[0, 1, 2, 3] only, but #4 appears
later, and I am not sure that because of vtun. Then I tried to call vtun again,
and he appealed to /dev/pts/5.
-- /etc/vtund.conf
options {
port 5000;
timeout 60;
ppp /usr/sbin/pppd;
ifconfig /sbin/ifconfig;
route /sbin/route;
firewall /sbin/iptables;
ip /sbin/ip;
}
ubnets {
type tty;
proto tcp;
passwd ubnets;
persist yes;
up {
ppp "file /etc/ppp/peers/ubnets.vtun";
};
}
A file with kernel configuration attached.
I have no suggestions about possible solutions to this problem, but to revert
to the previous version vtun.
WBR, Pavel Kolchanov.
config-2.6.26.gz
Description: GNU Zip compressed data
--- End Message ---
--- Begin Message ---
Source: vtun
Source-Version: 3.0.2-1.1
We believe that the bug you reported is fixed in the latest version of
vtun, which is due to be installed in the Debian FTP archive:
vtun_3.0.2-1.1.diff.gz
to pool/main/v/vtun/vtun_3.0.2-1.1.diff.gz
vtun_3.0.2-1.1.dsc
to pool/main/v/vtun/vtun_3.0.2-1.1.dsc
vtun_3.0.2-1.1_powerpc.deb
to pool/main/v/vtun/vtun_3.0.2-1.1_powerpc.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 499...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Aurélien GÉRÔME <a...@debian.org> (supplier of updated vtun 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 ftpmas...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Tue, 13 Jan 2009 19:32:10 +0100
Source: vtun
Binary: vtun
Architecture: source powerpc
Version: 3.0.2-1.1
Distribution: unstable
Urgency: high
Maintainer: Martín Ferrari <tin...@debian.org>
Changed-By: Aurélien GÉRÔME <a...@debian.org>
Description:
vtun - virtual tunnel over TCP/IP networks
Closes: 499036
Changes:
vtun (3.0.2-1.1) unstable; urgency=high
.
* Non-maintainer upload.
* Fix openpty() wrong usage. (Closes: #499036)
Checksums-Sha1:
2a1d82697fbff0b5324737ec707b5dfbc556b6f1 1097 vtun_3.0.2-1.1.dsc
dedc299707e6dbeba35e29f4b58e3f1a22845209 19956 vtun_3.0.2-1.1.diff.gz
e4c395d2fa60260d2265b9a3cbd2f9d4d6830a56 72780 vtun_3.0.2-1.1_powerpc.deb
Checksums-Sha256:
0c0544a45b1c1393e0f1d11c4a0ea8bee170db76a9397a072b02180694665091 1097
vtun_3.0.2-1.1.dsc
0a059acda320d57c14d5d7b40ed643910e34ae2e73ca30f43ceba4a499bd769d 19956
vtun_3.0.2-1.1.diff.gz
9ed6534633cd2a15cb311ccca56bfc7826dda8f906daa5ec93bd02ea37aeb2bb 72780
vtun_3.0.2-1.1_powerpc.deb
Files:
68112c0a122a3cffe844aa4737a3f214 1097 net optional vtun_3.0.2-1.1.dsc
6783a62c7b7c93bc71a6fde566f1ac6c 19956 net optional vtun_3.0.2-1.1.diff.gz
9f45c4fe5b0a2805e0833130ebe2f31f 72780 net optional vtun_3.0.2-1.1_powerpc.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFJbOaBI2xgxmW0sWIRAjNNAJ0feVhLeOE7OtrPhCztJVwxk1pGKwCcCkR8
enwIw0tmuZaZ+lSqVIv4pAc=
=alrP
-----END PGP SIGNATURE-----
--- End Message ---