[bugs reorg quozl@laptop.org**20080520044714] { adddir ./BUGS adddir ./BUGS/closed adddir ./BUGS/open addfile ./BUGS/closed/221.txt hunk ./BUGS/closed/221.txt 1 +Symptom: no automatic connection. + +Workaround: manual connection using bp3 script. + +Analysis: some modems take up to five seconds to respond when plugged in. + +Solution: fixed in version 1.2, changed bp3 to retry if chat script +fails to elicit an AT command level response from the modem. + +From: Larry@lertap.com +From: steve@premiumit.com.au addfile ./BUGS/closed/733.txt hunk ./BUGS/closed/733.txt 1 +Symptom: upgrade disconnects a network connection via the modem. + +Workaround: reconnect. + +Analysis: design flaw, unintended consequences. + +Solution: fixed in version 1.3, code changed, do not disconnect during +a /etc/init.d/bp3 stop event. + +From: sharkenew@bigpond.com addfile ./BUGS/list.phtml hunk ./BUGS/list.phtml 1 +'.$pn.''; + $di = opendir($pn); + while ($na = readdir($di)) { + if (!eregi('*.txt', $na)) continue; + $fn = $pn.$na; + if (!@is_file($fn)) continue; + + $fp = fopen($fn, 'r'); + $data = fread($fp, filesize($fn)); + fclose($fp); + $bn = $na - '.txt'; + + echo ''.$bn.'

'; + + } + closedir($di); +} + +show_bugs('open'); +show_bugs('closed'); + +?> addfile ./BUGS/open/396.txt hunk ./BUGS/open/396.txt 1 +Symptom: package is i386 when it should be noarch. + +Workaround: use --force-architecture. + +From: Jeff addfile ./BUGS/open/526.txt hunk ./BUGS/open/526.txt 1 +Symptom: during installation or start, a "Permission denied" error +writing to /sys/bus/usb-serial/drivers/option1/new_id + +Analysis: /sys/bus/usb-serial/drivers/option1/new_id may not exist, +especially on Debian Etch kernels which predate the new_id mechanism. + +Workaround: ignore, harmless. + +Action Plan: change /etc/init.d/bp3 to gracefully report issue. + +From: Andreas Baitis addfile ./BUGS/open/661.txt hunk ./BUGS/open/661.txt 1 +Symptom: DNS servers are not identified. + +Analysis: can be caused by not waiting for self-powered modems to +connect to the radio network [fixed], but also has other causes [not +fixed]. + +Workaround: manual start. + +Solution: partial fix in version 1.3, solves the problem for some +people. + +From: abaitis@gmail.com +From: graham.gower@gmail.com addfile ./BUGS/template hunk ./BUGS/template 1 +Version: + +Symptom: + +Workaround: + +Analysis: + +Solution: + +From: hunk ./TODO 1 -#526 from Andreas Baitis , -/sys/bus/usb-serial/drivers/option1/new_id may not exist, especially -on Debian Etch, generates Permission denied, should gracefully report -issue. - -#396 from Jeff , package is i386 when it should -be noarch, workaround is to use --force-architecture. - addfile ./bug-number.sh hunk ./bug-number.sh 1 +BASE=`date --date="Fri Apr 18 19:52:38 2008" "+%s"` +NOW=`date "+%s"` +BUG=`echo "(${NOW}-${BASE})/60/60"|bc` +echo $BUG }