Page 1 of 1

Roaring Penguin bug fix

Posted: Fri 17 Sep 2010, 06:36
by shinobar
I read the article by npierce and made a pet for the fix of rp-pppoe, Roaring Penguin.
Will you test and reply wheather you had a success or not?

Can be applied all Puppy/Puplets the Roaring Penguin buit in.

EDIT 2010-09-19: refined the pinstall.sh script. Still calling for test report.
EDIT again: rp-pppoe-fix-20100919-1.pet, /usr/sbin/pppoe-connect inserted 'true' at line 222.

Code: Select all

if test "$DNSTYPE" = "SERVER" ; then
    true # Sorry, dude... # 19sep10 shinobar: symlink of resolv.conf from the suggestion of npierce
    #rm -f /etc/resolv.conf
    #ln -s /etc/ppp/resolv.conf /etc/resolv.conf

rc-sysinit and pppoe

Posted: Thu 23 Sep 2010, 06:05
by shinobar
I realized the autoconnect fuction in recent woof may conflict with pppoe.
Attached fixed /etc/rc.d/rc.sysinit to avoid the conflict.

#3jul10 shinobar: calling rc.network, pwireless2
#100814 record cumulative tx/rx, see also network_tray and rc.shutdown.
#100831 fix KERNMAJ for olpc people, have 'uname -r' returning version with '_'.
#100903 rerwin: acc tx/rx added pupdial support.
#100908 rerwin: -7.5-fix modem patch.
# 16sep10 shinobar: auto connect eth0 only if the defaultconnect is the initial state(connectwizard)