taskmldonkey, a multi-networks file-sharing client - Tasks: task #4197, Expect scripts

 
 

You are not allowed to post comments on this tracker with your current authentication level.

task #4197: Expect scripts

Submitter:  None
Submitted:  Sun 29 May 2005 11:55:17 PM UTC
   
 
Category:  Tools Priority:  1 - Later
Status:  Postponed Assigned to:  None
Open/Closed:  Open Should Start On:  Mon 30 May 2005 12:00:00 AM UTC
Should be Finished on:  Mon 30 May 2005 12:00:00 AM UTC

Sun 29 May 2005 11:55:17 PM UTC, comment #3: 

This item has been reassigned from the project mldonkey, a multi-networks file-sharing client patch tracker to your tracker.

The original report is still available at patch #2732

Following are the information included in the original report:

[field #0]                  Item ID: 2732
[field #1]                 Group ID: 1409
[field #2]              Open/Closed: Open
[field #3]                 Severity: 3 - Normal
[field #4]                  Privacy: Public
[field #5]                 Category: Improved interfaces
[field #6]             Submitted by: None
[field #7]              Assigned to: None
[field #8]             Submitted on: Die 02.03.2004 um 22:28
[field #9]                  Summary: Expect scripts
[field #10]      Original Submission: expect -f mlnet_shut.expect
usefull for cron
[field #12]               Item Group: None
[field #13]                   Status: Postponed
[field #14]        Component Version: None
[field #15]         Platform Version: None
[field #16]          Reproducibility: None
[field #17]               Size (loc): None
[field #18]            Fixed Release: None
[field #19]          Planned Release: None
[field #20]                   Effort: 0.00
[field #24]                 Priority: 1 - Later
[field #27]         Percent Complete: 0%
[field #29]                  Release: None
[field #32]         Originator Email: megabob@fnac.net
[field #54]     Custom Select Box #1: None
[field #55]     Custom Select Box #2: None
[field #56]     Custom Select Box #3: None
[field #57]     Custom Select Box #4: None
[field #58]     Custom Select Box #5: None
[field #59]     Custom Select Box #6: None
[field #60]     Custom Select Box #7: None
[field #61]     Custom Select Box #8: None
[field #62]     Custom Select Box #9: None
[field #63]    Custom Select Box #10: None

spiralvoice <spiralvoice>
Group administrator
Fri 15 Apr 2005 08:52:59 PM UTC, comment #2: 

This is a small expect script I use to stop the mldonkey core. XXXXXX is your password for the user admin if any, if none leave this line and the next out:

#!/usr/bin/expect -f
#
set timeout -1
spawn telnet 127.0.0.1 4000
match_max 100000
expect "MLdonkey command-line:"
send -- "auth XXXXXX\r"
expect "Full access enabled\r"
send -- "save\r"
expect "saved\r"
send -- "kill\r"
expect eof

Anonymous
Sun 23 Jan 2005 12:56:21 PM UTC, comment #1: 

i think it is good to have a variety of scripts for mldonkey distributed with the binaries and sources, but first the build system should be a bit cleaner

Amorphous <amorphous>
Sun 29 May 2005 11:55:17 PM UTC, original submission:  

expect -f mlnet_shut.expect
usefull for cron

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #3642:  mlnet_shut.expect added by None (233B - application/octet-stream - Expect script for shutting down mldonkey)

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 4 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2006-03-06 spiralvoice CategoryNone Tools
2005-06-25 spiralvoice SummaryReassigned item: Expect scripts Expect scripts
2005-05-30 spiralvoice StatusNone Postponed
2005-05-29 spiralvoice Reassign itemFrom group mldonkey, a multi-networks file-sharing client, patch tracker To group mldonkey, a multi-networks file-sharing client, task tracker

Back to the top

Powered by Savane 3.13-f8d8.
Corresponding source code