It seems to be an upstream bug.
I will to do more tests, and will try to contact with author.
Search Criteria
Package Details: vtun 3.0.3.2013.d-14
Package Actions
Git Clone URL: | https://aur.archlinux.org/vtun.git (read-only, click to copy) |
---|---|
Package Base: | vtun |
Description: | The easiest way to create Virtual Tunnels over TCP/IP networks with traffic shaping, compression, encryption and IPv6 support. |
Upstream URL: | http://vtun.sourceforge.net/ |
Keywords: | ip ipv6 tun-cfg tunnel vpn |
Licenses: | GPL |
Submitter: | Allan |
Maintainer: | natrio |
Last Packager: | natrio |
Votes: | 21 |
Popularity: | 0.000000 |
First Submitted: | 2008-12-28 12:37 (UTC) |
Last Updated: | 2022-11-28 19:07 (UTC) |
Dependencies (3)
- lzo
- openssl-1.1
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
Required by (1)
Sources (21)
- 00-sslauth.patch
- 01-pidfile.patch
- 02-dumpfile.patch
- 03-signedness-warnings.patch
- 04-implicit-pointer-conversions.patch
- 05-unix98pty.patch
- 06-ipv6.patch
- 07-dual-family-transport.patch
- 08-gcc5-inline.patch
- 09-client-uses-lot-of-CPU-after-a-SIGHUP.patch
- 11-libssl-1.1.patch
- android-dev.patch
- cvs-2013.patch
- http://downloads.sourceforge.net/project/vtun/vtun/3.0.3/vtun-3.0.3.tar.gz
- openlog.patch
- README.tun-cfg
- tun-cat.c
- tun-cfg
- tun-cfg.conf
- vtund-ipv6-client.conf
- vtund-ipv6-server.conf
natrio commented on 2014-02-17 17:18 (UTC)
sub1 commented on 2014-02-17 16:52 (UTC)
Hi natrio,
I get some troubles with 3.0.3 builds of vtun.
It always end, for ppp tunnels, with :
Feb 17 12:49:09 localhost vtund[15104]: VTun client ver 3.X 02/17/2014 started
Feb 17 12:49:09 localhost vtund[15104]: Connecting to W.X.Y.Z
Feb 17 12:49:09 localhost vtund[15104]: Remote Server sends <TtL9E1>
.
Feb 17 12:49:09 localhost vtund[15104]: Session TUNSRV01[W.X.Y.Z] opened
Feb 17 12:49:09 localhost vtund[15104]: Can't allocate pseudo tty. No such file or directory(2)
Feb 17 12:49:09 localhost vtund[15104]: Session TUNSRV01[W.X.Y.Z] closed
Feb 17 12:49:09 localhost vtund[15104]: Exit
When I revert to version 3.0.2, no more problems.
Thanks a lot for your help.
natrio commented on 2013-06-05 09:51 (UTC)
Thank you!
wzyboy commented on 2013-06-05 09:46 (UTC)
@natrio: Disowned. Please take care of him :-)
natrio commented on 2013-06-05 09:45 (UTC)
I agree.
wzyboy commented on 2013-06-05 09:12 (UTC)
@natrio: Would you be friendly enough to help maintaining this package? I did not use it for long. If you have interest, I can disown this package and you may adopt it.
natrio commented on 2013-06-05 09:02 (UTC)
Vtun uses libbsd (if installed) for changing commandline (ps ax|grep vtun) from:
/usr/bin/vtund profile host
to:
vtund[c]: profile tun tun0
After last glibc update libbsd-0.4.2 is broken, and vtund can't to change commandline.
Update libbst to 0.5.1 doesn't fix the problem, it makes commandline like this:
vtund: profile tun tun0
I was found just one way to return full correct commandline changing:
grep -v setproctitle configure.in > tmp
mv tmp configure.in
autoconf
(before configure in PKGBUILD)
wzyboy commented on 2013-05-29 14:53 (UTC)
@eworm Done!
eworm commented on 2013-05-29 09:55 (UTC)
Please install vtund executable to /usr/bin (not /usr/sbin) to prepare for /usr move. Thanks a lot!
Pinned Comments
natrio commented on 2018-01-10 18:24 (UTC) (edited on 2024-04-20 09:24 (UTC) by natrio)
There is nothing new in 3.0.4 "new" version, except a couple of comments "for MMU / non-MMU systems" in the man page, the regenerated config.h.in and the new version number. All changes in the Changelog are already present in CVS for long time, and already included in the cvs-2013.patch.