Displaying 20 results from an estimated 177 matches for "pcb".
Did you mean:
pc
2016 Jul 04
2
[PATCH] core/lwip: Avoid immediate reuse of UDP port numbers
...+++++++++++++++++--------------------
1 file changed, 33 insertions(+), 24 deletions(-)
diff --git a/core/lwip/src/core/udp.c b/core/lwip/src/core/udp.c
index 4596ba2..68e7f48 100644
--- a/core/lwip/src/core/udp.c
+++ b/core/lwip/src/core/udp.c
@@ -679,6 +679,37 @@ udp_sendto_if_chksum(struct udp_pcb *pcb, struct pbuf *p, ip_addr_t *dst_ip,
}
/**
+ * A nastly hack featuring 'goto' statements that allocates a
+ * new UDP local port. Based on equivalent code in tcp_new_port()
+ *
+ * @return a new (free) local UDP port number
+ */
+static u16_t
+udp_new_port(void)
+{
+ struct udp_pc...
2013 Oct 01
1
sonewconn: pcb 0xfffffe00c7223498: Listen queue overflow
Hello,
I updated our main server to 9.2-STABLE today and afterwards I noticed a
bunch of these messages, does anyone know what they mean? I was unable
to find anything on this error message. Things appear to be working OK
so far.
Sep 30 22:08:56 illidan kernel: sonewconn: pcb 0xfffffe00c7223498:
Listen queue overflow: 193 already in queue awaiting acceptance
Sep 30 22:12:27 illidan kernel: sonewconn: pcb 0xfffffe00c7223498:
Listen queue overflow: 193 already in queue awaiting acceptance
Thanks!
2011 Jun 01
2
lattice panel fine control
..., 239.7, 245.7, 2.2, 6.9, 6, 11.5, 9.5, 69.5,
139.5, 17.9, 16.7, 22.9, 27.3, 24.5, 12.7, 46.3, 102.2, 15.7,
71.2), family = structure(c(1L, 1L, 1L, 1L, 5L, 5L, 5L, 5L, 5L,
5L, 5L, 5L, 13L, 13L, 13L, 13L, 13L, 13L, 13L, 20L, 20L, 20L,
20L, 20L, 20L, 20L, 20L, 20L, 20L), .Label = c("non-orto PCB",
"non-orto PCB", "non-orto PCB", "non-orto PCB", "mono-orto PCB",
"mono-orto PCB", "mono-orto PCB", "mono-orto PCB", "mono-orto PCB",
"mono-orto PCB", "mono-orto PCB", "mono-orto PCB&qu...
2005 Sep 26
1
reading SAS data files
...data file. After starting R I
change to the directory containing the sas data file and use the "dir"
command to confirm that it is there. Then I run the following R-code:
library(foreign)
sashome <- "/Program Files/SAS/SAS 9.1"
test<-read.ssd(file.path(sashome), "pcb",
sascmd = file.path(sashome, "sas.exe"))
but R responds with:
SAS failed. SAS program at C:\DOCUME~1\DSONNE~1\LOCALS~1\Temp\Rtmp3540\file16169.sas
The log file will be file16169.log in the current directory
Warning message:
SAS return code was 2 in: read.ssd(file.pat...
2012 Feb 14
2
how to test the random factor effect in lme
Hi
I am working on a Nested one-way ANOVA. I don't know how to implement
R code to test the significance of the random factor
My R code so far can only test the fixed factor :
anova(lme(PCB~Area,random=~1|Sites, data = PCBdata))
numDF denDF F-value p-value
(Intercept) 1 12 1841.7845 <.0001
Area 1 4 4.9846 0.0894
Here is my data and my hand calculation.
> PCBdata
Area Sites PCB
1 A 1 18
2 A 1 16
3 A 1 16...
2002 Aug 22
0
No Cost PCB Design Tool
PCB123 is the perfect design software for schools, universities & institutions.
It's free, easy to use, and a fun way to learn about the entire circuit board process.
http://www.pcb123.com?src=edu
Here's what you get:
- Free schematic & layout design software
- Quote your boards as yo...
2011 Jul 20
0
GLOBAL CONNECTOR - GNN Components, Co.Ltd
...tors and Cable
GCT_Memory connectors
GCT_Modular connectors
GCT_Sim connectors
GCT_USB connectors
3. Featured of Product :
Dual SIM connectors (http://www.gnn-components.com/Global_Connector_Technology_GCT-22-417.aspx)
Dual SIM slots allow plugging of two SIM cards into one connector, saving you PCB space and cutting the cost of PCB placement. This enables applications using two GSM accounts in one device. In personal handheld applications the connector permits use of 'work' and 'personal' accounts.
Micro B and A/B Receptacle (http://www.gnn-components.com/Global_Connector_Tec...
2010 Dec 28
2
How to set up google client
...tially implemented.
fixme:ole:OleLoadPictureEx (0xac71a4,334,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f694), partially implemented.
fixme:ole:OLEPictureImpl_SaveAsFile (0x105ad00)->(0x108b358, 0, (nil)), hacked stub.
fixme:richedit:ME_StreamOutFlush Invalid returned written size *pcb: 0xdeadbeef (-559038737) instead of 0
fixme:richedit:IRichEditOle_fnInPlaceDeactivate stub 0xde7338
fixme:richedit:ME_StreamOutFlush Invalid returned written size *pcb: 0xdeadbeef (-559038737) instead of 0
fixme:richedit:ME_StreamOutFlush Invalid returned written size *pcb: 0xdeadbeef (-559038737)...
2008 Mar 28
1
how to register IAX user without password for any user
...risk Users Mailing List - Non-Commercial Discussion
<asterisk-users at lists.digium.com>
Message-ID: <16916992.1331206717891511.JavaMail.root at mail>
Content-Type: text/plain; charset=utf-8
Create a User and a Peer on both the machines for each other.
e.g IAX.conf on PCa
[pca2pcb]
type=peer
host=[IP OF pcb]
username=pca2pcb
serect=pca2pcb12345
qualify=yes
[pcb2pca]
type=user
context=default
auth=md5
secret=pcb2pca12345
deny=0.0.0.0/0.0.0.0
permit=[IP of pcb]
qualify=yes
ON PCb do the reverse in iax.conf
[pcb2pca]
type=peer
host=[IP OF pca]
username=pcb2pca
serect=pcb2pc...
2004 Feb 24
2
Terminal server problem
...We use samba 2.0.7 on Solaris 2.6.
After upgrade domain from NT4 to 2003 AD we start to get problem on our terminal server windows 2000. First user connect to samba server and other cannot do it.
I tried to use samba 2.2.8 - same problem.
Any suggestions?
Best regards,
Vadim Fattakhov
Frontline PCB Solutions System & Network Manager
Phone: +972-8-9322183 (ext. 130), fax: +972-8-9322186
2003 Aug 10
4
Strange things going on with 4.8
...;m having problems no end on my 4.8-STABLE box, and I hope you can help me.
My processes get lots of signals (mostly 6, 10 and 11), and my kernel dumps
core very often. I have the core dumps from the 4 latest crashes. See
attachment for more info.
Notice the common values for IdlePTD and initial pcb. Does this mean anything?
There are other problems as well:
1) Some time ago KDE was hanging in disk wait state forever.
2) When rebuilding the world, make sometimes fails, but when I retry, it
either works, or fails elsewhere. I have not seen this on -STABLE, only on
5.0-RELEASE (on the same...
2003 Jun 20
2
Zsh fork bomb paniced my kernel.
...is more I'm ment to do.
Thanks in advance :)
ultraviolet@tulip:~ %> uname -a
FreeBSD tulip.epweb.co.za 4.8-STABLE FreeBSD 4.8-STABLE #0: Wed Jun 11 10:09:55
SAST 2003 root@tulip.epweb.co.za:/usr/src/sys/compile/TULIP i386
Panic message:
IdlePTD at phsyical address 0x0042a000
initial pcb at physical address 0x0036e460
panicstr: vm_map_entry_create: kernel resources exhausted
initial pcb at physical address 0x0036e460
panicstr: vm_map_entry_create: kernel resources exhausted
panic messages:
---
panic: vm_map_entry_create: kernel resources exhausted
syncing disks... 2 2
done
Uptime:...
2009 Oct 19
2
Old application very slow
...roup[ 0]: 1003
Group[ 1]: 100
Group[ 2]: 1007
Group[ 3]: 1008
[2009/10/19 14:45:28, 5] smbd/uid.c:change_to_user(322)
change_to_user uid=(0,1007) gid=(0,1003)
[2009/10/19 14:45:28, 10] locking/locking.c:is_locked(98)
is_locked: optimisation - exclusive oplock on file ACE/TIKKLOK/PCBNR.NTX
[2009/10/19 14:45:28, 10] locking/locking.c:is_locked(136)
is_locked: flavour = WINDOWS_LOCK brl start=0 len=12 unlocked for
fnum 6473 file ACE/TIKKLOK/PCBNR.NTX
[2009/10/19 14:45:28, 10] smbd/fileio.c:read_file(104)
read_file (ACE/TIKKLOK/PCBNR.NTX): pos = 0, size = 12, returned 12
[2...
2016 Jul 04
1
[PATCH] core/lwip: Avoid 3-second delay for a half-open connection
...ipxe.org>
---
core/lwip/src/core/tcp_in.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/core/lwip/src/core/tcp_in.c b/core/lwip/src/core/tcp_in.c
index 9095264..d410dab 100644
--- a/core/lwip/src/core/tcp_in.c
+++ b/core/lwip/src/core/tcp_in.c
@@ -675,6 +675,9 @@ tcp_process(struct tcp_pcb *pcb)
/* send a RST to bring the other side in a non-synchronized state. */
tcp_rst(ackno, seqno + tcplen, ip_current_dest_addr(), ip_current_src_addr(),
tcphdr->dest, tcphdr->src);
+ /* Resend SYN immediately to establish connection */
+ pcb->rtime = 0;
+...
2007 Jul 13
2
Centos on the decTOP?
https://store.dataevolution.com/ProductDetails.asp?ProductCode=DT%2D7001
For $99 a nice little system with AMD Geode GX500 128Mb memory and 10Gb
disk. Upgrade to 256Mb and off we go?
Replace the hard drive with a Flash card, and run off a battery pack?
Add Bluetooth (lower power draw that 802.11) and run IP over it to your
desktop.... It does have ethernet, so a crossover cable works too.
2004 Jun 27
2
Dead Budgetone-101?
...nk occasionally.
After that I tried to go back to the 1.0.4.55 firmware I was running previously, but the tftp transfer no longer seems to work, the phone sends a tftp request, but doesn't seem to get the files?!
Has anyone else seen this? is there a way to access the phone via the internal PCB edge connector?
-Cheers Max
--
Max Lock
2009 Dec 28
1
diff question, Belkin F6C100-4 this time
...ld & it hasn't been plugged
in for 18 months because it had failed & would not restart.
Looking over the circuitry, and playing Sherlock with the clues since I am a
C.E.T., it appears that there is a relay in series with the line voltage
input, which is driven by that section of the PCB that is connected only to
the battery, and that without the batteries to supply 'starter' power, it
will not enable the relay to power itself up.
Am I correct?
I took a chance and ordered some fresh batteries, but they probably will not
arrive before 2010 now. I'll also need to lo...
2008 Mar 28
1
how to register IAX user without password
hi,
i want to call PC2PC between to IAX client without authentication i
want to allow every user to use PC2PC no any password required. Please
let me know what i have need to do in IAX.conf or any other file to
allow any user to call Pc2Pc.
My IAX.conf
[guest]
type=user
context=default
callerid="Guest IAX User"
My extensions.conf
[default]
2004 Nov 04
3
running OrCAD with wine
I'm trying to run OrCAD, an electronic CAD for windows without result. Here is
the command line and the "answer":
$ wine /mnt/win_c/Program\ Files/Orcad/Capture/capture.exe
err:module:load_builtin_dll loaded .so for L"W32SYS.DLL" but got
L"w32skrnl.dll" instead - probably 16-bit dll
fixme:ole:CoRegisterMessageFilter stub
wine: Unhandled exception (thread 0009),
2011 Jul 13
2
TDM400p susceptible to EMI?
I have a TDM400p with 3 fxs and 1 fxo daughter cards.
It's in a mini-itx case with a 'right-angle' PCI riser card so the TDM400p
is 'sandwiched' between the Atom D525 CPU and the 2.5" hard drive.
I'm getting a bunch of clicks and pops on all ports.
Has anybody had a similar experience? Did you find a solution?
--
Thanks in advance,