Skip to Content.
Sympa Menu

sm-sorcery-bugs - [Sm-Sorcery-Bugs] [Bug 1211] New: '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 1211] New: 'pon' command not found
  • Date: Thu, 10 Oct 2002 17:51:42 -0400

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

Summary: 'pon' command not found
Product: Sorcery
Version: 0.8.2
Platform: x86
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: Sorcery
AssignedTo: sm-sorcery-bugs AT lists.ibiblio.org
ReportedBy: foxy AT freeshell.org


Anything that tries to start a download hangs until it times out.

In '../modules/libsorcery' the connect function does not work for me. I
do not use the 'pon' command and I am on Token Ring, sorry to be
different :) This function was commented out of the old sorcery but has
made a reappearance.

Could the function be altered to reflect my network type?

e.g.

if ! ifconfig | grep -q "^eth" &&
! ifconfig | grep -q "^tr" && <------- Token Ring
! ifconfig | grep -q "^wlan" &&
! ifconfig | grep -q "^ppp"; then

Thanks.



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



  • [Sm-Sorcery-Bugs] [Bug 1211] New: 'pon' command not found, bugzilla-daemon, 10/10/2002

Archive powered by MHonArc 2.6.24.

Top of Page