On 02/04/2014 11:11 PM, Iron Max wrote:

I could be wrong, but it appears that the configuration time detection of how to access pseudo terminals is broken, at least for CentOS 6. I noticed this when testing vtun-3.0.3-1.el6.x86_64.rpm (from the vtun download page) ... things where failing because vtun was trying to access "/dev/ptyXY" devices, rather than using getpt()/grantpt()/unlockpt()/ptsname(). CentOS 6 does not have "/dev/ptyXY" devices, but I could get CentOS 6 happily using getpt()/grantpt()/unlockpt()/ptsname() to return "/dev/pts/XY" names.

I've had this problem on 3.X since I began using that version. I automatically now modify pty_dev.c and replace that define HAV* with a 1.

Chris
------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
_______________________________________________
Vtun-Users mailing list
Vtun-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vtun-users

Reply via email to