Stopped - Could not open temporary file... exiting

I have been using OS X Yosemite for over a month. I have been able to print to my Xerox Phaser 6120 and use my Macbook Pro with no problems until last night when I applied an update. At first I was getting an error that stated my optical photoconductor needed to be replaced, but the imaging unit is 90%.  Now after I print, the job spools to the print queue, and I get the an error that says "Stopped - Could not open temporary file...exiting".
I have reset my printer queues and added the printer. I have also turned everything off (computer, printer, and airport extreme base station) and restarted every thing. I have even tried repaired my disk permissions. The printer is attached via ethernet cable. The last thing I tried was to connect the printer directly via USB and attempt to print directly to the printer. I get the same error.
I checked the Xerox site, there is no updated driver for Yosemite.  But the printer was printing fine with Yosemite without an updated driver for at least a month.
I am out of troubleshooting ideas. Does anyone have an idea that I haven't tried?

Hi -
I had the same problem but I got my Phaser 6120 to work.  What I did was this:
Instead of the Xerox Phaser 6120 driver (under "Use" in the Add Printer window) I used "Generic PostScript Printer" - and all seems well.  Also repair your permissions.  Hope this helps.
FWIW I contacted Xerox and asked about a driver, and the email back was basically the printer is EOL and nothing more will be done.

