http://bugzilla.novell.com/show_bug.cgi?id=617667 http://bugzilla.novell.com/show_bug.cgi?id=617667#c0 Summary: pm-utils' 50rcnetwork suspend hook does not work Classification: openSUSE Product: openSUSE 11.3 Version: Factory Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: seife@novell.slipkontur.de QAContact: qa@suse.de CC: mvyskocil@novell.com, vbotka@novell.com Found By: Community User Blocker: --- pm-utils' 50rcnetwork suspend hook does not work (it can't): /usr/lib/pm-utils/sleep.d/49bluetooth suspend suspend:success. /usr/lib/pm-utils/sleep.d/50rcnetwork suspend suspend:/etc/sysconfig/network/scripts/functions: line 287: syntax erro r near unexpected token `<' /etc/sysconfig/network/scripts/functions: line 287: ` done < <(LC_ALL=POSIX ip -4 address list "$1" 2>/dev/null)' not applicable. /usr/lib/pm-utils/sleep.d/55NetworkManager suspend suspend:not applicable. the reason is, that sysconfig uses bash, and bash-only functions while pm-utils tries to be non-bash conforming. The fix is, to run 50rcnetwork with #!/bin/bash instead of #!/bin/sh -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.