Files in database or in a shared filesystem

Hi, I have a cluster of application servers whose nodes have to access the same files. I have to take the decision of use an Oracle database or to use a shared filesystem to store these files. From a developer point of view I know the reasons to use one and not the other but from an system point of view I don't know which is better.
Any help??
Thanks in advance

Shared filesystems aren't common and they aren't cheap.
Backups and administration of shared filesystems usually are more complex than for standard filesystems.
However, both choices might be reasonable depending on the application. I don't know that either one could be described as "better" without more context about the system and the administrators that run it.
Darren

Similar Messages

  • Use ASM for Shared Filesystem Loader location?

    Is it possible to use space on ASM-managed disks for the Shared Filesystem Loader directory on a Grid Control running on two servers with RAC? If not should NFS be used?

    user2528460 wrote:
    Is it possible to use space on ASM-managed disks for the Shared Filesystem Loader directory on a Grid Control running on two servers with RAC? If not should NFS be used?What is Oracle version ? Its not possible to store files on ASM.
    Yes .. you can use NFS and OCFS.
    http://my.safaribooksonline.com/book/databases/oracle/9780071634229/preparing-and-installing-the-environment/39
    http://www.filibeto.org/sun/lib/nonsun/oracle/10.2.0.1.0/B19306_01_200702/em.102/b16242/configs.htm#BACDCGIJ
    Regards
    Rajesh

  • Error while retreiving xml file from database

    Hi-
    I am trying to configure Planning and getting the following error message at instance configuration step:
    "Error while retreiving xml file from database"
    We looked at PlanningSystemDB.properties, changes server name to its ip, reinstalled planning, made sure both auth methods are selected (sql server and windows), created new relational repository.. still the same error.
    Here is the contents of the configtool error file:
    (Dec 11, 2008, 04:36:44 PM), com.hyperion.planning.PIRegistrationPanelManager, ERROR, Exception :Error while retreiving xml file from database.
    (Dec 11, 2008, 04:37:09 PM), com.hyperion.planning.PIRegistrationPanelManager, ERROR, Exception :Error while retreiving xml file from database.
    (Dec 11, 2008, 04:38:41 PM), com.hyperion.planning.PIRegistrationPanelManager, ERROR, Exception :Error while retreiving xml file from database.
    (Dec 11, 2008, 04:39:07 PM), com.hyperion.planning.PIRegistrationPanelManager, ERROR, Exception :Error while retreiving xml file from database.
    (Dec 11, 2008, 04:39:12 PM), com.hyperion.planning.PIRegistrationPanelManager, ERROR, Exception :Error while retreiving xml file from database.
    (Dec 11, 2008, 04:39:22 PM), com.hyperion.planning.PIRegistrationPanelManager, ERROR, Exception :Error while retreiving xml file from database.
    (Dec 11, 2008, 04:40:46 PM), com.hyperion.cis.config.CmsRegistrationUtil, ERROR, Failed to authenticate user = admin
    (Dec 11, 2008, 04:41:05 PM), com.hyperion.cis.config.CmsRegistrationUtil, ERROR, Failed to authenticate user = admin
    (Dec 11, 2008, 04:48:28 PM), com.hyperion.cis.DBConfigurator, ERROR, Invalid SQL statement: begin transaction IF EXISTS (select * from sysobjects where id = object_id(N'[HSPSYS_PROPERTIES]') and OBJECTPROPERTY(id, N'IsUserTable') = 1) DROP TABLE HSPSYS_PROPERTIES IF EXISTS (select * from sysobjects where id = object_id(N'[HSPSYS_APP_CLUSTER_DTL]') and OBJECTPROPERTY(id, N'IsUserTable') = 1) DROP TABLE HSPSYS_APP_CLUSTER_DTL IF EXISTS (select * from sysobjects where id = object_id(N'[HSPSYS_APPLICATION]') and OBJECTPROPERTY(id, N'IsUserTable') = 1) DROP TABLE HSPSYS_APPLICATION IF EXISTS (select * from sysobjects where id = object_id(N'[HSPSYS_DATASOURCE]') and OBJECTPROPERTY(id, N'IsUserTable') = 1) DROP TABLE HSPSYS_DATASOURCE IF EXISTS (select * from sysobjects where id = object_id(N'[HSPSYS_CLUSTER]') and OBJECTPROPERTY(id, N'IsUserTable') = 1) DROP TABLE HSPSYS_CLUSTER IF EXISTS (select * from sysobjects where id = object_id(N'[HSP_ACTION]') and OBJECTPROPERTY(id, N'IsUserTable') = 1) DROP TABLE HSP_ACTION IF EXISTS (select * from sysobjects where id = object_id(N'[HSPSYS_PI_INFO]') and OBJECTPROPERTY(id, N'IsUserTable') = 1) DROP TABLE HSPSYS_PI_INFO commit begin transaction CREATE TABLE HSP_ACTION ( ID INTEGER NOT NULL IDENTITY, CONSTRAINT PK_HSP_ACTION PRIMARY KEY(ID) , FROM_ID INTEGER, TO_ID INTEGER, ACTION_ID INTEGER, OBJECT_TYPE INTEGER, PRIMARY_KEY VARCHAR(255), ACTION_TIME DATETIME ); CREATE TABLE HSPSYS_CLUSTER ( CLUSTER_ID INTEGER NOT NULL, NAME VARCHAR(255) NOT NULL, DESCRIPTION VARCHAR(255), CONSTRAINT PK_HSPCLUSTER PRIMARY KEY(CLUSTER_ID) ); CREATE TABLE HSPSYS_DATASOURCE ( DATASOURCE_ID INTEGER NOT NULL, NAME VARCHAR(255) NOT NULL, DESCRIPTION VARCHAR(255), APP_ID INTEGER, RDB_SERVER_URL VARCHAR(255), RDB_TYPE VARCHAR(255) NOT NULL, RDB_CATALOG_NAME VARCHAR(255) NOT NULL, RDB_USER VARCHAR(255) NOT NULL, RDB_PASSWORD VARCHAR(255), RDB_DRIVER VARCHAR(255) NOT NULL, ESS_SERVER VARCHAR(255) NOT NULL, ESS_USER VARCHAR(255) NOT NULL, ESS_PASSWORD VARCHAR(255), CONSTRAINT PK_HSPDTASRC PRIMARY KEY(DATASOURCE_ID) ); CREATE TABLE HSPSYS_APPLICATION ( APP_ID INTEGER NOT NULL, NAME VARCHAR(255) NOT NULL, DESCRIPTION VARCHAR(255), DATASOURCE_ID INTEGER NOT NULL, CONSTRAINT FK_HSPAPP_DSID FOREIGN KEY(DATASOURCE_ID) REFERENCES HSPSYS_DATASOURCE, VERSION VARCHAR(255) NOT NULL, CONSTRAINT PK_HSPAPP PRIMARY KEY(APP_ID) ); CREATE TABLE HSPSYS_APP_CLUSTER_DTL ( APP_ID INTEGER NOT NULL , CONSTRAINT FK_HSP_APP_ID FOREIGN KEY (APP_ID) REFERENCES HSPSYS_APPLICATION , CLUSTER_ID INTEGER NOT NULL, CONSTRAINT FK_HSPCS_CLID FOREIGN KEY(CLUSTER_ID) REFERENCES HSPSYS_CLUSTER, CONSTRAINT PK_APP_CLSTR_DTL PRIMARY KEY(CLUSTER_ID, APP_ID) ); CREATE TABLE HSPSYS_PROPERTIES ( PROPERTY_ID INTEGER NOT NULL, OBJECT_ID INTEGER NOT NULL, PROPERTY_NAME VARCHAR(255) NOT NULL, PROPERTY_VALUE VARCHAR(255), CONSTRAINT PK_HSPPROP PRIMARY KEY(PROPERTY_ID, OBJECT_ID, PROPERTY_NAME) ); CREATE TABLE HSPSYS_PI_INFO ( XML_FILE NTEXT NOT NULL ); commit
    (Dec 11, 2008, 04:50:32 PM), com.hyperion.planning.PIRegistrationPanelManager, ERROR, Exception :Error while retreiving xml file from database.
    Thanks for any help.

    After spending 2+ hrs with Hyperion Support nothing got resolved.. Just to give more background on this problem, we originally reconfigured all Hyperion components to use different SQL server, that is when the problem started happening as soon as we got to Planning Instance Configuration. Could this be the situations when old server name is still somewhere in the system?.. Could this be Shared Services problem.
    Here is another quote from SharedServices_Security.log
    2008-12-12 15:08:48,249 [http-58080-Processor1] WARN com.hyperion.css.spi.impl.nv.NativeProvider.getHierarchicalRoleTree(Unknown Source) - Exception getting Child Roles in hierarchy due to Illegal or invalid id.dflt passed in. Please check the argument.
    2008-12-12 15:31:18,121 [main] WARN com.hyperion.css.common.configuration.CSSConfigurationImplXML.<init>(Unknown Source) - Skipping the validation of the configuration because the required validating parser library not found or errors in validation. This does not guarantee the proper initialization of the component.
    2008-12-12 15:31:29,808 [Thread-8] WARN com.hyperion.css.spi.impl.msad.MSADCacheUpdater.resolveCircularDependency(Unknown Source) - INFO: Time to resolve circular dependency on the Cache for provider: DIPORTAL is : 0
    2008-12-12 15:31:29,808 [Thread-8] WARN com.hyperion.css.spi.impl.msad.MSADCacheUpdater.refreshProviderCache(Unknown Source) - INFO: Time to build Cache for provider: DIPORTAL in millis is : 1016
    2008-12-12 15:31:30,823 [main] WARN com.hyperion.css.CSSAPIImpl.initialize(Unknown Source) - The system has already been configured; skipping attempt to configure the system again with the new config file /F:/Hyperion/deployments/Tomcat5/SharedServices9/config/CSS.xml.
    2008-12-12 15:31:41,229 [http-58080-Processor4] ERROR com.hyperion.css.CSSAPIImpl.initialize(Unknown Source) - Unable to get CSS.xml file or the file may be read only
    2008-12-12 15:31:41,229 [http-58080-Processor4] WARN com.hyperion.css.CSSAPIImpl.initialize(Unknown Source) - The system has already been configured; skipping attempt to configure the system again with the new config file /null.
    2008-12-12 15:38:01,938 [main] WARN com.hyperion.css.common.configuration.CSSConfigurationImplXML.<init>(Unknown Source) - Skipping the validation of the configuration because the required validating parser library not found or errors in validation. This does not guarantee the proper initialization of the component.
    2008-12-12 15:38:13,454 [Thread-8] WARN com.hyperion.css.spi.impl.msad.MSADCacheUpdater.resolveCircularDependency(Unknown Source) - INFO: Time to resolve circular dependency on the Cache for provider: DIPORTAL is : 0
    2008-12-12 15:38:13,454 [Thread-8] WARN com.hyperion.css.spi.impl.msad.MSADCacheUpdater.refreshProviderCache(Unknown Source) - INFO: Time to build Cache for provider: DIPORTAL in millis is : 813
    2008-12-12 15:38:35,453 [main] WARN com.hyperion.css.CSSAPIImpl.initialize(Unknown Source) - The system has already been configured; skipping attempt to configure the system again with the new config file /F:/Hyperion/deployments/Tomcat5/SharedServices9/config/CSS.xml.
    2008-12-12 15:42:09,776 [http-58080-Processor3] ERROR com.hyperion.css.CSSAPIImpl.initialize(Unknown Source) - Unable to get CSS.xml file or the file may be read only
    2008-12-12 15:42:09,776 [http-58080-Processor3] WARN com.hyperion.css.CSSAPIImpl.initialize(Unknown Source) - The system has already been configured; skipping attempt to configure the system again with the new config file /null.
    2008-12-12 15:42:09,776 [http-58080-Processor2] ERROR com.hyperion.css.CSSAPIImpl.initialize(Unknown Source) - Unable to get CSS.xml file or the file may be read only
    2008-12-12 15:42:09,776 [http-58080-Processor2] WARN com.hyperion.css.CSSAPIImpl.initialize(Unknown Source) - The system has already been configured; skipping attempt to configure the system again with the new config file /null.

  • "Error retrieving xml file from database"

    Hello All,
    I have installed and configured planning with Shared services. While I try to create an instance in Configuration Utility by entering the Instance Name, Host Name, Port (8300) and Click "Next", I get this error -
    *"System failure:Error retrieving xml file from database".*
    My RDBMS is - SQL Server 2005
    OS - Windows 2003 Server
    I am unable to work on planning for few months due to this error.. I would sincerely appreciate if someone can provide me a solution for this..
    Thanks much,
    Varma.

    Hi,
    Ive seen this before.
    If this is a new environment could you create a blank database and configure it as your System database? Then try again and you should be fine.
    I think you may have some invalid entries in your sys database.
    Seb
    www.taysols.com.au

  • Product Instance Registration Error: "System Failure: Error while retrieving xml file from database"

    Hi S9 installation Gurus,
    Please try to resolve this long awaited issue with Planning installation as this is purely configuration related issue.
    Detail of Problem:-
    After Susessful configuration of
    1) Foundation Services (Hyperion Shared Services)
    2) Essbase administration services
    3) Essbase Server
    4) Hyperion reporting and analysis
    5) Planning -----> Product options, Register with shared services, configure database, deploy to application server (Appache)
    Error Point: when i tick ckeck box in front of Product instance registration
    click next
    create instance
    click next
    instance name-Plan1
    Web tier host name: my machine name (neeraj-pc, as i installed locally all component of hyperion)
    server port: 8300 (system suggesting)
    tick on active instance
    click next
    Error Pop Up "System Failure: Error while retrieving xml file from database"
    Details of PlanningSystemDB (file :- \Hyperion\common\config\PlanningSystemDB.properties)
    SYSTEM_DB_DRIVER=hyperion.jdbc.sqlserver.SQLServerDriver
    SYSTEM_DB_URL=jdbc:hyperion:sqlserver://neeraj-PC:1433
    SYSTEM_DB_USER=puser
    SYSTEM_DB_PASSWORD=GGAKFJ
    SYSTEM_DB_CATALOG=p1db
    SYSTEM_DB_TYPE=SQL
    INSTANCE=
    Note: puser (SQL Authenticated user)
    Thanks
    Kumar
    Edited by: user10385300 on Dec 4, 2008 5:44 AM

    This has been resolved at :- Product Instance Registration Error Message: "System Failure: Error while retrieving xml file from database"
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • With Multiple Management Services, How BIg Is Your Shared Filesystem?

    I am installing Grid Control 11.1 with multiple OMSs. Oracle uses a shared filesystem in this configuration for load balancing and fault tolerance. I want to know from anyone who has installed multiple OMSs: how much storage does Grid Contorl use in the shared file system in your implementation. Please also state how many targets are monitored. Thanks.

    The size of the shared location is dependent upon:
    1. How quickly agent files are processed - If your OMS are going to be down for awhile, size the location to support storing the files until processing can being and catch-up. The files are small but depending on the number of targets this can add up.
    2. Usage of provisioning - Ensure you size to support all the various files used in your provisioning
    We have several hundred targets, two OMS, and make limited usage of provisioning (software and agent installation images). We allocated an NFS share of 50GB but typical usage is <20GB, with 95% of that is due to the provisioning files.

  • Webutil to move files for database bfile

    Our application (ported from Forms 6i) uses bfiles in the database as one means of storing binary files in the database. One limitation was the fact we had to create a wide-open file share for the directory that files were copied to.
    Now that we are using WebUtil, it seems like the desktop no longer needs the open share, but the midtier server now does.
    Can this be done in such a way that the files can get to the database server directly without resorting to file sharing on systems?

    Actually, our application support blobs and bfiles, so we already do both. It's just that the bfiles wind up being local to the midtier, so we have to create a share directory on the db host, so when Forms (using webutil now) drops off the files, the database then has it local.
    I was kind of hoping someone has done this and would share some code.

  • Mount encrypted DMG and share as a shared filesystem over afp

    I am trying to share the hfs+ filesystem that resides on an encrypted .dmg file.   When trying to share the filesystem the only one that can mount this system is the person that mounted it on the localsytem.   Is there a limitation on mounting .dmg and sharing the filesystem or is there a trick that i don't know.   The end result should be a work group with an encrypted share.
    Thanks

    Try creating a disk image on your Desktop. If you have the same problem with it, do as follows.
    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, by a peripheral device, or by corruption of certain system caches. 
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode and log in to the account with the problem. Note: If FileVault is enabled on some models, or if a firmware password is set, or if the boot volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including sound output and  Wi-Fi on certain iMacs. The next normal boot may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin. Test while in safe mode. Same problem? After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of the test.

  • Help needed in reading text file to database table

    Hello experts,
    i have to insert the values from the column of this text file and insert them in my database table.
    I have done a few file to table insertions but i'm having some trouble with this one.
    Any suggestions plz
    thanks
    liab_report      1.00                                                                                                                              Page: 1
    CDC:00537 / Mon Jun-21-2010                           LIABILITY REPORT                               Mon Jun-21-2010 22:06:26
    DRAW    1; SET    1;  November 7, 2009
                         TOTAL       PAID ON         TOTAL    EXPIRED ON         TOTAL    FRAC   OUTSTANDING
                       WINNERS      06/21/10          PAID      06/21/10       EXPIRED   ROUND
      DIVISION          AMOUNT        AMOUNT        AMOUNT        AMOUNT        AMOUNT  AMOUNT        AMOUNT
        Div1              0.00          0.00          0.00          0.00          0.00    0.00          0.00
        Div2         701040.00          0.00     660146.00          0.00      40894.00    0.00          0.00
        Div3        1444128.00          0.00    1330056.00          0.00     114072.00    0.00          0.00
        Div4        4711900.00          0.00    3889700.00          0.00     822200.00    0.00          0.00
                    6857068.00          0.00    5879902.00          0.00     977166.00    0.00          0.00
    DRAW    2; SET    1;  November 14, 2009
                         TOTAL       PAID ON         TOTAL    EXPIRED ON         TOTAL    FRAC   OUTSTANDING
                       WINNERS      06/21/10          PAID      06/21/10       EXPIRED   ROUND
      DIVISION          AMOUNT        AMOUNT        AMOUNT        AMOUNT        AMOUNT  AMOUNT        AMOUNT
        Div1              0.00          0.00          0.00          0.00          0.00    0.00          0.00
        Div2         817817.00          0.00     817817.00          0.00          0.00    0.00          0.00
        Div3        1687405.00          0.00    1611742.00          0.00      75663.00    0.00          0.00
        Div4        3402100.00          0.00    3034200.00          0.00     367900.00    0.00          0.00
                    5907322.00          0.00    5463759.00          0.00     443563.00    0.00          0.00
    DRAW    3; SET    1;  November 21, 2009
                         TOTAL       PAID ON         TOTAL    EXPIRED ON         TOTAL    FRAC   OUTSTANDING
                       WINNERS      06/21/10          PAID      06/21/10       EXPIRED   ROUND
      DIVISION          AMOUNT        AMOUNT        AMOUNT        AMOUNT        AMOUNT  AMOUNT        AMOUNT
        Div1              0.00          0.00          0.00          0.00          0.00    0.00          0.00
        Div2         779933.00          0.00     769804.00          0.00      10129.00    0.00          0.00
        Div3        1605548.00          0.00    1525104.00          0.00      80444.00    0.00          0.00
        Div4        4891700.00          0.00    4256800.00          0.00     634000.00    0.00        900.00
                    7277181.00          0.00    6551708.00          0.00     724573.00    0.00        900.00

    Plz clarify whether u want to load text file as a file into database or value of this text file into database. If values are to be loaded from this text file, U can better format the text file and use SQL loader to load the file into database. By formatting the database, i mean remove the unnecessary headings and characters, kee only the values to be loaded idelimited by ' '(space) or ','(comma). Create a control file and load it into the target table.

  • How do I drag and drop files between computers when using Home Sharing in ITunes?

    How can I drag music files between computers while using Home Sharing? An older version of ITunes had a Home Sharing icon in the column browser near the playlist so it was easy to drag and drop.

    Hello cacalenni,
    Thanks for using the Apple Support Communities. I understand that you wish to learn how to import songs using Home Sharing in the new iTunes. The following resource should assist you in doing so:
    iTunes 12 for Mac: Use Home Sharing to import items from another iTunes library
    http://support.apple.com/kb/PH19614
    Cheers,
    Matt M.

  • How to save pdf file in database

    Dear All,
    my application is forms 6i and database is 8i,requirement is that how to save pdf file in database and users can view through forms

    I'll apologize up front for the length of this post. I have a few database procedures I created that write a file to a BLOB column in a table as well as retrieve the BLOB from the column after it stored there. I have successfully stored many different types of binary file to the database using these procedures - including PDF files. I have not used these procedures in a Form so I can confirm that they will work, but theoretically they should work. I'm including the code for each procedure in this posting - hence the apology for the long post! :-)
    Also, since these procedures reside on the database you will need to use Forms TEXT_IO built-in package to write your file to the server before you can use these procedures to store and retrieve the file from the database.
    These procedures reads and writes a binary file to a table called "LOB_TABLE." You will need to modify the procedure to write to your table.
    -- Author :  Craig J. Butts (CJB)
    -- Name   :  load_file_to_blob.sql
    --        :  This procedure uses an Oracle Directory called "IN_FILE_LOC".  If you
    --           already have a directory defined in the database or would prefer to use
    --           a different Directory name, make sure you modify line 21 to reflect the
    --           new Directory name.
    -- ==================================================================================
    -- History
    -- DATE        WHO         DESCRIPTION
    -- 12/11/07    CJB         Created.
    CREATE OR REPLACE PROCEDURE load_file_to_blob (p_filename IN VARCHAR2) IS
       out_blob    BLOB;
       in_file     BFILE;
       blob_length INTEGER;
       vErrMsg     VARCHAR2(2000);
    BEGIN
       -- set the in_file
       in_file := BFILENAME('IN_FILE_LOC',p_filename);
       -- Get the size of the file
       dbms_lob.fileopen(in_file, dbms_lob.file_readonly);
       blob_length := dbms_lob.getlength(in_file);
       dbms_lob.fileclose(in_file);
       -- Insert a new Record into the tabel containing the
       -- filename specified in P_FILENAME and a LOB_LOCATOR.
       -- Return the LOB_LOCATOR and assign it to out_blob.
       INSERT INTO lob_table (filename, blobdata)
          VALUES (p_filename, EMPTY_BLOB())
          RETURNING blobdata INTO out_blob;
       -- Load the file into the database as a blob.
       dbms_lob.open(in_file, dbms_lob.lob_readonly);
       dbms_lob.open(out_blob, dbms_lob.lob_readwrite);
       dbms_lob.loadfromfile(out_blob, in_file, blob_length);
       -- Close handles to blob and file
       dbms_lob.close(out_blob);
       dbms_lob.close(in_file);
       commit;
       -- Confirm insert by querying the database
       -- for Lob Length information and output results
       blob_length := 0;
       BEGIN
          SELECT dbms_lob.getlength(blobdata) into blob_length
            FROM lob_table
           WHERE filename = p_filename;
       EXCEPTION WHEN OTHERS THEN
          vErrMsg := 'No data Found';
       END;
       vErrMsg := 'Successfully inserted BLOB '''||p_filename||''' of size '||blob_length||' bytes.';
       dbms_output.put_line(vErrMsg);
    END;
    -- Author   :  Craig J. Butts (CJB)
    -- Name     :  write_blob_to_file.sql
    -- Descrip  :  This procedure takes a BLOB object from a database table and writes it
    --             to the file system
    -- ==================================================================================
    -- History
    -- DATE        WHO         DESCRIPTION
    -- 12/11/07    CJB         Created.
    CREATE OR REPLACE PROCEDURE write_blob_to_file ( p_filename IN VARCHAR2 ) IS
       v_blob      BLOB;
       blob_length INTEGER;
       out_file    UTL_FILE.FILE_TYPE;
       v_buffer    RAW(32767);
       chunk_size  BINARY_INTEGER := 32767;
       blob_position INTEGER := 1;
       vErrMsg     VARCHAR2(2000);
    BEGIN
       -- Retrieve the BLOB for reading
       BEGIN
          SELECT blobdata
            INTO v_blob
            FROM lob_table
           WHERE filename = p_filename;
       EXCEPTION WHEN OTHERS THEN
          vErrMsg := 'No data found';
       END;
       -- Retrieve the SIZE of the BLOB
       blob_length := DBMS_LOB.GETLENGTH(v_blob);
       -- Open a handle to the location where you are going to write the blob
       -- Note:  The 'WB' parameter means "Write in Byte Mode" and is only
       --          available in the UTL_FILE pkg with Oracle 10g or later.
       --        USE 'W' instead for pre Oracle 10q databases.
       out_file := UTL_FILE.FOPEN('OUT_FILE_LOC',p_filename, 'wb', chunk_size);
       -- Write the BLOB to the file in chunks
       WHILE blob_position <= blob_length LOOP
          IF ( ( blob_position + chunk_size - 1 ) > blob_length ) THEN
             chunk_size := blob_length - blob_position + 1;
          END IF;
          dbms_lob.read(v_blob, chunk_size, blob_position, v_buffer );
          UTL_FILE.put_raw ( out_file, v_buffer, TRUE);
          blob_position := blob_position + chunk_size;     
       END LOOP;  
    END;Hope this helps.
    Craig...
    -- If my response or the response of another is helpful or answers your question please mark the response accordingly. Thanks!

  • Product Instance Registration Error Message: "System Failure: Error while retrieving xml file from database"

    Hi Planning installation Gurus,
    Did u get any luck to resolve this problem as i am also facing same problem "Error creating instance" during install of Planning 9.3.1. i tried 30-50 times reconfiguration every time same problem..
    OS: Vista Premium
    SQL Server 2005
    Essbase:9.3.1
    Error Message: "System Failure: Error while retrieving xml file from database"
    Details of error:::::::::::::::::::::::::
    at com.hyperion.planning.event.HspSysExtChangeHandler.run(Unknown Source
    Can not get JDBC connection for SYS external changed actions.
    Can not get JDBC connection.
    java.lang.NullPointerException
    at com.hyperion.planning.sql.HspSQLImpl.getConnection(Unknown Source)
    at com.hyperion.planning.event.HspSysExtChangeHandler.actionPoller(Unkno
    wn Source)
    at com.hyperion.planning.event.HspSysExtChangeHandler.run(Unknown Source
    Can not get JDBC connection for SYS external changed actions.
    Can not get JDBC connection.
    java.lang.NullPointerException
    at com.hyperion.planning.sql.HspSQLImpl.getConnection(Unknown Source)
    at com.hyperion.planning.event.HspSysExtChangeHandler.actionPoller(Unkno
    wn Source)
    at com.hyperion.planning.event.HspSysExtChangeHandler.run(Unknown Source
    Can not get JDBC connection for SYS external changed actions.
    Can not get JDBC connection.
    Pls provide Solution

    Hi John,
    though i am trying with SQl server authentication with different user but still status is same of planningSystemDB.properties
    SYSTEM_DB_DRIVER=hyperion.jdbc.sqlserver.SQLServerDriver
    SYSTEM_DB_URL=jdbc:hyperion:sqlserver://neeraj-PC:1433
    SYSTEM_DB_USER=windowsAuthentication
    SYSTEM_DB_PASSWORD=CAFBAEFNBGEAABHEDOADFKADACBGBIFHBLCDFBAFFH
    SYSTEM_DB_CATALOG=plandb
    SYSTEM_DB_TYPE=SQL
    INSTANCE=
    my steps:
    Using SQL Server Management Studio
    Changed Widows authentication to SQL server authentication mode
    In SQL Server Management Studio Object Explorer, right-click the server, and then click Properties.
    On the Security page, under Server authentication, select the new server authentication mode, and then click OK.
    In the SQL Server Management Studio dialog box, click OK to acknowledge the requirement to restart SQL Server.
    In SQL Server Management Studio Object Explorer, right-click the server, and then click Properties.
    On the Security page, under Server authentication, select the new server authentication mode, and then click OK.
    In the SQL Server Management Studio dialog box, click OK to acknowledge the requirement to restart SQL Server.
    To restart SQL Server from SQL Server Management Studio
    To enable the sa login by using Management Studio
    In Object Explorer, expand Security, expand Logins, right-click sa, and then click Properties.
    On the General page, you might have to create and confirm a password for the sa login.
    On the Status page, in the Login section, click Enabled, and then click OK.
    In Object Explorer, expand Security, expand Logins, right-click sa, and then click Properties.
    On the General page, you might have to create and confirm a password for the sa login.
    On the Status page, in the Login section, click Enabled, and then click OK.}}}
    anything else should i change.................

  • System Failure:-Error while retreiving xml file from database

    I install Planning 9.3.1 at Windows2003 server SP1 and MS SQL 2000 SP3A. In Hyperion Planning Instance Registration I take "System Failure:-Error while retreiving xml file from database" error in Configuration .
    Please help
    Thanks

    I also have the same error. Win2000 Server and MS SQL 2005.
    Maybe someone made request for official information from Oracle about this issue?
    I'd like to change MS SQL to Oracle 10g, I hope this can helps (if reason in RDBMS). But if reason in logic of scripts... I dont't know...

  • CR 2008 on SAP BW : Error on file filename : Database Connector Error

    Hi,
    We are facing a rather strange problem in our Prod box.
    When we run a CR with a mandatory parameter from EP or Infoview,
    For the first available LOV on Plant,  (Plant is the Mandatory Parameter entry for the report)
    For the first execution,
    the Crystal report fails to execute and throws the following error.
    Error on file <filename>: Database Connector Error
    When we re-run the report with the same parameters, it executes and displays the result.
    We are using Crystal Reports 2008 on SAP BW Query with SAP BW MDX Driver
    Since the users currently access this report, we need this get resolved asap.
    Any help is greatly appreciated.

    Hi,
    this is a forum so people will answer questions when they get to it.
    if you need help "asap" then I would suggest you open a case with SAP Support
    Ingo

  • Problem upgrading: 700+ files ... "exists in the filesystem" [SOLVED]

    OK.  I've read this stickie:
    https://bbs.archlinux.org/viewtopic.php?id=56373
    I have over 700 files that already "exists in filesystem".
    Yes.  I had a period when my favorite repositories were unknowingly down (they're still not up) and I didn't update my system as regularly as I normally do with this laptop, which I don't use that often.  I was duly flamed for having the temerity to ask why my system hadn't been updated in a while, my one intensely negative experience on these othewise helpful forums.
    I have connected to a new repository and I have successfully run pacman -Syu several times until this week.
    I have run "pacman -Qo filename" on a random 7 or 8 of the files listed below and they all report that no package owns the file.
    I have checked the Arch news page and the announce mailing list archive.
    700 seems like an excessive number of files to have the "exist in the filesystem" problem.
    It appears the problem is with "gnu-utls".  I'm running Xfce.  One solution that presents itself is to remove "gnu-utls" and then try upgrading again.
    Another strategy would be, if I read the stickie correctly, to delete each one of these files and again try an upgrade.
    I'm just seeking confirmation that one or the other of these avenues would be a good idea given warnings to the guy who "only" had 200 files to update.
    Thanks.
    error: failed to commit transaction (conflicting files)
    gnutls: /usr/bin/certtool exists in filesystem
    gnutls: /usr/bin/gnutls-cli exists in filesystem
    gnutls: /usr/bin/gnutls-cli-debug exists in filesystem
    gnutls: /usr/bin/gnutls-serv exists in filesystem
    gnutls: /usr/bin/p11tool exists in filesystem
    gnutls: /usr/bin/psktool exists in filesystem
    gnutls: /usr/bin/srptool exists in filesystem
    gnutls: /usr/include/gnutls/abstract.h exists in filesystem
    gnutls: /usr/include/gnutls/compat.h exists in filesystem
    gnutls: /usr/include/gnutls/crypto.h exists in filesystem
    gnutls: /usr/include/gnutls/extra.h exists in filesystem
    gnutls: /usr/include/gnutls/gnutls.h exists in filesystem
    gnutls: /usr/include/gnutls/gnutlsxx.h exists in filesystem
    gnutls: /usr/include/gnutls/openpgp.h exists in filesystem
    gnutls: /usr/include/gnutls/openssl.h exists in filesystem
    gnutls: /usr/include/gnutls/pkcs11.h exists in filesystem
    gnutls: /usr/include/gnutls/pkcs12.h exists in filesystem
    gnutls: /usr/include/gnutls/x509.h exists in filesystem
    gnutls: /usr/lib/libgnutls-extra.so exists in filesystem
    gnutls: /usr/lib/libgnutls-extra.so.26 exists in filesystem
    gnutls: /usr/lib/libgnutls-extra.so.26.21.1 exists in filesystem
    gnutls: /usr/lib/libgnutls-openssl.so exists in filesystem
    gnutls: /usr/lib/libgnutls-openssl.so.27 exists in filesystem
    gnutls: /usr/lib/libgnutls-openssl.so.27.0.0 exists in filesystem
    gnutls: /usr/lib/libgnutls.so exists in filesystem
    gnutls: /usr/lib/libgnutls.so.26 exists in filesystem
    gnutls: /usr/lib/libgnutls.so.26.21.1 exists in filesystem
    gnutls: /usr/lib/libgnutlsxx.so exists in filesystem
    gnutls: /usr/lib/libgnutlsxx.so.27 exists in filesystem
    gnutls: /usr/lib/libgnutlsxx.so.27.0.0 exists in filesystem
    gnutls: /usr/lib/pkgconfig/gnutls-extra.pc exists in filesystem
    gnutls: /usr/lib/pkgconfig/gnutls.pc exists in filesystem
    gnutls: /usr/share/info/gnutls-certificate-user-use-case.png exists in filesystem
    gnutls: /usr/share/info/gnutls-client-server-use-case.png exists in filesystem
    gnutls: /usr/share/info/gnutls-extensions_st.png exists in filesystem
    gnutls: /usr/share/info/gnutls-handshake-sequence.png exists in filesystem
    gnutls: /usr/share/info/gnutls-handshake-state.png exists in filesystem
    gnutls: /usr/share/info/gnutls-internals.png exists in filesystem
    gnutls: /usr/share/info/gnutls-layers.png exists in filesystem
    gnutls: /usr/share/info/gnutls-logo.png exists in filesystem
    gnutls: /usr/share/info/gnutls-mod_auth_st.png exists in filesystem
    gnutls: /usr/share/info/gnutls-objects.png exists in filesystem
    gnutls: /usr/share/info/gnutls-pgp.png exists in filesystem
    gnutls: /usr/share/info/gnutls-x509.png exists in filesystem
    gnutls: /usr/share/info/gnutls.info-1.gz exists in filesystem
    gnutls: /usr/share/info/gnutls.info-2.gz exists in filesystem
    gnutls: /usr/share/info/gnutls.info-3.gz exists in filesystem
    gnutls: /usr/share/info/gnutls.info.gz exists in filesystem
    gnutls: /usr/share/info/pkcs11-vision.png exists in filesystem
    gnutls: /usr/share/locale/cs/LC_MESSAGES/libgnutls.mo exists in filesystem
    gnutls: /usr/share/locale/de/LC_MESSAGES/libgnutls.mo exists in filesystem
    gnutls: /usr/share/locale/en@boldquot/LC_MESSAGES/libgnutls.mo exists in filesystem
    gnutls: /usr/share/locale/en@quot/LC_MESSAGES/libgnutls.mo exists in filesystem
    gnutls: /usr/share/locale/fr/LC_MESSAGES/libgnutls.mo exists in filesystem
    gnutls: /usr/share/locale/it/LC_MESSAGES/libgnutls.mo exists in filesystem
    gnutls: /usr/share/locale/ms/LC_MESSAGES/libgnutls.mo exists in filesystem
    gnutls: /usr/share/locale/nl/LC_MESSAGES/libgnutls.mo exists in filesystem
    gnutls: /usr/share/locale/pl/LC_MESSAGES/libgnutls.mo exists in filesystem
    gnutls: /usr/share/locale/sv/LC_MESSAGES/libgnutls.mo exists in filesystem
    gnutls: /usr/share/locale/vi/LC_MESSAGES/libgnutls.mo exists in filesystem
    gnutls: /usr/share/locale/zh_CN/LC_MESSAGES/libgnutls.mo exists in filesystem
    gnutls: /usr/share/man/man1/certtool.1.gz exists in filesystem
    gnutls: /usr/share/man/man1/gnutls-cli-debug.1.gz exists in filesystem
    gnutls: /usr/share/man/man1/gnutls-cli.1.gz exists in filesystem
    gnutls: /usr/share/man/man1/gnutls-serv.1.gz exists in filesystem
    gnutls: /usr/share/man/man1/p11tool.1.gz exists in filesystem
    gnutls: /usr/share/man/man1/psktool.1.gz exists in filesystem
    gnutls: /usr/share/man/man1/srptool.1.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_alert_get.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_alert_get_name.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_alert_send.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_alert_send_appropriate.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_anon_allocate_client_credentials.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_anon_allocate_server_credentials.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_anon_free_client_credentials.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_anon_free_server_credentials.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_anon_set_params_function.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_anon_set_server_dh_params.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_anon_set_server_params_function.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_auth_client_get_type.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_auth_get_type.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_auth_server_get_type.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_bye.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_activation_time_peers.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_allocate_credentials.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_client_get_request_status.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_client_set_retrieve_function.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_expiration_time_peers.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_free_ca_names.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_free_cas.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_free_credentials.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_free_crls.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_free_keys.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_get_issuer.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_get_openpgp_keyring.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_get_ours.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_get_peers.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_get_x509_cas.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_get_x509_crls.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_send_x509_rdn_sequence.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_server_set_request.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_server_set_retrieve_function.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_set_dh_params.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_set_openpgp_key.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_set_openpgp_key_file.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_set_openpgp_key_file2.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_set_openpgp_key_mem.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_set_openpgp_key_mem2.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_set_openpgp_keyring_file.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_set_openpgp_keyring_mem.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_set_params_function.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_set_retrieve_function.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_set_rsa_export_params.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_set_verify_flags.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_set_verify_function.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_set_verify_limits.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_set_x509_crl.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_set_x509_crl_file.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_set_x509_crl_mem.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_set_x509_key.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_set_x509_key_file.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_set_x509_key_mem.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_set_x509_simple_pkcs12_file.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_set_x509_simple_pkcs12_mem.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_set_x509_trust.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_set_x509_trust_file.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_set_x509_trust_mem.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_type_get.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_type_get_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_type_get_name.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_type_list.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_type_set_priority.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_verify_peers.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_certificate_verify_peers2.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_check_version.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_cipher_decrypt.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_cipher_decrypt2.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_cipher_deinit.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_cipher_encrypt.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_cipher_encrypt2.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_cipher_get.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_cipher_get_block_size.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_cipher_get_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_cipher_get_key_size.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_cipher_get_name.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_cipher_init.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_cipher_list.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_cipher_set_priority.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_cipher_suite_get_name.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_cipher_suite_info.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_compression_get.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_compression_get_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_compression_get_name.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_compression_list.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_compression_set_priority.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_credentials_clear.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_credentials_set.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_crypto_bigint_register2.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_crypto_cipher_register2.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_crypto_digest_register2.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_crypto_mac_register2.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_crypto_pk_register2.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_crypto_rnd_register2.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_crypto_single_cipher_register2.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_crypto_single_digest_register2.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_crypto_single_mac_register2.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_db_check_entry.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_db_get_ptr.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_db_remove_session.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_db_set_cache_expiration.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_db_set_ptr.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_db_set_remove_function.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_db_set_retrieve_function.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_db_set_store_function.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_deinit.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_dh_get_group.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_dh_get_peers_public_bits.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_dh_get_prime_bits.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_dh_get_pubkey.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_dh_get_secret_bits.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_dh_params_cpy.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_dh_params_deinit.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_dh_params_export_pkcs3.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_dh_params_export_raw.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_dh_params_generate2.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_dh_params_import_pkcs3.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_dh_params_import_raw.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_dh_params_init.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_dh_set_prime_bits.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_error_is_fatal.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_error_to_alert.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_ext_register.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_extra_check_version.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_fingerprint.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_free.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_global_deinit.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_global_init.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_global_init_extra.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_global_set_log_function.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_global_set_log_level.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_global_set_mem_functions.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_global_set_mutex.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_global_set_time_function.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_handshake.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_handshake_get_last_in.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_handshake_get_last_out.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_handshake_set_max_packet_length.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_handshake_set_post_client_hello_function.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_handshake_set_private_extensions.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_hash.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_hash_deinit.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_hash_fast.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_hash_get_len.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_hash_init.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_hash_output.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_hex2bin.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_hex_decode.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_hex_encode.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_hmac.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_hmac_deinit.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_hmac_fast.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_hmac_get_len.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_hmac_init.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_hmac_output.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_ia_allocate_client_credentials.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_ia_allocate_server_credentials.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_ia_enable.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_ia_endphase_send.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_ia_extract_inner_secret.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_ia_free_client_credentials.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_ia_free_server_credentials.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_ia_generate_challenge.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_ia_get_client_avp_ptr.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_ia_get_server_avp_ptr.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_ia_handshake.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_ia_handshake_p.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_ia_permute_inner_secret.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_ia_recv.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_ia_send.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_ia_set_client_avp_function.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_ia_set_client_avp_ptr.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_ia_set_server_avp_function.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_ia_set_server_avp_ptr.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_ia_verify_endphase.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_init.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_kx_get.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_kx_get_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_kx_get_name.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_kx_list.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_kx_set_priority.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_mac_get.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_mac_get_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_mac_get_key_size.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_mac_get_name.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_mac_list.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_mac_set_priority.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_malloc.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_crt_check_hostname.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_crt_deinit.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_crt_export.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_crt_get_auth_subkey.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_crt_get_creation_time.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_crt_get_expiration_time.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_crt_get_fingerprint.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_crt_get_key_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_crt_get_key_usage.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_crt_get_name.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_crt_get_pk_algorithm.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_crt_get_pk_dsa_raw.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_crt_get_pk_rsa_raw.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_crt_get_preferred_key_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_crt_get_revoked_status.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_crt_get_subkey_count.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_crt_get_subkey_creation_time.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_crt_get_subkey_expiration_time.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_crt_get_subkey_fingerprint.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_crt_get_subkey_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_crt_get_subkey_idx.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_crt_get_subkey_pk_algorithm.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_crt_get_subkey_pk_dsa_raw.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_crt_get_subkey_pk_rsa_raw.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_crt_get_subkey_revoked_status.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_crt_get_subkey_usage.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_crt_get_version.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_crt_import.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_crt_init.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_crt_print.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_crt_set_preferred_key_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_crt_verify_ring.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_crt_verify_self.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_keyring_check_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_keyring_deinit.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_keyring_get_crt.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_keyring_get_crt_count.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_keyring_import.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_keyring_init.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_privkey_deinit.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_privkey_export.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_privkey_export_dsa_raw.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_privkey_export_rsa_raw.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_privkey_export_subkey_dsa_raw.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_privkey_export_subkey_rsa_raw.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_privkey_get_fingerprint.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_privkey_get_key_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_privkey_get_pk_algorithm.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_privkey_get_preferred_key_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_privkey_get_revoked_status.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_privkey_get_subkey_count.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_privkey_get_subkey_creation_time.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_privkey_get_subkey_expiration_time.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_privkey_get_subkey_fingerprint.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_privkey_get_subkey_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_privkey_get_subkey_idx.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_privkey_get_subkey_pk_algorithm.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_privkey_get_subkey_revoked_status.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_privkey_import.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_privkey_init.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_privkey_sec_param.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_privkey_set_preferred_key_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_privkey_sign_hash.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_send_cert.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_openpgp_set_recv_key_function.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pem_base64_decode.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pem_base64_decode_alloc.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pem_base64_encode.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pem_base64_encode_alloc.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_perror.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pk_algorithm_get_name.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pk_bits_to_sec_param.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pk_get_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pk_get_name.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pk_list.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs11_add_provider.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs11_copy_secret_key.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs11_copy_x509_crt.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs11_copy_x509_privkey.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs11_deinit.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs11_delete_url.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs11_init.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs11_obj_deinit.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs11_obj_export.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs11_obj_export_url.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs11_obj_get_info.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs11_obj_get_type.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs11_obj_import_url.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs11_obj_init.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs11_obj_list_import_url.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs11_privkey_deinit.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs11_privkey_export_url.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs11_privkey_get_info.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs11_privkey_get_pk_algorithm.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs11_privkey_import_url.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs11_privkey_init.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs11_set_pin_function.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs11_set_token_function.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs11_token_get_flags.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs11_token_get_info.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs11_token_get_mechanism.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs11_token_get_url.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs11_token_init.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs11_token_set_pin.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs12_bag_decrypt.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs12_bag_deinit.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs12_bag_encrypt.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs12_bag_get_count.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs12_bag_get_data.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs12_bag_get_friendly_name.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs12_bag_get_key_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs12_bag_get_type.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs12_bag_init.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs12_bag_set_crl.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs12_bag_set_crt.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs12_bag_set_data.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs12_bag_set_friendly_name.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs12_bag_set_key_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs12_deinit.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs12_export.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs12_generate_mac.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs12_get_bag.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs12_import.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs12_init.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs12_set_bag.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs12_verify_mac.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs7_deinit.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs7_delete_crl.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs7_delete_crt.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs7_export.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs7_get_crl_count.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs7_get_crl_raw.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs7_get_crt_count.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs7_get_crt_raw.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs7_import.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs7_init.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs7_set_crl.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs7_set_crl_raw.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs7_set_crt.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pkcs7_set_crt_raw.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_prf.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_prf_raw.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_priority_deinit.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_priority_init.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_priority_set.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_priority_set_direct.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_privkey_decrypt_data.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_privkey_deinit.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_privkey_get_pk_algorithm.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_privkey_get_type.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_privkey_import_openpgp.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_privkey_import_pkcs11.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_privkey_import_x509.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_privkey_init.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_privkey_sign_data.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_privkey_sign_hash.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_protocol_get_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_protocol_get_name.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_protocol_get_version.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_protocol_list.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_protocol_set_priority.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_psk_allocate_client_credentials.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_psk_allocate_server_credentials.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_psk_client_get_hint.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_psk_free_client_credentials.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_psk_free_server_credentials.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_psk_netconf_derive_key.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_psk_server_get_username.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_psk_set_client_credentials.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_psk_set_client_credentials_function.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_psk_set_params_function.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_psk_set_server_credentials_file.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_psk_set_server_credentials_function.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_psk_set_server_credentials_hint.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_psk_set_server_dh_params.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_psk_set_server_params_function.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pubkey_deinit.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pubkey_export.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pubkey_get_key_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pubkey_get_key_usage.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pubkey_get_pk_algorithm.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pubkey_get_pk_dsa_raw.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pubkey_get_pk_rsa_raw.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pubkey_get_preferred_hash_algorithm.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pubkey_get_verify_algorithm.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pubkey_import.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pubkey_import_dsa_raw.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pubkey_import_openpgp.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pubkey_import_pkcs11.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pubkey_import_pkcs11_url.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pubkey_import_privkey.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pubkey_import_rsa_raw.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pubkey_import_x509.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pubkey_init.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pubkey_set_key_usage.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pubkey_verify_data.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_pubkey_verify_hash.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_record_check_pending.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_record_disable_padding.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_record_get_direction.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_record_get_max_size.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_record_recv.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_record_send.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_record_set_max_size.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_register_md5_handler.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_rehandshake.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_rnd.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_rsa_export_get_modulus_bits.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_rsa_export_get_pubkey.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_rsa_params_cpy.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_rsa_params_deinit.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_rsa_params_export_pkcs1.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_rsa_params_export_raw.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_rsa_params_generate2.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_rsa_params_import_pkcs1.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_rsa_params_import_raw.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_rsa_params_init.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_safe_renegotiation_status.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_sec_param_get_name.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_sec_param_to_pk_bits.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_server_name_get.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_server_name_set.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_session_channel_binding.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_session_enable_compatibility_mode.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_session_get_data.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_session_get_data2.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_session_get_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_session_get_ptr.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_session_is_resumed.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_session_set_data.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_session_set_ptr.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_session_ticket_enable_client.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_session_ticket_enable_server.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_session_ticket_key_generate.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_set_default_export_priority.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_set_default_priority.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_sign_algorithm_get_name.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_sign_algorithm_get_requested.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_sign_callback_get.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_sign_callback_set.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_sign_get_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_sign_get_name.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_sign_list.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_srp_allocate_client_credentials.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_srp_allocate_server_credentials.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_srp_base64_decode.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_srp_base64_decode_alloc.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_srp_base64_encode.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_srp_base64_encode_alloc.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_srp_free_client_credentials.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_srp_free_server_credentials.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_srp_server_get_username.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_srp_set_client_credentials.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_srp_set_client_credentials_function.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_srp_set_prime_bits.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_srp_set_server_credentials_file.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_srp_set_server_credentials_function.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_srp_verifier.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_strerror.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_strerror_name.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_supplemental_get_name.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_transport_get_ptr.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_transport_get_ptr2.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_transport_set_errno.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_transport_set_errno_function.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_transport_set_global_errno.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_transport_set_lowat.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_transport_set_ptr.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_transport_set_ptr2.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_transport_set_pull_function.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_transport_set_push_function.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_transport_set_vec_push_function.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crl_check_issuer.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crl_deinit.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crl_export.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crl_get_authority_key_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crl_get_crt_count.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crl_get_crt_serial.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crl_get_dn_oid.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crl_get_extension_data.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crl_get_extension_info.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crl_get_extension_oid.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crl_get_issuer_dn.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crl_get_issuer_dn_by_oid.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crl_get_next_update.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crl_get_number.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crl_get_raw_issuer_dn.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crl_get_signature.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crl_get_signature_algorithm.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crl_get_this_update.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crl_get_version.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crl_import.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crl_init.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crl_print.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crl_privkey_sign.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crl_set_authority_key_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crl_set_crt.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crl_set_crt_serial.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crl_set_next_update.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crl_set_number.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crl_set_this_update.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crl_set_version.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crl_sign.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crl_sign2.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crl_verify.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_deinit.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_export.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_get_attribute_by_oid.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_get_attribute_data.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_get_attribute_info.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_get_basic_constraints.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_get_challenge_password.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_get_dn.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_get_dn_by_oid.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_get_dn_oid.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_get_extension_by_oid.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_get_extension_data.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_get_extension_info.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_get_key_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_get_key_purpose_oid.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_get_key_rsa_raw.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_get_key_usage.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_get_pk_algorithm.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_get_subject_alt_name.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_get_subject_alt_othername_oid.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_get_version.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_import.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_init.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_print.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_privkey_sign.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_set_attribute_by_oid.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_set_basic_constraints.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_set_challenge_password.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_set_dn_by_oid.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_set_key.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_set_key_purpose_oid.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_set_key_rsa_raw.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_set_key_usage.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_set_pubkey.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_set_subject_alt_name.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_set_version.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_sign.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_sign2.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crq_verify.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_check_hostname.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_check_issuer.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_check_revocation.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_cpy_crl_dist_points.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_deinit.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_export.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_activation_time.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_authority_key_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_basic_constraints.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_ca_status.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_crl_dist_points.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_dn.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_dn_by_oid.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_dn_oid.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_expiration_time.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_extension_by_oid.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_extension_data.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_extension_info.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_extension_oid.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_fingerprint.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_issuer.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_issuer_alt_name.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_issuer_alt_name2.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_issuer_alt_othername_oid.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_issuer_dn.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_issuer_dn_by_oid.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_issuer_dn_oid.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_issuer_unique_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_key_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_key_purpose_oid.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_key_usage.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_pk_algorithm.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_pk_dsa_raw.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_pk_rsa_raw.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_preferred_hash_algorithm.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_proxy.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_raw_dn.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_raw_issuer_dn.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_serial.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_signature.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_signature_algorithm.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_subject.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_subject_alt_name.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_subject_alt_name2.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_subject_alt_othername_oid.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_subject_key_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_subject_unique_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_verify_algorithm.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_get_version.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_import.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_import_pkcs11.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_import_pkcs11_url.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_init.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_list_import.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_list_import_pkcs11.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_list_verify.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_print.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_privkey_sign.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_set_activation_time.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_set_authority_key_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_set_basic_constraints.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_set_ca_status.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_set_crl_dist_points.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_set_crl_dist_points2.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_set_crq.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_set_crq_extensions.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_set_dn_by_oid.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_set_expiration_time.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_set_extension_by_oid.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_set_issuer_dn_by_oid.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_set_key.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_set_key_purpose_oid.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_set_key_usage.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_set_proxy.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_set_proxy_dn.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_set_pubkey.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_set_serial.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_set_subject_alt_name.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_set_subject_alternative_name.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_set_subject_key_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_set_version.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_sign.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_sign2.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_verify.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_verify_data.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_crt_verify_hash.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_dn_deinit.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_dn_export.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_dn_get_rdn_ava.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_dn_import.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_dn_init.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_dn_oid_known.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_cpy.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_deinit.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_export.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_export_dsa_raw.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_export_pkcs8.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_export_rsa_raw.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_export_rsa_raw2.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_fix.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_generate.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_get_key_id.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_get_pk_algorithm.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_import.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_import_dsa_raw.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_import_pkcs8.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_import_rsa_raw.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_import_rsa_raw2.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_init.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_sec_param.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_sign_data.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_sign_hash.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_privkey_verify_data.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_rdn_get.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_rdn_get_by_oid.3.gz exists in filesystem
    gnutls: /usr/share/man/man3/gnutls_x509_rdn_get_oid.3.gz exists in filesystem
    Errors occurred, no packages were upgraded.
    Last edited by whatshisname (2011-07-25 12:57:04)

    falconindy wrote:
    I would not recommend messing around with the DB directly. Just reinstall the one package:
    pacman -Sf gnutls
    Done
    Booom!  That did it!
    Thanks, guys.  I appreciate the help.

Maybe you are looking for

  • 24" cinema display with a 27" iMac as a two monitor setup.

    I have just purchased a second hand 24" cinema display to use as with my 27" iMac as a twomonitor setup. Connected it up and weked fine fot two days. Now it keep flashing on & off never more than a fraction of a second. I connected it to my MacBook P

  • How to change field in runtime at update query

    hi buddys i have to change the particular field during runtime how is it possible sample :           UPDATE zmpq_qcchk_hdr            SET (field) = i_hdr-ind1 WHERE            zcust = i_hdr-zcust AND zns = i_hdr-zns AND            zpgma = i_hdr-zpgma

  • NetWeaver  Backend System Configuration

    Dear All, we have develoed a custom iViews in EP5 .. and we have used the HTMLB,JSPDynPage and JCO for Connecting SAP and calling for ABAP RFC enabled function modules and BAPIS. in EP5 we have used System.xml and JCO Destination.xml configration for

  • Displaying by last name first screws up the middle name

    Argh. Why couldn't I find any page to submit this as a clear, reproduceable bug? If display is set to "First Last" then I see "First Middle Last" and that makes sense. If it's set to "Last, First" I see "Last, Middle First" which makes NO sense. Ever

  • New arrayCollection not by reference

    I know I can make a copy of an ArrayCollection with ObjectUtil.copy  or  writing byte array and registering the type. But what happens if you take the source of an existing ArrayCollection, the Array itself, and create a new array? Is it unreferenced