search for: rerun

Displaying 20 results from an estimated 1664 matches for "rerun".

2009 Dec 17
2
Sweave Makefile issue
...any help you can provide. _________________________________________________ MASTER = total_article.pdf # the master document depends on all of the tex files Rfile = prepareScript.R RNWFILES = $(wildcard *.Rnw) TEXFILES = $(wildcard *.tex) DEPENDS = $(patsubst %.Rnw,%.tex,$(RNWFILES)) $(TEXFILES) RERUN = "(There were undefined references|Rerun to get (citations|cross-references|the bars) (correct|right)|Table widths have changed. Rerun LaTeX.|Linenumber reference failed)" RERUNBIB = "No file.*\.bbl|Citation.*undefined" all : $(MASTER) $(MASTER) : $(DEPENDS) %.tex : %.Rnw...
2014 Nov 08
0
Bug#767295: Bug#767295: Bug#767295: xl: apparent memory leak
...described earlier should work. I guess it didn't find much.. # valgrind --leak-check=full xl cr -F /etc/xen/auto/asterisk_deb80.cfg ==6736== Memcheck, a memory error detector ==6736== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al. ==6736== Using Valgrind-3.10.0 and LibVEX; rerun with -h for copyright info ==6736== Command: /usr/sbin/xl cr -F /etc/xen/auto/asterisk_deb80.cfg ==6736== ==6740== ==6740== HEAP SUMMARY: ==6740== in use at exit: 11,663 bytes in 40 blocks ==6740== total heap usage: 74 allocs, 34 frees, 44,570 bytes allocated ==6740== ==6740== LEAK SUMMARY: =...
2014 Nov 08
2
Bug#767295: Bug#767295: Bug#767295: xl: apparent memory leak
On Fri, 2014-11-07 at 21:32 -0500, Gedalya wrote: > On 11/06/2014 09:12 AM, Ian Campbell wrote: > > I've posted a fix for this upstream: > > http://lists.xen.org/archives/html/xen-devel/2014-11/msg00542.html > > > > I've requested that it go into the next 4.4.x release. I also plan to > > backport it to the package regardless once it is accepted into the
2005 Jan 28
1
when to rerun syslinux
Hi, I looked through the documentation (and searching the archives was a bit hard), but I'm still not sure. Under what circumstances do I need to rerun the installer, e.g. syslinux /dev/sda1 for installation of syslinux on a USB drive. If I copy and/or move ldlinux.sys ? I would guess, yes. If I copy and/or move syslinux.cfg ? Not sure. If I edit syslinux.cfg ? Probably not. (even if I extend it so much that it covers several entries in th...
2019 May 24
2
Prevent ninja from rerunning cmake in a new build directory
Just posted this fix on ninja's github page, but figured I'd share it with a larger audience. Every time I run cmake && ninja in a new build directory, ninja will rerun cmake because the entry for build.ninja in .ninja_log is older than the timestamp on CMakeCache.txt, even if the timestamps on the actual file isn't older. The following patch fixes the problem, i.e., there's no need to add build.ninja to the ninja_log: diff --git a/src/ninja.cc b/src/nin...
2015 Sep 03
2
Rerunning TailCallElim at a later stage
...The "StackColoring" is being done in the "llc" phase. opt -> llc, so TailCallElim is always ahead. Now I would like to add something (my reusealloca idea) in "StackColoring" to get rid of some allocas, which inhibit "TailCallElim". * Is it possible to rerun (if even possible at that stage) the "TailCallElim" at this stage ? * Is it possible to make "StackColoring" into an "opt" pass and try to get it ahead of "TailCallElim" ? I guess not, though I can see how "RegisterColoring" is dependent on arch...
2004 Apr 12
2
Random Forest:how to do an automatic rerun using only the important variables
Hi, I am using the Random Forest Package, and want to do an automatic rerun using only those variables that were most important in the original run. Is there anybody who has experience with this and can give me helpful suggestions? Best regards, Hui Han Department of Computer Science and Engineering, The Pennsylvania State University University Park, PA,16802 email: hh...
2002 Nov 19
0
"Printer settings couldn't be saved. Access is denied" problem on Samba 2.2.6
...= /usr/bin/lp -d%p %s preexec = csh -c 'echo \"Your job destined for printer %S has been received by %L \" | /usr/local/samba/bin/smbclient -M %m -I %I' & public = no writable = no create mode = 0700 etc??. Following are the files under /etc/samba/: [root@rerun samba]# ls -al total 80 drwxr-xr-x 3 root root 4096 Nov 19 14:22 . drwxr-xr-x 72 root root 8192 Nov 19 14:39 .. -rw-r--r-- 1 root root 20 Oct 16 13:02 lmhosts drwxr-xr-x 3 atdadmin root 4096 Nov 15 14:24 pdrivers -rw-r--r-- 1 root root...
2002 Nov 20
0
"Printer settings could not be saved. Access is denied" problem
...= /usr/bin/lp -d%p %s preexec = csh -c 'echo \"Your job destined for printer %S has been received by %L \" | /usr/local/samba/bin/smbclient -M %m -I %I' & public = no writable = no create mode = 0700 etc??. Following are the files under /etc/samba/: [root@rerun samba]# ls -al total 80 drwxr-xr-x 3 root root 4096 Nov 19 14:22 . drwxr-xr-x 72 root root 8192 Nov 19 14:39 .. -rw-r--r-- 1 root root 20 Oct 16 13:02 lmhosts drwxr-xr-x 3 atdadmin root 4096 Nov 15 14:24 pdrivers -rw-r--r-- 1 root root...
2008 Aug 15
3
[LLVMdev] Problems understanding alias analysis validation logic
I have a problem where I add an Andersens AA pass to the pass manager, but it appears to get invalidated by another pass, and never rerun. My understanding from reading the documentation is that when a pass gets invalidated, it should be rerun before any other passes that requires it. Here is a simple example of the problem I am seeing: PassManager passManager; passManager.add(new TargetData(getTargetData())); passManager.add(...
2008 Aug 03
0
Drip Rerun
Hi, Ok, I'll start by being frank: I don't have any time to devote to searching for a solution to this issue, so I'm hoping someone else can provide it for me :-) Drip Rerun ( http://www.yoyogames.com/games/launch/4761 ) is a port of a game I once played on my C64. It downloads as a Setup file which runs fine. However, the installed game crashes on launch. I see a progress bar for the game, but then the following message appears: Code: Unexpected error occured whe...
2001 Nov 21
0
WARNING: you need to rerun autoconf
WARNING: you need to rerun autoconf This is a thing that shows up every time i try to 'make' samba from cvs. ./configure passes successfully, and so does 'make' but this message still shows up in the first line. Anyone know whats up with that? autoconf --version shows Autoconf version 2.13 MattB
2007 Jun 23
6
Autotest bug with rerunning passing tests?
Am I correct in remembering that autotest (with Test::Unit) would rerun all the tests if a subset of the tests passed? If so, shouldn''t this behaviour also be present in rspec''s autotest library? Scott
2017 Nov 28
2
Should Samba-tool RODC preload be run periodically?
Hello list, I run “samba-tool rodc preload” for multiple users. If one of this users change his password, should I repeat the preload call? (I suppose yes, I need to rerun) If I need to rerun samba-tool, can user login with his old password till its expire? (I suppose yes?) Thank you. ---------------------------------------------------------------------------------------------------------- Andrej Gessel (andrej.gessel at janztec.com<mailto:andrej.gessel at janzte...
2006 Dec 21
7
rspec_autotest no longer re-runs tests with rspec 0.7.5
Has anyone else encountered this problem? What I mean is, rspec_autotest runs all specs, then waits. When you change a spec, it reruns that spec. However, if that spec now passes, it should run the whole suite again, so you can see the next one to work on. It no longer does this. This renders it somewhat useless. Does anyone have autotest working with rspec 0.7.5, or does anyone have any idea of what may be causing this is...
2008 May 18
4
cannot install wine
extracted wine-0.9.60 and ran ./tools/wineinstall , it configured and compiled. then after putting in root password I getcould not find wine on your system.run wineinstall as root to install before rerunning wineinstall as a user. So I enter root and root password and then i retry ./tools/wineinstall and get WINE Installer v0.75 You are running wineinstall as root, this is not advisable. Please rerun as a user. Aborting. wine is in directory /home/trevor/.wine/wine-0.9.60. How can I finish this...
2017 Mar 01
2
Noisy benchmark results?
On 28 Feb 2017, at 22:50, Michael Zolotukhin <mzolotukhin at apple.com<mailto:mzolotukhin at apple.com>> wrote: I also usually rerun suspiciously improved or regressed tests to verify the performance change. Most of the time, if it was just a noise, the test doesn’t appear on another run. I wish LNT (or any other script) could do that for me :) Michael Doesn't the lnt runtest nt --rerun command line option allow you to do...
2013 Jan 08
3
[LLVMdev] Failure building llvm/clang from source using binary clang package on Mageia 2
...ar > error from ./configure that the selected compiler is broken. After applying your patch on Mageia 2 and invoking llvm's configure: Using clang 3.0 I get: "checking whether clang works... no configure: error: Selected compiler could not find or parse C++ standard library headers. Rerun with CC=c-compiler CXX=c++-compiler ./configure ..." Using gcc, there is no error. After applying your patch on Fedora 17 and invoking llvm's configure: Using clang 3.0 I get: "checking whether clang works... no configure: error: Selected compiler could not find or parse C++ stand...
2014 Jan 03
2
[LLVMdev] How to update LiveInterval information of newly inserted machine basic block
On Jan 3, 2014, at 1:52 PM, Andrew Trick <atrick at apple.com> wrote: > He really just wants to rerun LiveIntervals analysis, but LiveVariables is no longer available. Would it work just to clear all the intervals rerun LiveIntervals::computeVirtRegs after all the CFG transforms are complete? Yes, I should think so. /jakob -------------- next part -------------- An HTML attachment was scrubbed.....
2017 Feb 10
3
Pressing either Ctrl-\ of Ctrl-4 core dumps R
...that message is generated by R itself. Over on Twitter, it has been confirmed to also happen on macOS. $ R -d valgrind --vanilla --quiet ==979== Memcheck, a memory error detector ==979== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==979== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==979== Command: /usr/lib/R/bin/exec/R --vanilla --quiet ==979== > 1+2 [1] 3 # At next prompt I press Ctrl-\. The same happens also when done in the middle of an entry. > ==979== ==979== Process terminating with default action of signal 3 (SIGQUIT) ==979== at 0...