Displaying 20 results from an estimated 114 matches for "iffi".
Did you mean:
iff
2007 Apr 30
2
Improving Asterisk's DNS support
Hello everyone,
After several years of using Asterisk I have always been frustrated
by the support for DNS. I have seen all kinds of strange behavior
when Asterisk is used on a system with "iffy" DNS servers:
- no failover to other DNS servers in /etc/resolv.conf (might be a C
library thing)
- chan_sip will sometimes mark even local SIP peers as unreachable
during/after any DNS
2011 Nov 16
3
create list of names where two df contain == values
Hello again... sorry to be posting yet again, but I hadn't anticipated this
problem.
I am trying to now put the names found in one column in data frame 1 (lets
call it df.1[,1]) in to a list from the rows where the values in df.1[,2]
match values in a column of another dataframe (df.2[3])
I tried to write this function so that it put the list of names (called
Iffy) where the 2 criteria
2014 Jun 17
4
[LLVMdev] Attaching range metadata to IntrinsicInst
On 17 June 2014 06:41, Eli Bendersky <eliben at google.com> wrote:
> On Tue, Jun 17, 2014 at 1:38 AM, Nick Lewycky <nicholas at mxc.ca> wrote:
>
>> Chandler Carruth wrote:
>>
>>> This seems fine to me, but I'd like to make sure it looks OK to Nick as
>>> well.
>>>
>>
>> I strongly prefer baking in knowledge about the
2015 Jun 29
5
resolve errors with Samba 4 dns
I'm running Debian/Jessie on a server which is used as an AD DC. I'm
getting errors like this:
Hit http://ftp.ca.debian.org jessie InRelease
Hit http://ftp.ca.debian.org jessie/main Sources
Hit http://ftp.ca.debian.org jessie/main amd64 Packages
Hit http://ftp.ca.debian.org jessie/main Translation-en
Err http://ftp3.nrc.ca jessie InRelease
Err http://ftp3.nrc.ca jessie-updates InRelease
2010 Oct 01
2
strange interaction between rasterImage and Grid graphics
Dear all,
This may be specific to Mac, I haven't had a chance to test another
platform. Consider this,
plot(1,1,t="n")
rasterImage(matrix(1),1,1,1,1)
library(grid)
grid.rect(gp=gpar(fill="grey"))
The grid.rect covers the full device window as expected. However, when
I resize the window ever so slightly (interactive device) the rectGrob
is suddenly clipped to the previous
2014 Jun 17
2
[LLVMdev] Attaching range metadata to IntrinsicInst
Eh? How do you envision this?
-eric
On Tue, Jun 17, 2014 at 2:09 PM, Jingyue Wu <jingyue at google.com> wrote:
> Hi Nick,
>
> That makes sense. I think a main issue here is that the ranges of these PTX
> special registers (e.g., threadIdx.x) depend on -target-cpu which is only
> visible to clang and llc. Would you mind we specify "target cpu" in the IR
> similar
2019 Jun 25
2
Optimised stack direction?
Why does LLVM struggle to optimize the following stack direction check?
#include <stdint.h>
inline int stack_direction() {
int x = 0;
int y = 0;
return uintptr_t(&x) < uintptr_t(&y);
}
int main(int argc, const char * argv[]) {
return stack_direction();
}
It generates the following assembly:
main: # @main
lea rcx, [rsp - 8]
lea rdx, [rsp - 4]
xor eax, eax
2018 May 11
2
SIP Codec negotiation
On Fri, 11 May 2018, Joshua Colp wrote:
>> In the above example, even though the INVITE/SDP says they prefer gsm
>> over ulaw and the OK/SDP says I prefer ulaw over gsm, they can choose
>> to use gsm or ulaw?
>
> Yes.
>
>> Can it be asymmetrical? They send gsm and I send ulaw?
>
> Technically, yes. In practice it's a bit iffy - specifically because
2019 Oct 09
2
Livepatch: Linux kernel updates without rebooting
Hi,
I am running CentOS Linux release 7.7.1908 (Core). Does CentOS Linux kernel
3.10.0-1062.1.1.el7.x86_64 support kernel updates without rebooting (Live
Patching)?
I look forward to hearing from you and thanks in advance.
Best Regards,
Kaushal
2016 Dec 30
2
expunging all mailboxes
> > But is there a way tell it all mailboxes for a user? For example,
> something
> > like:
> >
> > doveadm expunge -u user at domain mailbox ALL savedbefore 30d
>
> try:
> doveadm expunge -u user at domain ALL savedbefore 30d
>
> just like the example thats here:
> http://wiki2.dovecot.org/Tools/Doveadm/SearchQuery
I already tried that. Did you?
2008 Feb 21
1
cid_rewrite.php -- Caller ID Name lookup
For those folks who are still using it --
I updated the cid_rewrite script. I noticed that two of the providers
were "iffy" and one had changed format a little while ago. It's working
again.
http://muware.com/asterisk has the latest (1.2.0)
Enjoy,
-- JM
2010 Jan 05
2
bind & kickstart
Anyone know what's up w/ trying to install bind through kickstart?
I am trying all variations of group installs, individual package
installs and it just won't install, it either fails on the libs, the
chroot pkg or whatever?
2012 Mar 27
1
My experience with wine
Here is a list of games that work for me! :)
Mass Effect 3- Perfectly
Halo- Perfectly
Left 4 Dead- Perfectly
Left 4 Dead 2- Perfectly
Dead Rising- Perfectly
Dead Rising 2/OTC- Perfectly
Sonic Generations- No sound, other than that perfect.
Blood Rayne 1- Perfectly
BloodRayne 2- Perfectly on the default resolution, any other that the text isn't displayed correctly
Terminator: Salvation:
2014 Jun 17
3
[LLVMdev] Attaching range metadata to IntrinsicInst
On Tue, Jun 17, 2014 at 2:33 PM, Jingyue Wu <jingyue at google.com> wrote:
> Hi Eric,
>
> In the IR, besides "target datalayout" and "target triple", we have a
> special "target cpu" string which is set by the Clang front-end according to
> its -target-cpu flag. We also write a Module::getTargetCPU() method to
> retrieve this string from the
2006 Aug 03
5
tc filter
Hi,
Is it possible to make a filter with tc which exclude an IP like iptables ??
ex:
iptable -t mangle -A PREROUTING -i eth0 -d ! 192.168.1.222 -j MARK ...
I try the ! with tc but it doesn''t work.
Thanks,
doude.
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
2018 Dec 30
2
rsync remote raw block device with --inplace
It would be very nice to be able to rsync the raw data content of, e.g., a
non-mounted disk partition, particularly in combination with --inplace.
Our reality: several dual-boot machines running Windows during the day and
Linux at night, during backups. Windows is very tedious and iffy to
re-reinstall without a raw disk image to start from. Disks fail, and the
ensuing downtime must be
2004 Aug 06
1
bitrate for slow modems
On Fri, 6 Apr 2001, John Griffiths wrote:
> ok so 24kbps for 56k modems...
>
> can i go any lower and get the 28 k modems? (still a lot of them about) or will 24 be good enough fo that?
As others have said, 16kbps should do the trick. Keep in mind though that
the quality of the sound will also depend on the sampling r...
2003 Aug 25
3
Grandstream firmware update DMTF Payload Type
Since firmware 1.0.3.81, unless I'm imagining things, Voicemail2 seems
to be having problems.
The Grandstream and sip.conf were set to RFC2833 now with that setting I
get extra digits during "Mailbox" and "Password" phases. 222001 instead
of 2201 for example.
When both are changed to "SIP info" there is no problem.
But what is the new setting "DTMF Payload
2012 Aug 13
9
[PATCH RFC] xen/netback: Count ring slots properly when larger MTU sizes are used
Hi,
I ran into an issue where netback driver is crashing with BUG_ON(npo.meta_prod > ARRAY_SIZE(netbk->meta)). It is happening in Intel 10Gbps network when larger mtu values are used. The problem seems to be the way the slots are counted. After applying this patch things ran fine in my environment. I request to validate my changes.
Thanks
Siva
2018 Feb 16
3
Install CentOS 7 on MBR hard disk
Stephen J Smoogen wrote:
> OK wild guess on install options as sometimes they will do this but
> not say they did it. Try adding inst.gpt=false to the boot line.
Sorry, that didn't work. Nor did installing CentOS 7 without a boot
loader, chroot-ing into it, and trying to install grub2 manually:
grub2-install /dev/sda --target=i386-pc
grub2-mkconfig -o /boot/grub2/grub.cfg
>