Conf HTTP server getting error "failed to open memory file"

Hi,all,
Anyone has any idea what is happening here? Should the System Admin can help? or I should check my httpd.conf file?
Thanks,
Ken
====================================
Apache > bin/apachectl configtest
Ouch! ap_mm_create(1048576, "/oracle/app/oracle/product/10.1.3.1/OracleAS_1/Apache/Apache/logs/mm.8359") failed
Error: MM: mm:core: failed to open memory file (Permission denied): OS: No such file or directory
WARNING!! Direct use of apachectl within OracleAS is
deprecated. Using apachectl in conjunction with opmn may lead
to unexpected behavior (such as opmn automatically restarting
OHS after it has been shutdown using apachectl). Please use
opmnctl (located at ORACLE_HOME/opmn/bin/opmnctl) instead.
apachectl may not be shipped with future versions of OracleAS.
[16:15:23]
[ebizora01 8] Apache > ls -l logs/
total 17212
drwxr-x--- 4 oracle dba 1536 Jun 21 11:31 .
-rw------- 1 oracle oinstall 0 Jun 19 12:50 mm.3482.sem
-rw------- 1 oracle oinstall 1052672 Jun 19 12:50 mm.3482.mem
-rw------- 1 oracle oinstall 0 Jun 19 12:46 mm.3475.sem
-rw------- 1 oracle oinstall 1052672 Jun 19 12:46 mm.3475.mem
-rw------- 1 oracle oinstall 0 Jun 19 12:35 mm.3388.sem
-rw------- 1 oracle oinstall 1052672 Jun 19 12:35 mm.3388.mem
drwxr-x--- 16 oracle dba 512 Jun 19 11:05 ..
-rw-r--r-- 1 root root 4546 Mar 26 13:11 error_log.1174910400
-rw------- 1 root root 0 Mar 26 13:11 mod_oc4j.4395.shm.sem
-rw------- 1 root root 1052672 Mar 26 13:11 mod_oc4j.4395.shm.mem
-rw-r--r-- 1 root root 5 Mar 26 13:11 httpd.pid
-rw------- 1 root root 7405568 Mar 26 13:11 dms_metrics_4390.shm.mem
---Sr--r-- 1 root root 0 Mar 26 13:11 dms_metrics_4390.lock
-rw------- 1 root root 0 Mar 26 13:11 dms_metrics_4390.shm.sem
-rw------- 1 oracle root 0 Mar 26 13:11 mm.4390.sem
-rw------- 1 oracle root 1052672 Mar 26 13:11 mm.4390.mem
-rw------- 1 root root 0 Mar 26 12:32 mm.3468.sem
-rw------- 1 root root 1052672 Mar 26 12:32 mm.3468.mem
-rw------- 1 root root 0 Mar 26 12:30 mm.3465.sem
-rw------- 1 root root 1052672 Mar 26 12:30 mm.3465.mem
-rw------- 1 root root 0 Mar 26 12:28 mm.3451.sem
-rw------- 1 root root 1052672 Mar 26 12:28 mm.3451.mem
-rw------- 1 root root 0 Mar 26 12:26 mm.3444.sem
-rw------- 1 root root 1052672 Mar 26 12:26 mm.3444.mem
-rw-rw---- 1 oracle dba 477791 Mar 23 08:42 access_log.1174651200
-rw-rw---- 1 oracle dba 894031 Mar 23 08:42 error_log.1174651200
-rwxr-x--- 1 oracle dba 4180 Mar 23 07:37 ssl_engine_log
-rw-rw---- 1 oracle dba 476971 Mar 22 11:11 access_log.1174564800
-rw-rw---- 1 oracle dba 890666 Mar 22 11:11 error_log.1174564800
-rw-rw---- 1 oracle dba 478049 Mar 20 11:19 access_log.1174392000
-rw-rw---- 1 oracle dba 895811 Mar 20 11:19 error_log.1174392000
-rw-rw---- 1 oracle dba 478593 Mar 15 11:10 access_log.1173960000
-rw-rw---- 1 oracle dba 895242 Mar 15 11:10 error_log.1173960000
-rw-rw---- 1 oracle dba 478006 Mar 13 11:15 access_log.1173787200
-rw-rw---- 1 oracle dba 894983 Mar 13 11:15 error_log.1173787200
-rw-rw---- 1 oracle dba 1346 Mar 12 11:07 access_log.1173700800
-rw-rw---- 1 oracle dba 395 Mar 12 11:07 error_log.1173700800
-rw-rw---- 1 oracle dba 1288 Mar 9 16:42 access_log.1173484800
-rwxr-x--- 1 oracle dba 790 Mar 9 16:42 error_log.1173484800
drwxr-x--- 3 oracle dba 512 Mar 9 16:40 fastcgi
drwxr-x--- 2 oracle dba 512 Mar 9 16:40 oracle

