Write permission deny issue

I mounted my home dir to a solaris and an AIX server through NIS mount. Under my home dir, I created a subdir 'temp' with 755 permission. Under 'temp', I created a file 'test' with 666 permission.
Now I login to the solaris and AIX machine using a different logID. On AIX, I CAN edit file 'test', which is expected to me. However, I can not edit the same file on Solaris. When I opened it using vi and tried to save it after editing, the error message is:
File is read only!
Is this by design or a bug? If it is by design, why?

anyz111 wrote:
1- I use derby as database and with JRE 1.6.0.12 when application starts derby is not initialized and exception is could not access derby.log file. I'm sure you can specify where derby puts all its files (including log files).
Derby is set to read only mode and i'm not able to insert new records. However with JRE 1.6.0.1 there is not error message on console and derby is initalized properly.
I can save new records. I am going to further view the actuall DERBY installation if new records are saved in same folder.How did you verify that? Are you sure the data is stored in the application folder?
2- Application is actually using InstallJammer to bulid install pacakge for various Windows platforms. And detecting the user directory for earch platform is bit overhead as well as not fully supported by InstallJammer.You don't need to do that at install-time anyway. In fact, you probably can't, because you don't know which user (or users!) will be running your application.
So what i think is to detect if user has WRITE permission on folder selected for installation and Warn if its not the case.That doesn't really help. What if the administrator installs the application for other users to run?

