| Anonymous | Login | Signup for a new account | 11-10-2008 11:16 PST |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0001398 | [BusyBox] Other | minor | always | 06-20-07 23:12 | 02-13-08 08:55 | ||||
| Reporter | weedy | View Status | public | ||||||
| Assigned To | BusyBox | ||||||||
| Priority | normal | Resolution | unable to reproduce | ||||||
| Status | closed | Product Version | 1.4.x | ||||||
| Summary | 0001398: possible memory leak | ||||||||
| Description |
I am running this script on a operwrt router with BusyBox v1.4.2 and the mem usage just keeps rising. is there a way around this? VPNlist="/etc/storelist" #tunnel list while :; do ping -c 3 4.2.2.2 >&- 2>&- || continue # if 4.2.2.2 exists ping will have a exitcode equal to 0 (only need this check once) while read IP STORE JUNK; do # may not need JUNK, but it doesn't hurt ping -c 2 "$IP" >&- 2>&- && continue ping -c 3 4.2.2.2 >&- 2>&- || continue # if ${IP} doesn't exist ping will have a exitcode not equal to 0 ipsec auto --replace $STORE >&- 2>&- ipsec auto --up $STORE >&- 2>&- & done < "$VPNlist" done |
||||||||
| Additional Information | |||||||||
| Attached Files | |||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |