search for: waaay

Displaying 20 results from an estimated 57 matches for "waaay".

Did you mean: waaaay
2006 May 12
3
Echo cancel: chan_misdn vs bristuff? HFC card vs expensive card?
Hello everyone. I've got a HFC ISDN card that I'm using with chan_misdn and it basically behaves like crap. Echo is waaay worst then echo I get TDM400 card, sound is "choppy" (there other side is allays complaining about sound interruptions) and to top it all it detects fake DTMF's all the time. Is this a chan_misdn problem or is it a card problem? I really need to get this fix and I need to know the...
2015 Nov 26
2
Accessing TableGen defined variable in the cpp code
Hello all, I would like to assign some bits in the instructions, based on the order of mnemonics that appear in a special order. I can do it in TableGen itself, but it will not be well maintainable based on the things I want to accomplish. Therefor, I would like to do it in the c++ file which is waaay easier (at least in the concept!!). Imagine I have this in my base class in TableGen: *bits<4> bitpattern = 0;* *let Inst{10-7} = bitpattern;* Then, at the moment that I am parsing the instruction, I would like to assign a value to "bitpattern" variable! for example: ->Parse...
2015 Nov 04
3
Nouveau for FreeBSD
On 04/11/15 09:08, cbergstrom at pathscale.com wrote: > Is anyone actually and or actively working on this? > Github.com/pathscale/pscnv is totally bitrot but waaay more portable > base. Nouveau made hard Linux assumptions that will be difficult to > overcome afaik. As pointed out by Ilia, this is not true anymore. Nouveau can also partially run in the userspace, the hard dependencies on Linux have been abstracted. Also, pscnv does not support the...
2015 Nov 04
3
Nouveau for FreeBSD
Any progress on the FreeBSD front? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20151103/53a1688d/attachment.html>
2011 Mar 08
3
HD webcam bitrate
I am looking at getting a HD webcam, I am wondering what is the bitrate of them? Can they be used with a 12Mb/s USB ports? tom_a_sparks "It's a nerdy thing I like to do"
2006 Oct 04
5
Sites that use Mongrel
...one, in the same URL space, so if you are an investment professional, you login, and then index.html and other parts of the site show you different things. Performance in this setup is better than anything except maybe one using fcgi (the site should peak at about 200 dynamic reqs/second, which is WAAAY more than it''ll ever get), but this is brain dead simple to setup and manage, so I like it much more than I like fcgi, and I can toggle pure Mongrel or Mongrel/EM hybrid operation in about 2 seconds, too. Good stuff. I am pleased with what you have brought to the table with Mongrel, Zed....
2017 Aug 30
2
rkhunter and prelink
...id of prelink, and I rid of it specifically on my kickstart files. Two or three years down the road RedHat came to its senses and removed prelink from what is installed by default. I'm surprised, Mark, that you still have it some place. Any specific reason? If not, get rid of prelink which does waaay more harm than it does good IMHO. Valeri >> >> Anyone have any ideas what's going on here? I don't see anything in the >> prelink.conf, or any options in the prelink manpage to tell is what hash >> to use. >> >> mark >> >> _____________...
2006 Jul 28
1
RE: [PATCH] Minor fix to xentop to stop it dying whendomains go away at the wrong time
...simply removing it from the returned list should be fine. Turns out that this also means the collectors don''t need to return special codes either - they are back to either working (and potentially pruning a domain from the list) or failing completely. Patch attached (boy, this is taking waaay more time than I expected!) Simon > -----Original Message----- > From: xen-devel-bounces@lists.xensource.com [mailto:xen-devel- > bounces@lists.xensource.com] On Behalf Of Keir Fraser > Sent: Thursday, July 27, 2006 5:26 AM > To: Graham, Simon > Cc: xen-devel@lists.xensource.com...
2016 Nov 17
2
"-stdlib=libc++" applied to CMAKE_CXX_FLAGS
llvm/cmake/modules/HandleLLVMStdlib.cmake specifies "-stdlib=libc++" for CMAKE_CXX_FLAGS when LLVM_ENABLE_LIBCXX and CXX_SUPPORTS_STDLIB. From what I can see this is a flag intended for the linker and not the compiler. I'd like to submit a change to delete CMAKE_CXX_FLAGS from this append() but I wanted to check in with the list to see if that makes sense or if there are other
2017 Feb 08
2
[PATCH RFC 2/2] x86/vdso: Add VCLOCK_HVCLOCK vDSO clock read method
...(u32)b; > + b_hi = b >> 32; > + p1 = a_lo * b_hi; > + p2 = a_hi * b_lo; > + > + return a_hi * b_hi + (p1 >> 32) + (p2 >> 32) + > + ((((a_lo * b_lo) >> 32) + (u32)p1 + (u32)p2) >> 32); > + > +} Unless GCC is waaay more clever than I think, this is hugely suboptimal on 64-bit. x86 can do this in a single instruction, and gcc can express it cleanly using __uint128_t. I wouldn't be terribly surprised if the 32-bit generated code was fine, too. > + > +static notrace u64 vread_hvclock(int *mode) >...
2017 Feb 08
2
[PATCH RFC 2/2] x86/vdso: Add VCLOCK_HVCLOCK vDSO clock read method
...(u32)b; > + b_hi = b >> 32; > + p1 = a_lo * b_hi; > + p2 = a_hi * b_lo; > + > + return a_hi * b_hi + (p1 >> 32) + (p2 >> 32) + > + ((((a_lo * b_lo) >> 32) + (u32)p1 + (u32)p2) >> 32); > + > +} Unless GCC is waaay more clever than I think, this is hugely suboptimal on 64-bit. x86 can do this in a single instruction, and gcc can express it cleanly using __uint128_t. I wouldn't be terribly surprised if the 32-bit generated code was fine, too. > + > +static notrace u64 vread_hvclock(int *mode) >...
2006 Apr 25
2
Help on chan_misdn and MSN's
...9;m not including any other info at the moment because I'm unable to "filter" the list myself and the list of things I've been doing today is veeeeery long (starts with downloading kernel 2.6.16.11 off kernel.org, patching for mISDN, downloading chan_misdn, compiling everything... waaay too long list, most of it irrelevant)
2006 Jan 21
4
Ruby processes consuming 1,000 megs of swap space
Hi all. The subject pretty much says it. I''m running on a VPS-style shared server at pipespring.com. I''ve got Typo setup, and have been running it fine for about a month. However, today I got an e-mail from my host saying they disabled Ruby (chmod 000) because it was using waaay too much swap space. I haven''t changed anything with my server at all (Rails or otherwise) in at least a week. I looked through the server, development and fastcgicrash logs but found nothing that screamed "I''m messing this up!" The server is up and running right now,...
2015 Nov 04
3
Nouveau for FreeBSD
...C Bergström wrote: > On Wed, Nov 4, 2015 at 3:33 PM, Martin Peres <martin.peres at free.fr> wrote: >> On 04/11/15 09:08, cbergstrom at pathscale.com wrote: >> >> Is anyone actually and or actively working on this? >> Github.com/pathscale/pscnv is totally bitrot but waaay more portable base. >> Nouveau made hard Linux assumptions that will be difficult to overcome >> afaik. >> >> >> As pointed out by Ilia, this is not true anymore. Nouveau can also partially >> run in the userspace, the hard dependencies on Linux have been abstrac...
2008 Apr 05
0
[LLVMdev] Proposal for improving the llvm nightly tester
My main complaints about the nightly tester are: Loading the web pages is waaay tooo sllooooow The information provided is not terribly useful for tracking down bugs. What bug fixers need is environment+command line options adequate to reproduce the problem. Access to the run logs would be a good start. On Apr 4, 2008, at 9:22 PM, Rajika Kumarasiri wrote: > hi all...
2007 Feb 14
9
DomU crash during migration when suspending source domain
...nel/cpu/intel_cacheinfo.c) is attempting to clean up the cache info for a processor that does not yet have this info setup - the code is dereferencing a pointer in the cpuid4_info[] array and looking at the dump I can see that this is NULL. My working theory here is that we attempted the migration waaay early and the initialization of the array of cache info pointers was not setup for all processors yet; it would be relatively easy to protect against this by checking for NULL, but I''m not sure if this is the correct solution or not -- if anyone is familiar with this code and can comment o...
2009 Aug 13
6
Mongrel Memory Usage
All, I''m trying to figure out the best way to estimate the amount of memory usage that will be taken up by Mongrel and I''m hoping that you have some estimates that can help me. I''m currently estimating the following: Memory Required = Number of running puppetmasters * size of manifests * number of clients managed The mongrel model doesn''t seem to *ever*
2006 Aug 06
19
Rails *that* slow?
I''m working on my first little rails-application. It''s a rewrite of a gallery-script i once made (in PHP): http://notdotnet.net However - my rails-version is waaay to slow :( http://r.notdotnet.net/ I don''t do any heavy image-processing, I don''t have any killer-algorithms with a time complexity on O(n^n), and I don''t use any major hacks. The only "stupid" thing i really do is an "ORDER BY RAND()" on a table with...
2008 Apr 05
4
[LLVMdev] Proposal for improving the llvm nightly tester
hi all, After having some discussions in the IRC, I am trying here to come up with a proposal for GSoC 2008 for improving the llvm nightly tester[1].Following are the ideas and suggestions that came up in the discussion, if you have any comment or any other suggestion please add them to the list. I have some doubts in some places. 1. Improvements to the perl script which manage actual testing
2013 Apr 11
1
Pruning embedded samba 3.6 installation
...e Samba server with a small ancillary operating system tacked onto it. I listed the files in my file system image, and see that lots of the commands are quite large. I understand that Samba 4 is better behaved in this way, but writing my own bitbake recipe to include such a large complex system is waaay beyond me, so I have to wait until someone else does it. I can, however, figure out how to prune various unneeded files from the image to make it smaller. But what's unneeded? I'd like to know what commands will NEVER be used if I don't explicitly invoke them myself. That is, commands...