search for: waxed

Displaying 20 results from an estimated 131 matches for "waxed".

Did you mean: maxed
2010 Aug 18
4
Using objectname in function
Is there anyway I can convert a vectors objectname to a string to be used in fx: Monkey<-c(0,0,0,1,1,1) Wax<-c(1,0,1,0,1,0) f<-function(x,y){ table(x,y) } f(Monkey,Wax) so that the printout is not y x 0 1 0 1 2 1 2 1 but Wax Monkey 0 1 0 1 2 1 2 1 -- View this message in context:
2009 Nov 05
4
MySQL installation problem
Hi; It's been a while since I controlled my own server and I'm rusty. Trying to install mysql yum install mysql All looks well. Here's what happens: [root at 13gems www]# mysql ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) [root at 13gems www]# mysql -u root -p Enter password: ERROR 2002 (HY000): Can't connect to
2015 Aug 13
3
Bug in rank with utf8?
x <- "\u0663" y <- 3 x == y # FALSE rank(c(x, y)) # c(1.5, 1.5) -- http://had.co.nz/
2011 Sep 07
1
Weight in Function RM
Dear all, I am trying to do weighted regression using lm function in R. However, I have a question why the results from 1) lm(formula = Y~aX, weight = w) 2) lm(formula = wY~waX) are different. Aren't they supposed to have the exactly same result? Below are the R code to see difference in regression results MatY <- c(0.15,0.42,0.31,0.22) MatX <-
2009 Nov 06
2
Apache Not Serving, But Is Serving?
Hi; I installed yum install mod_python and all went well. So I thought it would be appropriate to reboot apache apachectl -k restart and it appeared well but the pages don't load (they hang). Nevertheless, # ps wax|grep httpd 12179 ? Ss 0:00 /usr/sbin/httpd 17698 ? Z 0:00 [httpd] <defunct> 17703 pts/0 S+ 0:00 grep httpd So what gives? Please advise. Victor
2011 Oct 20
1
Don't Know Where Emails Are Or What's Happening
Hi; I'm new to Dovecot and Postfix. I'm trying to enable these with MySQL support and postfixadmin. I've got all those services up and running (finally!); however, I can't figure out if the emails are being received and/or stored. I'm pretty sure Postfix is receiving them because I dealt with certain errors and they're now gone. Here's some data: Dovecot ver. 0.91
2015 Oct 19
5
Can I force yum to only use http.
Our outsourced IT department has decided to use white listing on the firewalls for outbound ftp. I was given a list of sites our lab had accessed via ftp and eventually tracked them down to Linux machines running yum. They are all CentOS 5 or 6 with a smattering of 7. It is impractical to list all the possibilities since they change on a regular basis. Also any 3rd party repos we need are
2008 Feb 01
3
Wine problem with warcraft II and ubuntu
I installed the latest version of wine in ubuntu gutsy from wine repository (wine version 0.9.54) and when i try to install warcraft II from cd rom i get this error: Warning: unprotecting memory to allow real-mode calls. NULL pointer accesses will no longer be caught. and nothing works. I have an acer travelmate 2350... Thank you, Federico :D
2004 May 26
9
CTI (Computer-Telephony Integration) with Asterisk ?
Hi all, Is it possible and easy to make a CTI server with Asterisk? Florent,
2004 Apr 13
2
controlling call duration
Hello! Asterisk box receiving calls. Is there some way to get information about current calls from external or AGI application? I'm interested in: - duration, how long calls already in the system (billing and actual time); - source/destination phone numbers; - etc. In other words can I receive information which we are usually getting in CDRs during the time when the call is still active?
2009 Jun 26
0
Higher Ed/University users of Asterisk? Free gift!
Hi - We've received a request for some contacts of people in the University/higher education systems who have recently or quietly implemented Asterisk. I have some on my press contact list, and some that I just know personally, but I'm sure there is quite a list that are less obvious and are "just working". I know or a fact there are hundreds out there, but the
2012 Oct 15
1
Can't Start Dovecot
Hi; I just installed dovecot from yum on CentOS5. ps wax grep "dovecot" only brings up the grep The command "dovecot" is not recognized. # ls /usr/local/bin/dove* doveadm doveconf No dovecot. What up? TIA, John
2015 Feb 09
2
[LLVMdev] [cfe-dev] [RFC] Raising LLVM minimum required MSVC version to 2013 for trunk
On Mon, Feb 9, 2015 at 8:36 AM, Greg Bedwell <gregbedwell at gmail.com> wrote: > We've just encountered an issue with ninja and VS2013 when using versions of > CMake prior to 2.8.12.1. This isn't a combination that we typically use so > we've not run into it previously in our own builds. It isn't specifically > tied to upgrading the minimum version as it's a
2006 Apr 15
19
Trouble with Lighty
I''m trying to setup my rails application with Light+fcgi. This is the error I''m getting when I try to start Lighttpd : ============ [getcapture@alpha getcapture]$ ~/etc/rc.d/lighttpd.sh start Starting Lighttpd 2006-04-15 11:27:24: (mod_fastcgi.c.1022) execve failed for: /home/getcapture/application/public/dispatch.fcgi No such file or directory [getcapture@alpha getcapture]$
2010 Apr 10
0
[LLVMdev] Proposal: stack/context switching within a thread
I took the liberty of forwarding this to the Stackless Python list, since they switch stacks, and I got a response at http://thread.gmane.org/gmane.comp.python.stackless/4464/focus=4467. The upshot is that they really need the ability to allocate only a tiny amount of space for each thread and grow that as the thread actually uses more stack. The way they accomplish that now is by copying the
2015 Mar 19
3
CRAN binary, but no source
Hi All, this is a CRAN question, so I am sorry if this is not the appropriate forum. I noticed that there is at least one CRAN package that has a binary (OSX Mavericks) for a version, that does not have any source package on CRAN. Or at least I am unable to locate it. The package is Rglpk: http://cran.r-project.org/web/packages/Rglpk/index.html It offers a binary for 0.5-2, but there is no
2004 Jul 02
3
IRQ Misses and Dropped Calls?
Hello everyone, I'm using a TE410P, no irq sharing, and all extraneous devices disabled, such as USB, Parallel etc. I'm getting a few IRQ misses according to ZTTOOL. We're running a standard PRI_CPE interface and seem to be getting dropped calls, and errors on the D-CHANNEL occasionally. The circuit itself is very solid, it was in use on our old PBX just a few weeks ago, never
2006 Dec 18
8
file diff?
...es will be installed. Any ideas? -- Christopher McCrory "The guy that keeps the servers running" chrismcc@pricegrabber.com http://www.pricegrabber.com Let''s face it, there''s no Hollow Earth, no robots, and no ''mute rays.'' And even if there were, waxed paper is no defense. I tried it. Only tinfoil works.
2004 Jan 31
2
TE410P E1 PRI problem
Hi everyone! Here is my configuration and messages taken from Asterisk startup. The E1 PRI trunk is connected to our national telecom company here in Croatia. When I call from outside over this trunk to my company I get 'error in connection' respnse. In the same moment I can't see anything in Asterisk, nothing that will tell me that the call reached Asterisk. I think there is a
2005 Nov 14
0
can't display controllers with lighttpd
Hello, I can see http://192.168.1.5/public/index.html i''ve created a controller as it''s mentionned in the rails bible ("agile web dev.." of M.Thomas) If i try http://192.168.1.5/say i have an error "file not found" I''ve really struggled a lot with this and already asked people at #lighhtpd but i really can''t find the answer. This is