search for: unreason

Displaying 20 results from an estimated 884 matches for "unreason".

Did you mean: reason
2015 Aug 11
0
[Bug 1898] possible unreasonable behaviour when using ProxyCommand with multiple IdentityFile(s)
https://bugzilla.mindrot.org/show_bug.cgi?id=1898 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #16 from Damien Miller <djm at mindrot.org> --- Set all RESOLVED bugs to CLOSED with
2004 Aug 06
0
ices2 - Unreasonable error?
On Wed, 2003-08-13 at 04:11, Michael Smith wrote: > On Wednesday 13 August 2003 03:33, Karl Heyes wrote: > > On Tue, 2003-08-12 at 17:45, Geoff Shang wrote: > > > "/var/music/Rush/Different_Stages_(Disc_3)/11_Cinderella_Man.ogg" > > > [2003-08-12 12:17:26] EROR playlist-builtin/playlist_read Cannot play > > > same file twice in a row, skipping >
2013 Jul 12
0
[Bug 1898] possible unreasonable behaviour when using ProxyCommand with multiple IdentityFile(s)
https://bugzilla.mindrot.org/show_bug.cgi?id=1898 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution|--- |FIXED --- Comment #15 from Damien Miller <djm at
2004 Aug 06
2
ices2 - Unreasonable error?
On Wednesday 13 August 2003 03:33, Karl Heyes wrote: > On Tue, 2003-08-12 at 17:45, Geoff Shang wrote: > > "/var/music/Rush/Different_Stages_(Disc_3)/11_Cinderella_Man.ogg" > > [2003-08-12 12:17:26] EROR playlist-builtin/playlist_read Cannot play > > same file twice in a row, skipping > > > > after trying several times to get a different filename, which
2004 Aug 06
2
ices2 - Unreasonable error?
Hi: I hit a problem where a script that should return one of a list of files to be played is returning the same one each time. This is obviously not an ices problem, it's what ices did with it that bugs me. Here's the error: [2003-08-12 12:17:26] DBUG playlist-script/playlist_script_get_filename Program/script ("/usr/bin/egosched") returned filename
2002 May 29
2
OpenSSH 3.2.3p1 won't compile under IRIX 6.5.14
...Analyst University of California, San Diego dfoster at ucsd.edu Department of Neuroscience, Mail 0608 (858) 534-7968 http://ncmir.ucsd.edu/ =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= "The reasonable man adapts himself to the world; the unreasonable one persists in trying to adapt the world to himself. Therefore, all progress depends on the unreasonable." -- George Bernard Shaw
2013 Jun 03
1
Problem inspecting Windows images with large registry hives
...Fairly successfully for the most part, but had one Windows image today that fails in the following manner. File "/usr/lib/python2.7/site-packages/guestfs.py", line 910, in inspect_os r = libguestfsmod.inspect_os (self._o) RuntimeError: size of /Windows/System32/config/SOFTWARE is unreasonably large (141819904 bytes) Reproduced it with guestfish: [root@cagedbird images]# guestfish --ro -i -a windows-2008-r2-base+updates-20120518.img libguestfs: error: size of /Windows/System32/config/SOFTWARE is unreasonably large (141819904 bytes) [root@cagedbird images]# guestfish --version guest...
2006 Jan 26
2
can I do this with read.table??
...39;d like to stop is the conversion of quoted numbers of the form "01","02",..., into numeric form. By an 'automated way', I mean one that does not involve me having to know which columns in the data are the ones I want kept as they are. This doesn't seem like an unreasonable thing to want to do. After all, say I've got the data.frame: A <- data.frame(a=1:3, b=I(c("01","02","03"))) I can export this to a text file with the simple command write.table(A, "A.txt", sep="\t", row.names=FALSE, quote=TRUE) bu...
2008 Oct 10
2
autosign issues
Hi folks Back again with another head-scratcher... I''m trying to get autosigning to work, and am partially succeeding, but not really... Running puppet v24.4, and not yet ready to upgrade unless I have to On puppetmaster, I have autosign.conf (and puppet.conf indicates autosign = /etc/puppet/autosign.conf, which should be redundant, but, covering that base as I can) In autosign.conf,
2013 Apr 08
0
[LLVMdev] Integer divide by zero
...int I was driving at with the comments about a target specific optimization. It is reasonable for the x86 backend to recognize the pattern of testing for a zero divisor and trapping if it occurs, and transform that into an unconditional divide relying on the hardware trap instead. I think it is not unreasonable to have this strategy result in one of two generated code patterns in the overwhelming majority of cases: 1) An unconditional trap because the optimizer proved divide by zero 2) A direct divide instruction which relies on the x86 trapping behavior. That said, it remains a fairly significant a...
2003 Jun 02
2
Exim as default MTA?
Yes, I've been reading /. :) But this isn't the first time this has occured to me. With all the security vulnerbilties, would it be unreasonable to either change the default MTA from sendmail to Exim/Qmail/Postfix, or give people the option of installing something instead of Sendmail at install time? -- Avleen Vig "Say no to cheese-eating surrender-monkeys" Systems Admin "Fast, Good, Che...
2011 Jul 06
2
[LLVMdev] [MCJIT] Why does it allocate function by function?
...hat the MCJIT can be > a drop-in replacement for the old JIT. If we change the > JITMemoryManager API right off the bat, we'll make it that much harder > for clients to migrate to the new JIT, slowing adoption and reducing > testing. If we run into situations where it's just unreasonable to do > that, we'll need to re-evaluate, but at least for basic things, it > should be reasonably feasible. Regards, -Jim I see your point about MCJIT adoption. But instead of simply fulfilling relocations and finding exported symbol locations, now we have to copy each function i...
2011 Jul 06
0
[LLVMdev] [MCJIT] Why does it allocate function by function?
...as much as possible so that the MCJIT can be a drop-in replacement for the old JIT. If we change the JITMemoryManager API right off the bat, we'll make it that much harder for clients to migrate to the new JIT, slowing adoption and reducing testing. If we run into situations where it's just unreasonable to do that, we'll need to re-evaluate, but at least for basic things, it should be reasonably feasible. Regards, -Jim
2017 Oct 24
5
Problem Subsetting Rows that Have NA's
...4 0 [5,] 5 0 [6,] 6 NA [7,] 7 NA [8,] 8 NA [9,] 9 NA [10,] 10 NA > > #it contains rows that have NA's > x[is.na(x[,2]),] [,1] [,2] [1,] 6 NA [2,] 7 NA [3,] 8 NA [4,] 9 NA [5,] 10 NA > > #seems like an unreasonable answer to a reasonable question > x[x[,2]==0,] [,1] [,2] [1,] 4 0 [2,] 5 0 [3,] NA NA [4,] NA NA [5,] NA NA [6,] NA NA [7,] NA NA > > #this is more what I was expecting > x[which(x[,2]==0),] [,1] [,2] [1,] 4 0 [2,] 5 0 &gt...
2007 Oct 10
11
please help me
dear list I am student M.S. statistics in department statistics . I am working in the function "nls" in the [R 2.3.1] with 246 data and want to fit the "exp" model to vectors( v and u ) but I have a problem to use it u 5.000000e-13 2.179057e+03 6.537171e+03 1.089529e+04 1.525340e+04 1.961151e+04 2.396963e+04 2.832774e+04 3.268586e+04 3.704397e+04 4.140209e+04
2016 Jan 14
3
High memory use and LVI/Correlated Value Propagation
...low hanging fruit should > we even consider clamping the search. Memory efficiency is only half of the problem. I.e. groonga's expr.c needs 4m to build on my laptop, a 2.7GHz i7. That doesn't sound reasonable for a -O2. Unlike the GVN issue, the cases I have run into do finish after a(n unreasonable) while, so at least it is not trivially superlinear. Joerg
2011 Jun 20
3
Unreasonable syntax error
...appear. I don't try the next errors as there would be too many lines to type...I'm not sure if this is something about Word http://r.789695.n4.nabble.com/file/n3612530/lastsave.txt lastsave.txt Thanks a lot for your help!!! -- View this message in context: http://r.789695.n4.nabble.com/Unreasonable-syntax-error-tp3612530p3612530.html Sent from the R help mailing list archive at Nabble.com.
2020 Feb 19
5
amount of camelCase refactoring causing some downstream overhead
...trying to be polite" if that delays otherwise worthwhile work. Nobody suggested that. It’s perfectly possible to “be polite” and still not delay worthwhile work. * The current policy is "downstream is on their own". Nobody disputes that. * There was nothing even remotely unreasonable done in the patch series which triggered this discussion and I don't want any upstream contributor coming to believe there was. I disagree with you about “nothing even remotely unreasonable” in that I think it was done slightly unreasonably, and I think it’s worthwhile to have other upstrea...
2013 Jan 14
17
[LLVMdev] RFC: Codifying (but not formalizing) the optimization levels in LLVM and Clang
...;-Oz' - Attribute: minsize (we already have it, nothing to do here) - Goal: minimize the size of the resulting binary, at (nearly) any cost. 2) Optimize for size or '-Os' - Attribute: optsize (we already have it, nothing to do here) - Goal: Optimize the execution of the binary without unreasonably[1] increasing the binary size. This one is a bit fuzzy, but usually people don't have a hard time figuring out where the line is. The primary difference between minsize and optsize is that with minsize a pass is free to *hurt* performance to shrink the size. [1] The definition of 'unre...
2013 Nov 19
6
[PATCH] Btrfs: fix very slow inode eviction and fs unmount
The inode eviction can be very slow, because during eviction we tell the VFS to truncate all of the inode''s pages. This results in calls to btrfs_invalidatepage() which in turn does calls to lock_extent_bits() and clear_extent_bit(). These calls result in too many merges and splits of extent_state structures, which consume a lot of time and cpu when the inode has many pages. In some