Displaying 9 results from an estimated 9 matches for "flipflops".
Did you mean:
flipflop
2005 Aug 04
0
totally confused, samba flipflop fuctionality
It's working from the linux box and not the xp then
it's not
Yes I try making corrections and this probably
accounts for the confusion and broken samba
communication. I just never seem to be able to come
up with a working working configuration.
Exception: smbclient; I can mount the XP share in a
directory on my Linux box or at least the last time I
checked.
I have to turn off the
2003 Oct 20
1
mgcp transfer takeback with ata186 (logs with comments - long post)
Hi,
in following of a recent discussion I got to work on MGCP with the Cisco
ATA186 again, and got it to work very nicely. However, there is a little
thing with transfers I would like to get comments on:
Call comes in from PSTN and goes to an ATA186 (MGCP)
Call is answered and then, using flash, transferred to another extension
If the extension is available, there can be an announcement and
2003 Feb 12
3
duplicated file removal: call for comment
...eeC/ treeD/ dest/
sh-2.05a# cat dest/etc/etctest
treeC
sh-2.05a# /export/local-1/src/rsync-origs/rsync-2.5.5/rsync -a -W --numeric-ids
--delete treeA/ treeB/ treeC/ treeD/ dest/
sh-2.05a# cat dest/etc/etctest
treeA
sh-2.05a#
..and is also wrong, because i expected treeD. if i delete treeC, then
it flipflops between treeA and treeD.
that's clear du to the fact that the current list reference was free'd instead
of the previous list entry, and thus the next while-loop could not detect
that the current reference is also a duplicate of the previous or pre-previous.
[..]
-----
Waye:
Subject: Re:...
2011 Nov 15
2
How can rpm "%{SUMMARY}" not be consistent?
...RSION}","%{VERSION}-%{RELEASE}","%{ARCH}","%
{SUMMARY}"\n' \
| sort -t\" -k3 > ${OUTFILE}
Stuff the resulting ${OUTFILE} in an rcs file.
And some days the rcs file will show deltas such as the following (which
was pulled from a rather recent set of flipflops):
--- mach.csv 2011/11/15 10:50:04
+++ mach.csv 2011/11/15 09:22:53
-"CentOS","bash","3.2","3.2-32.el5","i386","The GNU Bourne Again shell
(bash) version 3.1."
+"CentOS","bash","3.2","3.2-32...
2007 Apr 18
1
[Bridge] Unexpected behaviour
Hi, I've set up a bridge using the 2.6.11.6 kernel. The machine is
running Debian testing with three NICs in it. eth0 is a standard 100Mb
Intel NIC, eth1 and eth2 are both Intel gigabit cards using the e1000 driver.
I tested everything at 100Mb and it worked fine. I moved the machine into
production, eth1 plugging into a dumb 100Mb D-link switch, eth2 plugging
into a shiney new Cisco
2004 Jun 29
0
MGCP and call waiting, doesn't work.
Hey guys, can you shead some light on this?
I will copy my mgcp.conf and post below, but here is the problem.
I can't get call waiting to work with my MGCP device. I already have one call going, and I can hear the second call come in, I flash over to it, but all I get is a dial tone, * puts the 1st call on mute/hold, but I never get the second, and it terminates. I flash back over and pick
2006 May 31
0
Theora Decoding on FPGA
...Total pins : 54
Total virtual pins : 0
Total memory bits : 2,048
DSP block 9-bit elements : 230
Total PLLs : 0
Total DLLs : 0
------------------------------------
These numbers are no good.
Im using (on this first version) a RAM like an array, acessing every
time , without worry.
But, It inferrs flipflops for each memory position, and big muxes to control it.
So, to solve this problem, I will use a syncronous memory model, That
will inferr Block RAMS (FPGA specialized blocks). This is like small
SRAMs into the FPGA chip.
I think that using it, the area can drop down to 3% to 5% of the
Stratix FPGA...
2006 May 30
2
16 bits, cast on idct function
Hi all,
Just a stupid question
The IDctSlow function on file idct.c has this line :
ip[0] = (ogg_int16_t)((_Gd + _Cd ) >> 0);
The ip[0] , _Gd and _Cd are of type ogg_int32_t
My question is:
The result of (_Gd + _Cd) can be a number with more than 16 bits ?
(yes, it can be because they are int32, but the algorithm could
guarantee something about that... I dont know...)
If
2011 Feb 08
12
multiple puppetmasters (w/ Passenger) behind load balancer
Hello Gang,
I''m working on scaling my puppet solution, and I''m deploying multiple
masters w/ passenger that are going sit behind a load balancer. If anyone
is using these type of setup, would you share how you deal with the SSL
certs? I''ve been following Bode''s Blog (http://bodepd.com/wordpress/?p=7),
and it''s not working to good for me.