search for: allays

Displaying 20 results from an estimated 21 matches for "allays".

Did you mean: allways
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 way to go. I don't want to throw money at a better card if the card is not the issue b...
2020 May 01
3
[cfe-dev] RFC: Switching from Bugzilla to Github Issues [UPDATED]
2020 May 01
3
[cfe-dev] RFC: Switching from Bugzilla to Github Issues [UPDATED]
On 05/01/2020 01:40 PM, Wyatt Childers via llvm-dev wrote: > I agree with everything said here, to me this seems like the most sane option. It seems like this approach could also be tested at a smaller scale if there are concerns about deleting a repo, to see if there is any observable effect. > > While I haven't performed this particular trick on Github, based on my experience
2006 Mar 07
2
(newbie) Accessing the pieces of a 'by' object
Folks, I know that I can do the following using a loop. That's been a lot easier for me to write and understand. But I am trying to force myself to use more vectorized / matrixed code so that eventually I will become a better R programmer. I have a dataframe that has some values by Year, Quarter and Ranking. The variable of interest is the return (F3MRet), to be weighted averaged within the
2017 May 02
4
[SPIR-V] SPIR-V in LLVM
> On 2 May 2017, at 8:48 am, Tom Stellard <tstellar at redhat.com> wrote: > You would probably need to write a new tablegen backend to generate > instruction tables that would be used outside of LLVM. I think I need to write one anyway because I need to generate lots of tables other than the instruction table (there are no registers and therefore no register table), at least one
2006 Aug 08
0
Equivalent of request.setAttribute(key, value) in Rails??
Hi All I come from Java/J2EE background and I was wondering if there was any way of setting an attribute-value in request. As far as I understand the equivalent is/are the controller instance variable that are exposed to the view(templates/layout). But they are not the same as storing values in request objects in Java servlets. Plus I feel this can give rise to race condition and data swapping
2007 Dec 06
0
Re: Load Balancing
Greetings, First let me thank the gentleman who allayed my fears about CentOS 5.1's "yum update" download size. but all the same it turned out to be in megabytes. not to mention the k3b *roasted* couple of DVD's to uselessness and I am still giving explanations to the stupid ancient,retired, former stupid cretin bean counters masquerading as "managers" and
2014 Jul 22
2
[PATCH 09/17] drm/radeon: use common fence implementation for fences
op 22-07-14 14:19, Christian K?nig schreef: > Am 22.07.2014 13:57, schrieb Daniel Vetter: >> On Tue, Jul 22, 2014 at 01:46:07PM +0200, Daniel Vetter wrote: >>> On Tue, Jul 22, 2014 at 10:43:13AM +0200, Christian K?nig wrote: >>>> Am 22.07.2014 06:05, schrieb Dave Airlie: >>>>> On 9 July 2014 22:29, Maarten Lankhorst <maarten.lankhorst at
2006 Dec 15
2
BugReport: rsync fails it's own "regression" test "chmod-option"
...ryone likely sees the SKIP'ed test and ignores it. Being foolish I happened to notice that the skipped tests wanted root and decided to run the test suite ("make check") as root as the software indicated it needed for a full test. When run as root the "chmod-option" test allays fails, and fails across many versions of Linux, RedHat-7.3, SuSE-10.0, Debian-Etch in the same way. I suspect it's more likely a test failure then a code failure, but it needs to be fixed just the same before folks like me (paranoid, pedantic) will accept that the newer versions of rsync ar...
2002 Mar 29
2
scp : Problems with pathing
Hi, I'm sure I'll get a few "RTFM", but I hope I'll allay those feelings. I'm getting the "scp: command not found". I've read the FAQ. I've read bugs 42 and 82 in bugzilla. Hopefully, I didn't overlook something. At a minimum, defines.h has : #ifdef USER_PATH # ifdef _PATH_STDPATH # undef _PATH_STDPATH # endif # define _PATH_STDPATH
2006 May 12
2
Sangoma A200D problem
Hi all, I've been having problems with my A20002D lately - callers from the PSTN don't hear me when I answer, but I hear them. Disabling echo cancellation in zapata.conf brings the audio (and echo) back. This used to work fine, until two days ago. The only weird thing in the logs is this: May 12 07:42:53 steerpike wan_ecd: wp1ec: The H100 slave has lost its framing on the bus! May
2006 Sep 04
2
Is it better to rebuild or update my notebook for 4.4
Wow! With all the conversations here, and some things on my system, I am seriously thinking of taking another drive, install 4.4 on it, and then move my /home partition (I planned for such eventualities by putting /home on its own partition). Couple of questions: I did my current build with a ks.cfg on a floppy. Can I use the same information for 4.4 as I did for 4.3? That is none of
2014 Jul 22
1
[PATCH 09/17] drm/radeon: use common fence implementation for fences
> No, you really shouldn't be doing much in the check anyway, it's meant to be a lightweight check. If you're not ready yet because of a lockup simply return not signaled yet. It's not only the lockup case from radeon I have in mind here. For userspace queues it might be necessary to call copy_from_user to figure out if a fence is signaled or not. Returning false all the time
2005 Feb 24
7
Question performnace of SSH v1 vs SSH v2
Hello I have ported OpenSSH 3.8p1 to a LynxOS platform. Recently I heard a report from the field that v2 is perceived to be significantly slower than v1. Is this a known issue? Are there any configuration parameters that can be modified to make v2 faster? Thanks in advance for your response Amba
2017 May 01
2
[SPIR-V] SPIR-V in LLVM
On 1 May 2017, at 11:53 pm, Tom Stellard via llvm-dev <llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org>> wrote: > First of all you may want to review the thread from a few years ago about putting a SPIR-V target into LLVM: > http://llvm.1065342.n5.nabble.com/RFC-Proposal-for-Adding-SPIRV-Target-td82552.html Thanks I will take a look. > The fact that the SPIR-V
2014 Jul 22
3
[PATCH 09/17] drm/radeon: use common fence implementation for fences
On Tue, Jul 22, 2014 at 01:46:07PM +0200, Daniel Vetter wrote: > On Tue, Jul 22, 2014 at 10:43:13AM +0200, Christian K?nig wrote: > > Am 22.07.2014 06:05, schrieb Dave Airlie: > > >On 9 July 2014 22:29, Maarten Lankhorst <maarten.lankhorst at canonical.com> wrote: > > >>Signed-off-by: Maarten Lankhorst <maarten.lankhorst at canonical.com> > >
2009 Apr 24
1
About ParallelR and licensing of packages
Howdy all... Reading with interest the thread(s) about REvolution, package licensing and the requirements of the GPL. First of all, let me introduce myself?. ?I joined REvolution Computing in February, after working for nearly 4 years for Intel as an open source strategist and before that for 6 years at Sun, where I established the first corporate open source programs office. ?I'm a Member of
2018 Oct 22
0
With the right kind of eyes you can almost see the high-water mark—that place where the wave finally broke and rolled back.
<http://vesedo.cf/lists/lt.php?id=YUgFAw9SVE9RXVEdU1wDX1cNVg> ME CUB I CYCLE. /I C OW/. OFFICE WORKER ... /Master of Orion/? "/Mooo!/" /to you too, Ymir <http://vesedo.cf/lists/lt.php?id=YUgMBQZVGAFbVR1QWlQKVF0F> /. Sometimes it's hard to really understand what it means to hear that your story begins with a cubicle
2020 Oct 09
3
[MTE] Globals Tagging - Discussion
> > note: these bits are not really reserved for os or processor > specific use in ELF. in practice they are processor specific > so it will be STO_AARCH64_TAGGED. > Correct. note2: undefined symbol references will need correct marking > too if objects may get copy relocated into the main exe and > linkers should check if definitions match references. Yep - at this point I
2006 Mar 08
0
survival
Dear R-helpers, We marked 6000 leaves from 5 SPECIES - 10 individuals/species - in two different TREATMENTs: a control and a dry-plot from which 50% of incoming precipitation was excluded. We followed those leaves for 42 months and noted the presence and absence at each visit. I then carried out a Cox Harzard model to see differences in leaf mortality between parcels and among species over time: