Bug 141001 - net/ssltunnel-server/ depends on /sbin/pppd
Summary: net/ssltunnel-server/ depends on /sbin/pppd
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-29 19:30 UTC by Antoine Vu-Ngoc
Modified: 2010-11-11 08:00 UTC (History)
0 users

See Also:


Attachments
ssltunnel-server.diff (2.68 KB, patch)
2010-10-21 09:20 UTC, Chris Rees
no flags Details | Diff
ssltunnel-server.diff (2.19 KB, patch)
2010-11-10 20:11 UTC, Chris Rees
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antoine Vu-Ngoc 2009-11-29 19:30:02 UTC
Nov 29 18:30:54 cleopatre pppserver[1516]: Client version : 1.16.0.3-WIN32
Nov 29 18:30:54 cleopatre pppserver[1516]: Client Protocol version : 1.0
Nov 29 18:30:54 cleopatre pppserver[1517]: Exec: /usr/sbin/pppd
Nov 29 18:30:54 cleopatre pppserver[1517]: execv: No such file or directory
Nov 29 18:30:54 cleopatre kernel: Nov 29 18:30:54 cleopatre pppserver[1517]: execv: No such file or directory
Nov 29 18:30:54 cleopatre pppserver[1516]: terminating normally
Nov 29 18:30:54 cleopatre pppserver[1516]: In Bytes: 0, Out Bytes: 0
Nov 29 18:30:54 cleopatre pppserver[1516]: Child has exited

/sbin/pppd  dropped.

How-To-Repeat: Connect to the ssltunnel server.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-11-29 19:30:13 UTC
Maintainer of net/ssltunnel-server,

Please note that PR ports/141001 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/141001

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2009-11-29 19:30:16 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Philip M. Gollucci freebsd_committer freebsd_triage 2010-01-18 07:26:50 UTC
ping....
Comment 4 Antoine Vu-Ngoc 2010-03-21 12:51:00 UTC
Suggested workaround:

In /usr/local/etc/ssltunnel/users

command /usr/sbin/pppd

replaced by

command /usr/sbin/ppp
args -direct 

All ppp parameters go to /etc/ppp/ppp.conf for example:

default:
# set log Phase Chat LCP IPCP CCP tun command
 set log Phase tun
 ident user-ppp VERSION
 set timeout 0
 enable echo
 disable ipv6cp
 set ifaddr 192.168.230.13:192.168.230.20
Comment 5 Philip M. Gollucci freebsd_committer freebsd_triage 2010-09-09 06:28:19 UTC
State Changed
From-To: feedback->open

Feedback received
Comment 6 Chris Rees 2010-10-21 09:20:22 UTC
Attached is a patch with Antione's suggestion, along with a couple of
minor tidying tweaks.

Looks good! Thanks.

Chris
Comment 7 Stefan Walter freebsd_committer freebsd_triage 2010-11-10 15:00:17 UTC
Hi Chris,

it looks like your patch includes CVS metadata. Could you resend it as a
followup to the PR, please?

Regards,
Stefan
Comment 8 Chris Rees 2010-11-10 20:11:08 UTC
On 10 November 2010 15:00, Stefan Walter <stefan@freebsd.org> wrote:
> Hi Chris,
>
> it looks like your patch includes CVS metadata. Could you resend it as a
> followup to the PR, please?
>
> Regards,
> Stefan
>

Oops, sorry.

New patch attached, now also removes md5 checksum.

Chris
Comment 9 dfilter service freebsd_committer freebsd_triage 2010-11-11 07:51:54 UTC
stefan      2010-11-11 07:51:49 UTC

  FreeBSD ports repository

  Modified files:
    net/ssltunnel-server Makefile distinfo 
  Added files:
    net/ssltunnel-server pkg-message 
  Log:
  Use ppp instead of pppd and document it.
  
  PR:             141001
  Submitted by:   "Antoine Vu-Ngoc" <antoine@cleopatre.homeip.net>
  Patch by:       maintainer
  
  Revision  Changes    Path
  1.7       +6 -5      ports/net/ssltunnel-server/Makefile
  1.7       +0 -1      ports/net/ssltunnel-server/distinfo
  1.1       +11 -0     ports/net/ssltunnel-server/pkg-message (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 10 Stefan Walter freebsd_committer freebsd_triage 2010-11-11 07:52:18 UTC
State Changed
From-To: open->closed

Change committed, thanks!