NFSv4: cannot allocate memory errors when moving files

When I move a directory on an NFS client to another location then I can't create a file on that other location anymore:
[willem@venus ~]$ mkdir test
[willem@venus ~]$ mv test /pub/music
[willem@venus ~]$ cd /pub/music/test
[willem@venus test]$ touch a
^C
the touch command does nothing on the nfs client (it hangs, so I Ctrl-C).
When I logon to the NFS server the following happens:
[willem@titan W]$ cd /pub/music/test
[willem@titan test]$ touch x
touch: cannot touch 'x': Cannot allocate memory
[willem@titan test]$
This only happens if the mv command moves the directory over different NFS mount points.
I have an older arch NFS server with a 3 months old arch install, and this issue does not occur there.
If I mount the nfs client directories with nfsvers=3 in my fstab then it also does not occur, so it seems to be broken in a recent update in NFS4

I've tested using a very small SGA and PGA (200Mb and 100Mb), although normally I would have it set higher.
# Kernel sysctl configuration file for Red Hat Linux
# For binary values, 0 is disabled, 1 is enabled. See sysctl(8) and
# sysctl.conf(5) for more details.
# Controls IP packet forwarding
net.ipv4.ip_forward = 0
# Controls source route verification
net.ipv4.conf.default.rp_filter = 1
# Do not accept source routing
net.ipv4.conf.default.accept_source_route = 0
# Controls the System Request debugging functionality of the kernel
kernel.sysrq = 0
# Controls whether core dumps will append the PID to the core filename.
# Useful for debugging multi-threaded applications.
kernel.core_uses_pid = 1
kernel.panic = 300
kernel.sysrq = 1
net.ipv4.tcp_syncookies = 1
# Oracle XE Recommended Values
kernel.sem = 250 32000 100 128
kernel.shmmax = 536870912
########

