Your message dated Mon, 27 Nov 2006 12:32:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#380584: fixed in rp-pppoe 3.8-1.1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: pppoe
Version: 3.8-1

It seems that pppoe-server distributed with etch has been built
with incorrect setting for PPPD_PATH in build environment.

The server would send PADT to the client immediately after PADS.
Running strace led me to this call in pppoe-server process:
execve("pppd", ["pppd", "pty", "/usr/sbin/pppoe... (irrelevant stuff)) = -1 ENOENT (No such file or directory)
As far as I understand, execve needs the full path to the executable file,
so it cannot run pppd and the child process of pppoe-server dies, which
results in session termination.

I installed sources for pppoe package and after building it with 'go' script
everything works fine. Running strace now gives:
execve("/usr/sbin/pppd", ["pppd", "pty", "/usr/sbin/pppoe... (same irrelevant stuff)) = 0

Respective line in the source code is (I think)
execv(PPPD_PATH, argv);
It's called from startPPPDUserMode() and startPPPDLinuxKernelMode()
so I guess it's just incorrect setting for PPPD_PATH that broke the thing.

Best regards,
Artem.


--- End Message ---
--- Begin Message ---
Source: rp-pppoe
Source-Version: 3.8-1.1

We believe that the bug you reported is fixed in the latest version of
rp-pppoe, which is due to be installed in the Debian FTP archive:

pppoe_3.8-1.1_i386.deb
  to pool/main/r/rp-pppoe/pppoe_3.8-1.1_i386.deb
rp-pppoe_3.8-1.1.dsc
  to pool/main/r/rp-pppoe/rp-pppoe_3.8-1.1.dsc
rp-pppoe_3.8-1.1.tar.gz
  to pool/main/r/rp-pppoe/rp-pppoe_3.8-1.1.tar.gz



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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Barth <[EMAIL PROTECTED]> (supplier of updated rp-pppoe 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 [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Mon, 27 Nov 2006 12:20:15 +0100
Source: rp-pppoe
Binary: pppoe
Architecture: source i386
Version: 3.8-1.1
Distribution: unstable
Urgency: high
Maintainer: Christian Hudon <[EMAIL PROTECTED]>
Changed-By: Andreas Barth <[EMAIL PROTECTED]>
Description: 
 pppoe      - PPP over Ethernet driver
Closes: 380584
Changes: 
 rp-pppoe (3.8-1.1) unstable; urgency=high
 .
   * Non-maintainer upload.
   * Hardcode path to pppd so that pppoe works even when there is no
     pppd installed in the compilation chroot. Closes: #380584
Files: 
 0e3c1e3e6b51e0157fb628151bada813 492 net optional rp-pppoe_3.8-1.1.dsc
 043c4df573752f2434efc43d087c4ae2 370084 net optional rp-pppoe_3.8-1.1.tar.gz
 e9b35f9ced8bba23e01241461d2334c5 95648 net optional pppoe_3.8-1.1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFFatmsmdOZoew2oYURAlxmAJ9EnLvBCL1fgEtiOsNRLV+QjILu9QCgltwI
W7tXkD0W3B7vzM+VYc9hSjc=
=l6gW
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to