search for: regen

Displaying 20 results from an estimated 60 matches for "regen".

Did you mean: regex
2011 Jan 03
2
[LLVMdev] Question of executing AutoRegen.sh to regen configure file
...gt; 1394c1394 >> <   --enable-optimized      Compile with optimizations enabled (default is YES) >> --- >> >   --enable-optimized      Compile with optimizations enabled (default is NO) >> >> I am wondering to know whether I miss some parameter with executing AutoRegen.sh?? > > Probably not. The configure file for the release branch was probably edited instead of configure.ac and so a regen will overwrite the last edit to that file. This isn't going to be fixed on the release branch so if you do regen configure it will probably have some differences (we...
2011 Jan 03
0
[LLVMdev] Question of executing AutoRegen.sh to regen configure file
On Dec 26, 2010, at 8:38 AM, Lu Mitnick wrote: > Hello all, > > I download the src of llvm 2.8 and run ./autoconf/AutoRegen.sh > > However there is a little difference between origin configure file and the generated one > > $diff configure configure.bak > > 1394c1394 > < --enable-optimized Compile with optimizations enabled (default is YES) > --- > > --enable-optimized C...
2010 Dec 26
2
[LLVMdev] Question of executing AutoRegen.sh to regen configure file
Hello all, I download the src of llvm 2.8 and run ./autoconf/AutoRegen.sh However there is a little difference between origin configure file and the generated one $diff configure configure.bak 1394c1394 < --enable-optimized Compile with optimizations enabled (default is YES) --- > --enable-optimized Compile with optimizations enabled (default is...
2000 Apr 25
1
key regen prob
...[...] > 18 hours now with no problems. Ah... we'll look into that :) > > Well... first all strange segfaults have stopped (checks for NULL pointers > > everywhere now), and tinc works for networks with more than 3 hosts > > correctly. I don't think it will fix the key regeneration bug though. Hmz "all" is a little optimistic here... > Are you working on cabal or echelon? Both, but everything in this email has to do with cabal. > > Bugs left: > > - don't send structs directly (you never know when gcc will rearrange > > them). B...
2012 Apr 18
2
problem extracting data from a set of list vectors
...know how to extract a test set to upload here. My apologies, but I think that my issue is straightforward enough (for some of you, not for me!) that you can help in the absence of a test set. Here is the scenario: # Data sets are lists: > ls() [1] "res.Callus.Explant" "res.Callus.Regen" "res.Explant.Regen" > is.list(res.Callus.Explant) [1] TRUE # The elements of each list look like this: > names(res.Callus.Explant) [1] "name" "group1" "group2" "alternative" "rows" "c...
2012 Jul 29
4
Simple x,y Plot
...and y. Plotting this, i obtain a picture that looks like a bar plot (something like a grid). Is that because x and y is in factor-formatted? A conversion with "asnumeric" doesnt work. I get a vector with "NA". Here is my code: daten<-read.table("C:/Users/Robert/Desktop/regen.txt", header=FALSE, colClasses=c("real","real")) x<-daten[,1] y<-daten[,2] plot(x,y) Greetings -- View this message in context: http://r.789695.n4.nabble.com/Simple-x-y-Plot-tp4638262.html Sent from the R help mailing list archive at Nabble.com.
2015 May 27
1
FREAK/Logjam, and SSL protocols to use
...t;>> https://weakdh.org/sysadmin.html >>>> >>>> includes altering DH parameters length to 2048, and re-specifying the >>>> allowable cipher suites - they give their suggestion. >>> >>> It looks like there is an error on this page regarding regeneration. In >>> current dovecots ssl_parameters_regenerate defaults to zero, and this >>> means regeneration is disabled. The old default was 168 hours (1 week). >>> The language on http://wiki2.dovecot.org/SSL/DovecotConfiguration is >>> confusing and could be un...
2015 May 27
2
FREAK/Logjam, and SSL protocols to use
...On 05/26/2015 10:37 AM, Ron Leach wrote: >> https://weakdh.org/sysadmin.html >> >> includes altering DH parameters length to 2048, and re-specifying the >> allowable cipher suites - they give their suggestion. > > It looks like there is an error on this page regarding regeneration. In > current dovecots ssl_parameters_regenerate defaults to zero, and this > means regeneration is disabled. The old default was 168 hours (1 week). > The language on http://wiki2.dovecot.org/SSL/DovecotConfiguration is > confusing and could be understood to mean that the curren...
2004 Dec 29
3
inclusion of figlet source
Why is figlet source included in xen? Wouldn''t it make more sense to alter xen/Makefile, to have compile.h built from a .in, and the figlet view of the version info, and have the upstream developers regen the figlet part when the version changes? I''m willing to modify the build system to do this. I''m also fixing several other poor implementation of things. ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest &...
2012 Apr 02
2
[LLVMdev] Build Error
...core/trunk/bindings/ocaml/transforms/ipo' gmake[3]: *** [ocamldoc] Error 2 gmake[3]: Leaving directory `/home/ryan/llvm/llvm_core/trunk/bindings/ocaml/transforms' gmake[2]: *** [ocamldoc] Error 2 gmake[2]: Leaving directory `/home/ryan/llvm/llvm_core/trunk/bindings/ocaml' gmake[1]: *** [regen-ocamldoc] Error 2 gmake[1]: Leaving directory `/home/ryan/llvm/llvm_core/trunk/docs' gmake: *** [install] Error 1 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120402/a82393cd/attachment.html>
2002 Jun 17
4
(Demo CD available) Has anyone tested AutoCad 2000 with any recent wine ?
...nts and it will be closer to wider usage. > >3) Open SYSTEM.REG file in ~/.wine and remove ALL lines with >LOADCTRLS=3D....... and save it. >Don't ask why, I dunno but this prevents loading of an ARX >app that hangs Autocad. > >The FONTS issue is a one time problem, and the regen might not be to hard t= >o solve. (dirty hack, somehoe regen at each mouserelease). > > >--- Sylvain Petreolle <spetreolle@yahoo.fr> wrote: >>see >>http://appdb.codeweavers.com/appview.php?appId=3D86&versionId=3D102 >> >>> Once upon a time I got Auto...
2006 Mar 24
3
Triggering on close of a written file.
I have just started my first ''serious'' dtrace script and can use some advice. I want to have a probe triggered when close() occurs after a succesfull write of /etc/hosts ( I want to regenerate the nameserver zone files from /etc/hosts after it has changed) At the moment I have the following code: syscall::open*:entry, syscall::creat*:entry { self->file=arg0; } syscall::open*:return, syscall::creat*:return /basename(copyinstr(self->file)) == "hosts"/ {...
2012 Apr 19
0
Thanks-solved:RE: problem extracting data from a set of list vectors
...e help, Don. Lots of good suggestions there. >>Unfortunately, I'm still not able to access the data object. Still >>looking for a solution. Here's the error I'm getting when I try your >>suggestion: >> >> [1] "res.Callus.Explant" "res.Callus.Regen" "res.Explant.Regen" >>> all.comps <- ls(pattern="^res") >>> for(i in all.comps){ >> + obj = all.comps[[i]]; >> + gene.ids = rownames(obj$counts); >> + x = data.frame(gene.ids = gene.ids, obj$e1, obj$e2, obj$log.fc, >> + obj$p...
2011 Apr 01
1
[LLVMdev] Fatal error
...ing llvm_bitwriter.odoc llvm[3]: Documenting llvm_analysis.odoc llvm[3]: Documenting llvm_target.odoc llvm[3]: Documenting llvm_executionengine.odoc llvm[4]: Documenting llvm_scalar_opts.odoc Fatal error: exception Failure("There are two interfaces of module Llvm_analysis.") make[1]: *** [regen-ocamldoc] Error 2 make: *** [install] Error 1 This error does not happen when I install in Release mode or Debug mode. It only happens when building llvm with Debug+Asserts enabled. Thanks. George -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llv...
2020 May 09
2
CentOS 8 and xvidtune and Nouveau
I have an old laptop W530 I put CentOS 8 on. I was trying to install xvidtune - seems to not be available ? Thought that was part of X. Also trying to get Nouveau to be a higher resolution than 1024x768. I found the wiki, but adding video= to the kernel command line and regen grub did not do anything. Other documentation there seemed OLD. Anyone know how to correctly get Nouveau in 1920x1080? Thanks, Jerry
2022 Apr 11
1
server gave bad signature for RSA key 0 - ?
...en something like this from 'ssh' and care to comment? -> $ ssh 10.0.1.6 (root at 10.0.1.6) Password: client_global_hostkeys_private_confirm: server gave bad signature for RSA key 0: error in libcrypto I have virtually identical c8 Stream boxes and only one gives out this message. I regen keys but that changed nothing. many thanks, L.
2020 Mar 06
4
Support for Intel Graphics 605 UHD
This is my /proc/cmdline BOOT_IMAGE=(hd0,gpt2)/boot/vmlinuz-4.18.0-147.5.1.el8_1.x86_64 root=UUID=c1bef884-0180-4955-a669-c99a8c64f75a ro crashkernel=auto resume=UUID=0fe1a972-9912-4803-b5ec-265a13a888c1 biosdevname=0 net.ifnames=0 rhgb quiet rd.driver. blacklist=nouveau nomodeset nouveau.modeset=0 acpi_backlight=vendor "acpi_osi=!Windows 2013" "acpi_osi=!Windows 2012" Jerry
2002 Jun 12
2
Has anyone tested AutoCad 2000 with any recent wine ?
Has anyone tested AutoCad 2000 with any recent wine ? Once upon a time I got Autocad R13 to work, only toolbars and screenrefresh was not working to 100%, then it broke completely, and 10 months ago when I tested with AutoCad 2000 it was still broken. Has anyone done any testing recently ? AutoCad and Quark express are two very important pieces of software for wine, since they both lack
2007 Dec 09
1
[LLVMdev] Next GC patch for review
...() const; const char *getCollector() const; void setCollector(const char *); void clearCollector(); The assembly representation is as such: define void @f() gc "shadow-stack" { ... Uses StringPool to unique collector names, which are extremely likely to be unique per process. gc-5b-regen.patch (+1245 -1209): lib/AsmParser/llvmAsmParser.cpp.cvs (+1221 -1197) lib/AsmParser/llvmAsmParser.h.cvs (+11 -9) lib/AsmParser/llvmAsmParser.y.cvs (+13 -3) Regenerate. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/l...
2012 Apr 03
0
[LLVMdev] Build Error
.../transforms/ipo' > gmake[3]: *** [ocamldoc] Error 2 > gmake[3]: Leaving directory `/home/ryan/llvm/llvm_core/trunk/bindings/ocaml/transforms' > gmake[2]: *** [ocamldoc] Error 2 > gmake[2]: Leaving directory `/home/ryan/llvm/llvm_core/trunk/bindings/ocaml' > gmake[1]: *** [regen-ocamldoc] Error 2 > gmake[1]: Leaving directory `/home/ryan/llvm/llvm_core/trunk/docs' > gmake: *** [install] Error 1 > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://...