bbFTP
  
Home
Overview
License
Contributors
 
Releases
Download
ChangeLog
 
Documentation
3.2.1
3.2.0
3.1.0
3.0.2
3.0.1
3.0.0
2.2.2
2.2.1
2.2.0
2.1.0
2.0.2
 
Help
BBFTP-L List
    Register
    Archives
FAQ
Error messages
 
Email Us
bbftp@in2p3.fr
  

bbFTP Error messages


1: BBFTP-ERROR-00027 : <a message>
2: BBFTP-ERROR-00037 : No more child
3: BBFTP-ERROR-00052 : Cannot connect to control socket: <socket_id>
4: BBFTP-ERROR-00061: Error waiting MSG_LOGGED_STDIN message
5: BBFTP-ERROR-00061 : Error waiting MSG_OK (on MSG_TRANS_START_V2)
6: BBFTP-ERROR-00062 : Unknown message while waiting for MSG_LOGGED_STDIN
7: BBFTP-ERROR-00100 : <a message>
8: BBFTP-ERROR-00100 : Cannot connect receive socket port XXXXX
9: BBFTP-ERROR-00100 : Connection timed out
10: BBFTP-ERROR-00100 : bbftpd version X.X.X : PAM Error
11: BBFTP-ERROR-00100 : bbftpd version X.X.X : Unable to set uid



1: BBFTP-ERROR-00027 : <a message>
You forgot to run "grid-proxy-init" or your certificate is expired or there is another problem with your certificate. Use the "-V" option to get more messages.


2: BBFTP-ERROR-00037 : No more child
This error means that all the data connections have been closed by the server without the client knowing it. This can be due to a time-out or a network problem on the server side.

3: BBFTP-ERROR-00052 : Cannot connect to control socket: <socket_id>
The server you try to connect to is not running or is not listening on the port specified (or 5021 if not specified). Check if the server is running on the remote host and the port it is listening to. If it is listening on a port which is not 5021, you must specify this port number with the "-w" option.

4: BBFTP-ERROR-00061: Error waiting MSG_LOGGED_STDIN message
For some reason the bbftpd daemon could not be started by SSHD. If bbftpd was linked against dynamic libraries not found in standard paths (eg. /home/me/lib), this path must be added to $LD_LIBRARY_PATH in the $HOME/.ssh/environment file. See your SSH or SSHD manual for more details

5: BBFTP-ERROR-00061 : Error waiting MSG_OK (on MSG_TRANS_START_V2)
If you use the "-n" (simulation) option, add the "-V" (verbose) option and check that the BBFTPD version that is targeted is >= 2.2.0-beta0. Former releases of the server will not understand this feature of the protocol.

6: BBFTP-ERROR-00062 : Unknown message while waiting for MSG_LOGGED_STDIN
This is probably due to output message from sshd.
Check that with the following command:
# ssh <hostname> bbftpd -v
If you get extra output, this is interpreted as bbFTP protocol messages and throw an error.

7: BBFTP-ERROR-00100 : <a message>
The message associated with error 100 is sent by the server.

8: BBFTP-ERROR-00100 : Cannot connect receive socket port XXXXX
Once the control connection is open, the server makes a call-back to these ports which is not accepted because these ports are closed on the client side.

9: BBFTP-ERROR-00100 : Connection timed out
The server has encountered a time-out while reading/writing data from/to the storage system. It is particularily obvious when bbftp tries to read from a mass storage system which needs time to mount cartridge. This error can happen with BBFTP-ERROR-00037 : No more child.

10: BBFTP-ERROR-00100 : bbftpd version X.X.X : PAM Error
You are not running the daemon as root and so it does not have access to PAM resources or bbftp is not configured properly in /etc/pam.conf. If you have AFS on the server, you must build bbftpd with --with-afs. PAM errors are described in /usr/include/security/pam_appl.h.

11: BBFTP-ERROR-00100 : bbftpd version X.X.X : Unable to set uid
The server is not running under root or you.


Last modified on Thu, 07 Feb 2013 16:27:24 +0000
This page was generated in Python using ht2html