Displaying 20 results from an estimated 275149 matches for "get".
2008 Aug 31
3
GTR Evolution - Crashing
...atorCreate9 stub
fixme:d3d9:Direct3DShaderValidatorCreate9 stub
fixme:d3d9:Direct3DShaderValidatorCreate9 stub
fixme:d3d9:Direct3DShaderValidatorCreate9 stub
fixme:d3d9:Direct3DShaderValidatorCreate9 stub
fixme:font:SetMapperFlags (0x3a0, 0x00000001): stub - harmless
fixme:d3d9:IDirect3DDevice9Impl_GetTexture Call to get texture (1) failed ((nil))
fixme:d3d9:IDirect3DDevice9Impl_GetTexture Call to get texture (2) failed ((nil))
fixme:d3d9:IDirect3DDevice9Impl_GetTexture Call to get texture (3) failed ((nil))
fixme:d3d9:IDirect3DDevice9Impl_GetTexture Call to get texture (4) failed ((nil))
fix...
2010 Feb 16
0
Strange routing(?) Issue
I have a Model event and the following two lines in routes.rb
1 - map.connect "events/:action", :controller => ''events'', :action => /
[a-z_]+/i
2 - map.resources :events, :has_many => :comments, :has_one
=> :address #, :collection => {:mapit => :get}
I have #1 so that I can call custom actions from a link_to_remote link
from my index page t0 update a div.
<%= link_to_remote "Map", :method => "get", :url => {:action =>
"mapit", :controller => "events"} %>
Please see controller and ra...
2012 Mar 22
1
dovecot 2.1.3 dsync Unexpected finish reply
I've been moving users from one system to another by doing a dsync
mirror operation. The first dsync mirror takes some time, because of the
number of users involved, so I am doing an initial sync, and then I
direct the users to the new location and do a final 'freshening' sync to
get any changes that happened during the longer sync.
The problem seems to be with this freshening sync, it seems quite
fragile breaking with things like:
dsync-local(user at example.com): Error: msg-get failed: box=Spam uid=3034 guid=1ad456015ae9694f083b00001d12b59f
dsync-local(user at example.com):...
2017 Oct 16
0
[PATCH] virtio: avoid possible OOM lockup at virtballoon_oom_notify()
...llocation requests. Although fill_balloon() was printing
> a lot of noises due to __GFP_NORETRY, the system made forward progress
> in the form of kernel panic triggered by no more OOM killable processes.
>
> ----------
> [ 88.270838] virtio_balloon virtio3: Out of puff! Can't get 1 pages
> [ 88.503496] virtio_balloon virtio3: Out of puff! Can't get 1 pages
> [ 88.730058] virtio_balloon virtio3: Out of puff! Can't get 1 pages
> [ 88.937971] Out of memory: Kill process 669 (dhclient) score 54 or sacrifice child
> [ 89.007322] virtio_balloon virtio3...
2012 May 28
1
[LLVMdev] VMKIT: Error while producing LLVMruntime.inc (using llvm-as and llc)
vmkit fails to build because llvm-as with llc -march=cpp generate wrong
code for
AttrListPtr AttrListPtr::get(ArrayRef< AttributeWithIndex >Attrs)
http://llvm.org/doxygen/classllvm_1_1AttrListPtr.html#a3a19622d131e9f0d981398f54cf6acfc
bellow you can see the faulty generated code
llvm-as ./vmkit/lib/vmkit/Compiler/LLVMRuntime.ll -o - | llc -march=cpp
-cppgen=contents -o - | grep 'AttrListPtr::g...
2015 Jul 14
4
Conservar el nombre de la variable entre varias funciones: ejemplos de resultados
...se(is.null(XDROP), DADES_S <- XDADES, DADES_S <- XDADES[, setdiff(names(XDADES), XDROP) ]) # setdiff Selecciona les variables de XDADES que són diferents de XDROP
attach(DADES_S, warn.conflicts = F)
XVARLLI=names(DADES_S)
for (XVARNOM in names(DADES_S))
{
if(is.numeric(get(XVARNOM)))
{
DES_QUANTI (XVARNOM)
}
else if(is.factor(get(XVARNOM)))
{
DES_QUALI (XVARNOM)
}
else
{
cat("La variable ", XVARNOM, "no és de cap dels tipus coneguts", "\n")
}
}
# Fi de la funció
detach(DADES_S)
}
##-------------...
2005 Sep 19
2
warning: already initialized constant
Hello all.
I''m new to Rails and working on replacing an existing Perl based app.
Everything has been smooth, and I''m beginning to get the hang of things.
I just implemented DB based photo handling, with code directly from the
Pragmatic Rails book.
Here''s a fresh server log of my app, with a logged in user (by cookie
and session) getting a list of his photos. The first 2 requests are
fine (/photos/list), then the 3rd on...
2017 Oct 16
2
[PATCH] virtio: avoid possible OOM lockup at virtballoon_oom_notify()
...rocesses via
GFP_KERNEL allocation requests. Although fill_balloon() was printing
a lot of noises due to __GFP_NORETRY, the system made forward progress
in the form of kernel panic triggered by no more OOM killable processes.
----------
[ 88.270838] virtio_balloon virtio3: Out of puff! Can't get 1 pages
[ 88.503496] virtio_balloon virtio3: Out of puff! Can't get 1 pages
[ 88.730058] virtio_balloon virtio3: Out of puff! Can't get 1 pages
[ 88.937971] Out of memory: Kill process 669 (dhclient) score 54 or sacrifice child
[ 89.007322] virtio_balloon virtio3: Out of puff! Can...
2017 Oct 16
2
[PATCH] virtio: avoid possible OOM lockup at virtballoon_oom_notify()
...rocesses via
GFP_KERNEL allocation requests. Although fill_balloon() was printing
a lot of noises due to __GFP_NORETRY, the system made forward progress
in the form of kernel panic triggered by no more OOM killable processes.
----------
[ 88.270838] virtio_balloon virtio3: Out of puff! Can't get 1 pages
[ 88.503496] virtio_balloon virtio3: Out of puff! Can't get 1 pages
[ 88.730058] virtio_balloon virtio3: Out of puff! Can't get 1 pages
[ 88.937971] Out of memory: Kill process 669 (dhclient) score 54 or sacrifice child
[ 89.007322] virtio_balloon virtio3: Out of puff! Can...
2009 May 01
4
Can't get to an action in a RESTful controller
Folks,
I am using the restful_authentication plugin. This creates the users
controller which is declared as a resource in routes.rb as below
map.resources :users
Now in the UsersController I have created an action to resetpwd that I
am trying to get to from the login page when the user clicks "forgot
password". However, when I do that the log file tells me that the call
to /users/resetpwd gets resolved to the "show" action of the controller
with id="resetpwd" as below
Processing UsersController#show (for 127.0.0...
2006 Jan 18
0
RTP error problem
I get tons of these messages in my logs:
Jan 18 03:59:09 DEBUG[14747]: Didn't get a frame from channel: SIP/204-aada
Jan 18 04:01:34 DEBUG[14747]: Didn't get a frame from channel: SIP/204-6f6f
Jan 18 04:04:26 DEBUG[14747]: Didn't get a frame from channel: SIP/204-d7ed
Jan 18 04:11:05 DEBUG[14...
2012 Dec 11
1
Trying to package Oz for Ubuntu
[ CCing to Hilko who is the Debian maintainer, and the libguestfs
mailing list. ]
On Tue, Dec 11, 2012 at 04:18:20PM -0600, Steve Loranz wrote:
> Chris / Richard,
>
> I'm trying to get a package of Oz together for Ubuntu so that I can
> ultimately get an imagefactory package built for Ubuntu as well. I'm
> stuck on libguestfs at this point and was hoping one of you might be
> able to point me in the right direction.
>
> I'm working on Ubuntu 12.10 and the s...
2009 Aug 21
4
[PATCH] drm/nouveau: rewrite nouveau_dma_wait()
From: Ben Skeggs <bskeggs at redhat.com>
There was at least one situation we could get into in the old code where
we'd end up overrunning the push buffer with the jumps back to the start
of the buffer in an attempt to get more space.
In addition, the new code prevents misdetecting a GPU hang by resetting
the timeout counter if we see the GPU GET pointer advancing, and
simplifies...
2007 Aug 15
0
4 commits - libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h libswfdec/swfdec_as_super.c libswfdec/swfdec_as_with.c libswfdec/swfdec_movie.c libswfdec/swfdec_net_stream.c libswfdec/swfdec_sprite_movie.c test/trace
...|binary
test/trace/addProperty-delete-7.swf.trace | 3 +++
test/trace/addProperty-delete-8.swf |binary
test/trace/addProperty-delete-8.swf.trace | 3 +++
test/trace/addProperty-delete.as | 11 +++++++++++
test/trace/addProperty-get-prototypes-5.swf |binary
test/trace/addProperty-get-prototypes-5.swf.trace | 6 ++++++
test/trace/addProperty-get-prototypes-6.swf |binary
test/trace/addProperty-get-prototypes-6.swf.trace | 9 +++++++++
test/trace/addProperty-get-prototypes-7.swf |binary
test/trace/addPr...
2005 Jan 21
6
how to use do.call("rbind", get(list(mlist)))
I have around 200 data frames I want to rbind in a vectorized way.
The object names are:
m302
m303
...
m500
So I tried:
mlist <- paste("m",302:500,sep="")
dat <- do.call("rbind", get(list(mlist)))
and I get "Error in get(x, envir, mode, inherits) : invalid first argument"
I know "rbind" is valid because
dat <- rbind(m302, m303, m304, m305)
works, I am just too lazy to type it out to m500.
I also tried it without the get() portion, but then dat ends...
2006 Aug 03
2
get() in sapply() in with()
Dear All,
applying some function within a with() function I wanted to use also
sapply() and get() to form a data.frame, but did not succede.
Below is a simplified example.
It is possible to use sapply() within a with() function, it is also
possible to use get() within a with() function, but when I try to use get
within sapply within with I arrive at "Error in get(x, envir, mode,
inherits...
2011 Apr 12
11
[Bug 36163] New: nouveau fails to render framebuffer on [GeForce 7300 GS]
...[drm] nouveau 0000:02:00.0: Saving VGA fonts
Apr 11 22:09:11 HomeC kernel: [drm] Supports vblank timestamp caching Rev 1
(10.10.2010).
Apr 11 22:09:11 HomeC kernel: [drm] No driver support for vblank timestamp
query.
Apr 11 22:09:11 HomeC kernel: [drm] nouveau 0000:02:00.0: PFIFO_DMA_PUSHER - Ch
0 Get 0x00000004 Put 0x000000a0 State 0x80001680 Push 0x00000000
Apr 11 22:09:11 HomeC kernel: [drm] nouveau 0000:02:00.0: Setting dpms mode 3
on vga encoder (output 0)
Apr 11 22:09:11 HomeC kernel: [drm] nouveau 0000:02:00.0: Setting dpms mode 3
on vga encoder (output 1)
Apr 11 22:09:11 HomeC kernel: [d...
2011 Apr 12
1
Poor call quality – line drop, chopping sound, like robotic voice, Both party could not hear caller voice
....c: Set channel DAHDI/2-1 to read
format ulaw
[Apr 11 15:32:48] DEBUG[9231] channel.c: Set channel SIP/2130-000006fb to
write format ulaw
[Apr 11 15:32:48] DEBUG[9231] channel.c: Set channel SIP/2130-000006fb to
read format alaw
[Apr 11 15:32:48] DEBUG[2993] manager.c: Manager received command 'GetVar'
[Apr 11 15:32:48] NOTICE[9231] rtp.c: Unknown RTP codec 126 received from
'192.168.100.130'
[Apr 11 15:32:48] DEBUG[2993] manager.c: Manager received command 'GetVar'
[Apr 11 15:32:48] DEBUG[6914] chan_dahdi.c: Queuing frame from
PRI_EVENT_PROCEEDING on channel 0/2 span 1
[A...
2015 Jun 11
2
[PATCH] (Almost) new tool: virt-get-kernel
Extract the guest kernel/ramdisk extraction from virt-builder into a
separate utility, so it can be used and improved without cluttering
virt-builder.
Currently it does what virt-builder --get-kernel did, adding also the
options for remote disks and libvirt access, much like other libguestfs
tools.
virt-builder --get-kernel now just spawns virt-get-kernel.
---
.gitignore | 5 ++
Makefile.am | 3 +-
builder/Makefile.am | 2 -
build...
2008 Jun 12
1
Which "get" is being used in Controller spec
Hi,
I''m a bit puzzled with "get" in controller specs. When I write,
it "should render index template" do
get :index
response.should render_template(:index)
end
Which "get" method is being used? I checked RDoc of RSpec and RSpec on
Rails, but didn''t find "get".
In Rails RDoc, I fo...