search for: figguring

Displaying 10 results from an estimated 10 matches for "figguring".

Did you mean: figuring
2001 Jan 10
2
1.0pre3 difficulties
Was running 1.0pre2 just fine, but had to move machines, so I figgured I'd give 1.0pre3 a try. After getting everything to build and figguring out the new config files, here's where I'm stuck. Start the server process (remote machine). Start the client process (local machine). In remote machine, the following shows up in syslog: tinc[2659]: Got SEGV signal In local machine, the following shows up in syslog: tinc[21049]: Metadata...
2006 Jan 03
1
Is this a bug by any chance?
Howdy, I'm moving HUGE numbers of files from one hdd to another on one of my RedHat systems and goofed by not specifying a target. Rsync went to all the trouble of figguring out which files needed to be copied and then blew up when it actually went looking for a target and found none. I have downloaded the latest cvs version which appears to exhibit the same behavoir. I know this is a UFU but the checking up front might be a good thing to consider adding to the code....
2017 Jun 14
0
[FORGED] Re: draw stripes in a circle in R
> On Jun 14, 2017, at 1:53 PM, Rolf Turner <r.turner at auckland.ac.nz> wrote: > > On 15/06/17 05:29, David Winsemius wrote: >>> On Jun 14, 2017, at 10:18 AM, David Winsemius <dwinsemius at comcast.net> wrote: >>> >>> >>>> On Jun 14, 2017, at 9:46 AM, Jeff Newmiller <jdnewmil at dcn.davis.ca.us> wrote: >>>>
2017 Jun 15
2
[FORGED] Re: draw stripes in a circle in R
Sigh. I never load packages in .Rprofile to avoid the irreproducibility trap. Might seem drastic to some, but I don't feel much pain because I almost always edit my code in a file rather than on the fly at the console, and re-run it frequently from a fresh R process to check my progress. -- Sent from my phone. Please excuse my brevity. On June 14, 2017 3:27:15 PM PDT, David Winsemius
2003 May 30
0
Big trouble after serverupgrade - Help needed!
Hi folks, I installed a new samba-PDC-server (dual athlon, raid,...) with Redhat 9++ and samba 2.2.8a from rawhide. I copied all (?) configfiles (/etc/samba/*) from my old server an adjusted some shares. The old server (RH 8, Samba 2.2.6, single PIII) was working for a couple of month without a probelm; I could create mashineaccounts on the fly from windows 2K and XP Pro, profiles and
2001 Oct 05
1
Kernel Ooops probably in conjunction with lvm
Hello, I've got a rather strange setup over here with about 6 ext3 partitions, one 50gig lvm partition and one 2 gig software-raid1 partition running under a heavily patched 2.4.10 kernel (various netfilter patches, freeswan, current lvm patch (1.0.1-rc4 and current ext3 patch). Furthermore I have all of those neccessary filesystem tools, so don't tell me to upgrade :-) The machine was
2017 Jun 15
0
[FORGED] Re: draw stripes in a circle in R
> On Jun 14, 2017, at 5:52 PM, Jeff Newmiller <jdnewmil at dcn.davis.ca.us> wrote: > > Sigh. I never load packages in .Rprofile to avoid the irreproducibility trap. Might seem drastic to some, but I don't feel much pain because I almost always edit my code in a file rather than on the fly at the console, and re-run it frequently from a fresh R process to check my progress.
2017 Jun 14
4
[FORGED] Re: draw stripes in a circle in R
On 15/06/17 05:29, David Winsemius wrote: > >> On Jun 14, 2017, at 10:18 AM, David Winsemius <dwinsemius at comcast.net> wrote: >> >> >>> On Jun 14, 2017, at 9:46 AM, Jeff Newmiller <jdnewmil at dcn.davis.ca.us> wrote: >>> >>> I don't see a question. If your question is whether R supports pattern fills, AFAIK it does not. If that is
2006 Jun 27
5
setting up mongrel..
okay, i have officially given up on: apache with fastcgi lighttpd with fastcgi and now i am working on getting mongrel running.. not that i don''t think that the above two are viable options, i have just spent more time trying to get this app live than i did actually writing the app.. and i need to have something working for beta testing... i installed mongrel according to:
2012 Jul 24
3
Simple reshape problem I am completely missing
I seem to be doing something really stupid or missing something really obvious but what? I have a simple three column data.frame that I would like to reshape to wide preferably using reshape2. An example from http://stackoverflow.com/questions/9617348/reshape-three-column-data-frame-to-matrix looked perfect except I wanted a data frame but it seemed okay. I just changed acast to dcast and it