https://bugzilla.novell.com/show_bug.cgi?id=467171 Summary: wwwoffle isn't switched to online mode by /etc/ppp/ip-up.d/wwwoffle Classification: openSUSE Product: openSUSE 11.1 Version: RC 2 Platform: x86-64 OS/Version: openSUSE 11.1 Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: lists@majo.name QAContact: qa@suse.de Found By: --- User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); de; rv:1.9.0.5) Gecko/2008120121 Firefox/3.0.5 The wwwoffle rpm installs /etc/ppp/ip-up.d/wwwoffle to (among other things) switch wwwoffle to online state. (a similar script in ip-down switches it offline again) With 11.1 this didn't work, wwwoffle didn't get to online when dailing in. Switching it online using
wwwoffle -online on the command line worked though
Reproducible: Always Steps to Reproduce: 1. install wwwoffle 2. end dial-in connection if you are online 3. start the dial-in connection again Actual Results: wwwoffle is still oflline (as shown by
wwwoffle -status )
Expected Results: wwwoffle should be in online mode I found that adding a 'sleep 1' in the script seems to fix the problem. (At least it now works for me) part of contents of file: # check if wwwoffle exists (is installed) and if it is configured to run if [ -x /usr/bin/wwwoffle ] && /sbin/chkconfig -c wwwoffle ; then # Restart to notify of new DNS (is there a better solution ?) # in case of wake up from suspend-to-xxx a hard restart needs to be done /etc/rc.d/wwwoffle restart sleep 1 ###################### I added this one ###################### # Set the WWWOFFLE HTTP proxy server online. /usr/bin/wwwoffle -online -c /etc/wwwoffle/wwwoffle.conf [...] -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.