search for: flipflop

Displaying 9 results from an estimated 9 matches for "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)
...updated on MGCP/aaln/1@217.114.96.220-0 -- Executing Busy("MGCP/aaln/1@217.114.96.220-0", "") in new stack -- Endpoint 'aaln/1@217.114.96.220-0' observed 'hf' -- Swapping 0 for 1 on aaln/1@217.114.96.220 -- We didn't make one of the calls FLIPFLOP 0 and 1 on aaln/1@217.114.96.220 -- MGCP Muting 0 on aaln/1@217.114.96.220 -- Stopped music on hold on IAX2[virtupbx@virtupbx]/16384 -- Endpoint 'aaln/1@217.114.96.220-1' observed 'hu' NOTICE[18450]: File chan_mgcp.c, Line 775 (mgcp_fixup): mgcp_fixup(IAX2[virtupbx@...
2003 Feb 12
3
duplicated file removal: call for comment
...ps/all-lilo/ /simpel2/trees/groups/all-inf/ /simpel2/trees/groups/linux-X11sis/ /simpel2/trees/machines/ws/inf.fu-berlin.de/pc145/ /simpel2/public/update-all/ simpel-update@160.45.112.145::simpel-update/ my suggestion is, to change your fix like in 2). Appendix 1: ----------- this bug lead to a flipflop 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# /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...
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-3...
2007 Apr 18
1
[Bridge] Unexpected behaviour
...hat appears to be working ok. I'm curious if anyone knows why this is happening. Its a first for me, but this also is the first bridge I've made which features gigabit cards. Interestingly if I swap over eth1 and eth2 (so eth1 goes into the Cisco and eth2 goes to the D-link) the same flipflop state occurs. If it helps, here is the relevant ifconfig: br0 Link encap:Ethernet HWaddr 00:03:47:DF:7A:61 inet6 addr: fe80::203:47ff:fedf:7a61/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:34792 errors:0 dropped:0 overruns:0...
2004 Jun 29
0
MGCP and call waiting, doesn't work.
...on aaln/2@10.252.240.2 -- MGCP Muting 1 on aaln/2@10.252.240.2 -- MGCP mgcp_new(MGCP/aaln/2@10.252.240.2-0) created in state: Down -- Endpoint 'aaln/2@10.252.240.2-0' observed 'hf' -- Swapping 0 for 1 on aaln/2@10.252.240.2 -- We didn't make one of the calls FLIPFLOP 0 and 1 on aaln/2@10.252.240.2 -- MGCP Muting 0 on aaln/2@10.252.240.2 Jun 29 09:47:08 WARNING[278545]: pbx.c:1892 ast_pbx_run: Timeout, but no rule 't' in context 'pstn-in' -- Hungup 'Zap/2-1' -- Endpoint 'aaln/2@10.252.240.2-1' observed 'hu' =...
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 FPG...
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.