Similar Messages

  • I have a MacBook pro version 10.6.7 with snow leopard. After an scheduled software upgrade I could not open Quicken (It said it could not open the files). Now I can only open it if I have my external drive on. Can you help?

    I have a MacBook pro version 10.6.7 with snow leopard. After an scheduled software upgrade I could not open Quicken (It said it could not open the files). Now I can only open it if I have my external drive on. Can you help?
    All the information that I had input on Quicken is gone. I have to have the external hard drive that I use to back up to be able to use quicken now. It is as if it was erased from the laptop hardrive

    Try repairing permissions. My favorite way is with a utility called AppleJack. Info and download here. It's free. It only works when you boot in Single User Mode. When restarting or booting, hold down the Command key and S keys.
    You will get a very different startup screen that looks like the Terminal app has hijacked the screen. Just let the lines of text scroll by. When that happens you will get a text entry prompt. Type in "AppleJack" without the quotation marks.
    A DOS looking menu will appear. Choose 1 or d to run Disk Repair. If you get a message that Disk Repair found and corrected errors, run it again. Repeat until you get the "your disk appears to be ok" message. This rarely happens with my experience, though. This does the same thing as as booting from an external drive and running Disk Utility's repair. Only, no external drive is required!
    Next, choose 2 or p to repair disk permissions. This will take a little while. AppleJack warns that it will take up to an half hour to run repair permissions. It'n never taken more than about ten minutes for my MacBook Pro.
    As permissions are repaired, you will see each repair scroll on the screen. When done, the menu returns, choose q to quit. Then at the prompt, enter "exit" without the quotes. Your MacBook Pro should restart into Mac OS normally after this.
    Hope this helps.

  • ORA-01078: failure in processing system parameters LRM-00109: could not open parameter file '/u01/app/oracle/product/11.2.0/dbhome_1/dbs/initORA11G.ora'

    I have installed an Oracle 11gR2 on Oracle Linux Server 6.6 (Virtualbox). I have the users grid and oracle11g. Add groups and install grid infrastructure first as a grid user and install database as oracle user as in documentation successfully.
    I have following users and groups as
    [grid@orcl11g ~]$ id grid
       uid=501(grid) gid=502(oinstall) groups=502(oinstall),492(vboxsf),501(grid),503(dba),505(asmdba),506(asmadmin),507(asmoper)
    [grid@orcl11g ~]$ id oracle11g
       uid=500(oracle11g) gid=502(oinstall) groups=502(oinstall),500(oracle11g),492(vboxsf),503(dba),504(oper),505(asmdba)
    .bash_profile edited  for oracle11g user as
    "export TMP=/tmp
    export ORACLE_HOSTNAME=orcl11g
    export ORACLE_UNQNAME=ora11g
    export ORACLE_BASE=/u01/app/oracle
    export ORACLE_HOME=$ORACLE_BASE/product/11.2.0/dbhome_1
    export ORACLE_SID=ora11g
    export PATH=$PATH:$ORACLE_HOME/bin
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib;
    export CLASSPATH=$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib;
    .bash_profile edited  for grid user as
    "export TMP=/tmp
    export ORACLE_HOSTNAME=orcl11g
    export ORACLE_UNQNAME=+ASM
    export ORACLE_BASE=/u01/app/grid
    export ORACLE_HOME=$ORACLE_BASE/product/11.2.0/grid
    export GRID_HOME=$ORACLE_BASE/product/11.2.0/grid
    export ORACLE_SID=+ASM
    export PATH=$PATH:$ORACLE_HOME/bin
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib;
    export CLASSPATH=$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib;
    When I log on as grid user. I check the followings:
    [grid@orcl11g ~]$ crsctl check has
    CRS-4638: Oracle High Availability Services is online
    [grid@orcl11g ~]$ srvctl status database -d ora11g
    Database is running.
    [grid@orcl11g ~]$ sqlplus sys as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Thu Dec 25 19:17:37 2014
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Enter password:
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Automatic Storage Management option
    SQL> select status from v$instance;
    STATUS
    STARTED
    Till here everything seems to be OK!!!!
    When I log as  oracle user. I check the followings:
    [oracle11g@orcl11g ~]$ sqlplus sys as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Thu Dec 25 19:21:46 2014
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Enter password:
    Connected to an idle instance.
    SQL> select status from v$instance;
    select status from v$instance
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    SQL> startup
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file '/u01/app/oracle/product/11.2.0/dbhome_1/dbs/initORA11G.ora'
    Also when I log on as a grid user again and use following commands to shutdown and start database again the STATUS of instance is again STARTED not OPEN.
    [grid@orcl11g ~]$ srvctl stop database -d ora11g -o normal
    [grid@orcl11g ~]$ srvctl start database -d ora11g
    And also when I edit /etc/oratab file. I change N to Y for +ASM. But when restart system it seems not changed value is N again.
        +ASM:/u01/app/grid/product/11.2.0/grid:N   # line added by Agent
         ora11g:/u01/app/oracle/product/11.2.0/dbhome_1:Y
    NOW QUESTIONS!!!!!
    1. Why I can't change the status of database to OPEN as grid user?
    2. The status is always STARTED when querying v$instance. İs it status of +ASM or database?
    3. When checking database as grid user it seems to be Database runnning...  If running why it is not in OPEN state? What is running means here?
    4. When I log on as oracle user and query v$instance, then error shown above occured. And also when startup  the database then another error occured as in above. WHY?
    5. When I edit /etc/oratab file manually why second row saved but the first one is changed after restart the system?
    6. Normally, which user have to start, stop or manage database? I think that oracle user is necessary for managing database and the grid user is only for managing ASM and Oracle Restart.
    PLEASE HELP ME TO SOLVE THIS CHAOTİC SİTUATİON!!!
    Thanks,
    DBA_84

    I have installed an Oracle 11gR2 on Oracle Linux Server 6.6 (Virtualbox)
    Pl identify exact version of 11gR2 to 4 decimal places. As noted in your other thread - Failed to start oracle-ohasd, error: Inappropriate ioctl for device ohasd failed to start at roothas.pl - you will need a minimum version of 11.2.0.3 for Linux 6.x - using a lower version may result in unexpected issues or problems.

  • Why do I get error 'Could not create temporary file. No space left on device" when I use the Engine Installati​on Wizard in TestStand?

    The process gets to the NIVISA\SETUP.INI step, then I get this error.
    I've tried with installing the MDAC and not, and it happens both times.
    The drive I'm trying to create the file to has 7.4GB open on it, so I'm not sure why this is happening.
    Thank you,
    Dave Neumann

    Dave,
    This is documented in the KnowledBase 2D6A63VW titled: "Error: Could Not Create Temporary File, No Space Left on Device".
    As RByrd suggested, you might need to free up some memory space in your System Temp directory, OR you may change the location of your System Temp directory to one with more space (such as the directory where you want the TestStand Engine files to be saved). The Knowledbase shows how to do this step by step. This is its URL:
    http://digital.ni.com/public.nsf/3efedde4322fef198​62567740067f3cc/46f99e55650d8d5b86256ac00059018e?O​penDocument
    Regards,
    Carlos Leon

  • Could not open audit file:

    Hi,
    I have a 11gR2(11.2.0.1) 2 node RAC database set up on NFS ,with shared file system.
    In the adump for every min, more than 6 *.aud files are generated.
    FYI
    -rw-r----- 1 oracle oinstall 898 Nov 1 10:25 soatst2_ora_4605_1.aud
    -rw-r----- 1 oracle oinstall 907 Nov 1 10:25 soatst1_ora_7624_1.aud
    -rw-r----- 1 oracle oinstall 904 Nov 1 10:25 soatst1_ora_7516_1.aud
    -rw-r----- 1 oracle oinstall 905 Nov 1 10:25 soatst1_ora_7636_1.aud
    -rw-r----- 1 oracle oinstall 900 Nov 1 10:25 soatst2_ora_4620_1.aud
    -rw-r----- 1 oracle oinstall 898 Nov 1 10:25 soatst2_ora_4539_1.aud
    -rw-r----- 1 oracle oinstall 905 Nov 1 10:26 soatst1_ora_7650_1.aud
    -rw-r----- 1 oracle oinstall 904 Nov 1 10:26 soatst1_ora_7648_1.aud
    -rw-r----- 1 oracle oinstall 904 Nov 1 10:26 soatst1_ora_7513_1.aud
    -rw-r----- 1 oracle oinstall 901 Nov 1 10:26 soatst2_ora_4641_1.aud
    -rw-r----- 1 oracle oinstall 906 Nov 1 10:26 soatst1_ora_7634_1.aud
    -rw-r----- 1 oracle oinstall 904 Nov 1 10:26 soatst1_ora_7580_1.aud
    -rw-r----- 1 oracle oinstall 840 Nov 1 10:26 soatst1_ora_7694_1.aud
    -rw-r----- 1 oracle oinstall 840 Nov 1 10:26 soatst1_ora_7696_1.aud
    -rw-r----- 1 oracle oinstall 834 Nov 1 10:26 soatst2_ora_4659_1.aud
    -rw-r----- 1 oracle oinstall 901 Nov 1 10:27 soatst2_ora_4631_1.aud
    -rw-r----- 1 oracle oinstall 907 Nov 1 10:27 soatst1_ora_7677_1.aud
    -rw-r----- 1 oracle oinstall 904 Nov 1 10:27 soatst1_ora_7673_1.aud
    -rw-r----- 1 oracle oinstall 901 Nov 1 10:27 soatst2_ora_4657_1.aud
    -rw-r----- 1 oracle oinstall 898 Nov 1 10:27 soatst2_ora_4639_1.aud
    -rw-r----- 1 oracle oinstall 904 Nov 1 10:27 soatst1_ora_7692_1.aud
    -rw-r----- 1 oracle oinstall 901 Nov 1 10:28 soatst2_ora_4670_1.aud
    -rw-r----- 1 oracle oinstall 906 Nov 1 10:28 soatst1_ora_7707_1.aud
    -rw-r----- 1 oracle oinstall 904 Nov 1 10:28 soatst1_ora_7705_1.aud
    -rw-r----- 1 oracle oinstall 905 Nov 1 10:28 soatst1_ora_7717_1.aud
    -rw-r----- 1 oracle oinstall 901 Nov 1 10:28 soatst2_ora_4681_1.aud
    -rw-r----- 1 oracle oinstall 898 Nov 1 10:28 soatst2_ora_4679_1.aud
    -rw-r----- 1 oracle oinstall 907 Nov 1 10:29 soatst1_ora_7725_1.aud
    -rw-r----- 1 oracle oinstall 900 Nov 1 10:29 soatst2_ora_4691_1.aud
    -rw-r----- 1 oracle oinstall 898 Nov 1 10:29 soatst2_ora_4603_1.aud
    -rw-r----- 1 oracle oinstall 907 Nov 1 10:29 soatst1_ora_7734_1.aud
    -rw-r----- 1 oracle oinstall 899 Nov 1 10:29 soatst2_ora_4711_1.aud
    -rw-r----- 1 oracle oinstall 898 Nov 1 10:29 soatst2_ora_4715_1.aud
    -rw-r----- 1 oracle oinstall 901 Nov 1 10:30 soatst2_ora_4723_1.aud
    -rw-r----- 1 oracle oinstall 905 Nov 1 10:30 soatst1_ora_7743_1.aud
    -rw-r----- 1 oracle oinstall 904 Nov 1 10:30 soatst1_ora_7675_1.aud
    -rw-r----- 1 oracle oinstall 906 Nov 1 10:30 soatst1_ora_7690_1.aud
    -rw-r----- 1 oracle oinstall 901 Nov 1 10:30 soatst2_ora_4739_1.aud
    -rw-r----- 1 oracle oinstall 898 Nov 1 10:30 soatst2_ora_4707_1.aud
    -rw-r----- 1 oracle oinstall 901 Nov 1 10:31 soatst2_ora_4749_1.aud
    -rw-r----- 1 oracle oinstall 905 Nov 1 10:31 soatst1_ora_7761_1.aud
    -rw-r----- 1 oracle oinstall 904 Nov 1 10:31 soatst1_ora_7759_1.aud
    -rw-r----- 1 oracle oinstall 898 Nov 1 10:31 soatst1_ora_7397_1.aud
    -rw-r----- 1 oracle oinstall 898 Nov 1 10:31 soatst1_ora_7415_1.aud
    -rw-r----- 1 oracle oinstall 892 Nov 1 10:31 soatst2_ora_4408_1.aud
    -rw-r----- 1 oracle oinstall 898 Nov 1 10:31 soatst1_ora_7387_1.aud
    -rw-r----- 1 oracle oinstall 892 Nov 1 10:31 soatst2_ora_4443_1.aud
    -rw-r----- 1 oracle oinstall 903 Nov 1 10:31 soatst1_ora_7393_1.aud
    -rw-r----- 1 oracle oinstall 897 Nov 1 10:31 soatst2_ora_4463_1.aud
    -rw-r----- 1 oracle oinstall 904 Nov 1 10:31 soatst1_ora_7688_1.aud
    -rw-r----- 1 oracle oinstall 898 Nov 1 10:31 soatst2_ora_4759_1.aud
    -rw-r----- 1 oracle oinstall 906 Nov 1 10:31 soatst1_ora_7389_1.aud
    -rw-r----- 1 oracle oinstall 901 Nov 1 10:31 soatst2_ora_4421_1.aud
    -rw-r----- 1 oracle oinstall 898 Nov 1 10:31 soatst1_ora_7403_1.aud
    -rw-r----- 1 oracle oinstall 892 Nov 1 10:31 soatst2_ora_4395_1.aud
    -rw-r----- 1 oracle oinstall 898 Nov 1 10:31 soatst1_ora_7391_1.aud
    -rw-r----- 1 oracle oinstall 892 Nov 1 10:31 soatst2_ora_4447_1.aud
    -rw-r----- 1 oracle oinstall 902 Nov 1 10:31 soatst1_ora_7401_1.aud
    -rw-r----- 1 oracle oinstall 896 Nov 1 10:31 soatst2_ora_4423_1.aud
    -rw-r----- 1 oracle oinstall 903 Nov 1 10:31 soatst1_ora_7454_1.aud
    -rw-r----- 1 oracle oinstall 897 Nov 1 10:31 soatst2_ora_4439_1.aud
    -rw-r----- 1 oracle oinstall 898 Nov 1 10:31 soatst1_ora_7408_1.aud
    -rw-r----- 1 oracle oinstall 892 Nov 1 10:31 soatst2_ora_4406_1.aud
    -rw-r----- 1 oracle oinstall 898 Nov 1 10:31 soatst1_ora_7381_1.aud
    Also,
    however we have faced the same
    issue , previosly on PROD Db environment.
    and found the below error in alert.log
    Linux-x86_64 Error: 27: File too large
    Additional information: 9925
    Could not open audit file:
    /mnt/vol_ora_SOATST1_apps_01/app/oracle/admin/SOATST/adump/soatst1_pmon_16150_1.aud
    Retry Iteration No: 1 OS Error: 27
    Retry Iteration No: 2 OS Error: 27
    Mon Oct 31 09:36:37 2011
    Retry Iteration No: 3 OS Error: 27
    Retry Iteration No: 4 OS Error: 27
    Retry Iteration No: 5 OS Error: 27
    Then we disable crs then
    1.rebooted the servers then cleanly stopped all crs services
    2.could not get in to adump ,so created new adump directory
    3.Started the CRs services.
    Now after a day we see still huge generation of *.aud files in adump,
    Any Suggestions/Inputs are appreciated...
    Thanks

    post
    SQL> show parameter audit
    refer this link.
    Complaining about audit file when audit_trail is set to NONE

  • I am trying to import developed images from LightRoom 5 in o Photoshop 6.  I am receiving this message and the images will not open.....'Could not open scratch file because the file is locked, you do not have necessary access permissions or another progra

    I am trying to import developed images from LightRoom 5 Photoshop 6 for further editing.  I am receiving this message and the images will not open.....'Could not open scratch file because the file is locked, or you do not have necessary access permissions or another program is using the file.  Use the 'Properties' command in the Windows Explorer to unlock the file. How do I fix this?  I would greatly appreciate it if you would respond with terms and procedures that a computer ignorant user, such as me, will understand.   Thanks.

    Have you tried restoring the Preferences yet?

  • Could not open scratch file

    When I try and open Photoshop, I get the following error "Could not open a scratch file because you do not have the necessary access privileges" followed by "could not initialize Photoshop because you do not have the necessary access privileges".  As a result, Photoshop fails o open.
    I have tried repairing Disk permissions, I have deleted the Photoshop Settings file, and I have tried Resetting Home Folder Permissions.
    I am the primary user, and it's only my user account that has the problem.  When I try and Reset Home Folder Permissions for my account, the process never completes.  When I perform the reset for the other users, it takes seconds.
    I've tried reinstalling Photshop, but still get the same error and Photshop fails to start.
    I concerned this is the beginning of a worsening problem with OSX LION.
    Any suggestions???

    Hi,
    having the same problem here. We have 10 Mac Pro machines with OSX 10.6.8 and CS5 Photoshop 12.0.4. By now five of these machines have given the same error: "could not open scratch file because disc is not available" and "could not save ... because of a program error".
    The scratch disk is the same one which has the system and it hasn't been touched.
    I have repaired the disk permissions.
    This just started two days ago and haven't noticed it before. Any clues what could be causing this?
    Thanks,
    Janne

  • I am trying to import developed images from LightRoom 5 into Photoshop 6.  I am receiving this message and the images will not open.....'Could not open scratch file because the file is locked, you do not have necessary access permissions or another progra

    I am trying to import developed images from LightRoom 5 into Photoshop 6.  I am receiving this message and the images will not open.....'Could not open scratch file because the file is locked, you do not have necessary access permissions or another program is using the file.  Use the 'properties' command in the Windows Explorer to unlock the file'.  This has not happened before.  How do I change this?

    Could not open a scratch file because the file is locked or you do not have the necessary access privileges. (…) | Mylen…
    Mylenium

  • Error while running forge - Could not open DTD file

    Hi,
    I have a simple application created in Endeca,facing below error when I run baseline_update.sh
    FATAL   09/04/13 22:26:42.491 UTC (1378333602491)       FORGE   {baseline}: Error in file 'file:///../../endeca/apps/Sample/data/processing/Sample.analytics_config.xml' (line 2, char 58): An exception occurred! Type:RuntimeException, Message:Could not open DTD file 'file:///../../endeca/apps/Sample/data/processing/analytics_config.dtd'.
    Initially Forge was running error free, only changes we made were :
    1. Ingesting multiple XML files.
    2. Changed match mode of dimensions to Autogen
    Forge is unable to open any of the DTD files, for testing removed DTD reference line from Sample.analytics_config.xml.
    Forge fails again " FORGE   {baseline}: Error in file 'file:///../../endeca/apps/Sample/data/processing/Sample.cral_profile.xml...................................."
    Regards,
    Shruthi

    I've seen this type of error before when Forge is configured to read multiple files with spec *.xml.  Is that how you've configured your record adapter?  This configuration then collides with Forge XML config files merged into the same data/processing directory.
    From memory there's a couple of solutions for this - one might be to give the files a common name prefix if that's feasible, e.g. _data*.xml.  You could use a sub-directory to separate the files, but you'd need to modify your copy scripts.

  • Could not open PDF Files with Safari using Lion - Solution

    Two for one solution:
    After installing Lion on my Macbook Pro, I could not open PDF files on line via Safari and iPhoto 11 kept crashing.
    Well, the solution for bothy problems was to remove the "3ivx" file. 
    The easiest way to do so is go to Applications > 3ivx folder > run Remove 3ivx app.
    OR:
    Finder > Library folder > Application Support folder > drag "3ivx" folder to trash and trash.

    Does Safari - Help - Installed Plug-ins show anything for pdf other than WebKit built-in PDF ?

  • Could not open the file

    I had worked on the Illustrator CC 2014 with 19 slices of PDF presentation file for my assignment even in 15 minutes ago, and before closing it previous time, I have saved the file, and restarted my laptop, tried to open the PDF file again, but the message of "Could not open the file" was appeared each time I have tried to open it. I wonder what is wrong with it. And I do really have to working on it right now. Here I am attaching the pictures and please solve this problem. Thank you

    Does it open in Acrobat?
    Did it really complete saving? Or did it crash or did you abort the saving process?
    In case you can open it in Acrobat, the PDF part of the file is still intact. Then you could create a niew file in Illustrator and place your file in it. Of course then most  editing features will be lost, but at least you've got the content.
    Use this script to place all pages at once:
    Introducing: Open Multi-Page PDF win/mac

  • "Could not open a file mapping" and crashes.

    Hello. I've just downloaded ReaderX from Adobe website. Rebooted. Now when I try to start Reader, the message box with title "Adobe Reader:AcroRd32.exe - Application Error", and the message box contents are "Could not open a file mapping". Reader window does not even show. When I click OK, the program terminates.
    What can I do to fix this error?
    I have a Windows 7 x64 installed.
    Update: Uninstalled, rebooted once again, reinstalled reader, now all works. Thread can be closed.
    Update2: After a hour of successful usage, I closed the Reader and then tried to open it again. Same problem with "Could not open a file mapping". Any suggestions?

    Repair via ARP is go to Add Remove Programs and select Adobe Reader, You will find two options highlighted one is repair and other is remove.
    From there you can Click on repair and click on next. It will repair your Reader install if there is some file missing.
    What are the other applications you have installed on your PC?

  • "Could not open scratch file because disc is not available" Mac

    I recently changed the Photoshop (CS6) Scratch Disk choice from the default Boot Drive to one of the other internal drives in my MacPro (OS 10.6.8).
    When I restart Photoshop (CS6) I get the message:
    "Could not open scratch file because disc is not available"
    and Photoshop will not launch.
    I then restart Photoshop with "Command - alt - shift" keys held down
    (as per suggestion at <http://forums.adobe.com/message/3937003>)
    and reset the preferences which allows Photoshop to come back.
    (Resetting preferences returned the Boot Drive to scratch disk status.)
    I have another MacPro that - same OS 10.6.8 and Adobe CS6 - and I don't have this scratch disk allocation problem.
    What is going on with the one  MacPro that prevents me from selecting a Photoshop scratch disk other than the boot drive?

    Ignore Ownership worked. Thank you!
    I saw this suggestion on another Discussion thread but wondered if that could be the problem since the non-boot scratch disks used on other computers here do not have this property chosen.
    "Permissions", "Ignore Ownership", and "apply to enclosed items" remain a mystery to me.
    As for Terminal, I've had my hand held a couple of times while I went there and it was not a comforting experience.
    Our work setup depends on complete access by everybody to everything (Read&Write Privileges apply to everyone here). We occasionally swap drives between computers which may cause problems, but why should it and how am I to know. The computer that prompted this discussion had its main hard drive replaced a couple of months ago which may have contributed to the problem.
    Is there a down-side to ignoring ownership on everything and having "read-write" privileges apply to everyone (aside from lax security)?

  • Could not open location 'file:///home/geoff'

    I'm using Gnome and after the last update today ( I always do pacman -Syu everyday and accept whatever it gives me in my noobidity ):(
    Now I find that when I go to Places--Home Folder and Places--Desktop I get this message.
    Could not open location 'file:///home/geoff'  (or 'file:///home/geoff/Desktop')
    There was an error launching the default action command associated with this location
    Have I done something stupid in accepting all updates without question? Or is it something else?
    Can you put me on the right learning curve and fix this.
    Thanks

    I think that the latest udev upgrade has caused the problem. Correct me if I'm wrong.
    I did the same upgrade on my laptop and got the same fault.
    Apart from the faults in my previous message if I open a terminal over any page I'm looking at, like this for instance, it will not stay "above" the page when the box "only on this workspace" is checked. I have to check "always on top" to make it stay so I can cut and paste things.
    When the terminal is minimized in the bottom panel and I click on it, it comes up but the moment I move the mouse pointer to the terminal screen it disappears back to being minimized.
    I've never had this weird behavior before.
    Hoping someone can help
    thanks

  • Could not open log file in Win2000 sp3 Message in console

    I have configured log file for ias. Then restarted my Application server. It is giving Error message "Could not open log file ''logs/logVal.10817" in kas window. But logs files are there (created by the server itself) in the logs floder.
    I have configured logs for two systems.
    One system is noted all messages in the file
    Second system did not not any messages.
    But the files are existed in the logs folder in both the systems.
    I need to configure logs for ias,Kjs and KXS also.
    Please suggest me regarding this.
    thanks
    sudheer

    Hi,
    I'm not sure what operation are you trying to, can you please confirm that ? Please check what kind of messages did you try to log, is it only errors ? or all errors & warning or all messages ?. If it were only errors and warnings, then there is a possibility that the server did not encounter any of this, due to which the log file can be empty.
    Regards
    Raj

Maybe you are looking for

  • Submitted tasks not appearing in the batch monitor

    In other words Compressor seems to be totally useless after the update. I select my preset, and the destination, I click submit, I get the little popup with the name, cluster and priority options, I click submit, and then nothing happens. Nothing at

  • Any way to get project as a wav. file

    I am trying to DL my songs to a digital distribution service that recommends sending wave files. Is there any way to save my GB projects as wav files, if not what would be the best format to save it in for export?

  • Higher Education Cess not appearing in Excise Utilization tab

    Hello Gurus, When i create excise invoice, system is calculating the SeCess in the " CREATE EXCISE INVOICE SCREEN". But, the same is not appearing in the excise Utilization tab.  Plz guide to help me solve this issue. Thanks in advance! Warm Regards

  • Ipad mini sync problem

    I have ipad mini but I am not able to sync from iTune. Every time I am getting error to authorise the computer. I have done authorise and deauthorise n no. of time and also done all possible way but I am not getting solution. pls help me out.

  • .Mac Sync Error and no syncing

    I get a .Mac Sync Error with this notation. *-[NSCFDictionary set: Oject for Key:] nil value I have Synchronized my G-4 to .Mac. In other words .Mac should be the same as my G-4. When I try to sync my iBook and Mac Mini to .Mac I get the above error