Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 7196] New: Without network connection sorcery fails "pon: command not found"

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT metalab.unc.edu
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 7196] New: Without network connection sorcery fails "pon: command not found"
  • Date: Sun, 1 Aug 2004 17:22:20 -0400

http://bugs.sourcemage.org/show_bug.cgi?id=7196

Summary: Without network connection sorcery fails "pon: command
not found"
Product: Sorcery
Version: Devel
Platform: All
OS/Version: other
Status: NEW
Severity: normal
Priority: P3
Component: Sorcery
AssignedTo: sm-sorcery-bugs AT lists.ibiblio.org
ReportedBy: vlmarek AT volny.cz


In stable sorcery it's in libsorcery
In devel sorcery it's in libdownload

if ! ifconfig | grep -q "^eth" &&
! ifconfig | grep -q "^wlan" &&
! ifconfig | grep -q "^bnep" &&
! ifconfig | grep -q "^tr" &&
! ifconfig | grep -q "^atml" &&
! ifconfig | grep -q "^ppp"; then
pon

However pon (I suppose something from pppd) is not essential for sorcery, so
machine might not have it, and in that case might cast with

pon: command not found

I think we should check if the command is available first, and if not then
exit
with error message.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



  • [SM-Sorcery-Bugs] [Bug 7196] New: Without network connection sorcery fails "pon: command not found", bugzilla-daemon, 08/01/2004

Archive powered by MHonArc 2.6.24.

Top of Page