Package: vtun Version: 2.6-4 Severity: important Tags: patch
When kernel is compiled without CONFIG_LEGACY_PTYS, vtun does not work with the following syslog message: vtund[6710]: Can't allocate pseudo tty. No such file or directory(2) Following patch fixes the problem: --- vtun-2.6.orig/config.h.in.ptys 2004-02-20 11:47:01.000000000 +0300 +++ vtun-2.6/config.h.in 2005-10-06 18:56:24.898729567 +0400 @@ -72,3 +72,12 @@ /* Release version and date */ #undef VTUN_VER + +#undef HAVE_GETPT + +#undef HAVE_GRANTPT + +#undef HAVE_UNLOCKPT + +#undef HAVE_PTSNAME + -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (50, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.10-1-686-smp Locale: LANG=en_US.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8) Versions of packages vtun depends on: ii debconf 1.4.30.13 Debian configuration management sy ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an ii liblzo1 1.08-1.2 A real-time data compression libra ii libssl0.9.7 0.9.7e-3sarge1 SSL shared libraries ii psmisc 21.5-1 Utilities that use the proc filesy ii zlib1g 1:1.2.2-4.sarge.2 compression library - runtime -- debconf information excluded -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

