Displaying 20 results from an estimated 41 matches for "errand".
Did you mean:
erland
2008 Jul 28
12
Segfault with GridCellChoiceEditor
...p down arrow appears) then the application
segfaults. Unfortunately I''m stuck developing this in a Windows (XP)
environment so I can''t do much with the segfault. Any help would be most
appreciated.
Thanks,
Glen Holcomb
--
"Hey brother Christian with your high and mighty errand, Your actions speak
so loud, I can''t hear a word you''re saying."
-Greg Graffin (Bad Religion)
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2013 Apr 18
3
Rebuild package on R 3.0.0 without source code?
..."code.R", envir=loadNamespace("binaryPkg"))
However, I'd still lose all the man pages, and since I get a couple of "deparse may be incomplete" warnings, I worry that this may be introducing additional bugs.
Is there a magic solution here, or is this a fool's errand?
Thanks, Robert
Robert McGehee, CFA
Geode Capital Management, LLC
One Post Office Square, 28th Floor | Boston, MA | 02109
Direct: (617)392-8396
2004 Jun 18
3
wxRuby 0.4.0 has been released!
wxRuby 0.4.0 has been released and is now available for download from
RubyForge at http://wxruby.rubyforge.org/ . This release includes binary
builds for Max OS X Panther and MS Windows.
Please report any bugs or feature requests here:
http://rubyforge.org/tracker/?group_id=35
Changes in this release include:
* Many bugs were fixed.
* Added grid sample program.
* Windows binary now includes
2003 Feb 19
2
Samba, rsync and a newbie sorting it out...
...twork,
pulling data off of the Windows boxes and putting it onto a Samba share. Is
this even possible? I suspect I either need some sort of rsync
implementation on Windows (ha!) or I need to have Samba know to "reach into"
the boxes and get the info for rsync-ing. Doable? A fool's errand?
The setup:
* In-home LAN consisting of 3-4 PCs running W2K and WXP; one FreeBSD server
running SAMBA.
* No PDC; everyone is on the same workgroup and everyone has equal and
unfettered (no login/password and all can overwrite) access to /storage on
the BSD box via Samba.
Ideal situation...
2009 Mar 11
1
Easy "Recall" to get ls(..., all.names=TRUE)?
...vior for all permutations
of all the arguments to ls(), and code each case individually. I am
also sure I will not waste my time doing that. I was hoping, however,
that there was some simple trick to allow this easily, one that I have
missed. Even an explanation of why this might be a fool's errand would
be quite helpful to my understanding of the intricacies of R evaluation.
Many thanks,
John
John Szumiloski, Ph.D.
Senior Biometrician
Biometrics Research
WP53B-120
Merck Research Laboratories
P.O. Box 0004
West Point, PA 19486-0004
> (215) 652-7346 (PH)
> (215) 993-1835 (FAX)
>...
2006 Aug 30
3
pkg-xen team dead?
...ses to my restructuring the last weeks, it looks
like pkg-xen is dead.
Now, what to do? My favorite is to merge it into the kernel repository
where I have my infrastructure (archive and autobuilders for snapshots
for example) to properly work on it.
Bastian
--
No one wants war.
-- Kirk, "Errand of Mercy", stardate 3201.7
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: Digital signature
Url : http://lists.alioth.debian.org/pipermail/pkg-xen-devel/attachments/20060830/7ef8d797/attach...
2012 Jul 23
2
Mechanize::Agent#post_connect_hook response != Mechanize#parse response
...esponse` argument. But in
post_connect_hook, the `response` argument is an instance of
Net::HTTPOK.
So:
* I need to store enough information in the db cache so
Mechanize#parse(uri, response, contents) can parse it. How do I
convert a Net::HTTPOK into a Mechanize::Header?
* Am I pursuing a fools errand? That is, has someone already
implemented this in some lovely gem?
[Minutia: There are lots of details I''ve glossed over: I don''t want to
cache responses that are the result of errors. I want to implement
and honor an expires_at: timestamp in the cached record. I''ll h...
2018 Aug 11
1
[trees-plugin] - Dovecot index gets corrupted, when using maildir and recievend and accessing mail at the same time
...ical" oracle on your server to do it for you, whilst keeping
all of the leaky, plaintext, and promiscuous protocols (DSN, bounces,
intermediate MXer hosts that eruct contents to various envelope addresses,
etc) that will betray you behind your back without a moment's notice is a
Fool's Errand.
Think it over.
=M=
[LLVMdev] Register pressure mechanism in PRE or Smarter rematerialization/split/spiller/coalescing ?
2015 Jul 15
3
[LLVMdev] Register pressure mechanism in PRE or Smarter rematerialization/split/spiller/coalescing ?
I thought about a little bit more, I think adding Register pressure control in your patch or PRE may be the only choice.
Because at least for this case I am looking at, what your patch did is created more relatively complex long live range, rematerialization is not smart enough to undo your change or at least without a lot of work, coalescing only create even longer live range not shorter,
[LLVMdev] Register pressure mechanism in PRE or Smarter rematerialization/split/spiller/coalescing ?
2015 Jul 15
3
[LLVMdev] Register pressure mechanism in PRE or Smarter rematerialization/split/spiller/coalescing ?
...easons good RA is so hard.
3. As I also mentioned, register pressure heuristics in PRE simply do not work. They've been tried. By many. With little to no success.
PRE is too high in the stack of optimizations to estimate register
pressure in any sane fashion. It's pretty much a fools errand. You
can never tune it to do what you want. *Many* have tried.
Your base level problem here is that all modern PRE algorithms (except for min-cut PRE, as I mentioned), are based on a notion of lifetime optimality. That is, they extend lifetimes as minimally as possible to still eliminate a given...
2010 Jan 21
5
rrd library missing
I am trying to get rrd graphs working, but I am getting the infamous
"RRD library is missing; cannot store metrics". Everything I have
read about the error applied to redhat or ubuntu. I am using Solaris
10.
I installed both the rrdtool Solaris package and the RubyRRDtool gem.
When I run "ruby -rRRDtool -e ''puts :yep''", it successfully returns
[LLVMdev] Register pressure mechanism in PRE or Smarter rematerialization/split/spiller/coalescing ?
2015 Jul 15
2
[LLVMdev] Register pressure mechanism in PRE or Smarter rematerialization/split/spiller/coalescing ?
...I also mentioned, register pressure heuristics in PRE simply do
> not work. They've been tried. By many. With little to no success.
> >
> > PRE is too high in the stack of optimizations to estimate register
> > pressure in any sane fashion. It's pretty much a fools errand. You
> > can never tune it to do what you want. *Many* have tried.
> >
> > Your base level problem here is that all modern PRE algorithms (except
> for min-cut PRE, as I mentioned), are based on a notion of lifetime
> optimality. That is, they extend lifetimes as minimally...
2006 Mar 01
2
About libc/tls
Hello,
I asked Aurelien Jarno from the Debian glibc team about our /lib/tls
problem.
It gave me a little help:
# ldd /bin/echo
libc.so.6 => /lib/tls/libc.so.6 (0x40021000)
# touch /etc/ld.so.hwnocap
# ldd /bin/echo
libc.so.6 => /lib/libc.so.6 (0x40021000)
I think this could help us.
--
Julien Danjou
.''`. Debian Developer
: :' :
2004 Aug 24
1
extreme performance requirements
We are trying to use Samba to serve as a file server to support an
application requiring relatively low absolute bandwidth, but extremely low
latency (think voice over IP). We find that while Samba (with Linux)
gives very good performance compared to windows, we find that as time
progresses, minimum latency seems to step up while under load from our
application. It is almost as if the server is
2006 Oct 03
2
Xen is affected by the trademark desease
Hi folks
XenSource published a trademark policy[1]. I don't think we will be able
to follow it if we want to support installation of different versions at
the same time.
Bastian
[1]: http://www.xensource.com/company/legal.html
--
There are some things worth dying for.
-- Kirk, "Errand of Mercy", stardate 3201.7
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: Digital signature
Url : http://lists.alioth.debian.org/pipermail/pkg-xen-devel/attachments/20061003/02827b66/attach...
2008 Aug 29
3
Still trying to run hvm (Invalid mode)
I''m still trying to run winxp on xen. This time, installed a fresh
debian-amd64 stable version (see dpkg-l attached). When I run xm
create winxp.cfg, I got the message "Error: Invalid mode". I''ve
attached all the files I think could be useful to debug the problem.
Googling I''ve found some posts saying problems with asus_acpi module
and during boot process
2018 Mar 15
3
xfs file system errors
How do I fix an xfs file system error ?
I searched and it says to run xfs_repair /dev/sda1 - did not work.
I got an error on boot and the machine dropped into service mode by
entering the PW. I entered the above command and it said couldnt load
library...
SO I rebooted, dropped into rescue mode. Again I entered the command above
and it said teh same thing.something about could not load library
2011 May 03
2
Bug#625506: /etc/xen/scripts/network-bridge script fails with additional bridges
Package: xen-utils-common
Version: 4.1.0~rc6-1
Recently I had troubles with creating more than one network bridge for my domU. For example, I have 2 domU running with xenbr0 bridge for both with peth0 and two vif#.0 interfaces in it. Everything is fine.
Now I need to run another one domU with a different bridge attached to a different interface. I'm trying to bring up a new bridge manually
2016 Sep 07
4
Building R under Linux - library dependencies
> | Is there a way to overcome this problem? Precompiled versions of R can be installed on various system configurations, so I guess that there should be a way to compile it in a version-agnostic manner.
>
> Yes, for example by
>
> -- using a Docker container which is portable across OSs (!!) and versions
Docker R containers are north of 250 MB. I have checked experimentally
2016 Sep 07
0
Building R under Linux - library dependencies
...39;less than' versions for packages -
because how do you assert a version that won't work when it hasn't been
released yet?
You could go on a tear and build statically linked versions of
R-with-everything-you-need, and maybe avoid the library madness... but this
is sort of a fool's errand and a huge consumer of time. OS vendors and
compiler developers have stopped doing things that way for reasons.... it's
much simpler to reduce duplication and make everything work - while
allowing for patching out security issues - when you are *just slightly*
more flexible.
ABI compatibility...