search for: currently

Displaying 20 results from an estimated 119233 matches for "currently".

2014 Mar 06
2
[PATCH] nouveau: fix fence waiting logic in screen destroy
nouveau_fence_wait has the expectation that an external entity is holding onto the fence being waited on, not that it is merely held onto by the current pointer. Fixes a use-after-free in nouveau_fence_wait when used on the screen's current fence. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=75279 Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> --- Should the waiting be
2007 Mar 19
2
Erreur Automation
Hi, I'm trying to install a VB program of genealogy : Visuged; (http://www.visuged.org/accueil.php3 )with the last version of Wine. The installation seems to work fine and I can launch the app. (the appareance is better with the last version). When I want to import a gedcom file and after save it as a mdb base, I get the following message in a box : "<Erreur n?-2147221166>
2005 Mar 04
1
R-2.01 and RSPerl-0.6.2
Hi, I am somewhat new to R and RSPerl, but I think this particular problem has to do with RSPerl and so I am not sure if this is the right forum to ask for help. Nevertheless I am quite sure that many of you would have used RSPerl with R. My hardware platform is a Sun/Solaris V440 server running Solaris 9 operating system I use the gcc-3.4.0 compiler to compile R without any problems. My
2001 Dec 22
0
Re: R-1.4.0 for MacOS X
Hy Jan, I'll put a copy on cran today. Thanks. stefano > > Get it from ftp://gifi.stat.ucla.edu in pub. > > This contains the base files plus the recommended packages (except > rpart, > which does not compile yet). > > It is compiled under MacOS X 10.1.2 with the December 2001 version > of > the Developer Tools, and with g77 from fink.sourceforge net.
2018 Feb 04
0
[PATCH 3/3] OpenUPS: fix current calculations
Monitoring the input and output currents reported through upsc for an OpenUPS device suggests that it is an energy creation device - the power out is greater than the power into the system once the battery is fully charged. Analysis and measurement reveals several issues: 1. "UPS.PowerStatus.Output.Current" is scaled for NUTs "output.current" value, which should be the
2014 Mar 07
0
[PATCH] nouveau: fix fence waiting logic in screen destroy
On 06/03/14 04:01, Ilia Mirkin wrote: > nouveau_fence_wait has the expectation that an external entity is > holding onto the fence being waited on, not that it is merely held onto > by the current pointer. Fixes a use-after-free in nouveau_fence_wait > when used on the screen's current fence. > IMHO one should flatten all the fence handling a bit to greatly improve readability
2006 Nov 04
3
Three processes for each mongrel server?
Hi everyone. Zed, thanks for Mongrel. I''ve been running mongrel on my WiFi cafe site (http://wifi.earthcode.com), and it''s been great. It handled a front-page digg a few weeks ago without blinking. However, I''m setting up a staging environment right now, and I''m getting what looks like three mongrel processes *all listening on the same port* for each mongrel
2005 Oct 09
0
all.equal() improvements (PR#8191)
--k1lZvvs/B4yU6o8G Content-Type: text/plain; charset=us-ascii Content-Disposition: inline The attached patch against R 2.2.0 makes the following improvements to the all.equal() function: 1. Check names! Stock R all.equal() (unlike S-Plus) ignores names completely on some objects. I consider this wrong - if the names are different, the object is NOT "the same". 2. When a
2007 Jul 05
1
problem assigning to indexed data frame element
Hi All, Sorry if I ask an obvious thing, I am still new to R ... I created a data frame of given dimensions to which I gave strings as column names. I want to write to elements of the data frame by indexing them with the row number and column name (string). The problem is that I can read elements from the data frame in this way, but I cannot assign to elements in this way. Instead, I get the
2012 Oct 23
0
[LLVMdev] dyld: lazy symbol binding failed: fast lazy bind offset out of range
Hi Jack, > It is interesting though that LLVMPolly.so shows the linkage... > > /sw/opt/llvm-3.2/lib/LLVMPolly.so: > /sw/lib/libisl.10.dylib (compatibility version 11.0.0, current version 11.0.0) > /sw/lib/gmp5/libgmp.10.dylib (compatibility version 11.0.0, current version 11.5.0) > /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 169.3.0) >
2001 Jan 02
0
ogg123: close_dsp_on_suspend and next_on_SIGUSR1 patches submission
Hi, A developper of MandrakeSoft needed for some reason to ameliorate ogg123 in a way: with the patch when you issue a Ctrl+Z (suspending the app) the dsp is freed. Ofcourse the app can still continue when SIGCONT is received. Apparently he chose to separate the actual code into more functions. Please note that this code uses local functions, it thus needs gcc to compile. -=-=-- ---
2003 Apr 30
2
'dual' hosting STABLE and CURRENT ?
Currently I have a 'master' STABLE box which nfs exports src and obj to all my STABLE 'clients' and a 'master' CURRENT box nfs exporting src and obj to my CURRENT 'clients'. Would it be possible to eliminate one of the 'master' boxes ? IE, could a STABLE box build and...
2007 Aug 27
2
issue with edge rails and urls
I just switched our project over to Edge Rails, and I''m running into this problem with all of my helper methods that call _url methods: NoMethodError in ''ApplicationHelper home_link should generate a valid home link when User.current and Profile.current is not set'' You have a nil object when you didn''t expect it! You might have expected an instance of
2012 Oct 23
2
[LLVMdev] dyld: lazy symbol binding failed: fast lazy bind offset out of range
On Tue, Oct 23, 2012 at 09:41:46AM +0200, Duncan Sands wrote: > Hi, > >> I looks like the code is calling dlopen() on LLVMPolly.so and it or something it links against has an initializer. The initialer is run before dlopen() returns and the crash is in the initializer. The message: >> >> dyld: fast lazy bind offset out of range (53437, max=7640) in image
2001 Jul 15
1
getting a wierd results from ov_time_tell()
>From the documentation that I read, ov_time_tell is supposed to tell you the how many seconds the decoder is into in the stream. However, I'm getting some weird results from it. On my stream (which is seekable - I verified it), ov_time_total returns the correct total seconds. However, when I start playing, ov_time_tell first gives me a wrong floating point number (like 4.969.). when I
2006 Apr 10
1
Capistrano/SwitchTower "current" dir deployment question
All, I have successfully executed the "deploy" task in Capistrano/Switchtower to establish a symbolic link named "current" which points to the current version of my app. on my remote server. My app. was already deployed to the existing Rails root directory (call it "appname") though. I have Apache fronting my app. through a virtual host whose doc. root is itself
2015 Apr 06
2
Asterisk 13.3.0 Centos Package Install Error
I'm trying to install 13.3.0 from binary packages and get an error. It worked for 13.2.0 but not for 13.3.0. Centos 6.6 64bit fresh install Followed instructions on the wiki: > rpm -Uvh http://packages.asterisk.org/centos/6/current/i386/RPMS/asterisknow-version-3.0.1-2_centos6.noarch.rpm > yum update > yum install asterisk asterisk-configs --enablerepo=asterisk-13 Yum output: [goes
2009 Nov 17
2
Just what is puppet doing here?
What is puppet doing here? Nov 17 00:02:01 gumby yum: Installed: tf-starterkit-tfel0-1.0-1.tf.noarch Nov 17 00:02:01 gumby puppetd[720]: (//Node[gumby.fr.xxx.com]/Starterkit::Setup[tfel0]/Package[tf-starterkit-tfel0]/ensure) created Nov 17 00:02:07 gumby yum: Installed: tf-jboss-server-4.2.3.GA-1.tf.noarch Nov 17 00:02:07 gumby puppetd[720]:
2007 Nov 01
4
Looking for NV44 testers?
...ddc2" removed. (II) NOUVEAU(0): ... none found (II) NOUVEAU(0): Probing for EDID on I2C bus B... (II) NOUVEAU(0): I2C device "DDC:ddc2" registered at address 0xA0. (II) NOUVEAU(0): I2C device "DDC:ddc2" removed. (II) NOUVEAU(0): ... none found (--) NOUVEAU(0): CRTC 0 is currently programmed for DFP (II) NOUVEAU(0): Using DFP on CRTC 0 (--) NOUVEAU(0): Panel size is 1400 x 1050 (II) NOUVEAU(0): Panel is TMDS (--) NOUVEAU(0): VideoRAM: 131072 kBytes (==) NOUVEAU(0): Using gamma correction (1.0, 1.0, 1.0) (II) NOUVEAU(0): Monitor0: Using hsync range of 30.00-92.00 kHz (II) NOU...
2005 Jan 22
3
DNAT, NAT or ProxyARP?
...ed a diagram below to help explain the target network I am working toward. I have read the shorewall online documentation and though I have used Shorewall the past 4 years in the current configuration (see current network diagram) I cannot see what would be the best solution: DNAT, NAT or ProxyARP. Currently, I access my server (and Shorewall) using webmin. I am 9,000 miles from the public server so I must use some type of remote Linux admin tool (hence webmin). I would like to configure the new machine similarly to the current server (services, protocols, daemons, applications, etc.). If I am successf...