Problem upgrading database.Object 'DF_ODLN_DocType' already exist in databa

Hi all,
The problem appear in upgrading, when the progessbar is in ODLN table.
The error say:
[Microsoft][SQL Native Client][SQL Server] Object 'DF_ODLN_DocType' already exist in database. 'Entrega'(ODLN).
Someone knows in wich table are the objects DF........? When sap upgradings wich tables use for this?
How i can repair this database without import all data to another new created database?
Thank you all again.
Regards.

Sorry,
nobody can move this thread please, i think that his place isn´t there.
Sorry again.

Similar Messages

  • ORA- 31684 Object type already exists while import

    Hi All,
    I wrongly imported a user schema "AP_PD@SRV01" to user "A_IT@SRV02" (Instead of "AP_IT@SRV02").
    User AP_IT and Tablespaces are already exists and used remap option while import.
    remap_schema=AP_PD:A_IT (instead of mapping to user AP_IT, I misspelled as A_IT)
    remap_tablespace=AP_PD_DATA:AP_IT_DATA remap_tablespace=AP_PD_INDEX:AP_IT_INDEX
    After successful import to "A_IT@SRV02", I deleted the user "A_IT"
    SQL> DROP USER A_IT CASCADE;
    I restarted the import to the correct user schema .. i.e AP_IT@SRV02
    remap_schema=AP_PD:AP_IT remap_tablespace=AP_PD_DATA:AP_IT_DATA remap_tablespace=AP_PD_INDEX:AP_IT_INDEX
    and import was completed with the following errors
    Processing object type SCHEMA_EXPORT/USER
    ORA-31684: Object type USER:"AP_IT" already exists
    Processing object type SCHEMA_EXPORT/PACKAGE/PACKAGE_SPEC
    ORA-31684: Object type PACKAGE:"AP_IT"."DBMS_NUMSYSTEM" already exists
    Processing object type SCHEMA_EXPORT/PACKAGE/PACKAGE_BODY
    ORA-31684: Object type PACKAGE_BODY:"AP_IT"."DBMS_NUMSYSTEM" already exists
    Job "SYSTEM"."SYS_IMPORT_FULL_01" completed with 3 error(s) at 07:53:32
    My questions ...
    1.Can I assume that import was success as these objects were already exists.
    2.Does this effect in anyway to the end users if I ignore this errors assuming import was successful.
    3.If import is not a success then what should be my next step to import successfully.
    Thanks.

    Ven wrote:
    Hi All,
    I wrongly imported a user schema "AP_PD@SRV01" to user "A_IT@SRV02" (Instead of "AP_IT@SRV02").
    User AP_IT and Tablespaces are already exists and used remap option while import.
    remap_schema=AP_PD:A_IT (instead of mapping to user AP_IT, I misspelled as A_IT)
    remap_tablespace=AP_PD_DATA:AP_IT_DATA remap_tablespace=AP_PD_INDEX:AP_IT_INDEX
    After successful import to "A_IT@SRV02", I deleted the user "A_IT"
    SQL> DROP USER A_IT CASCADE;
    I restarted the import to the correct user schema .. i.e AP_IT@SRV02
    remap_schema=AP_PD:AP_IT remap_tablespace=AP_PD_DATA:AP_IT_DATA remap_tablespace=AP_PD_INDEX:AP_IT_INDEX
    and import was completed with the following errors
    Processing object type SCHEMA_EXPORT/USER
    ORA-31684: Object type USER:"AP_IT" already exists
    Processing object type SCHEMA_EXPORT/PACKAGE/PACKAGE_SPEC
    ORA-31684: Object type PACKAGE:"AP_IT"."DBMS_NUMSYSTEM" already exists
    Processing object type SCHEMA_EXPORT/PACKAGE/PACKAGE_BODY
    ORA-31684: Object type PACKAGE_BODY:"AP_IT"."DBMS_NUMSYSTEM" already exists
    Job "SYSTEM"."SYS_IMPORT_FULL_01" completed with 3 error(s) at 07:53:32
    My questions ...
    1.Can I assume that import was success as these objects were already exists.
    2.Does this effect in anyway to the end users if I ignore this errors assuming import was successful.
    3.If import is not a success then what should be my next step to import successfully.
    Thanks.You mentioned AP_IT schema and tablespaces already exist before doing first import itself.
    Did you check the list of objects in AP_IT schema before performing import?
    The following error is just an informational message and can be ignored:
    ORA-31684: Object type USER:"AP_IT" already exists
    But, the other 2 errors which says that package +"AP_IT"."DBMS_NUMSYSTEM" already exists+ means you have package in AP_IT schema and it wasn't replaced from the dump you imported. If you need the package from the dumpfile, you can drop the package and can import PACKAGE alone.
    Hope this helps.
    Regards,
    Murali Mohan

  • Import Command - Option to Delete objects That Already Exist?

    hi experts,
    This is 10g on Windows.
    I'm importing a specific owners objects into my 10g database. most of the tables, etc already exist. Will I have to drop the objects before importing - OR - can I use a switch/option in the import command to auto. drop anything that already exists?
    Have reviewed the command in a book I have and can't find anything that auto drops.
    Thanks, John

    impdp won't read exp dmp files.
    All you have is imp. Imp has ignore=Y, which will make imp not to skip the entire table upon import. This effectively works as 'append'. If you don't want that (duplicate keys come to mind) you need to drop tables and/or the user yourself.
    Sybrand Bakker
    Senior Oracle DBA

  • Problem upgrading database from 8.1.6 to 10.2

    I have a problem upgrading the database (Oracle) from portal 8.1.6 to 10.2
    I have edited the upgrade_db.properties, but when I run upgrade_db.sh it ends with this error message:
         [java] Load Failed
    BUILD FAILED
    /opt/bea102portal/wlserver_10.0/common/p13n/db/build_createdatabase.xml:17: The following error occurred while executing this line:
    /opt/bea102portal/wlserver_10.0/common/p13n/db/build_createdatabase.xml:91: The following error occurred while executing this line:
    /opt/bea102portal/wlserver_10.0/common/p13n/db/build_createdatabase.xml:103: The following error occurred while executing this line:
    /opt/bea102portal/wlserver_10.0/common/p13n/db/build_createdatabase.xml:62: Java returned: 255
    Total time: 6 seconds
    =======================================================================
    ERROR!
    CALL TO ant -f /opt/bea102portal/wlserver_10.0/common/p13n/db/build_createdatabase.xml FAILED!
    =======================================================================Is there anybody who understand what's going wrong?

    It seems that the update scripts got problems because we had used portalAdmin to add new data content types. The update scripts try to add new types too, but use hardcoded primary keys that will already be in use if new data content types are added by the administrator.

  • Ora-31684: Object type already exists with TABLE_EXISTS_ACTION=REPLACE

    I want to export using expdp my procedures / functions /packages and triggers from a dev system use impdp to import the new versions into a test system
    However, I just get ora-31684: Object type PACKAGE_BODY already exists all the time
    I have set TABLE_EXISTS_ACTION=REPLACE but that has made no difference
    expdp username/xxxxx@devdb parfile=scripts/cloud_code.par
    cloud_code.par:
    SCHEMAS=aspasia
    DIRECTORY=cloud_upg
    DUMPFILE=cloud_code.dmp
    LOGFILE=cloud_codeexp.log
    INCLUDE=procedure
    INCLUDE=function
    INCLUDE=package
    INCLUDE=trigger
    # INCLUDE=index
    # INCLUDE=sequence
    # INCLUDE=synonym
    JOB_NAME=CLOUD_CODE
    impdp username/xxxxx@testdb SCHEMAS=aspasia DIRECTORY=cloud_upg DUMPFILE=cloud_code.dmp LOGFILE=cloud_codeimp.log TABLE_EXISTS_ACTION=REPLACE
    sample from the logfile:
    Import: Release 11.2.0.1.0 - Production on Mon Jan 16 10:53:43 2012
    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
    Connected to: Oracle Database 11g Release 11.2.0.1.0 - 64bit Production
    Master table "ASPASIA"."SYS_IMPORT_SCHEMA_01" successfully loaded/unloaded
    Starting "ASPASIA"."SYS_IMPORT_SCHEMA_01": username/********@testdb SCHEMAS=aspasia DIRECTORY=cloud_upg DUMPFILE=cloud_code.dmp LOGFILE=cloud_codeimp.log TABLE_EXISTS_ACTION=REPLACE
    Processing object type SCHEMA_EXPORT/PACKAGE/PACKAGE_BODY
    ORA-31684: Object type PACKAGE_BODY:"ASPASIA"."SERVICE_LEVELS_K" already exists
    ORA-31684: Object type PACKAGE_BODY:"ASPASIA"."SERVICE_LEVEL_OPT_K" already exists
    ORA-31684: Object type PACKAGE_BODY:"ASPASIA"."SERV_LEV_CHRG_SETUP_K" already exists
    ORA-31684: Object type PACKAGE_BODY:"ASPASIA"."SHEET_SETUP_DML_K" already exists
    ORA-31684: Object type PACKAGE_BODY:"ASPASIA"."SHEET_SETUP_FORM_K" already exists
    ORA-31684: Object type PACKAGE_BODY:"ASPASIA"."SITES_DML_K" already exists
    ORA-31684: Object type PACKAGE_BODY:"ASPASIA"."SITES_FORM_K" already exists
    ORA-31684: Object type PACKAGE_BODY:"ASPASIA"."SITES_UTL_K" already exists
    ORA-31684: Object type PACKAGE_BODY:"ASPASIA"."SITE_EMP_VIEWINGS_DML_K" already exists
    ORA-31684: Object type PACKAGE_BODY:"ASPASIA"."SPA_GMAIL" already exists
    ORA-31684: Object type PACKAGE_BODY:"ASPASIA"."SPA_OAUTH" already exists
    ORA-31684: Object type PACKAGE_BODY:"ASPASIA"."SUMMARY_PDF_K" already exists
    ORA-31684: Object type PACKAGE_BODY:"ASPASIA"."SUPPLIERS_DML_K" already exists
    ORA-31684: Object type PACKAGE_BODY:"ASPASIA"."SUPPLIER_FORM_K" already exists
    ORA-31684: Object type PACKAGE_BODY:"ASPASIA"."SUPPLIER_UTL_K" already exists
    ORA-31684: Object type PACKAGE_BODY:"ASPASIA"."SYSTEM_IMAGES_DML_K" already exists
    ORA-31684: Object type PACKAGE_BODY:"ASPASIA"."TASKS_K" already exists
    ORA-31684: Object type PACKAGE_BODY:"ASPASIA"."TENANCY_REPORTS_K" already exists
    ORA-31684: Object type PACKAGE_BODY:"ASPASIA"."TENANTS_DML_K" already exists
    ORA-31684: Object type PACKAGE_BODY:"ASPASIA"."TEXT_MESSAGING_K" already exists
    I've searched the forums and can't seem to find a solution as everyone just recommends TABLE_EXISTS_ACTION=REPLACE
    I have also tried adding INCLUDE=PACKAGE_BODY to the impdb command but that still gives the same result and none of my packages have been updated
    Thanks
    Robert

    Thanks for your reply, that would explain why it doesn't work :)
    I am trying to update the test databases code with all the code from the development system (serveral hundred objects) ... I can just genereate and run a "drop <object_type> <object_name>" from user_objects on the test database first .... or just create scripts from user_source .... but it would be easier (and save a little time) just to export and import in one go

  • Folio Upgrade: Error #3115table 'folioFolderCache' already exists

    I just upgraded the Folio Builder with a recent version for Indesign CS5.
    It worked ok on initial install for a few hours until I closed Indesign. And when I re-opened Indesign I started getting this error message:
    An error has occured while saving your changes to local cache [Error #3115table 'folioFolderCache' already exists]
    I cannot use Folio Builder. Does anyone know how to get it working again?
    :-S
    Thanks in advance.
    B

    Hi,
    have a look at this thread: http://forums.adobe.com/message/4265514#4265514
    See if the suggested solution helped to resolve the problem.

  • Problem in Banking External reconcilation -already exist in Table "OMTH

    Hi,
        All,
             I am getting One Problem while Banking External reconcilation for an accont.it is giving error that entry already exist in Table "OMTH".
             it happens many times,Can u tell me reason and what may be solution to not getting again this problem because it is coming many times .
    Thanks In Advance

    Hi
    I found this Note 1062219 - Manual reconciliaton failed - primary key constraint
    The note is for 2005, but I would run the queries related in the note.
    Kind regards.
    Agustí

  • Problem when saving files (file already exists-)

    Woking in CS5.1.
    When I save a document (as opposed to "save as"):
    I get a message "some of the specified files already exist in the target location. The files marked below will be replaced".
    The file I am working on gets saved, but creates a second version "file name-01.ai"
    Any ideas?

    Works fine here CS5 on Windows.
    When I save, it will warn me only if the file with the same name already exists and if I choose to replace it it will replace the existing file keeping the name I'm saving it with.

  • Problems upgrading database from 2005 to 2008 R2

    I have backed up my databases, uninstalled SQL Server 2005 and installed SQL Server 2008 R2.
    Then restored databases into that.
    Problem is compatibility level of the databases is still 2005, it won't let me change it to 100 either as a query or in the properties, the highest level available in properties is 90.
    I see the server it's connected to is 9.0.5000 which is 2005, so maybe that's why but how on earth can I make the databases version 2008?
    I want to do this to take advantage of the 10GB databases limit, as 2005 databases only have a 4GB limit.
    Thanks.
     

    summary.txt:
    Overall summary:
      Final result:                  Passed
      Exit code (Decimal):           0
      Exit message:                  Passed
      Start time:                    2014-05-11 15:43:44
      End time:                      2014-05-11 15:49:51
      Requested action:              Patch
    Machine Properties:
      Machine name:                  TSDIALLER
      Machine processor count:       2
      OS version:                    Windows Server 2003
      OS service pack:               Service Pack 2
      OS region:                     United Kingdom
      OS language:                   English (United States)
      OS architecture:               x86
      Process architecture:          32 Bit
      OS clustered:                  No
    Product features discovered:
      Product              Instance             Instance ID                    Feature                
                     Language             Edition              Version         Clustered 
      Sql Server 2008 R2                                                       Management Tools - Basic      
              1033                 Express Edition      10.50.1617.0    No        
    Package properties:
      Description:                   SQL Server Database Services 2008 R2
      ProductName:                   SQL2008
      Type:                          RTM
      Version:                       10
      SPLevel:                       1
      KBArticle:                     KB2528583
      KBArticleHyperlink:            http://support.microsoft.com/?kbid=2528583
      PatchType:                     SP
      AssociateHotfixBuild:          0
      Platform:                      x86
      PatchLevel:                    10.51.2500.0
      ProductVersion:                10.50.1600.1
      GDRReservedRange:              10.0.1000.0:10.0.1099.0;10.0.3000.0:10.0.3099.0
      PackageName:                   SQLServer2008-KB2528583-x86.exe
      Installation location:         c:\f76288dca3b4da3b29e59ceae4be17c0\x86\setup\
    User Input Settings:
      ACTION:                        Patch
      ALLINSTANCES:                  True
      CLUSTERPASSIVE:                False
      CONFIGURATIONFILE:             
      ENU:                           False
      FARMACCOUNT:                   <empty>
      FARMADMINPORT:                 0
      FARMPASSWORD:                  *****
      HELP:                          False
      INDICATEPROGRESS:              False
      INSTANCEID:                    <empty>
      INSTANCENAME:                  <empty>
      PASSPHRASE:                    *****
      QUIET:                         True
      QUIETSIMPLE:                   False
      UIMODE:                        Normal
      X86:                           False
    Rules with failures:
    Global rules:
    There are no scenario-specific rules.
    Rules report file:               C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140511_154324\SystemConfigurationCheck_Report.htm
    Discovery report:

  • How can we check the data already exists in database

    hi friends
    i am trying create one procedure to add customers in database with customer id as input parameter..but if in the database customer detail already exists than i would like to update that detail and if its not in the database than i would like to add that detail in the databse...how could i do this ...
    any help wpould be appreciate
    thanks
    rommy

    Hi,
    If your requirement is to insert in one table and if the record exists insert into other table the merge statement doesn't work
    Example (please check the column name and parameter names). I don't put commit or rollback because I don't know if you control the transaction inside this procedure or outside it.
    CREATE OR REPLACE PROCEDURE add_cust(I_CUST_ID        IN VARCHAR2,
                                         I_CUST_F_NAME    IN VARCHAR2,
                                         I_CUST_L_NAME    IN VARCHAR2,
                                         I_CUST_ADD       IN VARCHAR2,
                                         I_CUST_CITY      IN VARCHAR2,
                                         I_CUST_STATE     IN VARCHAR2,
                                         I_CUST_ZIP       IN VARCHAR2,
                                         I_CUST_DOB       IN DATE,
                                         I_CUST_          IN VARCHAR2,
                                         I_CUST_ACCT_TYPE IN VARCHAR2,
                                         I_START_BAL      IN NUMBER) IS
    BEGIN
       INSERT INTO CUSTOMERS C
          (CUST_ID,
           CUST_F_NAME,
           CUST_L_NAME,
           CUST_ADD,
           CUST_CITY,
           CUST_STATE,
           CUST_ZIP,
           CUST_DOB,
           CUST_)
       VALUES
          (I_CUST_ID,
           I_CUST_F_NAME,
           I_CUST_L_NAME,
           I_CUST_ADD,
           I_CUST_CITY,
           I_CUST_STATE,
           I_CUST_ZIP,
           I_CUST_DOB,
           I_CUST_);
    EXCEPTION
       WHEN DUP_VAL_ON_INDEX THEN
          INSERT INTO CUSTOMER_ACCT
             (CUST_ID,
              CUST_ACCT_NO,
              cust_acct_type)
          VALUES
             (I_CUST_ID,
              CUST_ACCT_SEQ.NEXTVAL, -- CUST_ACCT_SEQ is a sequence, isn't?
              I_CUST_ACCT_TYPE);
    END add_cust;Regards,

  • 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.

  • TerminalServices-RemoteConnectionManager Event ID: 1057: The relevant status code was Object already exists.

    The computer is Windows 7 Professional 64-bit edition version 6.1 Build 7601 service pack 1. The computer is not in a domain environment. I believe this may be a security issue however I completed an in-place windows 7 upgrade to try and fix the problem
    but after all of the windows updates, etc the error remains and appears every time the computer is rebooted...
    I could use some help with the following error:
    Log Name:      System
    Source:        Microsoft-Windows-TerminalServices-RemoteConnectionManager
    Event ID:      1057
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Description:
    The Terminal Server has failed to create a new self signed certificate to be used for Terminal Server authentication on SSL connections. The relevant status code was Object already exists.
    Provider Name="Microsoft-Windows-TerminalServices-RemoteConnectionManager"
    Guid="{C76BAA63-AE81-421C-B425-340B4B24157F}"
    EventSourceName="TermService"
    I found {C76BAA63-AE81-421C-B425-340B4B24157F} in my registry in the:
    HKey_LOCAL_MACHINE -> SOFTWARE -> Microsoft -> Windows -> CurrentVersion -> WINEVT -> Channels -> Microsoft-Windows-TerminalServices-RemoteConnectionManager/Admin -> OwningPublisher
    HKey_LOCAL_MACHINE -> SOFTWARE -> Microsoft -> Windows -> CurrentVersion -> WINEVT -> Channels -> Microsoft-Windows-TerminalServices-RemoteConnectionManager/Analytic -> OwningPublisher
    HKey_LOCAL_MACHINE -> SOFTWARE -> Microsoft -> Windows -> CurrentVersion -> WINEVT -> Channels -> Microsoft-Windows-TerminalServices-RemoteConnectionManager/Debug -> OwningPublisher
    HKey_LOCAL_MACHINE -> SOFTWARE -> Microsoft -> Windows -> CurrentVersion -> WINEVT -> Channels -> Microsoft-Windows-TerminalServices-RemoteConnectionManager/Operational -> OwningPublisher
    Microsoft-Windows-TerminalServices-RemoteConnectionManager
    %SystemRoot%\system32\termsrv.dll
    When I open as administrator a command prompt window and enter the follow: regsvr32 termsrv.dll
    I get the following message:
    RegSvr32
    The module termsrv.dll was loaded but the entry-point DllRegisterServer was not found.
    Make sure that termsrv.dll is a valid DLL or OCX file and then try again.
    Not sure if this is a problem or if this behavior is expected...
    I ran sfc /scannow and check disk on the hard drive with both reporting no errors.
    I updated the security profile for:
    [Computer Configuration\Administrative Templates\Windows Components\Remote Desktop Services\Remote Desktop Session Host\Security]
    In the right pane, double click "Require use of specific security layer for remote (RDP) connections", in the security layer list, select RDP.
    I modified the policy and there was no change in computer behavior.  The error still appears each time the computer is reboot.
    ===
    I found a semi-related webpage that at least lists the same Microsoft-Windows-TerminalServices-RemoteConnectionManager and 1057. However I'm running Windows 7 64-bit edition and I seriously doubt I have a lack of available memory issue.
    Event ID 1057 — Terminal Services Authentication and Encryption
    http://technet.microsoft.com/en-us/library/cc775192%28v=ws.10%29.aspx
    Physical Memory (MB)
    Total 24567
    Cached 6337
    Avaiable 21821
    Free 15709
    The relevant status code says that the "Object already exists" which I think is far more relevant then some memory issue. Do I have to delete some file or registry entry? Or is it a security issue?
    Google search have come up with nothing. Any suggestions would be very helpful!

    Have a solution for you:
    Download makecert.exe and generate new cert for RDP
    makecert -r -pe -n "CN=server FQDN"  -eku 1.3.6.1.5.5.7.3.1 -ss my -sr LocalMachine -sky exchange -sp "Microsoft RSA SChannel Cryptographic Provider" -sy 12"
    Change server FQDN with real value.
    Go to computer certificates and under remote desktop delete current certificate. Then from personal store move the newly created cert to Remote Desktop.  Open the cert and copy Thumbprint.
    Open regedit and go to:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations
    Update SelfSignedCertificate key with new cert tumbprint.
    Restart Remote Desktop Services service

  • Problem Running Process Flow When Database Objects Deployed Outside of OWB

    Hi
    I am having a few problems running process flows that I'm deploying through OMB.
    My set up is as follows:
    All database updates are done outside of OWB (for version control purposes).
    Each object within OWB is exported to an MDL file, which is then imported into the production repository using an OMB Script.
    Once everything has been imported into my production version, I'm then deploying the process flows from within the OMB script.
    When I then go to run the process flow, I get the following error ...
    RPE-02075: Oracle Workflow failed to process the execution request for Activity LOAD_COUNTRY_PF:LOAD_COUNTRY. This may be because dependent objects have not yet been deployed.
    I can see through the Control Center, that the status of all the objects that the process flow is going to use are set to having a Design Status of 'New'. So obviously OWB doesn't realize that these objects already exist in the database, which is why the process flow errors.
    Is there any way around this? Can I somehow set the Design Status of all the objects to 'Unchanged' through OMB? Is there a way to fool the process flow into thinking that the objects do exist? Can I run the process flow outside of OWB?
    Any help would be appreciated.
    Thanks
    Liffey

    Hi Liffey,
    Is there any way around this?
    Can I somehow set the Design Status of all the objects to 'Unchanged' through OMB?
    Is there a way to fool the process flow into thinking that the objects do exist?of course you must deploy mappings before deploying processflow
    and as I know there is no legal method for avoiding this.
    Regards,
    Oleg
    PS. Look at this thread [Deploying without Deploy|http://forums.oracle.com/forums/thread.jspa?messageID=2655726&#2655726]
    It seems for OWB10gR1 exists method for manual modification OWB runtime repository tables for mark mappings as deployed

  • ORA-08103: object no longer exists during APEX 2.2 to 3.0 upgrade

    I am trying to upgrade an APEX 2.2 installation on 10.2.0.2 Enterprise Edition on SLES-10 with 400MB shared_pool and 1 GB sga_target. During the upgrade, the session crashes due to ORA-00600: internal error code, arguments: [ktspgfb-1]. I cannot drop the FLOWS_030000 user and 523 corrupt blocks in sys7.dbf including objects source$, argument$ and obj$. So far, I have restored the database and corrupted it 3 times. Each time, I redownloaded apex.zip from technet.oracle.com.
    Here are the errors:
    ...PAGE 1300: Application Comparison
    ...PAGE 1301: Application Comparison Counts
    ...PAGE 1400: Report Layouts
    ...PAGE 1401: Create Report Layout
    ...PAGE 1402: Create Report Layout
    ...PAGE 1405: Edit Report Layout
    ...PAGE 1406: Create Report Query
    ...PAGE 1500: Application Builder
    ...PAGE 1550: User Interface Defaults
    ...PAGE 1552: UI Defaults - Column Defaults LOV
    ...PAGE 1553: UI Defaults - Column Defaults
    ...PAGE 1555: UI Defaults - Table Defaults
    begin
    ERROR at line 1:
    ORA-08103: object no longer exists
    ORA-06512: at "FLOWS_030000.WWV_FLOW_API", line 7733
    ORA-06512: at line 18
    ERROR:
    ORA-00603: ORACLE server session terminated by fatal error
    ERROR:
    ORA-03114: not connected to ORACLE
    SP2-0359: memory exhausted
    Mon Apr 30 11:31:46 2007
    Incremental checkpoint up to RBA [0x175.153ac.0], current log tail at RBA [0x175.2e77b.0]
    Mon Apr 30 11:32:05 2007
    Beginning log switch checkpoint up to RBA [0x176.2.10], SCN: 8173962186001
    Thread 1 advanced to log sequence 374
    Current log# 1 seq# 374 mem# 0: /lv01/oracle/dev10data/log01.dbf
    Mon Apr 30 11:34:24 2007
    Errors in file /lv01/oracle/dev10db/10.2.0/admin/dev10_plato/udump/dev10_ora_11590.trc:
    ORA-00600: internal error code, arguments: [ktspgfb-1], [], [], [], [], [], [], []
    Mon Apr 30 11:34:49 2007
    Errors in file /lv01/oracle/dev10db/10.2.0/admin/dev10_plato/udump/dev10_ora_11590.trc:
    ORA-00603: ORACLE server session terminated by fatal error
    ORA-00600: internal error code, arguments: [ktspgfb-1], [], [], [], [], [], [], []
    Mon Apr 30 11:35:02 2007
    Errors in file /lv01/oracle/dev10db/10.2.0/admin/dev10_plato/bdump/dev10_pmon_7541.trc:
    ORA-00600: internal error code, arguments: [ktspgfb-1], [], [], [], [], [], [], []
    Mon Apr 30 11:35:15 2007
    Errors in file /lv01/oracle/dev10db/10.2.0/admin/dev10_plato/bdump/dev10_pmon_7541.trc:
    ORA-00600: internal error code, arguments: [ktspgfb-1], [], [], [], [], [], [], []
    Mon Apr 30 11:37:18 2007
    Completed checkpoint up to RBA [0x176.2.10], SCN: 8173962186001
    Mon Apr 30 11:37:43 2007
    Errors in file /lv01/oracle/dev10db/10.2.0/admin/dev10_plato/bdump/dev10_p000_12471.trc:
    ORA-00600: internal error code, arguments: [ktspgfb-1], [], [], [], [], [], [], []
    Mon Apr 30 11:37:54 2007
    SMON: Parallel transaction recovery slave got internal error
    SMON: Downgrading transaction recovery to serial
    I now have 523 corrupt blocks in sys7.dbf:
    DBVERIFY: Release 10.2.0.2.0 - Production on Mon Apr 30 11:50:21 2007
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    DBVERIFY - Verification starting : FILE = /lv01/oracle/dev10data/sys7.dbf
    Page 188161 is marked corrupt
    Corrupt block relative dba: 0x01c2df01 (file 7, block 188161)
    Completely zero block found during dbv:
    Page 188162 is marked corrupt
    Corrupt block relative dba: 0x01c2df02 (file 7, block 188162)
    Completely zero block found during dbv:
    Page 188163 is marked corrupt
    Corrupt block relative dba: 0x01c2df03 (file 7, block 188163)
    Completely zero block found during dbv:
    Page 188164 is marked corrupt
    Corrupt block relative dba: 0x01c2df04 (file 7, block 188164)
    Completely zero block found during dbv:
    Any ideas why this is happening? I see a number of current bugs for ORA-00600: ktspgfb-1, but most knowledge base articles refer to 9.0.1 or 9.2.

    After upgrading to 10.2.0.3 and doubling the shared_pool_size and sga_target, I was able to upgrade to APEX 3.0 without errors.

  • When I try to install Lightroom 5.6 I get a "Object already exists" message. I can't install it at all

    I updated Lightroom to 5.6 before going away for the weekend. When I came home I was unable to access lighroom all together. After searching I finally found how to chat with customer service (which I can't figure out again) and they told me to uninstall Lightroom, make a new Admin on my computer, and re-install it on the new Admin. When I did this I still get the same "Object already exists" message and it won't even install now.

    Do a clean (re)install:
    * Download a fresh Firefox copy from http://www.mozilla.com/firefox/all.html and save the file to the desktop.
    * Uninstall your current Firefox version and remove the Firefox program folder before installing that copy of the Firefox installer.
    * Don't remove personal data if you uninstall the current version.
    * Delete the files and folders in the %temp% folder.
    * It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    Your bookmarks and other profile data are stored elsewhere (not in the Firefox program folder) and won't be affected by a reinstall, but make sure that you do not select to remove personal data if you uninstall Firefox.

Maybe you are looking for

  • Installation problem with the trial.

    So recently i was thinking of installing the trial of Adobe photoshop CS5 extended so as i went through the installation form and language and system setting, but as i finish the form it took me to the download of "Adobe download Assistant" i install

  • Clickable option is missing

    Internet Explorer 8 displays an X on the Monster.ca website which is click-able to be able to edit a saved job search, but Firefox 5 does not. It becomes visible on IE when you do a mouse over. I have checked to see if my updates are current and appa

  • Javax.naming.NameNotFoundException: Unable to resolve 'ATGProductionDS'   - in Weblogic on starting the server

    Hi, I am not able to resolve the JNDI name - ATGProductionDS I have used CIM to create this and i am using ATG10.2 with MYSQL as my database and weblogic. /atg/epub/file/ConfigFileSystem journaling file system started: vfs=file:/C: /Stixs/ATG/ATG10.2

  • Email photos with info attached - please help

    I have iphoto '09 8.1.2 (424). I want to send photos to my photography teacher with the info attached  ( ISO, f-stop, etc.) Is this possible; what is the process? When I press option + command + i, I can see the info, but I don't know how to attach t

  • Deep Structures in Adobe Forms

    Are deep structures allowed within Adobe Forms?  I keep getting the error "Exception condition "TYPE_NOT_FOUND" raised" when I try to enter the form layout.  In the context view, the deep structure is visible; however, the DATA segment of the nested