Roaring Penguin bug fix

Configuration wizards, scanners, remote desktop, etc.
Post Reply
Message
Author
User avatar
shinobar
Posts: 2672
Joined: Thu 28 May 2009, 09:26
Location: Japan
Contact:

Roaring Penguin bug fix

#1 Post 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
Downloads for Puppy Linux [url]http://shino.pos.to/linux/downloads.html[/url]

User avatar
shinobar
Posts: 2672
Joined: Thu 28 May 2009, 09:26
Location: Japan
Contact:

rc-sysinit and pppoe

#2 Post 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)
Downloads for Puppy Linux [url]http://shino.pos.to/linux/downloads.html[/url]

Post Reply