similar to: Problems with NX ?

Displaying 20 results from an estimated 1000 matches similar to: "Problems with NX ?"

2009 May 04
1
help_if command_new column
Hi everyone, Do you know how to apply a If command to a vector in a data.frame, creating a new column? Example: If one species has "1" value in the Abundance column then it is "Solitary". If the abundance is higher than 1, is "School". I did: aggregationFunction <-function(x){ (if (x>1) a<- 'School' else a<-
2011 Mar 30
2
[LLVMdev] DWARF location lists
In the version of LLVM I'm using (Apple tag 2352.1), it seems that the DWARF emitter cannot produce DWARF location lists to outline when user variables live and where. Instead it uses a crutch of DW_AT_start_scope to specify each solitary location where an assignment to a user variable does occur. This is unsatisfactory for machines that put user variables in registers because it doesn't
2009 Dec 04
2
[LLVMdev] r72619
On Dec 4, 2009, at 2:40 PM, Eric Christopher wrote: > So, on top of this it seems like a lot of the semantics have changed > after your patch. I'm certain the existing patch is wrong and that > we'll want a computation somewhat similar to the clang one that I > think Doug is going to post. > > I think the safe thing is to revert for now and we can discuss all
2005 Feb 02
1
Calling Asterisk Autoattendant With SIP Phone
I'm trying to get into the world of Asterisk in order to use the voicemail and autoattendat features (and more stuff later) with a Redcom switch. But, I've only started and haven't gotten to that yet. At this point my solitary goal is to talk to the autoattendant via an SIP phone (SJPhone). I've spent countless hours trying to find the documentation I need to accomplish my goals
2014 May 02
4
[PATCH] tests: simple test for execstack supermin
Add a simple test which uses scanelf or readelf to detect whether the supermin executable is really not executable. Kind of followup of commit c9f7a7998021e1cbe22a8ec325d43e2bdc3eff5a. --- tests/Makefile.am | 1 + tests/test-execstack.sh | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100755 tests/test-execstack.sh diff --git a/tests/Makefile.am
2007 May 30
2
Centos 5 OpenVPN / SElinux
Hi, I'm running Centos 5 32bit and installed openvpn-2.0.9-1.el5.rf from Dag Wieers Repo. When OpenVPN is started during boot-up it just shows an SElinux related error message. When I start OpenVPN manually after the system has come up completely it works fine. Here are all the messages from /var/log/messages that are SElinux related: May 28 21:39:15 srsblnfw01 kernel:
2018 Aug 21
7
[lld] avoid emitting PLT entries for ifuncs
Hello, We've recently started using ifuncs in the x86(_64) FreeBSD kernel. Currently lld will emit a PLT entry for each ifunc, so ifunc calls are more expensive that those of regular functions. In our kernel, this overhead isn't really necessary: if lld instead emits PC-relative relocations for each ifunc call site, where each relocation references a symbol of type GNU_IFUNC, then during
2001 Aug 08
2
More WineX Build Problems
I downloaded a newer copy of WineX from the CVS, using WinCVS (Pesky winmodem doesn't work with Linux). I copied it to my linux partition & did a ./configure . To my surprise, an error was returned! bash: ./configure: No such file or directory I'm confused. What am I doing wrong (Yes, I'm a pathetic newbie)? Anybody have any ideas?
2007 Nov 05
2
Which Variable???
Hi Gurus! Please excuse this pesky Asterisk rookie....:-) I just wanted to know which channel variable tells asterisk the number of rings before an incoming call on FXO channel is answered? I looked through zapata.conf.sample and other places and could not find something there readily. Thanks, Jeng ___________________________________________________________ Want ideas for reducing
2005 Nov 03
3
Prototype is spamming my arrays!
Hi all, when I want to interate through an array, all those pesky Prototype functions get in my way! When I do this: --------------------- r=""; for(x in new Array()) { r+="var: "+x+", val: "+ (new Array())[x]+"\n"; } alert(r); --------------------- I get a giant alert window with loads of functions printed out. Is this a bug, or is there a better way to
2002 Aug 10
4
2.2.5, Sol 2.8, W2k - Printers...Status: Access Denied unable to connect - ??
hi When I highlight a printer icon in Win 2K, the Status bar shows Status: Access Denied, Unable to connect. It shows this for all samba printers. I can print a test page even though it shows access denied. Anyone know how to fix this? thanks. Dennis +******+ This e-mail message is meant solely for the person or organisation to whom it is adressed. The message may contain personal or
2018 Aug 20
2
[GreenDragon] Green Dragon to be restarted at 10:30PDT today
Hello, Green Dragon is currently having trouble letting go of open file descriptors. We all have those days where it's just hard to let something go. We are going to put her to sleep for a bit, perform a little maintenance magic and see if we can't get those pesky file descriptors to close for good. Planning to restart the system at 10:30PDT today (August 20,2018). We will post a
2010 Sep 16
4
Pesky homemade function code
Hi all- this seems to be simple to figure out but since im new to writing functions I dont know what is happening. Here is my code along with the error I am receiving: semivario=function(data,ids,times,resids){ id=unique(data$ids) index=combinations(length(data$times[data$ids==id[1]]),2) time=gamma=numeric(dim(index)[1]) for (j in 1:dim(index)[1]){
2007 Mar 23
2
kickstart - how do I specify I20_block driver
Hi, I have alot of kickstart and scripting going on as I provision lots of machines, and every now and then I run into a pesky machine or three that's still got that Adeptec zero-channel RAID card sitting on the board. Normally I like to rip it our and throw something more robust in, but if it's a cache machine or whatever, I leave it in. It makes my kickstart file useless until I
2003 Nov 21
2
[LLVMdev] GetElementPtrInst Again!
I'm trying to set up a call to printf in stacker and have managed to confuse myself. Perhaps you can shed some light. I've declared printf as a function taking a pointer to SByteTy with var args and returning SIntTy: > // Create a function for output (int printf(format,...)) > std::vector<Type*> params; > params.push_back( PointerType::get( Type::SByteTy ) );
2016 Feb 25
2
11.21,2 : how to transfer to Jolly Roger ?
I'd like to transfer all my pesky telemarketing calls to Jolly Roger . http://www.nytimes.com/2016/02/25/fashion/a-robot-that-has-fun-at-telemarketers-expense.html In the middle of a call I'd hit some DTMF sequence, which would dial Jolly Roger and transfer the call after Jolly Roger answers. But blindtransfer requires an extension after you hear "transfer". And I don't
2009 Jul 18
2
Zinb for Non-interger data
Sorry bit of a Newbie question, and I promise I have searched the forum already, but I'm getting a bit desperate! I have over-dispersed, zero inflated data, with variance greater than the mean, suggesting Zero-Inflated Negative Binomial - which I attempted in R with the pscl package suggested on http://www.ats.ucla.edu/stat/R/dae/zinbreg.htm However my data is non-integer with some pesky
2010 Feb 25
0
[LLVMdev] AVX support
On Thursday 25 February 2010 15:33:58 Jan Sjodin wrote: > I have seen some re-factoring work done to prepare for AVX support. What > are the plans (time wise) to add the AVX patterns to the backend? Has > anyone thought about FMA4? Oh yes. :) FMA4 will have a different feature bit than AVX or FMA3. FMA4 is our top priority after AVX due to Bulldozer. What would you like to see for
2001 Dec 01
1
Can't find xmessage
I am getting that pesky "Wine launcher is unable to find xmessage". I asked Mandrake Expert and was told that this is included in XFree86 version 4 (which I am running). I have searched for this file and still can't find it. Any ideas what I can do about it? I am running mdk 8.1. Regards, Jim
2004 Dec 07
1
Inoming caller id withheld, move to new context, possible?
Hi, now I've got caller id working on my BT line in the UK, I'd like to play a different message to those pesky sort who with hold their outgoing number. How can I do this in my extensions.conf for my [incoming-analog] context? I realise some people may call who are unable to change the way that their system withholds the outbound number, so I'll give them chance to leave a voice