Our features site is undergoing a refresh! Be sure to explore the revamped site and discover our latest product roadmap launching here on Monday, March 18th.

When a Transfer is Aborted Provide a Message Indicating the Transfer is Currently Being Aborted.

jcnewton shared this idea 9 years ago
Open Discussion

Currently, after a transfer has been aborted there is no output message when returning to the screen that shows that this is occurring. The Transfer Tool simply continues to shows that the process is running.

Stracing the pid of the running process appears to be the only way to know if a process is actually being aborted.

  1. restart_syscall(<... resuming interrupted call ...>) = 0

    stat("/var/cpanel/transfer_sessions/748186223copya20150623071326y4bcGvAA/pause",

    0x7f9eb3286880) = -1 ENOENT (No such file or directory)

    stat("/var/cpanel/transfer_sessions/748186223copya20150623071326y4bcGvAA/.pause",

    0x7f9eb3286880) = -1 ENOENT (No such file or directory)

    stat("/var/cpanel/transfer_sessions/748186223copya20150623071326y4bcGvAA/abort",

    0x7f9eb3286880) = -1 ENOENT (No such file or directory)

    stat("/var/cpanel/transfer_sessions/748186223copya20150623071326y4bcGvAA/.abort",

    0x7f9eb3286880) = -1 ENOENT (No such file or directory)

    sendto(5, "}\0\0\0\3select state,pid,type from "..., 129, MSG_NOSIGNAL, NULL, 0) = 129

It would beneficial to know when an account is in the process of being aborted. This would ensure that our customers are aware of this behavior.

Leave a Comment
 
Attach a file