search for: wrestle

Displaying 20 results from an estimated 270 matches for "wrestle".

2003 Dec 08
0
Wrestling with Samba, Solaris 9, and groups, and a big thanks
Hi list, just in case some of you would not know (this mail is sent for reference in the list archive) : Solaris, whichever version, is limited to 16 groups membership for a given user. Including the main user's group. I learned it the hard way, losing two days with this, thinking it was a Samba bug (and it was not). I was also abused by the fact that Linux has a 32 group limit, limit
2003 Sep 25
7
Meetme question
Ok.. I got * and SIP working internally now .. still wrestling with connecting two remote * pbx's together.. I'll save that for another day though :) I setup Meetme on this new * PBX, but when I try to dial to join the conference, I hear a recording saying the conference is invalid or something to that effect. Here's a copy of my log files: == Parsing
2006 May 25
5
Wine 0.9.14.compile error (fatal)
...each function it appears in.) make[2]: *** [baseshader.o] Error 1 make[2]: Leaving directory `/usr/local/src/wine-0.9.14/dlls/wined3d' make[1]: *** [wined3d] Error 2 make[1]: Leaving directory `/usr/local/src/wine-0.9.14/dlls' make: *** [dlls] Error 2 Any ideas? Small patch? Thanks If you wrestle in the mud with a pig. you both get dirty, and the pig likes it. -- Dave Dawson
2006 Jan 29
1
Citation of R packages
The bibtex citations provided by citation() do not work all that well in cases where there is no printed document to reference: (1) A version field is needed, as the note field is required for other purposes, currently trying to sort out nuances that cannot be sorted out in the author list (author, compiler, implementor of R version, contributor, ...) and maybe giving a cross-reference to a book
2011 Aug 24
3
Importing data from MS EXCEL (.xls) to R XXXX
Hello everyone, What is the simplest, most RELIABLE way to import data from MS EXCEL (.xls) format to R? In the past I have used the read.xls() function from the xlsReadWrite package, however, I have been wrestling with it all afternoon long with no success. I continue to receive the following error message: > {widge<-read.xls("F:\\Classes\\Z1.Data\\stat.3010\\WidgeOne.xls", +
2006 Jul 18
2
Total Extreme Wrestling 2005 and WINE
I'm having trouble running "Total Extreme Wrestling 2005," a wrestling manager/booker game made entirely in Visual BASIC, in Fedora Core 5. I keep getting the follow error: Runtime Error: '429': ActiveX component cannot create object I know that I'm missing (as in, "not installed") something here, but I have no idea what the hell it is.
2007 Dec 25
2
Sample code for streaming from a file
Hello, Does anyone have any sample code for opening up a speex file and streaming the data from it over time? I've been wrestling with this for a couple days now, poring over other people's code but I can't find an example of just taking a chunk from the file, decoding it, and feeding it to a sound API (in my case, OpenAL) and then repeating until done. Vince Tagle
2013 Jan 16
2
Sound config
Hi All, I have been wrestling with this problem for months now and at my wits end. The sound is always very low and if I try to bring the sound louder by using the sound references icon on the top panel, the sound is choppy with lots of static. Output of lspci for the sound device is as follows: 01:00.1 Audio device: NVIDIA Corporation GF108 High Definition Audio Controller (rev a1)
2006 Apr 27
7
IE install with Wine 0.9.12 under Debian Sarge
...ll (and then hopefully run) with Wine under Debian Sarge? I tried all the methods I could find and have not been able to successfully do this. I even tried wiping out the old ~/.wine dir and starting fresh, but to no avail. I would appreciate info on this. Thanks -- ...Dave Dawson "If you wrestle in the mud with a pig, you both get dirty, and the pig likes it."
2006 Jan 12
2
SIP phones unbeatable echo
Hey all again, I'm wrestling with echo problems on our sip extensions. I've set these items in zapata.conf but tweaking these values doesn't seem to make much difference echocancel=yes echocancelwhenbridged=yes echotraining=2500 rxgain=8.0 txgain=1.0 are there other settings that can help me tame this beast? Been searching but not turning up anything that'll work here. Thanks
2006 Jun 05
6
Internet Explorer 6 Setup & App DB
Hi, some time ago (around 7. May 2006) there was a coment in the App DB to get the setup of Internet Explorer 6 working. The Coment was about removing some dll names from the wine.inf file. The coment was removed from the App DB, but the setup still fails for me with current cvs (~2 hours ago). Therefore i like two know two things: - does anyone remember which lines needs to be removed
2008 Feb 07
3
Need good voicemail documentation
Hi list, After wrestling with the voicemail system for a while (Asterisk 1.4.14, Debian etch), I got it to work, but I still have lots of questions, like: * Why can't I delete any voicemail messages? (Response: "Message undeleted.") * Why can't I listen to the messages in the Old folder? * Why can't I use the advanced options? (Response:
2006 Jun 24
2
DRBD Problem
Hi all, I've been wrestling with a problem with drdb and centos. I have successfully created one drbd resource, but when I try the create a 2nd, I get an error on one of the nodes: Lower device is already mounted. Command 'drbdsetup /dev/drbd1 disk /dev/hdd1 internal -1' terminated with exit code 20 The partition is not mounted from fstab etc and is newly created with parted after
2008 Aug 13
2
Tiny help for tiny function
I just started to write tiny functions and therefore I appologise in advance if I am asking stupid question. I wrote a tiny function to give me back from the original matrix, a matrix showing only the values smaller -0.8 and bigger 0.8. y<-c(0.1,0.2,0.3,-0.8,-0.4,0.9) x<-c(0.5,0.3,0.9,-0.9,-0.7,0.3) XY<-rbind(x,y) extract.values<-function (x) { if(x>=0.8|x<=-0.8)x
2009 Oct 08
6
Eager Loading a Relationship That Has No PK/FK
I''m attempting to wrestle an old DB into Rails. This relationship is giving me trouble: class Show < AR::Base has_many :segments end class Segment < AR::Base belongs_to :show has_one :media #this has no PK/FK relation end A Segment is "linked" to Media by Media.name, which is the result of concaten...
2003 May 16
4
XP Joining Samba Domain - Cry For Help
It is way too late to be wrestling with this, but being the obsessive compulsive I am..... I can not get an XP machine to join a samba-ldap domain The machine account has been made The XP registry and local policies have been set I continue to get 'specified domain does not exist' I have gone in circles nad can't figure a thing out! If anyone is out there right now (3:49 CST) and
2006 Aug 18
2
Please help with subclipse in radrails
I''ve been wrestling with this all night, I''m hoping someone can help. I followed the exact steps in: http://wiki.rubyonrails.org/rails/pages/HowtoUseRailsWithSubversion ..but when I open a new ''Checkout project from SVN'' in RadRails, it opens up the second level dirs as the project dirs (ie. app, log, script, etc), leaving me with a mess of projects. I redid
2008 Jun 18
2
randomForest outlier
I try to use ?randomForest to find variables that are the most important to divide my dataset (continuous, categorical variables) in two given groups. But when I plot the outliers: plot(outlier(FemMalSex_NAavoid88.rf33, cls=FemMalSex_NAavoid88$Sex), type="h",col=c("red","green")[as.numeric(FemMalSex_NAavoid88$Sex)]) it seems to me that all my values appear as
2006 Aug 16
5
Rails theory question, where to put a join query
The is something I wrestle with a bit when I construct joined queries.. Perhaps some experienced insight will straighten this out for me. Say you have two tables with two models, ''authors'' and ''posts''. an author has_many posts, a post has_one author. You need methods to do the following...
2004 Jun 06
4
Request help writing a function
I have been wrestling with this function for quite a while, and am not making headway. 1) I want to apply a function to the following columns of a dataframe: myfunction. <- apply(ph5028[,c(83:107)],2,function(x) ... 2) Within each of the above columns there is a single numeric code, 1, 2 or 3 or an NA. 3) My goal is to determine the percent of time each person used a 2 code. So if a person