Similar Messages

  • LR4.2 - Error when moving files

    I can repeatedly reproduce an error when moving files into folders within LR4.2.
    My current folder structure is setup like:
    F:\pictures\YEAR\Folder name\Sub folder\
    When I'm moving files from "Folder name" to "Sub folder" I will be moving approx 6 - 20 photos at a time when sorting them into sub folders. After a while of moving files, LR will stop allowing you to move files and will show up the O symbol with a line through it. Until you close and re-open LR will it allow you to start moving photos again.
    I've had this happen 3 times on me now and is completely reproducible. As above, move a small amount of files from a parent folder into a child folder repeatedly and eventually it will refuse to move any more photos until you restart LR.
    Windows 7 x64 SP1 Professional
    Intel Core i7 950 3.07Ghz
    24Gb DDR3 Ram
    Nvidia GTX470 Video Card
    Intel 520 Series 240Gb SATA3 SSD
    Lightroom 4.2 x64
    Catalog recently optimised with no issues ever experienced with the catalog.

    Hi,
    I experienced the same problem and error message this morning ...and found that the following steps will resolve the error (at least when using LR 3 on a MAC):
    (1) Open LR and rename all the files that you are trying to move by hitting the F2 button, (MAC shortcut)
    (2) Look for any images that may have a '?' mark next to them and resolve if required.  (The '?' indicates a file 'location' conflict within the catalogue, - ie you may have moved the files around outside of LR)
    (3) While still within LR ....highlight all the files that need to be moved ....and drag and drop them into your preferred new location in the usiual way.
    Hope this helps.
    Cheers
    Simon

  • Can't restore from .dmg file "cannot allocate memory- error"

    Im trying to install OS X 10.6 from an .dmg file because I have trouble with my dvd reader.
    I have followed this steps from this thread: https://discussions.apple.com/thread/2764247?start=0&tstart=0
    select your .dmg file and open with Disk utility
    02. select your Mac os X image from left panel box and then choose restore
    03. drag and drop the Mac os image to source
    04. drag and drop Mac's partition to destination
    05. click restore
    I get "cannot restore, cannot allocate memory". Any ideas? Thanks in advance
    Mac Pro OS X 1.6.6, 4 discs (one to make fresh install - 2TB WD), 2x2.66Ghz, dual core Intel Xeon

    Hi LInc. I tried your choice and succesfully installed over a 16GB pendrive. But could not do that with the 2TB green caviar... I also found that there are some issues with this kind of drive in the fourth bay, so I will change it to see if there is any difference. Cant make it work with TMachine also (known issues there too).

  • Cannot allocate memory error

    Hello,
    I am using:
    Oracle: Berkeley DB XML 2.5.16: (December 22, 2009)
    Berkeley DB 4.8.26: (December 18, 2009)
    When attempting to open a container in an environment where the application process has been running for a while I get the following error:
    XmlDatabaseError: XmlDatabaseError 12, Error: Cannot allocate memory
    The Python bindings do not have support for errcall. I have added errcall support to the bindings but I do not appear to be receiving any message (but it is new code so I do not trust it completely).
    Running the dbxml shell tool I get:
    [root@localhost db]# dbxml
    Joined existing environment
    dbxml> open test.dbxml
    stdin:1: openContainer failed, Error: Cannot allocate memory
    dbxml>I don't appear to be out of locks:
    127786  Last allocated locker ID
    0x7fffffff      Current maximum unused locker ID
    9       Number of lock modes
    20000   Maximum number of locks possible
    10000   Maximum number of lockers possible
    20000   Maximum number of lock objects possible
    1       Number of lock object partitions
    639     Number of current locks
    691     Maximum number of locks at any one time
    10      Maximum number of locks in any one bucket
    0       Maximum number of locks stolen by for an empty partition
    0       Maximum number of locks stolen for any one partition
    1282    Number of current lockers
    1320    Maximum number of lockers at any one time
    571     Number of current lock objects
    622     Maximum number of lock objects at any one time
    3       Maximum number of lock objects in any one bucket
    0       Maximum number of objects stolen by for an empty partition
    0       Maximum number of objects stolen for any one partition
    998958  Total number of locks requested
    997936  Total number of locks released
    0       Total number of locks upgraded
    13055   Total number of locks downgraded
    0       Lock requests not available due to conflicts, for which we waited
    0       Lock requests not available due to conflicts, for which we did not wait
    0       Number of deadlocks
    0       Lock timeout value
    0       Number of locks that have timed out
    0       Transaction timeout value
    0       Number of transactions that have timed out
    10MB 152KB      The size of the lock region
    0       The number of partition locks that required waiting (0%)
    0       The maximum number of times any partition lock was waited for (0%)
    0       The number of object queue operations that required waiting (0%)
    0       The number of locker allocations that required waiting (0%)
    0       The number of region locks that required waiting (0%)
    3       Maximum hash bucket lengthOr transactions:
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    35511/10059360  File/offset for last checkpoint LSN
    Thu Aug 12 17:25:26 2010        Checkpoint timestamp
    0x80007128      Last transaction ID allocated
    100     Maximum number of active transactions configured
    0       Active transactions
    3       Maximum active transactions
    28968   Number of transactions begun
    16699   Number of transactions aborted
    12269   Number of transactions committed
    0       Snapshot transactions
    0       Maximum snapshot transactions
    0       Number of transactions restored
    40KB    Transaction region size
    0       The number of region locks that required waiting (0%)
    Active transactions:Or mutexes:
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    6MB 112KB       Mutex region size
    0       The number of region locks that required waiting (0%)
    4       Mutex alignment
    1       Mutex test-and-set spins
    50000   Mutex total count
    39829   Mutex free count
    10171   Mutex in-use count
    10201   Mutex maximum in-use count
    Mutex counts
    39829   Unallocated
    509     db handle
    1       env dblist
    2       env handle
    1       env region
    4       lock region
    691     logical lock
    1       log filename
    1       log flush
    2       log region
    815     mpoolfile handle
    3896    mpool buffer
    63      mpool filehandle
    17      mpool file bucket
    1       mpool handle
    4099    mpool hash bucket
    1       mpool region
    1       mutex region
    62      sequence
    1       twister
    1       txn active list
    1       transaction checkpoint
    1       txn regionAny ideas?

    See unable to allocate memory for mutex; resize mutex region
    Edited by: Vitaliy Katochka on Nov 23, 2010 4:31 PM

  • Cannot allocate memory error in Oracle 10.2.0.2

    I am using Oracle 10.2.0.2. When will I get the below error. What to do to resolve this issue. Can somebody help me on this
    ROW-00001: Cannot allocate memory||SQLSTATE0=03/18/08 14:27:19
    ROW-00001: Cannot allocate memory||SQLSTATE0=03/18/08 14:27:19
    ROW-00001: Cannot allocate memory||SQLSTATE0=03/18/08 14:27:19
    ROW-00001: Cannot allocate memory||SQLSTATE0=03/18/08 14:28:17Thanks in advance

    ROW-00001 Cannot allocate memory
    Cause: There is not enough memory to run the application.
    Action: Close unneeded applications or increase the virtual memory.
    Or
    Note:387818.1 - did this metalink note help you?

  • Why do I keep getting low memory errors when opening files in Bridge CS4? (New computer running i7 2.40GHz, 12GB RAM)

    Just picked up a new computer which has a lot more RAM than my old computer bu I keep getting low memory errors. Never had this issue on my old computer, any ideas?

    Windows or Mac?  (If the former, I can't be of any help.)  Exact version of your OS?
    How much available disk space?  Do you have a separate hard drive for Photoshop's scratch file?

  • Error when moving files between Sharepoint sites using 'content and structure' feature

    Hi,
    I am using Sharepoint Online 2013 on a mac computer.
    I am trying to move files between sharepoint sites/libraries but because the "open with explorer" link does not work on mac computers, I need to do so using the 'content and structure' feature.
    When I select a file to move and then select the destination site/doc library, i get the following error:
    An error was encountered performing this operation.
    Operation to Move '120207_Australia Post_Invoice.pdf' to '/Ops/internal/admin/General Admin' failed
    No items were moved. Please remove 120207_Australia Post_Invoice.pdf from the selection and retry operation
    Please help!
    Thanks,
    Kate

    Hi Kate,
    If you mean only one file "120207_Australia Post_Invoice.pdf" could not be moved, please compare this file to the other files moved successfully, check if there are some differences, like the content types, fields.
    Also compare the source library and destination library, make sure they have the the same type of fields.
    And you could have a try of moving this single file separately see if it could help, or as a workaround to download this file from source and upload to the destination library.
    Since it is related to SharePoint Online 2013, we cannot see the ULS log for more information, I would suggest you post this issue in Office365 SharePoint online dedicated forum via the following link for a better assistance.
    http://community.office365.com/en-us/forums/default.aspx
    Thanks
    Daniel Yang
    TechNet Community Support

  • Out of memory error when moving a event to external HD in FCPX...

       When attempting to move a massive (1.75TB) event to a different hard drive using the "move event" feature, I keep getting an "out of memory" diolouge box that prompts me to close any open programs and causes my computer to completely freeze.
        I have a Macbook Pro with 16GB of RAM.
       How do I fix this? OR is there another way to move the event / project file without using the 'move event' option in final cut pro x?

       I have tried the duplicate function yes and the same problem. When I open up activity monitor, I can literally see the RAM drain until it reaches zero and then my computer crashes. It is so bizarre!
    How much hassel would it be to simply copy/paste the enitre Final Cut Pro Events and Projects folder to my external hard drive? Would I have a hard time reconnecting everything?

  • Windows Security Error when moving files on a file server

    We've recently added a new domain to our environment and have migrated user machines onto the new domain. We have a 2008 file server that is still on our old domain. When anyone tries to move a file within that server a Windows Security Error pops up
    saying "Your Internet security settings suggest that one or more files may be harmful. Do you want to use it anyway?" This even occurs directly on the server from my old account credentials.
    Changing Internet/Intranet zone settings or Enabling Launch applications and unsafe files had no affect. I checked gpresult/rsop local security policies and gp policies all on the client and server side and couldn't find anything that seems related
    to this error. Any help would be appreciated.

    I was able to solve this by adding our domain suffixes along with a wildcard to trusted sites in internet explorer through group policy.

  • "cannot allocate memory" When trying to start a new project in FCPX

    So I am I getting the "cannot allocate memory" error whenever I try to start a new project in FCPX
    System specs:
    Model Name:          Mac Pro
      Model Identifier:          MacPro3,1
      Processor Name:          Quad-Core Intel Xeon
      Processor Speed:          2.8 GHz
      Number of Processors:          2
      Total Number of Cores:          8
      L2 Cache (per Processor):          12 MB
      Memory:          8 GB
    ATI Radeon HD 5870:
      Chipset Model:          ATI Radeon HD 5870
      Type:          GPU
      Bus:          PCIe
      Slot:          Slot-1
      PCIe Lane Width:          x16
      VRAM (Total):          1024 MB
    "Movies" folder is on a drive with about 120 GB free. The folder is not locked. Imovie uses the same folder, and that works.
    The account is not a server account.
    I've removed all preferences and all references to FCPX, reinstalled, no difference.
    I have tried every suggestion on every apple support discussion thread, save reinstalling the OS, which I will not do. Nothing works.
    FCPX won't let me select a default location for projects, either.
    This is the only application on my system that doesn't work. Anyone have any suggestions?

    I figured it out:
    FCPX does not support NTFS drives, even with Paragon NTFS working perfectly for everything else on the system.
    I guess Apple (just) assumes that nobody will, or should, be using any other filesystem than Mac with FCPX.
    I wasted hours looking for a solution, when a better error message besides a misleading "cannot allocate memory" could have been something more useful.
    Not impressed.

  • Cannot allocate memory

    Hi,
    my application page showing
    OraOLEDB(0x80040E14)
    ROW-00001
    Cannot allocate memory
    error
    please suggest
    Oracle 9i
    Oledb 9i
    windows 2003

    https://www.dba-village.com/village/dvp_forum.OpenThread?ThreadIdA=5094
    does it helpful ?
    Sriram

  • I get the following error when formatting a external hard drive. Partition failed with the error:  POSIX reports: The operation couldn't be completed. Cannot allocate memory

    I get the following error when formatting a external hard drive.
    Partition failed with the error: 
    POSIX reports: The operation couldn’t be completed. Cannot allocate memory
    I have a Macbook pro 13" A1278. I purchased it around december 2010. I have a HHD 3.5" drive desktop select II 1.5TB. I purchased it around Febuary/March 2011 to use with my Macbook pro. I formatted it and moved all my files to there, I got it so my macbook's hard drive wouldn't brake and I lose everything on my macbook.
    Is there any fixes?

    First, try a system reset.  It cures many ills and it's quick, easy and harmless...
    Hold down the on/off switch and the Home button simultaneously until the screen blacks out or you see the Apple logo.  Ignore the "Slide to power off" text if it appears.  You will not lose any apps, data, music, movies, settings, etc.
    If the Reset doesn't work, try a Restore.  Note that it's nowhere near as quick as a Reset.  From iTunes, select the iPad/iPod and then select the Summary tab.  Follow directions for Restore and be sure to say "yes" to the backup.  You will be warned that all data (apps, music, movies, etc.) will be erased but, as the Restore finishes, you will be asked if you wish the contents of the backup to be copied to the iPad/iPod.  Again, say "yes."

  • Db_load error: Cannot allocate memory

    Hi
    when I try to import an dump file, i always get this error:
    db_load: BDB2055 Lock table is out of available lock entries
    db_load: Cannot allocate memory
    I executed "db_load -f outdb/outdb2 -h env xass.db"
    and i have set max locks by:
    dbenv->set_lk_max_locks(dbenv,1000);
    but it doesn't work.
    What should I do to prevent this problem?
    Thanks for your help in advance
    Mark
    Update:
    I have doing some tests, and i found that if I increase the number of locks by "set_lk_max_locks" in DB_CONFIG file,  the operation of db_load will success.
    The point is that the larger db file may need a very big value of locks, so why "db_load" doesn't release the locks during the running procedure? Is this a bug for bdb?
    becuase I can't increase the number of locks infinity!
    if not, How can i cause "db_load" release the locks of transaction?
    Does anybody can help me?
    Mark

    Hi Mark,
    If you are importing a dump file into an existing environment and opened with the flags of(can have more) DB_INIT_LOCK | DB_INIT_LOG | DB_INIT_MPOOL | DB_INIT_TXN, then it is true you may see the error about "lock table is out of available lock entries" when the dump file is very big. The db_load process will not release the locks since it needs to provent other process from accessing the database being built to provide data consistency in the transactional environment.
    The usually way for loading a database from a dump file is to specify an empty directory as the home directory. By this, the database will be created in a private non-transactional environment, and you can copy the database into your running environment after the db_load process finishes.
    Regards,
    Winter, Oracle Berkeley DB.

  • Using Disc Utility to copy my hard drive to a brand new external drive and am having the error "Unable to create...(Cannot allocate memory)".

    I'm not very tech savvy but am trying my best to use Disc Utility to copy my hard drive to a brand new external drive and am having the error "Unable to create...(Cannot allocate memory)".
    Last night no problems, woke this morning and it was freezing so I forced a restart and got the grey screen with the folder and question mark. Ran off to best buy to get an external drive... Please help! Thank you!

    I have done both. When I hold down the "C" key it pauses for a few seconds while the cd spins and then the flashing folder icon appears.
    Could be you have the wrong cd/dvd.  The mac will only boot a supported cd/dvd for your machine. The flashing question mark indicdates your machine could not find a valid os.
    When I hold down the "option" key for the startup manager the cursor comes up and moves but the actually manager doesn't come up no matter how long I leave the laptop on.
    Not sure.  Could be your machine does not support the startup manager. You would think the machine would ignore the key.
    Where did you get the dvd?  What is the number on the DVD?
    What machine do you have anyway?
    This site provides more information, but lacks security.
    "A serial number is a unique, identifying number or group of numbers and letters assigned to an individual piece of hardware or software. It's used for various things depending on the product / brand but what is your Mac's serial number for and more importantly... what is it hiding and what can it do for you ?"
    http://www.appleserialnumberinfo.com/Desktop/index.php
    or
    This site provides more information, but lacks security too.
    "A serial number is a unique, identifying number or group of numbers and letters assigned to an individual piece of hardware or software. It's used for various things depending on the product / brand but what is your Mac's serial number for and more importantly... what is it hiding and what can it do for you ?"
    http://www.appleserialnumberinfo.com/Desktop/index.php
    http://www.chipmunk.nl/klantenservice/applemodel.html
        ( hint by K Shaffer  )

  • Unable to copy hard drive on to external device from Disk Utility. Getting error message "cannot allocate memory".

    I am trying to retrieve the information on my hard drive after I spilled liquid on my keyboard . I can get to Disk Utility by using the boot up disk but when I try and copy the hard drive to an external device using "New Image" it tells me it is unable to create a copy because it "cannot allocate memory".

    Were you able to get any help with this problem? My MacBook Pro out of the blue wouldn't boot up all the way and now I'm trying to get a copy of everything onto the new external drive using disc utility but am having the same errors as you! Thank you for sharing any tips!! -Norah

Maybe you are looking for

  • What is the link between schedule lines and delivery document item level

    Can any one please explain me what is the link between the schedule lines of the order/scheduling agreement and the item level of the delivery. Is there any link between VBEP and LIPS ?

  • After Logout still keeping session

    After I logged out , the controller goes to home page in that I removed the user in the session and finally invalidate the session. When after I go back to previous page and hit any operation, it's still working. I don't know why the session is still

  • Any way to stop Garage band from...

    ...looping the same section (A) over and over, and instead move on to the next section (B)? I would think this is simple, but I can't figure it out. thanks! Fox

  • LinkedButton in a Columngrid

    Hi everyone, how can I set a linkedbutton in a column grid? I've seen some samples about matrix, but not about grid Thanks Carles

  • Java and Flash on iPad

    So I can't open http://web.monroecc.edu/manila/webfiles/calcNSF/JavaCode/other/myWasher1.htm on an iPad? I feel as if I'm back in the 1980's when Apple decided schools weren't an important market. I can't open Flash files on my iPad. I can't open Jav