similar to: No subject

Displaying 20 results from an estimated 1000 matches similar to: "No subject"

2016 Jul 04
2
[PATCH] core/lwip: Avoid immediate reuse of UDP port numbers
The UDP binding logic will reuse local port numbers immediately. This causes problems for TFTP, which assumes a very low probability of a source port number being reused. The consequence is that lpxelinux.0 may end up downloading an incorrect file (e.g. attempting to download pxelinux.cfg/default but actually receiving a copy of ldlinux.c32, due to the port number having been reused). Fix by
2011 Jun 01
2
lattice panel fine control
Hello R experts, what follows is my reproducible example: mydata<-structure(list(ped.avg = c(335.9, 110.8, 645.7, 638.9, 1468.1, 126.4, 4811.1, 88.5, 868.5, 656.6, 723.6, 654, 2.8, 15, 14.2, 17.5, 15.4, 112.1, 424.7, 18.3, 19.9, 28.6, 25.6, 23.5, 15.4, 27, 62.1, 15.6, 74.6), ped.erst = c(96, 53.2, 615.2, 616.5, 512.9, 56.2, 1851.8, 57.1, 579.5, 613.2, 601.1, 613.6, 1.3, 6.3, 6.5, 6.1,
2005 Sep 26
1
reading SAS data files
I am attempting to read in a SAS 9.1 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,
2011 Jul 20
0
GLOBAL CONNECTOR - GNN Components, Co.Ltd
GLOBAL CONNECTOR GNN - Components 1. Introduction : Global Connector (http://www.gnn-components.com/Global_Connector_Technology_GCT-22-417.aspx) Technology Limited (GCT) is a leading designer and manufacturer of standard and custom interconnect products. GCT is focusing on design and marketing quality & reliable connectors for applications in Mobile & Wireless Communication, Computer
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
2009 Jun 18
1
validObject throws non-caught error when slot doesn't exist
I have been retooling an S4 class definition to include another slot and have found that the methods::validObject function (defined in methods/R/SClasses.R) in R-devel throws an error that isn't caught internally (and thus not controllable by 'test' argument) when retrieving a non-existent slot. The offending line of code is shown below: > validObject function (object, test =
2009 Oct 19
2
Old application very slow
Hi, This weekend I migrated a samba-server to new hardware and software : I'm running samba 3.2.7-11.3.2 on Opensuse 11.1. Everything works fine I believe except for an old DOS-application, written in Clipper. It's too slow to be usable. I tried to debug this but I'm stuck. I put the loglevel to 10, but I can't see anything wrong. I first added to veto oplock files :
2016 Jul 04
1
[PATCH] core/lwip: Avoid 3-second delay for a half-open connection
If lwIP encounters a half-open connection (e.g. due to a restarted application reusing the same port numbers) it will correctly send a RST but will not resend the SYN until one retransmission timeout later (approximately three seconds). This can increase the time taken by lpxelinux.0 to fetch its configuration file from a few milliseconds to around 30 seconds. Fix by immediately retransmitting
2010 Dec 28
2
How to set up google client
I have downloaded translate client google program at http://translateclient.com/ Before , I have already installed wine 1.3. But when I wrote the following string in terminal : Code: wine wine translateclient_install.exe I therefore get many synstac errors : Code: salinh at salinh-P5L-MX:~$ wine translateclient_install.exe err:richedit:ReadStyleSheet skipping optional destination
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:
2008 Mar 28
1
how to register IAX user without password for any user
Dear Sanjay, Sorry sanjay i miss to explain completely. My PC2PC mean is Dialer2Dialer i want to allow call between Dialer with out any registry and authentication through IAX. so i need to setup Asterisk accept calls from any user and users can call to each other without any password and registration. please help how can i configure Asterisk using IAX in this regards. thanks, Asif Message: 9
2006 Jun 05
3
ogg only encoding
So, I abandoned the hope of using the ogg python bindings to do pure ogg container encoding. I started looking at the libogg in the hopes of retooling the bindings to follow a better object model and it actually looks like the problem is down in libogg, not the bindings. Am I crazy or does libogg rely on libvorbis to return ogg_packets, and that there are no functions that will build an ogg_packet
2011 Sep 09
0
[LLVMdev] git Status Update?
I believe the concern here is concentrating on how owning devs + others conduct incremental patch reviews in conformance with the current LLVM/svn based practice. IMHO any automated approach, such as your suggestion, would have to incorporate this concern, while simultaneously not forcing core devs to temporarily stop their current LLVM work in favor of learning a new review process, and
2003 Jun 20
2
Zsh fork bomb paniced my kernel.
Hi, My machine just bombed when I did the following stupid command. :(){:|:};: Zsh chewed up everything on the machine... I ran it knowing I'd probably have to reboot. But, I hardly expected it to panic. Or, was that normal? Anyway, the following is some detail... Please mail me if there is more I'm ment to do. Thanks in advance :) ultraviolet@tulip:~ %> uname -a FreeBSD
2006 Dec 08
4
windows service auto start problems
I have a small Rails app deployed on Windows Server 2003 and Mongrel 0.3.13.3. Everything works well, except when the Windows box is rebooted. I have mongrel_service installed and the service is configured to start automatically, however Mongrel consistently fails to start after a reboot. Windows reports the service''s status as "Started", but attempts to access the
2003 Jun 26
0
Accounts randomly clobber on user add (LDAP, XP, Samba PDC)
Hi folks, This has been quite a mystery to us; we are in the process of migrating over from workgroups to a domain with Samba as the PDC. Every now and then when we add a machine to the domain it clobbers a random user's account in our LDAP database. I though it might be a problem with the smbldap-tools included in the samba dist., but after reviewing the code and retooling
2006 Dec 10
0
Guest domU installs
Just a thought I wanted to throw out but having been running Fedora Core on my AMD64 for awhile now and getting to look at their Xen install I've had a few thoughts. Mostly related to installing domU's. FC has a virt-install that is written in python that's in their python-virtinstall package. It's a nice way to install the domU but it only works currently with a FC install.
2011 Feb 23
0
[patch] Reopen dumpfiles on signal
I wanted to use the Icecast dumpfile for hourly stream archival, so I added a signal handler to trigger the re-opening of dumpfiles. This lets me rename the dumpfile, signal Icecast, and repeat. Patch is attached. I've never spent any time in the Icecast source before now, so I had a couple of questions/thoughts: 1. Since all I needed was to trigger a re-open, I went with a new signal &
2011 Jun 02
0
Debian 6.0 + Xen4.0 + FreeBSD hvm amd64 -> fpudna: fpcurthread == curthread XXXX times
Hello, I''m working with full virtual FreeBSD 8.2-RELEASE-p1 amd64 domU under debian squeeze and xen-hypervisor-4.0-amd64. If I cfg this hvm with cpu > 4 : vcpus = 5 the server is blocked by these messages : fpudna: fpcurthread == curthread XXXX times The machine is pingable but I''m unable to ssh to it. On single user, freebsd works fine, fsck an so on ok, but
2003 Mar 18
0
Files no longer appear on windows drive map
I have a share called 'text'. Some of the filenames in the unix directory no longer display on a NT mapped drive. Here is an example of some file names that no longer display BDTT022103.PCB.100312 BDTT022103.PCB.zip MC010625.P0 MC010625.P1 MC010625.P3 MC010625.P5 In the same unix directory, these files will display remit3.dat.bak remitcaid.dat remitcaid.dat.bak t4162067.txt t4162073.txt