Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

file_driver(3) [debian man page]

Globus XIO File Driver(3)					    globus xio						 Globus XIO File Driver(3)

NAME
Globus XIO File Driver - Modules Opening/Closing Reading/Writing Env Variables Attributes and Cntls Types Error Types Detailed Description The File I/O driver. Author Generated automatically by Doxygen for globus xio from the source code. Version 3.3 Mon Apr 30 2012 Globus XIO File Driver(3)

Check Out this Related Man Page

Error Types(3)						       globus xio gsi driver						    Error Types(3)

NAME
Error Types - Enumerations enum globus_xio_gsi_error_t { GLOBUS_XIO_GSI_ERROR_INVALID_PROTECTION_LEVEL, GLOBUS_XIO_GSI_ERROR_WRAP_GSSAPI, GLOBUS_XIO_GSI_ERROR_EMPTY_TARGET_NAME, GLOBUS_XIO_GSI_ERROR_EMPTY_HOST_NAME, GLOBUS_XIO_GSI_AUTHORIZATION_FAILED, GLOBUS_XIO_GSI_ERROR_TOKEN_TOO_BIG } Detailed Description The GSI driver uses mostly GSSAPI calls, so it generally just wraps the underlying GSSAPI errors or uses generic xio errors. See also: globus_xio_driver_error_match () globus_error_gssapi_match () globus_error_match_openssl_error () Enumeration Type Documentation enum globus_xio_gsi_error_t GSI driver specific error types. Enumerator: GLOBUS_XIO_GSI_ERROR_INVALID_PROTECTION_LEVEL Indicates that the established context does not meet the required protecetion level. GLOBUS_XIO_GSI_ERROR_WRAP_GSSAPI Wraps a GSSAPI error. GLOBUS_XIO_GSI_ERROR_EMPTY_TARGET_NAME Indicates that GLOBUS_XIO_GSI_IDENTITY_AUTHORIZATION is set but that the target name is empty. GLOBUS_XIO_GSI_ERROR_EMPTY_HOST_NAME Indicates that GLOBUS_XIO_GSI_HOST_AUTHORIZATION is set but that no host name is available. GLOBUS_XIO_GSI_AUTHORIZATION_FAILED Indicates that the peer is not authorized. GLOBUS_XIO_GSI_ERROR_TOKEN_TOO_BIG Indicates the the token being read is too big. Usually happens when someone tries to establish a non secure session with a endpoint that expects security Author Generated automatically by Doxygen for globus xio gsi driver from the source code. Version 2.3 Mon Apr 30 2012 Error Types(3)
Man Page

6 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

how to use truss?

Hi all, while trying to debug and figure out why a lofiadm command was not working on my script, i came across a cmd called "truss" all i know about it is that it executes the specified command and produces a trace of the system calls it performs, the signals it receives, and the machine faults... (5 Replies)
Discussion started by: wrapster
5 Replies

2. Solaris

Directory size larger than file system size?

Hi, We currently have an Oracle database running and it is creating lots of processes in the /proc directory that are 1000M in size. The size of the /proc directory is now reading 26T. How can this be if the root file system is only 13GB? I have seen this before we an Oracle temp file... (6 Replies)
Discussion started by: sparcman
6 Replies

3. Homework & Coursework Questions

How to approach Julian date?

Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted! 1. The problem statement, all variables and given/known data: This function is given the day, month and year and returns the Julian date. The Julian date is the... (1 Reply)
Discussion started by: mgyeah
1 Replies

4. Programming

Dataset Library for C?

I am looking for an opensource dataset library for C. Something equivalent to ADO.Net. Specifically, I am looking for the following features: 1. Create a Dataset from a file (XML or CSV). 2. Create a Dataset from a select query using an ODBC connection. 3. Load a created Dataset into a... (1 Reply)
Discussion started by: a_programmer
1 Replies

5. UNIX for Dummies Questions & Answers

[SOLVED] Piping Problem

Hey, I want to create a new file (devices) with the 39th and the 40th character of the line wich is in the array line and in the file drivers. But unfortunately my try doesn't work: sed -n '$linep' drivers | cut -c 39-40 | echo >>devices Perhaps one of you can help me. Thank you! emoly ... (0 Replies)
Discussion started by: emoly
0 Replies

6. Solaris

X-Server can not be started on display 0

hi , I have install Oracle solaris 10 8/11 on intel core i5 server. But its not opening in graphic mode showing message X-Server can not be started on display ... (EE) Unable to locate/open config file Drivers to try are: "intel" "i810" "fbdev" "vesa" vga" (EE) failed to load module "dri"... (3 Replies)
Discussion started by: zeeshan047
3 Replies