Similar Messages

  • I have a Windows 7 Professional, 64 bits on my computer and have recently installed iTunes 11.1.3.8. but i started having this msg :"The folder iTunes is on a locked disk or you do not have write permission for this folder" issues: how can i solve it?

    I have a Windows 7 Professional, 64 bits on my computer and have recently installed iTunes 11.1.3.8. but i started having this msg :"The folder iTunes is on a locked disk or you do not have write permission for this folder" issues: how can i solve it?

    Right-click on your main iTunes folder and click Properties, then go to the Security tab and click Advanced. If necessary grant your account and SYSTEM full control of this folder, subfolders and files, then tick the option to replace permissions on child objects which will repair permissions throughout the library. This is the XP dialog but Windows 7 shouldn't be too different.
    If it won't let you change the permissions use the Owner tab to take ownneship from an account with administror privileges.
    tt2

  • Natd[218]: failed to write packet back (Permission denied)

    I have the following line appearing in my system log on my xserve running 10.4.6. Could anyone shed some light on what the error might be and if its something that we need to be concerned about.
    natd[218]: failed to write packet back (Permission denied)
    PowerBook Intel Core Duo 2GB Ram   Mac OS X (10.4.6)  

    The following URLs may help you:
    http://www.derkeiler.com/Mailing-Lists/FreeBSD-Security/2001-11/6749.html
    http://archives.neohapsis.com/archives/freebsd/2000-11/0367.html
    http://lists.freebsd.org/pipermail/freebsd-questions/2003-June/009690.html
    Mihalis.

  • Archiving - Permission denied - cannot be open write program

    Hi, Gurus
    I executed a write program (SARA) and the result is partialy ok , as you can see below ( the job log and spool.)
    Questions:
    1.- there is not an archive file in C?
    2.- Permission denied --> Message BA161
    I checked object config,file and logical path and everything seems tobe ok.
    Anyone cant help on this?
    Thanks
    Job log:
    Job started
    Step 001 started (program MMREO050N, variant ZMM_001,
    Archiving session 000009 is being created
    Start of data processing
    Operating system message: Permission denied
    1 of 1 materials ( 100 %) processed
    Job finished
    Job spool:
    MARD: 1000 2000 material master record was archived
    MARC: 1000 long text(s) archived
    MARC: 1000 material master record was archived
    MAKT: E material master record was archived
    MARM: ST material master record was archived
    MLAN: ES material master record was archived
    MARA:  change documents archived
    MARA:  change documents archived
    MARA:  long text(s) archived
    MARA:  class assignments archived
    MARA:  material master record was archived
    Archive file C:\MM_MM_MATNR_20100316_210452_0.ARCHIVE cannot be opened for write program

    Dear,
    Either the file deleted from its physical location on drive C [OR] you dont have authorizations to write into the file (check with SU53 for any missing object for the user).
    Also check: Re: error while archiving the material master
    http://help.sap.com/saphelp_45B/helpdata/en/7e/c6c2ad98a711d2b429006094b9ea64/content.htm
    Regards,
    Syed Hussain.

  • Natd[210]: failed to write packet back (Permission denied)

    Hello,
    I've updated my server with 10.4.11 (from 10.4.10) and now when i look at the system log from Server Admin i see a lot of :
    "natd[210]: failed to write packet back (Permission denied)"
    The server is running all the basic network services and it's an OD master.
    Could somebody tell me what's going on with my server ?

    The following URLs may help you:
    http://www.derkeiler.com/Mailing-Lists/FreeBSD-Security/2001-11/6749.html
    http://archives.neohapsis.com/archives/freebsd/2000-11/0367.html
    http://lists.freebsd.org/pipermail/freebsd-questions/2003-June/009690.html
    Mihalis.

  • WRITE permission Issue with Windows 7

    I have a swing based applicatin that can be isntalled using a installer. This application writes some configuration files and also uses embeded database derbby. Therefore user must have WRITE permission on folder where application is installed.
    On windows 7 with JRE (build 1.6.0_21-b07) if it is installed in "Program Files" where by default WRITE permission is not allowed it throws exceptions that is correct. However when i tried it with old version of JRE e.g. (build 1.6.0_1) it works. I wonder why Windows 7 security works differnetly with old and latest versions of JRE.

    anyz111 wrote:
    I have a swing based applicatin that can be isntalled using a installer.[Java Web Start|http://www.java.com/en/download/faq/java_webstart.xml] *(<- link)* is a good installer. Also you can get support for it, around these forums. ;)
    .. This application writes some configuration files and also uses embeded database derbby. Therefore user must have WRITE permission on folder where application is installed. I don't understand how that follows. If the embedded data is read only, it would not require write ability.
    OTOH, if write ability is required, install the DB file in a sub-directory of user.home. JWS offers an installer-desc element to call set up apps. the first time a JWS app. is invoked.
    On windows 7 with JRE (build 1.6.0_21-b07) if it is installed in "Program Files" where by default WRITE permission is not allowed it throws exceptions that is correct. However when i tried it with old version of JRE e.g. (build 1.6.0_1) it works. I wonder why Windows 7 security works differnetly with old and latest versions of JRE.If you figure that out, let us know.

  • 13: Permission denied - sapbackup error

    Hello Gurus,
    Good day!
    I would like to seek help from you on how i'm going to resolve the issue.
    The error below shows the failed sapbackup.
    09:37:49 ERR - Cannot open file /oracle/<SID>/sapdata9/system_10/system.data10. Errno = 13: Permission denied
    Appreicate your help.
    Thanks in advance.
    Cheers,
    Virgilio

    09:37:49 ERR - Cannot open file /oracle/<SID>/sapdata9/system_10/system.data10. Errno = 13: Permission denied
    that means datafile system.data10 does not have the appropriate permission, the orasid should be able to read write permission.
    ON Linux
    drwxr-xr-x  2 oraiqe dba 4096 Mar 26  2007 system.data10
    Regards
    Subhash

  • Using DB_REGISTER under cygwin returns "Permission Denied"

    I'm trying to use the DB_REGISTER flag when opening an environment but under cygwin I get a "Permission denied" error when I run two process. I run the attached test case in a cygwin shell and let it wait. When I run it the second time in a different console, I get:
    Berkeley DB 4.7.25: (May 15, 2008)
    fileops: stat /var/tmp
    2896: register environment
    fileops: open ./__db.register
    2896: adding self to registry
    read: 0x22cb60, 25: Permission denied
    fileops: close ./__db.register
    DB_ENV->open: Permission deniedAnd here is the test case:
    #include <db.h>
    #include <stdio.h>
    int main()
        DB_ENV *dbenv;
        int ret;
        printf("%s\n", DB_VERSION_STRING);
        if ((ret = db_env_create(&dbenv, 0)) != 0) {
          printf("%db_env_create: %s\n", db_strerror(ret));
          return 1;
        if ((ret = dbenv->open(dbenv, ".",
                      DB_CREATE | DB_INIT_LOG | DB_INIT_LOCK |
                      DB_INIT_MPOOL | DB_INIT_TXN | DB_RECOVER | DB_REGISTER, 0)) != 0) {
          printf("DB_ENV->open: %s\n", db_strerror(ret));
          goto err;
        printf("Press any key to finish\n");
        getc(stdin);
    err:
        dbenv->close(dbenv, 0);
        return 0;
    }Under Linux it works so it seems to be a cygwin/windows related problem (I'm using Windows XP).

    Hello,
    Here is the patch on top of Berkeley DB 4.7.25 to
    correct the permission problem reported. The
    change is to os/os_flock.c:
    *** os_flock.c.orig 2008-12-19 15:39:34.000000000 -0500
    --- os_flock.c 2008-12-22 10:23:08.000000000 -0500
    *** 37,43 ****
    "fileops: flock %s %s offset %lu",
    fhp->name, acquire ? "acquire": "release", (u_long)offset);
    ! fl.l_start = offset;
    fl.l_len = 1;
    fl.l_type = acquire ? F_WRLCK : F_UNLCK;
    fl.l_whence = SEEK_SET;
    --- 37,48 ----
    "fileops: flock %s %s offset %lu",
    fhp->name, acquire ? "acquire": "release", (u_long)offset);
    ! #ifdef __CYGWIN__
    ! DB_ASSERT(env, offset < (u_int64_t)INT64_MAX);
    ! fl.l_start = INT64_MAX - offset;
    ! #else
    ! fl.l_start = offset;
    ! #endif
    fl.l_len = 1;
    fl.l_type = acquire ? F_WRLCK : F_UNLCK;
    fl.l_whence = SEEK_SET;
    The issue here is Windows file locking, which works differently
    from POSIX flock semantics. On Unix/POSIX systems, file locking
    only interacts with other attempts to lock the same region of the
    file. The assumption is that all processes will follow some
    locking protocol before attempting to read/write that region
    of the file. On Windows, locking a region of a file prevents
    reads or writes (depending on the lock mode). This is already
    addressed for native Windows and needed to be addressed on
    Cygwin as well. This fix will be rolled forward into the
    Berkeley DB mainline.
    Thanks for reporting this and for providing a simple test case
    that illustrated the problem,
    Sandra

  • Executing window.opener.FunName from Web IC pop-up = Permission Denied

    Hello,
    I have modified a copy of the BuPaCreate view and controller.  When the user hits save, I open a child window to perform some validation using an external system.  I want to write the corrected values back to the form on the BuPaCreate view and then submit the form.  I created a JavaScript function within BuPaCreate to do this.  I'm running into problems when I try to execute this function from the pop-up window.   It is giving a permission denied error.  I made certain my domain and server names are the same. 
    Has anyone else been able to execute a function within a Web IC view in this manner before?  Is there an alternate method for returning the corrected values.
    Thank you for any help you may be able to provide.  I promise to reward all usefull answers.
    Thank you,
    John

    <i>If I leave the method setting out completely, it defaults to POST.</i>
    -->Yes if you dont use anything, then default value will be "Post". But it will give error when you mention explicitly in case of child window usage.
    -->In your code instead of using "element.innerText = val;", you can use
    "element.innerHTML = val;
    --> You need to use the below code get the value from child to main window:
                <script language="javascript" event="onLoad()">
                       opener.document.htmlb_form_1.fieldID.value = <%= your_value %>;
                       window.self.close();
          </script>
    Here is the sample code which handles the child & parent window..Have a look..
    Here is the similar example. I used MVC concept:
    <b>Note:</b> But instead of Model class i used APplication class. You can change ito MODEL Class where ever applicaable.
    Let me know if you have any issue:
    <b>Main.htm:</b>
    <%@page language="abap" %>
    <%@extension name="htmlb" prefix="htmlb" %>
    <htmlb:content design="design2002+design2003" >
      <htmlb:page title="Add Employee Details " >
        <htmlb:form action="POST" >
          Account Number:
          <htmlb:inputField id          = "Account"
                            showHelp    = "true"
                            value       = "<%= Account %>"
                            onValueHelp = "javascript:window.open('acctpop.do?showppopup=true', '_blank', 'Account Details','width=100,height=300');" />
        </htmlb:form>
      </htmlb:page>
    </htmlb:content>
    <b>Page attribute:</b>
    account TYPE string
    <b>Acctpop.htm</b>
    <%@page language="abap" %>
    <%@extension name="htmlb" prefix="htmlb" %>
    <htmlb:content design="design2003" >
      <htmlb:page title="Test" >
        <htmlb:form id="my_window" >
          <%
      data TV_ITERATOR Type Ref To zcl_itr." - Iterator Function
      data iterator type ref to IF_HTMLB_TABLEVIEW_ITERATOR.
      create object tv_iterator exporting appl_cons = application.
      iterator = tv_iterator.
          %>
          <htmlb:tableView id               = "pop"
                           width            = "200"
                           headerVisible    = "true"
                           design           = "alternating"
                           visibleRowCount  = "10"
                           fillUpEmptyRows  = "true"
                           selectionMode    = "SINGLESELECT"
                           selectedRowIndex = "<%= row_index %>"
                           onRowSelection   = "MyEventRowSelection"
                           showNoMatchText  = "true"
                           filter           = "server"
                           sort             = "server"
                           onHeaderClick    = "MyEventHeaderClick"
                           table            = "<%= it_account %>"
                           iterator         = "<%= iterator %>" >
          </htmlb:tableView>
          <%
      if account is not initial.
          %>
          <htmlb:inputField id      = "checked"
                            visible = "FALSE"
                            value   = "<%= lv_checked %>" />
                <script for="checked" language="javascript" even="onLoad()">
                       opener.document.htmlb_form_1.account.value = <%= account %>;
                       window.self.close();
          </script>
          <%
      endif.
          %>
        </htmlb:form>
      </htmlb:page>
    </htmlb:content>
    <b>Controller Class:</b>
    METHOD DO_INIT.
      CREATE OBJECT APPL.
      SELECT * FROM SFLIGHT INTO TABLE APPL->ITAB.
    ENDMETHOD
    METHOD DO_REQUEST.
      DATA: POPVIEW TYPE REF TO IF_BSP_PAGE.
      DISPATCH_INPUT( ).
      DATA: LV_FIELD TYPE STRING.
    * Get the value of Page level variables.
      LV_FIELD = REQUEST->GET_FORM_FIELD( 'showppopup' ).
      IF LV_FIELD IS NOT INITIAL .
        APPL->VIEW_NAME = 'acctpop.htm'.
      ENDIF.
      IF APPL->VIEW_NAME IS INITIAL.
        APPL->VIEW_NAME = 'main.htm'.
      ENDIF.
      POPVIEW = CREATE_VIEW( VIEW_NAME = APPL->VIEW_NAME ).
      IF APPL->VIEW_NAME = 'acctpop.htm'.
        POPVIEW->SET_ATTRIBUTE( NAME = 'it_account' VALUE = APPL->ITAB ).
        POPVIEW->SET_ATTRIBUTE( NAME = ' accout' VALUE = APPL->account ).
      ENDIF.
      CALL_VIEW( POPVIEW ).
    ENDMETHOD.
    METHOD DO_HANDLE_DATA.
    data: FIELD TYPE IHTTPNVP.
      READ TABLE FORM_FIELDS WITH TABLE KEY
      NAME = ' Account ' INTO FIELD.
      ME-> Account = FIELD-VALUE.
    ENDMETHOD.
    METHOD DO_HANDLE_EVENT.
      DATA: IND TYPE I.
      DATA: TV TYPE REF TO CL_HTMLB_TABLEVIEW.
      DATA: EVENT1 TYPE REF TO CL_HTMLB_EVENT.
      EVENT1 = CL_HTMLB_MANAGER=>GET_EVENT( RUNTIME->SERVER->REQUEST ).
      TV ?= CL_HTMLB_MANAGER=>GET_DATA(
      REQUEST = RUNTIME->SERVER->REQUEST
      NAME = 'tableView'
      ID = 'pop' ).
      IF TV IS NOT INITIAL.
        DATA: TV_DATA TYPE REF TO CL_HTMLB_EVENT_TABLEVIEW.
        TV_DATA = TV->DATA.
        IF TV_DATA->SELECTEDROWINDEX IS NOT INITIAL.
          DATA: ROW LIKE LINE OF APPL->ITAB.
          READ TABLE APPL->ITAB INDEX TV_DATA->SELECTEDROWINDEX INTO ROW.
          DATA VALUE TYPE STRING.
          APPL-> Account = ROW- Account.
        ENDIF.
      ENDIF.
    ENDMETHOD.
    Hope this will help you.
    Let me know if you have any queries.
    Raja T

  • Permission Denied error generating XML file

    We’re using ODI to write out files to a Windows CIFS file system through an agent installed on the ODI Unix server. In order to do this, we had to create the agent using a user ID that had permission to write to the Windows file system. For writing out flat files, this worked great; we have no problems at all.
    However, for writing out XML files to the file system, we’re getting an error that says Permission Denied. We do NOT get the error if we write the XML to a Unix directory, only if we attempt to write it to the CIFS file system. I have two questions:
    1.     Is ODI able to execute against a Windows CIFS file system from UNIX to generate XML files?
    2.     If so, is there a list of permissions required on the fileshare that the ODI needs to generate the XML?
    Below is the exact error we’re getting:
    0 : null : java.sql.SQLException: Could not save the file /mdm_conversion/TST/2.lsm because a class java.io.IOException occurred and said: Permission denied
    Has anyone ever performed something like this or encountered a similar problem?

    Hi,
    I found the issue and corrected it. :)
    This was happened only because of the Version problem of Report Builder with Oracle Applications.
    Reports Builder 10g is not compatiblie with Oracle Applications 11.5.10.
    Oracle 11.5+ will always expect the RDF from Reports 6i version. Because of this, the endocing was damaged.
    You can observe in the earlier post as encoding="&Endoding". Here +&Encoding should be replaced by some encoding mechanism like "UTF-8".+
    Finally corrected the version and got the Output as expected.
    Thanks !

  • Re: The operation couldnʻt be completed. Permission denied

    Aloha- We recently installed a shared storage server for two Final Cut Pro X systems. Working from our Mac Pro copying FCP X events to new server, 2 problems occur.  1. Server connections interrupted error then FCP X crashes.  2. Re-start Final Cut Pro, then try to open library on server and error message appears, The operation couldnʻt be completed. Permission denied
    Is this a setting problem on the Mac Pro? Is this a software issue in Final Cut Pro X?  Please, help and suggestions welcome.  Thank you.
    OS X V. 10.9.5
    Mac Pro 2 x 2.66 GHz 6-Core Intel Xeon, 32 GB 1333 MHz DDR3
    Final Cut Pro X v. 10.1.4
    Maxx Digital shared storage system

    Hi Tom, A tech setup the connections remotely between the 2 Macs and the storage server. I think that he did set the read/write permissions for the server. However, (Iʻm an idiot) this is beyond my knowledge. Can you guide me as to where to look?  Thank you!

  • Permission Denied ! { SOLVED }

    Well I 've gone and done it again somehow and would appreciate some help ;
    [wesley@ratdog ~]$ nano /etc/pacman.d/mirrorlist
    [wesley@ratdog ~]$ cd /etc/pacman.d
    [wesley@ratdog pacman.d]$ cp mirrorlist mirrorlist.backup
    cp: cannot create regular file `mirrorlist.backup': Permission denied
    [wesley@ratdog pacman.d]$
    Wanted to run rankmirror and got the above instead   ( http://tinyurl.com/36gl8l )
             Yaourt , Powerpill and Pacman  all complaining .
            Here's Powerpills output for example , (this is to be expected but with a new error message ! ) ;
    [wesley@ratdog ~]$ powerpill -Syu
    :: Synchronizing package databases...
    error: failed retrieving file 'testing.db.tar.gz' from mirror.cs.vt.edu : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'testing.db.tar.gz' from mirror.cs.vt.edu : Not Found
    error: failed retrieving file 'testing.db.tar.gz' from mirrors.easynews.com : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'testing.db.tar.gz' from mirrors.easynews.com : Not Found
    error: failed retrieving file 'testing.db.tar.gz' from ftp.archlinux.org : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'testing.db.tar.gz' from mirrors.gigenet.com : Not Found
    error: failed retrieving file 'testing.db.tar.gz' from ftp.gtlib.gatech.edu : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'testing.db.tar.gz' from www.gtlib.gatech.edu : Not Found
    error: failed retrieving file 'testing.db.tar.gz' from mirrors.hosef.org : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'testing.db.tar.gz' from mirrors.hosef.org : Not Found
    error: failed retrieving file 'testing.db.tar.gz' from ibiblio.org : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'testing.db.tar.gz' from distro.ibiblio.org : Not Found
    error: failed retrieving file 'testing.db.tar.gz' from archlinux.linuxfreedom.com : Not Found
    error: failed retrieving file 'testing.db.tar.gz' from locke.suu.edu : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'testing.db.tar.gz' from lug.mtu.edu : Not Found
    error: failed retrieving file 'testing.db.tar.gz' from mirrors.xmission.com : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'testing.db.tar.gz' from mirrors.xmission.com : Not Found
    error: failed retrieving file 'testing.db.tar.gz' from mirror.rit.edu : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'testing.db.tar.gz' from mirror.rit.edu : Not Found
    downloading testing.db.tar.gz...
    error: failed retrieving file 'core.db.tar.gz' from mirror.cs.vt.edu : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'core.db.tar.gz' from mirror.cs.vt.edu : Not Found
    error: failed retrieving file 'core.db.tar.gz' from mirrors.easynews.com : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'core.db.tar.gz' from mirrors.easynews.com : Not Found
    error: failed retrieving file 'core.db.tar.gz' from ftp.archlinux.org : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'core.db.tar.gz' from mirrors.gigenet.com : Not Found
    error: failed retrieving file 'core.db.tar.gz' from ftp.gtlib.gatech.edu : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'core.db.tar.gz' from www.gtlib.gatech.edu : Not Found
    error: failed retrieving file 'core.db.tar.gz' from mirrors.hosef.org : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'core.db.tar.gz' from mirrors.hosef.org : Not Found
    error: failed retrieving file 'core.db.tar.gz' from ibiblio.org : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'core.db.tar.gz' from distro.ibiblio.org : Not Found
    error: failed retrieving file 'core.db.tar.gz' from archlinux.linuxfreedom.com : Not Found
    error: failed retrieving file 'core.db.tar.gz' from locke.suu.edu : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'core.db.tar.gz' from lug.mtu.edu : Not Found
    error: failed retrieving file 'core.db.tar.gz' from mirrors.xmission.com : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'core.db.tar.gz' from mirrors.xmission.com : Not Found
    error: failed retrieving file 'core.db.tar.gz' from mirror.rit.edu : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'core.db.tar.gz' from mirror.rit.edu : Not Found
    downloading core.db.tar.gz...
    error: failed retrieving file 'extra.db.tar.gz' from mirror.cs.vt.edu : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'extra.db.tar.gz' from mirror.cs.vt.edu : Not Found
    error: failed retrieving file 'extra.db.tar.gz' from mirrors.easynews.com : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'extra.db.tar.gz' from mirrors.easynews.com : Not Found
    error: failed retrieving file 'extra.db.tar.gz' from ftp.archlinux.org : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'extra.db.tar.gz' from mirrors.gigenet.com : Not Found
    error: failed retrieving file 'extra.db.tar.gz' from ftp.gtlib.gatech.edu : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'extra.db.tar.gz' from www.gtlib.gatech.edu : Not Found
    error: failed retrieving file 'extra.db.tar.gz' from mirrors.hosef.org : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'extra.db.tar.gz' from mirrors.hosef.org : Not Found
    error: failed retrieving file 'extra.db.tar.gz' from ibiblio.org : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'extra.db.tar.gz' from distro.ibiblio.org : Not Found
    error: failed retrieving file 'extra.db.tar.gz' from archlinux.linuxfreedom.com : Not Found
    error: failed retrieving file 'extra.db.tar.gz' from locke.suu.edu : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'extra.db.tar.gz' from lug.mtu.edu : Not Found
    error: failed retrieving file 'extra.db.tar.gz' from mirrors.xmission.com : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'extra.db.tar.gz' from mirrors.xmission.com : Not Found
    error: failed retrieving file 'extra.db.tar.gz' from mirror.rit.edu : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'extra.db.tar.gz' from mirror.rit.edu : Not Found
    downloading extra.db.tar.gz...
    error: failed retrieving file 'community-testing.db.tar.gz' from mirror.cs.vt.edu : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'community-testing.db.tar.gz' from mirror.cs.vt.edu : Not Found
    error: failed retrieving file 'community-testing.db.tar.gz' from mirrors.easynews.com : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'community-testing.db.tar.gz' from mirrors.easynews.com : Not Found
    error: failed retrieving file 'community-testing.db.tar.gz' from ftp.archlinux.org : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'community-testing.db.tar.gz' from mirrors.gigenet.com : Not Found
    error: failed retrieving file 'community-testing.db.tar.gz' from ftp.gtlib.gatech.edu : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'community-testing.db.tar.gz' from www.gtlib.gatech.edu : Not Found
    error: failed retrieving file 'community-testing.db.tar.gz' from mirrors.hosef.org : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'community-testing.db.tar.gz' from mirrors.hosef.org : Not Found
    error: failed retrieving file 'community-testing.db.tar.gz' from ibiblio.org : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'community-testing.db.tar.gz' from distro.ibiblio.org : Not Found
    error: failed retrieving file 'community-testing.db.tar.gz' from archlinux.linuxfreedom.com : Not Found
    error: failed retrieving file 'community-testing.db.tar.gz' from locke.suu.edu : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'community-testing.db.tar.gz' from lug.mtu.edu : Not Found
    error: failed retrieving file 'community-testing.db.tar.gz' from mirrors.xmission.com : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'community-testing.db.tar.gz' from mirrors.xmission.com : Not Found
    error: failed retrieving file 'community-testing.db.tar.gz' from mirror.rit.edu : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'community-testing.db.tar.gz' from mirror.rit.edu : Not Found
    downloading community-testing.db.tar.gz...
    error: failed retrieving file 'community.db.tar.gz' from mirror.cs.vt.edu : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'community.db.tar.gz' from mirror.cs.vt.edu : Not Found
    error: failed retrieving file 'community.db.tar.gz' from mirrors.easynews.com : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'community.db.tar.gz' from mirrors.easynews.com : Not Found
    error: failed retrieving file 'community.db.tar.gz' from ftp.archlinux.org : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'community.db.tar.gz' from mirrors.gigenet.com : Not Found
    error: failed retrieving file 'community.db.tar.gz' from ftp.gtlib.gatech.edu : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'community.db.tar.gz' from www.gtlib.gatech.edu : Not Found
    error: failed retrieving file 'community.db.tar.gz' from mirrors.hosef.org : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'community.db.tar.gz' from mirrors.hosef.org : Not Found
    error: failed retrieving file 'community.db.tar.gz' from ibiblio.org : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'community.db.tar.gz' from distro.ibiblio.org : Not Found
    error: failed retrieving file 'community.db.tar.gz' from archlinux.linuxfreedom.com : Not Found
    error: failed retrieving file 'community.db.tar.gz' from locke.suu.edu : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'community.db.tar.gz' from lug.mtu.edu : Not Found
    error: failed retrieving file 'community.db.tar.gz' from mirrors.xmission.com : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'community.db.tar.gz' from mirrors.xmission.com : Not Found
    error: failed retrieving file 'community.db.tar.gz' from mirror.rit.edu : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'community.db.tar.gz' from mirror.rit.edu : Not Found
    downloading community.db.tar.gz...
    archlinuxfr is up to date
    archrepo is up to date
    archstuff is up to date
    arch-games is up to date
    error: no write permissions to any of the following cache directories:
    /var/cache/pacman/pkg
    I haven't been mucking around in there but something is amiss , where to start ? Permissions issue if fixed would go a long way to resolving this me thinks . But how did the cache directory permissions get changed
    I've not a clue .   
                Any and all help appreciated ,  I apologize for the long post and  Thank You .
    Last edited by wesley_of_course (2010-01-19 01:24:07)

    You are so right , ( not using sudo ) , expected a warning I guess .
         Anyways I deleted mirrorlist , repopulated it and ran reflector .
            http://dpaste.com/147220/
    [wesley@ratdog ~]$ yaourt -Syy
    :: Synchronizing package databases...
    testing 9.9K 178.2K/s 00:00:00 [#####################] 100%
    core 36.0K 210.0K/s 00:00:00 [#####################] 100%
    extra 440.9K 174.1K/s 00:00:03 [#####################] 100%
    community-testing 1.9K 41.2M/s 00:00:00 [#####################] 100%
    community 374.4K 381.3K/s 00:00:01 [#####################] 100%
    archlinuxfr 24.1K 56.4K/s 00:00:00 [#####################] 100%
    archrepo 25.4K 45.2K/s 00:00:01 [#####################] 100%
    arch-games 31.4K 128.1K/s 00:00:00 [#####################] 100%
    [wesley@ratdog ~]$ sudo pacman -Syy
    :: Synchronizing package databases...
    testing 9.9K 99.3K/s 00:00:00 [#####################] 100%
    core 36.0K 166.6K/s 00:00:00 [#####################] 100%
    extra 440.9K 392.3K/s 00:00:01 [#####################] 100%
    community-testing 1.9K 27.5M/s 00:00:00 [#####################] 100%
    community 374.4K 300.3K/s 00:00:01 [#####################] 100%
    archlinuxfr 24.1K 55.9K/s 00:00:00 [#####################] 100%
    archrepo 25.4K 45.5K/s 00:00:01 [#####################] 100%
    arch-games 31.4K 131.8K/s 00:00:00 [#####################] 100%
    [wesley@ratdog ~]$ sudo powerpill -Syy
    :: Synchronizing package databases...
    testing 9.9K 185.2K/s 00:00:00 [#####################] 100%
    core 36.0K 123.5K/s 00:00:00 [#####################] 100%
    extra 440.9K 366.6K/s 00:00:01 [#####################] 100%
    community-testing 1.9K 25.2M/s 00:00:00 [#####################] 100%
    community 374.4K 375.2K/s 00:00:01 [#####################] 100%
    archlinuxfr 24.1K 42.7K/s 00:00:01 [#####################] 100%
    archrepo 25.4K 45.0K/s 00:00:01 [#####################] 100%
    arch-games 31.4K 131.1K/s 00:00:00 [#####################] 100%
    Thanks for the quick reply . I apologize for not  investigating further before posting . I was freak'n !
          Thanks  dcc24  and  reed9 !
    Last edited by wesley_of_course (2010-01-19 01:32:52)

  • Permission denied reading from SuperDrive

    Hi, I have an MacPro4,1 and I'm having a weird issue. I have two Superdrives and one of them seems to be acting up. My top drive has no problem reading any disks but the bottom one keeps giving me a "Permission Denied" when reading. I'm reading the exact same disk in both drives, the top one works perfectly, the bottom one gives me the error. Both drives are identical, here are the specs:
    HL-DT-ST DVD-RW GH41N:
    Firmware Revision: PQ06
    Interconnect: ATAPI
    Burn Support: Yes (Apple Shipping Drive)
    Cache: 2048 KB
    Reads DVD: Yes
    CD-Write: -R, -RW
    DVD-Write: -R, -R DL, -RW, +R, +R DL, +RW
    Write Strategies: CD-TAO, CD-SAO, CD-Raw, DVD-DAO
    Any clue would be highly appreciated.
    Thanks!
    Simon

    Anyone else ever experienced the same thing or something similar?

  • SpaceFM Error - Error: Unable to save session file. Permission denied

    Hi.
    I have just installed linux-rt from AUR
    https://aur.archlinux.org/packages.php?ID=51360
    Everything installed correctly and is working so far.
    It's just that whenever I'm with a folder open (even if I dont do anything) and click the X to close the window, this error appears:
    SpaceFM Error
    Error: Unable to save session file.
    Do you want to exit without saving?
    ( Permission denied )
    I usually click yes and nothing happens - or seems to.
    If it helps, I AM able to read, write, copy and delete files.
    The problem ( I THINK ) seems to be just aesthetics AND/OR not affecting me at the moment?
    Any thoughts?
    Thanks in advance.
    EDIT: In fact LOTS of issues just showed up...
    1- Transmission doesn't resume downloads.
    I closed it and opened again and there were no downloads and when I tried to start them again, there was an error saying: Unable to save resume file (or something close)
    2- I just logged in (at the login screen, lol) as root and ALL problems disappeared, transmission saves things again, no more SpaceFM error etc.
    Anyone has any clues what is this permissions problem ?? The whole OS is new and I didn't install anything, it wasn't supposed to be happening.
    Last edited by AndreProgressive (2012-10-28 12:57:21)

    Just stumbled on this, dunno about your other problems, but as far as your spacefm problem, go to ~/.config and sudo rm -r spacefm

  • Systemd-tmpfiles and gvfs - permission denied

    systemd-tmpfiles[2346]: stat(/run/user/1000/gvfs) failed: Permission denied
    Can anyone tell me why this is in my journalctl ?  Sometimes many times, depending on the application I use,
    other times, once or twice in a 5 hour uptime.

    same here with systemd. From log file:
    localhost systemd-tmpfiles[12898]: stat(/run/user/1000/gvfs) failed: Permission denied
    [gabx@magnolia:1000]$ ls -al
    dr-x------ 2 gabx users 0 Aug 31 21:32 gvfs
    [gabx@magnolia:1000]$ chmod -R u+w gvfs
    [gabx@magnolia:1000]$ ls -al
    dr-x------ 2 gabx users 0 Aug 31 21:32 gvfs
    As you can see, can't even change permission for user gabx to write the directory.
    EDIT:
    [gabx@magnolia:~]$ systemctl status systemd-tmpfiles-setup.service
    systemd-tmpfiles-setup.service - Recreate Volatile Files and Directories
    Loaded: loaded (/usr/lib/systemd/system/systemd-tmpfiles-setup.service; enabled)
    Active: active (exited) since Fri, 31 Aug 2012 21:32:00 +0200; 46min ago
    Docs: man:tmpfiles.d(5)
    Process: 353 ExecStart=/usr/bin/systemd-tmpfiles --create --remove (code=exited, status=0/SUCCESS)
    CGroup: name=systemd:/system/systemd-tmpfiles-setup.service
    [gabx@magnolia:~]$ sudo systemctl status systemd-tmpfiles-setup.service
    systemd-tmpfiles-setup.service - Recreate Volatile Files and Directories
    Loaded: loaded (/usr/lib/systemd/system/systemd-tmpfiles-setup.service; enabled)
    Active: active (exited) since Fri, 31 Aug 2012 21:32:00 +0200; 47min ago
    Docs: man:tmpfiles.d(5)
    Process: 353 ExecStart=/usr/bin/systemd-tmpfiles --create --remove (code=exited, status=0/SUCCESS)
    CGroup: name=systemd:/system/systemd-tmpfiles-setup.service
    Following the above status, it seems everything is OK, so I am not sure this permission denied is really an issue.
    Last edited by gabx (2012-08-31 23:31:01)

Maybe you are looking for

  • Why is there missing info in the windows address book fields after syncing iphone 4 contacts?

    I am reaching the end of my rope trying to deal with syncing/backing up contacts and other "non copyright protected" content from my iphone 4 and my desktop (and preferably my laptop as well).  I've spent literally days trying to solve this problem w

  • How to close my Blackberry Account

    Hi, I 've sold my Blackberry Z10 - it was doing silly things, last it asked for my PUK after I took it out of my pocket - it was locked and I diabled the touchscreen in locked mode. Occuring problems has been to much for me. In some way I am missing

  • Fax in os 10.3.9

    Does OS 10.3.9 come with fax software? If yes, what steps do I follow to fax a Quark or Word Doucumet? I have a DSL line.

  • Macbook Pro Slow With Yosemite

    Hi all, Macbook Pro has been slow since upgrading to Yosemite. I've posted my EtreCheck results below. Any ideas or am I out of luck? Thanks! EtreCheck version: 2.1.8 (121) Report generated February 21, 2015 at 12:46:36 PM PST Download EtreCheck from

  • Data.Region.updateContent vs Data.Region.updateRegion

    Hello, I'm trying to develop a spry based widget that needs to load data periodically using the principles outline in these post threads http://forums.adobe.com/message/4616949#4616949 http://forums.adobe.com/message/4619931#4619931 http://forums.ado