You may have to specify the config file for WWWoflle.

The default lines should be:

# ADDED FOR WWWOFFLE CONFIG
/usr/local/bin/wwwoffle -online -c /var/spool/wwwoffle/wwwoffle.conf
/usr/local/bin/wwwoffle -fetch -c /var/spool/wwwoffle/wwwoffle.conf &
# end additions by dgs 24/08/2001

Hope this helps.

To check if a script is being run or not, you could enter,

touch /tmp/test.file 

at the bottom of the script.

When the script is run, it is run as root, therefore the file test.file will 
exist, or the timestamp will be current if it exists, if it is not created, 
then it was not run.

Dave.


On Thursday 20 September 2001 21:46, L.V.Gandhi wrote:
> I have the following lines as default  in /etc/ppp/ip-up
>
> LOGDEVICE=$6
> REALDEVICE=$1
>
> export PATH=/sbin:/usr/sbin:/bin:/usr/bin
>
> [ -f /etc/sysconfig/network-scripts/ifcfg-${LOGDEVICE} ] &&
> /etc/sysconfig/network-scripts/ifup-post ifcfg-${LOGDEVICE}
>
> [ -x /etc/ppp/ip-up.local ] && /etc/ppp/ip-up.local "$@"
>
> exit 0
> my /etc/ppp/ip-up.local is not getting started.
> I have following lines in /etc/ppp/ip-up.local
> #!/bin/bash
>
> /usr/local/bin/wwwoffle -online
> /usr/local/bin/wwwoffle -fetch
> As wwwoffle -online is not getting executed. This I get to know from
> wwwoffle where if I request pages it gets recorded as request. But if I
> start wwwoffle -online using control provision I can browse. How
> ip-up.local is started. As I see it is started by ip-up. If I am correct
> how ip-up is started.

----------------------------------------
Content-Type: text/plain; charset="iso-8859-1"; name="message.footer"
Content-Transfer-Encoding: 8bit
Content-Description: 
----------------------------------------

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to