search for: ensue

Displaying 20 results from an estimated 213 matches for "ensue".

Did you mean: ensure
2016 Aug 01
16
RFC: We should stop merging allocas in the inliner
...f the optimizer that we should fix rather than continue to ignore. Thoughts? The code changes are easy and mechanical. My plan would be: 1) Add a flag to turn this off. 2) Run benchmarks with flag to make sure things are actually working. 3) Change default for the flag, make sure chaos doesn't ensue. 4) Delete the (quite substantial) complexity associated with this and the flag. 5) Profit! -Chandler -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160801/6f898dd7/attachment.html>
2010 May 03
3
win 7, samba 3.4.7, error 0x000003e6 with some printers
Hello, I'm testing windows 7 with samba 3.4.7 and I'm using PrintUIEntry to connect the printers. With some of those printers the connection fails (client side) with error 0x000003e6. The strange thing is that: 1) trying the same connection against samba 3.0.11 works (alas, no domain functionality with that old version) and 2) two of the failing printers share the same driver with
2019 Apr 13
3
GPOs, sysvol and such related plumbing
Who am I to say this? I am only a lowly user and would-be admin, but it seems to me that one of the most useful features of an AD environment, GPOs, is not fully trust-able under Samba because of instability and ensuing fear, before and after each update, related to sysvol and who knows what. I still love you, though.
2006 Jun 12
15
Mongrel Now Recommended Setup?
I see that the RubyOnRails.com site has migrated to Mongrel with Apache as a front-end proxy. Is that now the/a recommended setup for Rails apps? We''re still using FCGI but I''m always interested to learn more about other folk''s successful deployment choices. Across all of our sites we''re pumping out about 300k pages per day so anything that saves memory or has
2005 Sep 20
9
HooDaHek 0.6 Released
...DaHek 0.6 has been released. So soon, you say? Well, the best laid plans of mice and men... Steven BerkHolz is a pretty sharp stick and said to me, "Why don't you have HooDaHek change the CallerID when it looks up the name in the database on an incoming call?" Much head smacketh ensued, and as I made that change for Steven, I noticed that I had the way wrong version of hoodahek_dbhandle anyway. SO: Version 0.6 has the following changes: - Got the correct version of hoodahek_dbhandle inserted, which has advanced error checking (yay) and also changes the CallerID in Asterisk...
2017 Dec 13
3
inefficient for loop, is there a better way?
The code below is a small reproducible example of a much larger problem. While the script below works, it is really slow on the true dataset with many more rows and columns. I'm hoping to get the same result to examp, but with significant time savings. The example below is setting up a data.frame for an ensuing regression analysis. The purpose of the script below is to appends columns to
2002 May 21
3
Controlling share create permissions
...possible to set default create permissions on certain directories within a share? ie. Create files in the share [something] /folder1/ as 744 but in /folder1/subfolder/ as 777. I thought of creating two shares and having the users manually go into the other share to save thier files, but confusion ensued. Thanks for any help! Ryan
2009 Apr 21
1
sas.get() exit
Hello, I am trying to import SAS files into R using sas.get() in Hmisc. I am running both SAS and R on a UNIX server. I've pasted my command and ensuing errors below: sas.get(lib="EOG", mem="eog3pub00_1") Error in if (status != 0) { : argument is of length zero In addition: Warning message: In sas.get(lib = "EOG", mem = "eog3pub00_1") :
2010 Mar 15
1
Error in library(eda) : there is no package called 'eda'
I am using RGui version 2.10.1 (2009-12-14) for Windows.  When I enter the call   library(eda)   the following message ensues.   Error in library(eda) : there is no package called 'eda'   I thought that eda was a standard library for exploratory data analysis.  However I could not find it in the list of packages in the pull-down menu either.   Any assistance with finding this package would be greatly appreciated....
2011 Apr 27
1
GPLv2-only code in R?
Hello, I'm sending this to R-devel under the guideline that the ensuing discussion would probably be unintelligible to people who aren't programmers. If that's not right, I apologize. <http://www.r-project.org/Licenses/> says in part: "Some files are licensed under 'GPL (version 2 or later)', which includes GPL-3. See the comments in the files to see if this
2012 Oct 20
1
Error: not 'a real'?
Hi List, when supplying a vector of atomic vector classes to read.table, I get: # column classes colClasses=c("character", "character","numeric", "numeric", "numeric", "numeric", "numeric", "numeric", "numeric", "numeric", "numeric",
2013 May 21
0
semi-OT: flashing the BIOS on an HP dl580 GT, afterward
When last we saw our hero, er, sysadmin, he'd found that the "noarch" BIOS update was, in fact, a self-extracting .exe file, and he'd extracted it. Finally getting the ok to take the system down, the following hilarity (for small values of hilarity) ensued. First, booting off unetbootin to freedos was fine... except it was try to guess which version - freedos + emm386 + himem, no himem, live CD only, or, finally, "no drivers loaded", which works. It gags on something orders of magnitude larger than it was written for, y'know. Then I...
2006 Jun 05
2
Mongrel Rails - default URI
Is there any particular reason why mongrel rails hard codes ''/'' as the URI it registers as the URI node? If not would there be any objection to a patch that allows you to specify it as an option? -- Neil Wilson (neil at aldur.co.uk) -------------- next part -------------- An HTML attachment was scrubbed... URL:
2016 Aug 03
2
RFC: We should stop merging allocas in the inliner
...om> > wrote: > >> 1) Add a flag to turn this off. >> > > https://reviews.llvm.org/D23052 > > Will proceed from there. > > 2) Run benchmarks with flag to make sure things are actually working. >> 3) Change default for the flag, make sure chaos doesn't ensue. >> 4) Delete the (quite substantial) complexity associated with this and the >> flag. >> 5) Profit! >> >> -Chandler >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/2...
2008 Oct 17
1
ActionMailer template gets nil param from non-nil deliver_
Rails 1.2.6 ruby 1.8.6 (2008-03-03 patchlevel 114) [universal-darwin9.0] =Summary: I pass a non-nil parameter to an ActionMailer class''s deliver_* method. The corresponding * instance method for the ActionMailer gets a nil instead. Disaster ensues. Will someone please tell me what I''m doing wrong? =Details: I have an ActionMailer::Base class with the following template method: def request(req) # Control reaches here. req is logged as nil: logger.info "in MyMailer#request, request = #{req.inspect}" # E...
2004 Dec 14
0
[LLVMdev] misc. patches
...tatistic<> object gets destroyed, which ends up calling > // 'GetLibSupportInfoOutputFile()' (below), which calls this function. > // LibSupportInfoOutputFilename used to be a global variable, but sometimes it > -// would get destroyed before the Statistic, causing havoc to ensue. We "fix" > -// this by creating the string the first time it is needed and never destroying > -// it. > +// would get destroyed before the Statistic, causing havoc to ensue. > static std::string &getLibSupportInfoOutputFilename() { > - static std::string *LibSupport...
2013 Jan 30
1
[LLVMdev] Jump back to/return from runFunction
...that exceptions won't actually work. This is because the guest code can actually use exceptions (or will, not yet in my case). I assume that if the host is also compiled with LLVM then the exception handling will interfere and the guest code will end up catching the exception and nonsense will ensue. -- edA-qa mort-ora-y -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Sign: Please digitally sign your emails. Encrypt: I'm also happy to receive encrypted mail. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: a...
2018 Dec 30
2
rsync remote raw block device with --inplace
It would be very nice to be able to rsync the raw data content of, e.g., a non-mounted disk partition, particularly in combination with --inplace. Our reality: several dual-boot machines running Windows during the day and Linux at night, during backups. Windows is very tedious and iffy to re-reinstall without a raw disk image to start from. Disks fail, and the ensuing downtime must be
2006 Jul 15
2
Shutdown Problem
Hi I'm hoping someone can help. I'm running fc5 with nut 2.0.3. I just recently acquired 2 Gamatronic SmartCompact ups for my Linux boxes. As you can see from the info below, everything looks ok. When I unplug the ups from the wall, after a while, the computer shutdowns very rudely. That it is just turns off. No scrolling down of processes shutting down It does not seem shutdown
2007 Aug 15
5
Misc notes concerning view_paths
...avior here because action_controller.view_paths can be an array or a string, while template_root is a single string. config.view_path can be set to either a string or an array, as there''s basically no type checking, but that doesn''t mean it''ll work. So borkedness ensues. For example, when set to an array, you end up with action_controller.view_paths being an array inside an array. (See line 277 of initializer.rb) I can set config.action_controller.view_paths separately and then results are saner, but the way config.view_path works now is a bit confusing....