my bad. my account was not oracle, so I did not have the privelleges to write to the directory.
This is fixed after su to oracle.
Thanks,
Ken

Similar Messages

  • Getting error message while opening PDF file.

    Hello Experts....
    I'm getting error message while opening the attached PDF file in mail.
    I'm Sending the payslip to mail which is converted into .PDF format.
    Where exactly the problem i m not getting.
    Please help....

    CALL FUNCTION 'CONVERT_ABAPSPOOLJOB_2_PDF'
          EXPORTING
            src_spoolid                    = rqident
            no_dialog                      = ' '
           DST_DEVICE                     = out_parms-pdest
          PDF_DESTINATION                =
           get_size_from_format           = out_parms-pdest
          IMPORTING
            pdf_bytecount                  = bytecount
           pdf_spoolid                    = pdfspoolid
          LIST_PAGECOUNT                 =
           btc_jobname                    = jobname
           btc_jobcount                   = jobcount
          TABLES
            pdf                            = out_tab
          EXCEPTIONS
            err_no_abap_spooljob           = 1
            err_no_spooljob                = 2
            err_no_permission              = 3
            err_conv_not_possible          = 4
            err_bad_destdevice             = 5
            user_cancelled                 = 6
            err_spoolerror                 = 7
            err_temseerror                 = 8
            err_btcjob_open_failed         = 9
            err_btcjob_submit_failed       = 10
            err_btcjob_close_failed        = 11.
      IF sy-subrc NE 0.
      ENDIF.
    *CALL FUNCTION 'BAPI_GET_PAYSLIP_PDF'
    EXPORTING
       employeenumber       = PERNR-PERNR
       sequencenumber       = '00001'
       payslipvariant       = 'PAYSLIP-PM'
    IMPORTING
      RETURN               =
      PAYSLIP              = PAYSLIP
      PDF_FSIZE            =
    ******************CONVERTING PAYSLIP(XSTRING) TO BINARY FORMAT******
    call function 'SCMS_XSTRING_TO_BINARY'
       exporting
         buffer                = payslip
      APPEND_TO_TABLE       = ' '
    IMPORTING
      OUTPUT_LENGTH         =
       tables
         binary_tab            = OUT_TAB.
        check not ( out_tab[]  is initial ).
        refresh i_record.
        clear : i_record.
        call function 'QCE1_CONVERT'
          tables
            t_source_tab         = out_tab
            t_target_tab         = i_record
          exceptions
            convert_not_possible = 1
            others               = 2.
        if sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        endif.
       do.
         i_record = it_attachment_long.
         append i_record.
         shift it_attachment_long left by 255 places.
         if it_attachment_long is initial.
           exit.
         endif.
       enddo.
        select single ltx into subject from t247
                   where mnr eq pn-begda+4(2)
                     and spras eq 'EN'.
        condense subject.
        concatenate 'Payslip for the month of' subject pn-begda+0(4)
                                  into subject separated by space.
        describe table lt_objbin lines l_att_lines.
        read table lt_objbin index l_att_lines.
        lv_document_data-doc_size = tab_lines * 255 .
        lv_document_data-obj_name = 'Payslip'.
        lv_document_data-obj_descr = subject.
    e-mail body
        clear lt_objpack-transf_bin.
        lt_objpack-head_start = 1.
        lt_objpack-head_num = 0.
        lt_objpack-body_start = 1.
        lt_objpack-body_num = tab_lines.
        lt_objpack-doc_type = 'RAW'.
    LT_OBJPACK-doc_size = STRLEN( LT_OBJTXT ).
        append lt_objpack.
    For e-mail attachment
        lt_objhead = 'payslip.pdf'.
        append lt_objhead.
        lt_objbin[] = out_tab[]."i_record[].
        "describe table i_record lines l_att_lines.
        describe table out_tab lines l_att_lines.
    CLEAR LT_OBJPACK.
        lt_objpack-transf_bin = 'X'.
        lt_objpack-head_start = 1.
        lt_objpack-head_num = 0.
        lt_objpack-body_start = 1.
        lt_objpack-body_num = l_att_lines.
        lt_objpack-doc_type = 'PDF'.
        lt_objpack-obj_name = 'attachment'.
        lt_objpack-obj_descr = 'payslip'.
        lt_objpack-doc_size = ( l_att_lines - 1 ) * 255 + strlen( lt_objbin ).
        append lt_objpack.
    make recipient list
       " check user_mail_id is not initial.
        lt_reclist-receiver =  user_mail_id.
        lt_reclist-rec_type = 'U'.
        append lt_reclist.
        call function 'SO_NEW_DOCUMENT_ATT_SEND_API1'
          exporting
            document_data              = lv_document_data
            put_in_outbox              = 'X'
            commit_work                = 'X'
          tables
            packing_list               = lt_objpack
            object_header              = lt_objhead
            contents_bin               = lt_objbin
          contents_txt               = lt_objtxt
            receivers                  = lt_reclist
          exceptions
            too_many_receivers         = 1
            document_not_sent          = 2
            document_type_not_exist    = 3
            operation_no_authorization = 4
            parameter_error            = 5
            x_error                    = 6
            enqueue_error              = 7
            others                     = 8.
        if sy-subrc = 0.
          write:/ 'Mail sent to', 30 user_mail_id.
          write : sy-uline.
        else.
          write:/ 'Error encountered'.
        endif.
        clear : lt_objpack, lt_objhead, lt_objbin, lt_reclist.
        refresh : lt_objpack, lt_objhead, lt_objbin, lt_reclist.
       clear : filepath+3(17), pdffile, encryptpdf, batch_file.
        clear : out_tab, i_record, filetable.
        clear : user_mail_id, password.
      else.
        write : 'payslip not generated'.
      endif.
    end-of-selection.
    Please Check....

  • Getting error "IntelliSense: cannot open source file "Environ.h"

    Hi,
    I have a VC++ project which adds tool bar to arobat reader. But when i build this project using VS 2010 it's giving a error "IntelliSense: cannot open source file "Environ.h" and some other header files.
    Please suggest me to resolve this issue.
    Thanks
    Shiva

    Hi,
    Thanks for yourreply, can you tell me which version or VS it supports.
    Thanks
    Shiva

  • Getting Error:Failed to open the connection while calling crystal report

    I am getting the below error while calling the crystal report from dot net app. I am using OLEDB to connect to database. It is working perfectly in our DEV environment but as soon as I move it to production information after changing the logon information in the report it start giving the below error.
    Failed to open the connection.C:\WINDOWS\TEMP{C2FD97D9-2ADE-41BB-88FF-23A4DF20BC6F}.rpt
    Details: [Database Vendor Code: 17 ]

    Are you able to connect to the database from the production machine using a UDL file?
    If you haven't tried this, here's how to do it. Take these steps on the machine that is hosting the application. Create a new text file on the desktop. Change the file extension to ".udl" (without the quotes). Double-click on this to bring up the OLEDB connection test: start on the Provider tab and select the appropriate provider. Click "Next" and on the following tab enter your connection information. Click the "Test Connection" button to test the connection. Does it connect  to the database successfully?
    If you click on "OK" to close the dialog and then open the UDL file with Notepad, you should see an OLEDB connection string. In this string should be the same property values for server, database, user id and password which you are providing through your application. If they are not the same, modify your application to use these values.
    If testing your connection information with the UDL file works but your application is still failing when using the same credentials, try profiling or tracing the database. Do you see connection attempts from the application? Are there any errors?
    If you're impersonating, have you set up windows authentication correctly for both the application and the database?

  • Libre ~ Error 2038 "failed to open the file"

    Good morning.
    I have a Libre-eBook reader Pro.
    I have downloaded and synced from Kobo to my Libre with no problems.
    But when I try to download ebooks from the public library they download and open in Digital Editions just fine.  I drag and drop them into the bookshelf marked Libre-eBook Reader Pro.
    They show up when I turn on my ebook, but when I try to open them I get the 'failed to open the file'.
    I was also getting the Error 2038 in Digital Editions when I did the drag and drop thing.  I read through the forum and went through the steps recommended for the Nook ~ deleting the digital editions folder on my ebook and having Adobe reauthorize it.  I no longer get the 2038 error message in Adobe, but I am still unable to open the books from the library.
    I have tried deleting the books from ereader and ADE and redownloading from the Library.  Didn't help.
    Any other suggestions?
    Thanks.
    Heather

    Hi Ambs101010,
    Based on my research, the error can be caused by that the machine.config file is incorrect or corrupted. Please use the following steps to troubleshoot the issue and check if the error still occurs.
    1. Open the machine.config in Visual Studio and check if there is any syntax errors. If syntax errors exist, modify the machine.config file directly. For more details, please review this similar
    thread.
    2. If the error still persists, please follow the steps to replace the machine.config file. Another alternative method is to replace the current machine.config with the machine.config file from another computer.
          a.  Go to the folder C:\windows\Microsoft.NET\Framework\v2.0.50727\CONFIG
          b.  Rename the file machine.config to machine.config.old
          c.  Make a copy of the file machine.config.default and rename the copy to be machine.config
          d.  If your Operating System is 64-bit, go to the folder C:\windows\Microsoft.NET\Framework64\v2.0.50727\CONFIG and repeat the above steps
          e.  Reboot your computer
    Thanks,
    Lydia Zhang

  • Help! Error: Failed to open Address Book Database on Palm Desktop

    In advance, thank you, thank you, thank you to the person who saves me from this error! I have no idea what I've done to deserve this!?! So, thank you for helping!!!
    Here's the problem:
    When I double click on the Palm Desktop icon on my desktop, I get: Error: Failed to open Address Book Database on Palm Desktop
    And then, I get: This program has performed an illegal operation and will be shut down. If the problem persists, contact the program vendor.
    When I click on the details button, it says: PALM caused an invalid page fault in
    module MFC42.DLL at 0177:5f404045.
    Registers:
    EAX=0082fad8 CS=0177 EIP=5f404045 EFLGS=00010202
    EBX=00000000 SS=017f ESP=0082fa94 EBP=00855d0c
    ECX=5f4d1c58 DS=017f ESI=0082fad8 FS=572f
    EDX=00017b84 ES=017f EDI=00000008 GS=0000
    Bytes at CS:EIP:
    8b 07 3b c8 74 34 83 79 f4 00 7d 0f 83 c1 f4 3b
    Stack dump:
    00000000 008558c0 004b5d3d 00000008 01befe17 0082fad8 008559cc 008558c0 00855d0c 00000000 00000010 5f4d1c58 00000000 00000000 00000000 00000000
    Again, thanks for your help in advance!
    Post relates to: Palm Vx

    I've seen a lot of people post a message that's basically like the problem I'm having. I'm sending this to everyone who had the same general type of question in hopes that my fix might cure your problem also.
    My Palm Desktop (4.1.4) would open correctly the first time after installing, but after doing a hotsync it would crash every other time it was opened (using a Tungsten E). I'm running Windows XP Professional, and it would give an error saying "Windows XP has encountered an error and needs to close", or something like that.
    I did the usual. Removed the program and reinstalled, which didn't work. I also went through the tedious process of uninstalling the software, then removing every registry entry by hand that referenced the Palm or Pocketmirror, which also didn't work.
    I searched through the support files on palmone.com and found something that gave me an idea. It talked about removing a corrupted file to fix problems with the datebook. I hadn't been getting any errors pointing to a specific problem, but on a hunch I deleted the entire address folder out of the Palm directory. That did the trick!
    A corrupted address book in the Palm Desktop software was keeping it from running. The problem was how to fix the corruption, which I eventually found on a menu option in the Palm Desktop software.
    Below is the fix that worked for me. Caution! Only do this if you have all of the current info in your Palm, because it will erase what's on your Palm Desktop.
    1. Go to your Palm folder on your pc (default install location is c:\palm) and open the folder for your user.
    2. Delete the address, datebook, expense, memopad, note pad and todo folders.
    3. Open the Palm Desktop program.
    4. Do a hotsync.
    5. Important! Don't click on anything else in the Palm Desktop after doing the hotsync. If you change to one of the areas that has corrupted data, it will immediately crash.
    6. Right after doing the hotsync, click Tools on the top menu in the Palm Desktop, then Options. Click on the Tools tab and then click Check Now to fix the corrupted data.
    7. Click OK.
    That should hopefully get you running again. Let me know if that worked for you.

  • Pls Help!-'Failed to open the file'

    what do you do when an error 'failed to open the file' shows
    up when you try to open something...?
    i'm pretty sure that i am using the same version of flash as
    the one i used before to create this file.. but just on a different
    mac.
    please
    help!!!! (ノ△・。)

    yumibobcat wrote:
    > what do you do when an error 'failed to open the file'
    shows up when you try to
    > open something...?
    > i'm pretty sure that i am using the same version of
    flash as the one i used
    > before to create this file.. but just on a different
    mac.
    > please help!!!!?(????)
    >
    If you are using the same version the file was made in then
    the only thing
    left which give such error is a corrupted FLA. Beyond
    recovery once fail to
    open.
    Best Regards
    Urami
    "Never play Leap-Frog with a Unicorn."
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • 'failed to open the file'

    what do you do when an error 'failed to open the file' shows
    up when you try to open something...?
    i'm pretty sure that i am using the same version of flash as
    the one i used before to create this file.. but just on a different
    mac.
    please
    help!!!! (ノ△・。)

    You will find the answer to your problem in this forum..
    Database Installation

  • Report works in CR10, on enterprise server error: Failed to open a rowset

    Hi,
    I created a report, which works fine in Crystal Reports (designer).
    After uploading the report to the enterprise-server it don't work anymore.
    I use the same database and the same parameters, but get the following error:
    Failed to open a rowset. File D:\Program Files\Crystal Decisions\Enterprise 10\Data\procSched\FDMPLS082M.reportjobserver\~tmp14f4559568a82d0.rpt.
    For other reports it works fine.
    Edited by: Joris Stoop on Aug 25, 2008 11:25 AM

    Does the server have the same database DSN named the same? Also, you may want to try installing CR on the server and see if the report works there.

  • NZ Library Error: Failed to open the wallet

    I installed Oracle Http Server (Apache 2 distributed with Oracle 11g database software) in the same server (but in a different Oracle home) where I had installed Oracle 11g. The installation was fine. However, I haven't been able to start the Http Server at all. When I checked all the logs, I finally found the following error. What do I need to do?
    NZ Library Error: Failed to open the wallet
    Thanks.
    Andy

    I know it has been a long time since anyone has posted on this thread but I am hoping that Jay_Kard might get notified.
    I have had almost exactly the same problem.  I have about 50 reports that are available to users through InfoView, they have been around for a year or more.  Suddenly a few weeks ago two of them stopped working, the users get the "Failed to make the connection" error.
    I am using Crystal Reports 11.5 and Crystal Reports Server 11.5 with an ODBC connection to a SQL Server 2005 database.  The 2 reports that are not working both use a series of dynamic prompts for the users to enter report parameters, but so do the others that continue to work well.  Before reading this thread I had already tried a lot of the suggestions from this thread, I can't get anything to work.  The ODBC DSN on the server is set up and named exactly like the DSN that I use for development, I have rebuilt the dynamic prompts used on these reports, I can't get these 2 reports to work.
    One other odd thing is that I, with admin rights to all reports in InfoView, can view these failing reports both from Crystal and from InfoView following the same path as my users to access the reports.  I don't know if that will help anyone figure out the problem.
    Jay, if you happen to read this I would love to know if you were able to get your problem resolved, I may need the same solution.
    Thanks.

  • "Failed to open package file ..." when modifying job step on remote server

    I have SSIS package setup on a remote SQL Server to run on schedule via SQL Server Agent. It was setup initially by remote desktop-ing to the server and connecting to it via SSMS running on the same machine where SQL Server is running. Package source is
    "File System" and absolute path is specified (D:\Folder1\Package1.dtsx). There is just one step in the job - to run SSIS package. Everything works as it should.
    Now I want to modify this job - change number of retry on failure attempts. I can successfully connect to this SQL Server instance via SSMS from my developer workstation. I can then go to "Advanced Settings" for this job step and change "Retry attempts"
    to some other number. However, when I press "OK" I get this error message:
    TITLE: SSIS Execution Properties
    Failed to open package file "D:\Folder1\Package1.dtsx" due to error 0x80070003 "The system cannot find the path specified.".  This happens when loading a package and the file cannot be opened or loaded correctly into the XML document. This can
    be the result of either providing an incorrect file name was specified when calling LoadPackage or the XML file was specified and has an incorrect format.
     ({105912C7-6345-42B4-99B4-58566291867B})
    ADDITIONAL INFORMATION:
    Failed to open package file "D:\Folder1\Package1.dtsx" due to error 0x80070003 "The system cannot find the path specified.".  This happens when loading a package and the file cannot be opened or loaded correctly into the XML document. This can
    be the result of either providing an incorrect file name was specified when calling LoadPackage or the XML file was specified and has an incorrect format.
     ({105912C7-6345-42B4-99B4-58566291867B})
    Interestingly enough, in spite of this error message the number of retries is successfully changed.
    I understand it happens because SSMS tries to locate package on my local hard drive and the same folder doesn't exist on my development PC. It still doesn't make sense to me. Does SSMS not know I am accessing remote server? How come I don't get any errors
    when I just execute this job via SSMS when SSMS runs on my development PC?

    Hi, Am facing same issue, but I am trying run SSIS package via C# code, I have given full access to all the folder in which the package is available.
    In the below line am getting error,
    using Microsoft.SqlServer.DTS.Runtime;
    Application app=new Application();
    Package package=null;
    package=app.LoadPackage("PackageFullPath",null) --error line
    Failed to open package file "C:\SSIS\Package.dtsx" due to error 0x800C0006 "The system
    cannot locate the object specified.".  This occurs when loading a
    package and the file cannot be opened or loaded correctly into the XML document
    full access to which account? also trying to run from where? In the same machine where package resides?
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • After Effects CS3 error: file not found -43 and TIFFIO failed to open the file

    Hello
    I am experiencing a problem with AE CS3.
    I have several TIFF sequences (with alphas) that are giving me a headache. When I import them into AE, I get an "AEGP Plugin TIFFIO: Failed to open the file" error.
    I researched the forums and found that this could be related to odd formatting of the source media (my TIFF sequence). I created these TIFFs in Maya 2008 and I have imported other sequences made with Maya into AE with no issues.
    Just to be sure, I created a Photoshop droplet that re-saved my TIFFs as Photoshop TIFFs with the same names.
    I re-imported the new Photoshop TIFF sequences (still with alphas) into AE CS3, and I get the same error.
    Any ideas? I don't know what to do next.
    Thanks,
    -------------S

    Your USB drive may have had a weird character in it's name.
    AE can't read CMYK images, that is usually the problem.
    Imported images do not have to conform to any specific sizes (unless you want to go over 30,000 x 30,000 pixels.)
    - Jonas Hummelstrand
    http://generalspecialist.com/

  • Errors (libGL error: failed to open drm) in Gnome Startup & StartUp

    Hi,
    I started installing ArchLinux and want to use Gnome but got some error messages on start up.
    My System is a Thinkpad T400s with Intel GMA 4500MHD.
    I have installed:
    pacman -S gnome xorg-server dbus xorg-xinit xf86-video-intel
    from https://wiki.archlinux.org/index.php/Intel my graphic chip is supported.
    X Server works ("Xorg -retro" and "startx /usr/bin/xterm" is working).
    xinit gnome-session
    Starts Gnome around a Xterm (seems to be so).
    In this Xterm window there are a lot of messages with errors I don't track down:
    libGL: OpenDriver: trying /usr/lib/xorg/modules/dri/tls/i965_dri.so
    libGL: OpenDriver: trying /usr/lib/xorg/modules/dri/i965_dri.so
    libGL error: failed to open drm device: Permission denied
    libGL error: failed to load driver: i965
    libGL: OpenDriver: trying /usr/lib/xorg/modules/dri/tls/swrast_dri.so
    libGL: OpenDriver: trying /usr/lib/xorg/modules/dri/swrast_dri.so
    libGL: Can't open configuration file /home/UserHome/.drirc: No such file or directory.
    GNOME_KEYRING_CONTROL=/run/user/1000/keyring-TAzQAG
    GNOME_KEYRING_PID=766
    GNOME_KEYRING_CONTROL=/run/user/1000/keyring-TAzQAG
    GNOME_KEYRING_CONTROL=/run/user/1000/keyring-TAzQAG
    SSH_AUTH_SOCK=/run/user/1000/keyring-TAzQAG/ssh
    GNOME_KEYRING_CONTROL=/run/user/1000/keyring-TAzQAG
    SSH_AUTH_SOCK=/run/user/1000/keyring-TAzQAG/ssh
    GPG_AGENT_INFO=/run/user/1000/keyring-TAzQAG/gpg:0:1
    (gnome-settings-daemon:762): power-plugin-WARNING **: session inhibition not available, gnome-session is not available
    (gnome-settings-daemon:762): color-plugin-WARNING **: failed to create device: GDBus.Error:org.freedesktop.ColorManager.Failed: failed to obtain org.freedesktop.color-manager.create-device auth
    (gnome-settings-daemon:762): color-plugin-WARNING **: failed to create device: GDBus.Error:org.freedesktop.ColorManager.Failed: failed to obtain org.freedesktop.color-manager.create-device auth
    libGL: OpenDriver: trying /usr/lib/xorg/modules/dri/tls/i965_dri.so
    libGL: OpenDriver: trying /usr/lib/xorg/modules/dri/i965_dri.so
    libGL error: failed to open drm device: Permission denied
    libGL error: failed to load driver: i965
    libGL: OpenDriver: trying /usr/lib/xorg/modules/dri/tls/swrast_dri.so
    libGL: OpenDriver: trying /usr/lib/xorg/modules/dri/swrast_dri.so
    libGL: Can't open configuration file /home/UserHome/.drirc: No such file or directory.
    libGL: Can't open configuration file /home/UserHome/.drirc: No such file or directory.
    Failed to play sound: File or data not found
    ** (nm-applet:811): WARNING **: Could not initialize NMClient /org/freedesktop/NetworkManager: Unit dbus-org.freedesktop.NetworkManager.service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.freedesktop.NetworkManager.service' for details.
    ** Message: applet now removed from the notification area
    ** (nm-applet:811): WARNING **: fetch_connections_done: error fetching connections: (32) Unit dbus-org.freedesktop.NetworkManager.service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.freedesktop.NetworkManager.service' for details..
    ** (nm-applet:811): WARNING **: Failed to register as an agent: (32) Unit dbus-org.freedesktop.NetworkManager.service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.freedesktop.NetworkManager.service' for details.
    (gnome-shell:796): Bluetooth-WARNING **: Could not open RFKILL control device, please verify your installation
    Window manager warning: Log level 16: Could not initialize NMClient /org/freedesktop/NetworkManager: Unit dbus-org.freedesktop.NetworkManager.service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.freedesktop.NetworkManager.service' for details.
    JS LOG: GNOME Shell started at Sun Nov 11 2012 19:13:44 GMT+0100 (CET)
    ** Message: applet now embedded in the notification area
    Window manager warning: Log level 16: fetch_connections_done: error fetching connections: (32) Unit dbus-org.freedesktop.NetworkManager.service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.freedesktop.NetworkManager.service' for details..
    Window manager warning: Log level 16: _nm_remote_settings_ensure_inited: (NMRemoteSettings) error initializing: Unit dbus-org.freedesktop.NetworkManager.service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.freedesktop.NetworkManager.service' for details.
    Here are the xorg.log: http://pastebin.com/EUrZ7tiz
    What are the problems here?
    What I have to change to fix the errors?
    Last edited by G.Blau (2012-11-13 01:31:22)

    Add yourself to the "video" group and re-login.

  • Encore CS5.5: Error Code 19 Failed to Open MUI File for Time Line when making BR ISO

    Encore CS5.5: Error Code 19 Failed to Open MUI File for Time Line.  What is this and how do I correct it.  This happens whenmaking a Blu ray ISO with Menu or no menu created
    Using: I7 Windows7  machine with Production Premium CS5.5
    I get this wether I create a menu or no menu. I have tried several times with it. I do not know what the error is or how to correct it.
    I encoded with no errors in Premiere.
    I get this jsut after Encore starts to transcode the files.
    Please help,
    Steve

    Go back to http://forums.adobe.com/community/encore and enter
    Error Code 19
    in the area just under Ask a Question
    You may now read all the previous discussions of your error... be sure to click the See More Results at the bottom of the initial, short list if the initial list does not answer your question

  • When I try to install Firefox, I get a "can not open output file" error. I was using Firefox before and it stopped working, so I uninstalled. Cannot re-install now.

    When I try to install Firefox, I get a "can not open output file" error. I was using Firefox before and it stopped working, so I uninstalled. Cannot re-install now.
    == This happened ==
    Every time Firefox opened
    == I tried to download firefox. ==
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; AntivirXP08; GTB6.3; .NET CLR 2.0.50727; MS-RTC LM 8)

    When you click the download link on [http://getfirefox.com GetFirefox.com], you should be asked if you wish to Run or Save the file. If the described situation happens when trying to Run the download, try instead to Save it and put the file on your Desktop or a similar place where you are certain that you can find it again.
    When the download is complete, try double-clicking the downloaded file in the normal Windows Explorer (browse your way to the file from My Computer). This should start the installation.
    If you notice in the Explorer window that the file seems to be lacking the Firefox orange/blue icon, rightclick the file and select Properties. The picture should look somewhat like the attached picture (except that mine's in danish, but that is irrelevant) if saved correctly - if it does NOT look like this, please describe the contents or attach a screenshot of the box. Especially what it says under "File type" - it should be "Program"; if it's not, we'll have to look into what the problem could be here.
    Slightly off-topic, your Internet Explorer seems to be quite a bit out of date (IE 6, where current version is IE 8), so I would strongly recommend that you try to run Windows Update to get your system updated. If this is a company system (like a Terminal Server thin client machine), this may not be possible, and your system administrator will most likely have to help you.

Maybe you are looking for

  • Can you set up 2 iTunes accounts on one computer?

    Can you set up 2 iTunes accounts on one computer?

  • 5th Gen iPod Still Not Updating to Latest Software

    Since my last qery I've not done much with my iPod but yesterday I decided to bite the bullet and go for it. I formatted my 5th Gen iPod in Windows and deleted all content from it. After re-starting my PC iTunes started and recognised my iPod and sta

  • Datetime filter in Power View

    Hello, I have made a power view report from an ssas cube. Despite the fact that the attribute fulldate (see following image) has date type on the cube when I choose advanced on the filter it is being treated like string. I would like this to be treat

  • Samba print$ share for windows "point and print"?!

    Howdy, I used to have a print$ share set up, as described [in a post by Rich White|http://discussions.apple.com/thread.jspa?messageID=5572602#5572602] It worked wonderfully well, and all my windows users could get drivers directly off of the server.

  • I can't sync my playlists with ipod classic or a new ipod touch.

    I have been having problems with my iPod Classic in my car.  Colleague used his iphone with no issues. I reset my iPod classic to original factory settings but now when I sync my playlists with iTunes are not included.  Very strange.