Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

bprecvfile(1) [debian man page]

BPRECVFILE(1)							  BP executables						     BPRECVFILE(1)

NAME
bprecvfile - Bundle Protocol (BP) file reception utility SYNOPSIS
bprecvfile own_endpoint_ID DESCRIPTION
bprecvfile is intended to serve as the counterpart to bpsendfile. It uses bp_receive() to receive bundles containing file content. The content of each bundle is simply written to a file named "testfileN" where N is the total number of bundles received since the program began running. Use ^C to terminate the program. EXIT STATUS
0 bprecvfile has terminated. FILES
No configuration files are needed. ENVIRONMENT
No environment variables apply. DIAGNOSTICS
The following diagnostics may be issued to the ion.log log file: Can't attach to BP. bpadmin has not yet initialized BP operations. Can't open own endpoint. Another BP application task currently has own_endpoint_ID open for bundle origination and reception. Try again after that task has terminated. If no such task exists, it may have crashed while still holding the endpoint open; the easiest workaround is to select a different source endpoint. bprecvfile bundle reception failed. BP system error. Check for earlier diagnostic messages describing the cause of the error; correct problem and rerun. bprecvfile: can't open test file File system error. bprecvfile terminates. bprecvfile: can't receive bundle content. BP system error. Check for earlier diagnostic messages describing the cause of the error; correct problem and rerun. bprecvfile: can't write to test file File system error. bprecvfile terminates. bprecvfile cannot continue. BP system error. Check for earlier diagnostic messages describing the cause of the error; correct problem and rerun. bprecvfile: can't handle bundle delivery. BP system error. Check for earlier diagnostic messages describing the cause of the error; correct problem and rerun. BUGS
Report bugs to <ion-bugs@korgano.eecs.ohiou.edu> SEE ALSO
bpsendfile(1), bp(3) perl v5.14.2 2012-05-25 BPRECVFILE(1)

Check Out this Related Man Page

BPUTA(1)							 CFDP executables							  BPUTA(1)

NAME
bputa - BP-based CFDP UT-layer adapter SYNOPSIS
bputa DESCRIPTION
bputa is a background "daemon" task that sends and receives CFDP PDUs encapsulated in DTN bundles. The task is spawned automatically by cfdpadmin in response to the 's' command that starts operation of the CFDP protocol; the text of the command that is used to spawn the task must be provided as a parameter to the 's' command. The link service input task is terminated by cfdpadmin in response to an 'x' (STOP) command. EXIT STATUS
0 bputa terminated normally, for reasons noted in the ion.log file. If this termination was not commanded, investigate and solve the problem identified in the log file and use cfdpadmin to restart bputa. 1 bputa terminated abnormally, for reasons noted in the ion.log file. Investigate and solve the problem identified in the log file, then use cfdpadmin to restart bputa. FILES
No configuration files are needed. ENVIRONMENT
No environment variables apply. DIAGNOSTICS
The following diagnostics may be issued to the ion.log log file: CFDP can't attach to BP. bpadmin has not yet initialized BP protocol operations. CFDP can't open own endpoint. Most likely another bputa task is already running. Use cfdpadmin to stop CFDP and restart. CFDP can't get Bundle Protocol SAP. Most likely a BP configuration problem. Use bpadmin to stop BP and restart. bputa can't attach to CFDP. cfdpadmin has not yet initialized CFDP protocol operations. bputa can't dequeue outbound CFDP PDU; terminating. Possible system error. Check ion.log for additional diagnostic messages. bputa can't send PDU in bundle; terminating. Possible system error. Check ion.log for additional diagnostic messages. bputa can't track PDU; terminating. Possible system error. Check ion.log for additional diagnostic messages. bputa bundle reception failed. Possible system error; reception thread terminates. Check ion.log for additional diagnostic messages. bputa can't receive bundle ADU. Possible system error; reception thread terminates. Check ion.log for additional diagnostic messages. bputa can't handle bundle delivery. Possible system error; reception thread terminates. Check ion.log for additional diagnostic messages. bputa can't handle inbound PDU. Possible system error; reception thread terminates. Check ion.log for additional diagnostic messages. BUGS
Report bugs to <ion-bugs@korgano.eecs.ohiou.edu> SEE ALSO
cfdpadmin(1), bpadmin(1) perl v5.14.2 2012-05-25 BPUTA(1)
Man Page