search for: resourc

Displaying 20 results from an estimated 20332 matches for "resourc".

Did you mean: resource
2008 Aug 03
1
Firefox-30 for Windows crashes under wine-1.1.2
...lock not implemented yet fixme:ntdll:NtLockFile I/O completion on lock not implemented yet fixme:ntdll:NtLockFile I/O completion on lock not implemented yet fixme:ntdll:NtLockFile I/O completion on lock not implemented yet fixme:file:MoveFileWithProgressW MOVEFILE_WRITE_THROUGH unimplemented fixme:resource:GetGuiResources (0xffffffff,0): stub fixme:resource:GetGuiResources (0xffffffff,0): stub fixme:resource:GetGuiResources (0xffffffff,0): stub fixme:resource:GetGuiResources (0xffffffff,0): stub fixme:resource:GetGuiResources (0xffffffff,0): stub fixme:resource:GetGuiResources (0xffffffff,0): stub f...
2003 Jul 31
3
Mutex problem in sip?
Hello, CVS 07/31/03. Test with 130+ PSTN-to-SIP calls. Asterisk gets locked ... grep -e "Error" -e "eventually" p-console chan_sip.c line 1453 (sip_alloc): Error obtaining mutex: Device or resource busy chan_sip.c line 1453 (sip_alloc): Got it eventually... chan_sip.c line 1453 (sip_alloc): Error obtaining mutex: Device or resource busy chan_sip.c line 1453 (sip_alloc): Got it eventually... chan_sip.c line 1453 (sip_alloc): Error obtaining mutex: Device or resource busy chan_sip.c line 1453...
2013 Jun 22
4
ActiveRecord::Base.transaction - SystemStackError - stack level too deep:
...b:70:in `'' I have a StackOveflow with more detail - http://stackoverflow.com/q/16930511/1408461 As stated in the SO. If I try to save the record to the database outside the transaction it saves just fine. I only get the error in the transaction. Params Object params => { "resource"=> { "resource_type"=>"document", "resource_name"=>"My Rails Doc", "source_id"=>"Dropbox" }, "resource_document"=> { "resource_document"=> #<ActionDispatch::Http::Uploaded...
2007 Mar 19
2
Erreur Automation
...ram Files\\Fichiers communs\\Microsoft Shared\\DAO\\DAO350.DLL" err:ole:create_server class {00000010-0000-0010-8000-00aa006d2ea4} not registered err:ole:CoGetClassObject no class object {00000010-0000-0010-8000-00aa006d2ea4} could be created for context 0x5 fixme:toolbar:TOOLBAR_ReplaceBitmap resources not in the current module not implemented fixme:toolbar:TOOLBAR_ReplaceBitmap resources not in the current module not implemented fixme:toolbar:TOOLBAR_ReplaceBitmap resources not in the current module not implemented fixme:toolbar:TOOLBAR_ReplaceBitmap resources not in the current module not imp...
2012 Aug 30
0
[PATCH 09/11] vmci_resource.patch: VMCI resource hash table implementation.
Signed-off-by: George Zhang <georgezhang at vmware.com> --- drivers/misc/vmw_vmci/vmci_resource.c | 190 +++++++++++++++++++++++++++++++++ drivers/misc/vmw_vmci/vmci_resource.h | 59 ++++++++++ 2 files changed, 249 insertions(+), 0 deletions(-) create mode 100644 drivers/misc/vmw_vmci/vmci_resource.c create mode 100644 drivers/misc/vmw_vmci/vmci_resource.h diff --git a/drivers/misc/vmw...
2012 Aug 30
0
[PATCH 09/11] vmci_resource.patch: VMCI resource hash table implementation.
Signed-off-by: George Zhang <georgezhang at vmware.com> --- drivers/misc/vmw_vmci/vmci_resource.c | 190 +++++++++++++++++++++++++++++++++ drivers/misc/vmw_vmci/vmci_resource.h | 59 ++++++++++ 2 files changed, 249 insertions(+), 0 deletions(-) create mode 100644 drivers/misc/vmw_vmci/vmci_resource.c create mode 100644 drivers/misc/vmw_vmci/vmci_resource.h diff --git a/drivers/misc/vmw...
2008 Feb 20
1
Compilation error on installing rgl package
...ing libpng dynamic linkage checking for X... libraries /usr/X11/lib, headers /usr/X11/include checking for glEnd in -lGL... yes checking for gluProject in -lGLU... yes configure: creating ./config.status config.status: creating src/Makevars ** libs g++ -arch x86_64 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include -I/System/Library/Frameworks/OpenGL.framework/Headers -DHAVE_PNG_H -I/usr/local/include/libpng12 -I/usr/X11/include -DDarwin -DNO_GL_PREFIX -I/usr/X11R6/include -Iext -I/usr/local/include -g -O2 -fPIC -g -O2 -c BBoxDeco.cpp -o BBoxDe...
2020 Aug 21
8
[PATCH v1 0/5] mm/memory_hotplug: selective merging of system ram resources
This is the follow-up of "[PATCH RFCv1 0/5] mm/memory_hotplug: selective merging of memory resources" [1] Some add_memory*() users add memory in small, contiguous memory blocks. Examples include virtio-mem, hyper-v balloon, and the XEN balloon. This can quickly result in a lot of memory resources, whereby the actual resource boundaries are not of interest (e.g., it might be relevant for D...
2006 Jan 09
7
File_column Dynamic directory
I asked this question earlier and did recieve an answer but I am not sure Ifully understood the answer as I am getting all sorts of errors when trying to implement. Basically I want to add a layer to the path for my files. I have the following set up in my model class: file_column :image, :store_dir => :dynamic_dir def dynamic_dir
2023 Sep 02
1
Fails to install Rfast package
...es/WDStorage/NAS Download/Rfast_2.0.8.tar.gz", repos = NULL) * installing *source* package ?Rfast? ... ** package ?Rfast? successfully unpacked and MD5 sums checked ** using staged installation ** libs clang++ -mmacosx-version-min=10.13 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I../inst/include -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/RcppArmadillo/include' -I/usr/local/include -fPIC -Wall -g -O2 -c Diag.cpp -o Diag.o In f...
2020 Sep 08
0
[PATCH v1 2/5] kernel/resource: merge_system_ram_resources() to merge resources after hotplug
On 31.08.20 11:35, Pankaj Gupta wrote: >> Some add_memory*() users add memory in small, contiguous memory blocks. >> Examples include virtio-mem, hyper-v balloon, and the XEN balloon. >> >> This can quickly result in a lot of memory resources, whereby the actual >> resource boundaries are not of interest (e.g., it might be relevant for >> DIMMs, exposed via /proc/iomem to user space). We really want to merge >> added resources in this scenario where possible. >> >> Let's provide an interface to trigge...
2020 Jul 31
6
[PATCH RFCv1 0/5] mm/memory_hotplug: selective merging of memory resources
Some add_memory*() users add memory in small, contiguous memory blocks. Examples include virtio-mem, hyper-v balloon, and the XEN balloon. This can quickly result in a lot of memory resources, whereby the actual resource boundaries are not of interest (e.g., it might be relevant for DIMMs, exposed via /proc/iomem to user space). We really want to merge added resources in this scenario where possible. Resources are effectively stored in a list-based tree. Having a lot of resources not...
2012 Jul 26
2
RGL
...or X... libraries /usr/X11/lib, headers checking for glEnd in -lGL... yes checking for gluProject in -lGLU... yes checking for freetype-config... no configure: creating ./config.status config.status: creating src/Makevars ** libs *** arch - x86_64 g++ -arch x86_64 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/x86_64 -DNDEBUG -I/System/Library/Frameworks/OpenGL.framework/Headers -DHAVE_PNG_H -DDarwin -DNO_GL_PREFIX -I/usr/X11R6/include -Iext -I/usr/local/include -g -O2 -fPIC -g -O2 -c ABCLineSet.cpp -o ABCLineSet.o g++ -arch x86_64 -I/Lib...
2007 Nov 08
0
libswfdec/swfdec_load_object.c libswfdec/swfdec_movie.c libswfdec/swfdec_player.c libswfdec/swfdec_player_internal.h libswfdec/swfdec_resource.c libswfdec/swfdec_resource.h
libswfdec/swfdec_load_object.c | 5 - libswfdec/swfdec_movie.c | 2 libswfdec/swfdec_player.c | 126 +++++++++++++++++++++++++------------ libswfdec/swfdec_player_internal.h | 6 + libswfdec/swfdec_resource.c | 117 +++++++++++++++++----------------- libswfdec/swfdec_resource.h | 6 - 6 files changed, 158 insertions(+), 104 deletions(-) New commits: commit 6388c7fda57910e62bd1aa307f82842a2f13af27 Author: Benjamin Otte <otte at gnome.org> Date: Thu Nov 8 10:14:55 2007 +0100...
2006 Apr 26
1
[LLVMdev] LLC fail without gccld optimization on spec2000 int benchmarks
...ecause otherwise I can not control the optimization passes that gcc will put on the generated c code. I am wondering if this problem is a llc bug or some implicit rules. I really appreciate if it is solved. Thanks, Jing ==============error messages for vortex:================= /home/snir/jingyu/resources/llvm/build2/Debug/bin/gccas Output/255.vortex.linked.rll -o Output/255.vortex.linked.bc /home/snir/jingyu/resources/llvm/build2/Debug/bin/gccld -L/home/snir/jingyu/resources/llvm/cfrontend/x86/llvm-gcc/bin/../lib/gcc/i686-pc-linux-gnu/3.4-llvm -L/home/snir/jingyu/resources/llvm/cfrontend/x86/llvm...
2008 Oct 17
0
Wine release 1.0.1
...in the process that owns the desktop window. libwine: Add support for relocating MS-style imports that use OriginalFirstThunk. ntdll: Hardcode the filesystem cluster size to avoid trouble on NFS. ntdll: Preserve the 2K block size returned for CDROMs. comdlg32: Merge Chinese resources into a single file. comctl32: Rename the Chinese resources to comctl_Zh.rc. ws2_32: Allow arbitrary-sized iovecs again in WSASendTo and WSARecvFrom. Avoid exporting common symbols since that's broken on Mac OS X. dnsapi: Fix compile without the resolv library. se...
2007 Apr 10
7
Newbie :: Help !!! (database record compare)
Hi all, I''ve a two simple table, resource ======= resource.id resource.name resource.contact and project ====== project.id project.name project.resource_id (id from resource table) I want to display list of project that only belong to particular resource. my proj.rhtml is like ===================== . .. ... <h1>Projects</h...
2011 Oct 28
1
"file name too long" error during R CMD INSTALL
...s:/Library/Frameworks/PROJ.framework/Versions/4.6/Headers:/Library/Frameworks/GDAL.framework/Versions/1.6/Programs * installing to library ?/Users/nick/Library/R/2.10/library? * installing *source* package ?phylobase? ... ** libs ** arch - i386 g++ -arch i386 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/i386 -I. -DHAVE_INTTYPES_H -I/usr/local/include -I"/Library/Frameworks/R.framework/Resources/library/Rcpp/include" -fPIC -g -O2 -c GetNCL.cpp -o GetNCL.o gcc -arch i386 -std=gnu99 -I/Library/Frameworks/R.framework/Res...
2006 Aug 03
4
Map a resource that is a join model
How should you map resources that are join models like Memberships? Lets say have you have Members and Groups that are joined through Memberships. map.resources :members do |members| members.resources :groups do |groups| groups.resources :memberships end end This doesn''t seem right. It would b...
2009 Mar 31
3
serving xml
Hi All, I''m trying to serve some XML from my Rails 2.0 server. I have a Flash file that always reads its configuration from /home/gallery.xml So, I would like to build the contents from the database and serve it back to the flash file when it hits my xml url. If it was HTML that it was asking for then in my home controller I have a gallery method that serves back a gallery.html.erb