search for: _after_

Displaying 20 results from an estimated 264 matches for "_after_".

2006 Jul 10
8
Setup new data in the test database _after_ unit test runs
All, I want to run automated unit tests as part of my build. I am building to my test environment. Upon successful completion of all of my unit tests, I would then like to load some data (using a fixture, I imagine) into my test database that will act as fresh "system test" data for my users to play with. What is the best way to "load the standard system test/user acceptance
2004 May 01
4
New TDM04B 4-port FXO card problems
...the LEDs on an analog phone "does" indicate approximately .5 second of no-battery (disconnect). After the disconnect, * does not release the pstn line which then causes dial tone from the Central Office to be recorded in the VM, etc. The CLI does not indicate a hangup until _after_ the sip phone hangs up. MAJOR Problem, and reported to support. Additional testing is being conducted. Anyone seeing these same problems? Rich
2011 Sep 05
3
rsync crash behind a firewall [cygwin]
...duceable in Cygwin both on on XP and Win7; uname -a: CYGWIN_NT-6.1-WOW64 MYWIN7 1.7.9(0.237/5/3) 2011-03-29 10:10 i686 Cygwin CYGWIN_NT-5.1 MYXP 1.7.9(0.237/5/3) 2011-03-29 10:10 i686 Cygwin I'm behind a corporate firewall which doesn't permit outgoing connections, but why does rsync crash _after_ issueing the error message? Or is it a Cygwin issue? Have a nice day, Berny
2014 Aug 10
3
ipset module loaded at startup on CentOS 6.5
Anybody on here successfully get ipset iptables sets to work _after_ a reboot? My question on StackExchange http://unix.stackexchange.com/questions/149536/upon-bootup-all-iptables-are-lost-because-the-kernel-module-ip-set-is-not-loade Some of the things that need to be in place, otherwise iptables does not load: 1.) The kernel module ip_set needs to be loaded. 2.)...
2005 Sep 09
2
adding text to the corner of a lattice plot
Dear R community, I am using R 2.1.1 on Windows XP, package lattice Version 0.12-5, and want to add text (sort of a dat-stamp actually) to the lower left corner of a lattice plot, prefarably _after_ the plot has been created. Here is a simple example what I do in base graphics: # base graphics: > plot(rnorm(100), rnorm(100)) > mtext(as.character(Sys.Date()), side = 1,line = -2, outer = T, adj = 0, font = 1, cex = 0.7) How can I get the same using lattice? # lattice: > require(latti...
2006 Jul 09
4
concurrent ajax requests
...5 results - ... - done No, I''ve implemented this proposed solution: http://rails.techno-weenie.net/question/2006/6/12/status_messages_during_a_long_running_action but this does not work the way it''s assumed to work. What happens is that the status information is displayed only _after_ the search request has concluded the entire process. As far as I understand, there''s a limitation with concurrent requests on behalf of the browsers. However, I am wondering, whether anybody, by any chance, might have run into a solution for this or maybe, has a work around. Greetings...
2013 Mar 23
2
[LLVMdev] About commit TILE-Gx backend to community repository and default disabled
On Sat, Mar 23, 2013 at 04:59:49PM +0100, Tobias Grosser wrote: > With Chris's reply you also got the general OK to upstream the > patch, _AFTER_ the actual patches have been reviewed. One thing I was asking on IRC for is whether it makes sense for new backends to be committable in incremental steps. Especially for a complete backend like this, e.g. the asm parser would make a reasonable and useful part to get in and limit the amount of cod...
2019 Nov 03
2
InlineSpiller - hoists leave virtual registers without live intervals
...zation() { HSpiller.hoistAllSpills(); } Seems a problematic function to me, as hoistAllSpills() uses TII.storeRegToStackSlot() to insert new spills. The problem is, TII.storeRegToStackSlot is allowed to create new virtual registers, which can not be allocated a range as this whole thing is called _after_ all reg selection is complete. If I'm right in this, I do not see how the in-tree target AMDGPU::SI has not been affected, as it creates virtual registers in both load and store stack operations in SIInstrInfo.cpp - which is where I confirmed to myself that it was okay to do so. When compilati...
2006 Aug 06
5
Return only results that user is allowed to see?
Is it possible with acts_as_ferret to somehow restrict the results that are returned? For instance, I don''t want to return results that are logically deleted with acts_as_paranoid (deleted_at IS NOT NULL and deleted_at < now()). Also, if a user is not an Admin, they should not be able to return results that have a certain value in a certain column, like forum_id != 13 (if 13 is
2008 Feb 01
1
genericups CP custom config not working
It look to me that overwriting UPSTYPE CP signal or polarity in ups.conf have no effect. Looking at drivers/main.c source show that &upstab[upstype].line_norm is set to custom CP in initinfo() only _AFTER_ the serial signals are actually set by upsdrv_initups().
2016 Jan 13
1
FLAC__stream_decoder_seek_absolute calling write callback
...olute triggering the write callback, my question would be whether this behaviour is guaranteed or not? Is seek_absolute guaranteed to implicitly process the frame containing the requested sample? (in other worfs: a process_single call after a successful seek_absolute call always processes the frame _after_ the one contaning the requested sample) Best regards, Tamas Zahola <tzahola at gmail.com> [1] https://xiph.org/flac/api/group__flac__stream__decoder.html#ga6a2eb6072b9fafefc3f80f1959805ccb
2015 Aug 24
1
Build optimized R : openblas, MKL, ATLAS
...o install RRO or can I just build R from GNU > | >> against these libraries? > | > > | > We regularly build the standard R against MKL, simply using > | > | Do you use proprietary Intel MKL or open source package like OpenBLAS ? > > You may be able to switch at will _after_ R has been built and installed. something like: # update-alternatives --config .... ? Reference to this blog[0] > [0]http://blog.nguyenvq.com/blog/2014/11/10/optimized-r-and-python-standard-blas-vs-atlas-vs-openblas-vs-mkl/ -- google.com/+arnaudgabourygabx
2006 Mar 06
1
Revision 3637 killed support for models in modules?
...My app uses modules both for controllers and models (in order to make the app installable with any other Rails app without conflicts). In revision 3636, everything worked just fine, but in 3637 something very odd happened. On the _first_ request to the server, the page loads fine, but any request _after_ that dies on Uninitialized Constant errors, referring to my models in modules. This error persists up until and including the latest revision (3801 at the time of this writing). Did some behaviour change drastically at revision 3637? Am I supposed to change anything about my models to have them wo...
2006 Feb 20
1
Object finalization help
...ple In Plugin: def acts_as_goat class_eval do ObjectSpace.define_finalizer(self, lambda {self.conn.close} ) end end class UberGoat < ActiveRecord::Base acts_as_goat end Is this the correct way to set a finalizer or am I going about it the wrong way. I need to close a socket connection _after_ the model goes out of scope where GC usually happens. Do models get GC''d after a page is done loading? Thanks for any help. -- -- Adam Ballai <adam.ballai@integrumtech.com> Integrum Technologies, LLC Phone: +1 602 792 1270 x 104 Mobile: +1 602 373 3072 _______________________...
2011 Oct 20
1
Expand replicated bricks to more nodes/change replica count
...using "replica 2" configurations. I would like to add two more nodes to the trusted pool so that all volumes are replicated on 4 nodes. I wonder if that can be done online, but after doing some research on this I didn't find evidence that it's possible to change the replica count _after_ the volume has been created. Would I have to stop the volumes, set up a new volume with a replica of 4, and then start the volume again? Or is there a way to do it online? Thanks Daniel
2008 Feb 01
1
genericups CP custom config not working
It look to me that overwriting UPSTYPE CP signal or polarity in ups.conf have no effect. Looking at drivers/main.c source show that &upstab[upstype].line_norm is set to custom CP in initinfo() only _AFTER_ the serial signals are actually set by upsdrv_initups().
2001 Jun 28
1
cvs010626 flickering borders before main window drawn
This problem is new since _after_ wine010510.tar.gz and keeps showing up in cvs010626. Again the same VB3 application. The splash screen appears and the main window (which consists only of a bunch of buttons) is started to be prepared. In a flickering way many frames or borders appear (empty) and when finally the splash screen disa...
2006 Jun 12
1
filter/exclude confusion ???
...e CLI on [A]. I am confused with man rsyncd.conf, where the manpage states: "it only applies on the daemon" I have tried specifying this several ways, in the CLI on [A]: -f - /bragi/ \ -f - /brono/ \ -f - /jord/ \ -f - /loki/ \ -f - /odin/ \ _both_ before and _after_ specifying source and destination. I know that the rest of the syntax I am using is correct, because _without_ those filters, it brings everything across ;< What am I missing? -- Best Regards, helices - Dare to fix things before they break . . . - Our capacity for understanding is inversel...
2012 Apr 25
1
Feature request: virtual servers
...umber and/or IP address. Another example: when connecting to a service-IP-address I want to use some "common" host keys, not the per-server generated ones; but, as the files might only get accessible when the service IP is on this machine, too, that would mean loading the server keys _after_ accepting the connection ... so that might be a bit more work, but would be much appreciated! Regards, Phil
2005 May 29
1
Routing for multiple uplinks and SNAT to 2 source IPs
Hi, I configured a router box to use 2 providers, as described in the HOWTO. (Apendix 1) I want to use both links to reach a single smtp server. As I read in the kptd and in some old messages of this list, doing a SNAT in the postrouting chain comes _after_ the routing desision. So I guess the following lines I''m trying to use are wrong. (See Apendix 1) What can I do to have multiple connection to the same IP to use both links? Do the following lines have some effect after I do SNAT in the mangle table of the POSTROUTING chain? # use the r...