search for: unacknowledged

Displaying 20 results from an estimated 24 matches for "unacknowledged".

2016 Feb 16
0
[Bug 1021] iptables -j CT --timeout policy
....SYN_RECV = 60, .ESTABLISHED = 100, .FIN_WAIT = 120, .CLOSE_WAIT = 10, .LAST_ACK = 30, .TIME_WAIT = 120, .CLOSE = 10, .SYN_SENT2 = 120, .RETRANS = 300, .UNACKNOWLEDGED = 300, }, }; .test-tcp-2 = { .l3proto = 2, .l4proto = 6, .policy = { .SYN_SENT = 120, .SYN_RECV = 60, .ESTABLISHED = 110, .FIN_WAIT = 120, .CLOSE_WAIT = 11, .LAST_ACK = 30...
2012 Jul 10
3
Fwd: Bug 800181: NFSv4 on RHEL 6.3 over six times slower than 5.8
...ed directory to a local disk takes about 1.5min. NFS mount either > an ext3 or ext4 fs, cd to that directory, and I run a job to unpack a > large file to the NFS-mounted directory, and it's between 6.5 and 7.5 > *MINUTES*. We cannot move our home directory servers to 6.x with this > unacknowledged ->BUG<-. > > Large file is defined as a 28M .gz file, unpacked to 92M. > > This is 100% repeatable. > > I tried sending an email to our support weeks ago, and got no response. > Maybe it takes shaming in a public forum to get anyone to acknowledge this > exists.... &gt...
2008 Apr 15
2
How can I import user-defined missings from Spss?
Hi, It works for me to import spss datasets via library(foreign) with read.spss or via library Hmisc by (spss.get). But no matter which way I do import the data, user-defined missings from Spss are always lost. (it makes no difference if there are a single value, a range, or any combination of them. They are always ignored). Is there any way in R to find out if any value was user-defined missing
2019 Dec 03
2
CentOS 7 as a guest VM
Seems like its the single byte thing... I tried adding: int flag = 1; if(setsockopt(fd, IPPROTO_TCP, TCP_NODELAY, &flag, sizeof(flag)) < 0) but did not have any effect. I also did the echo 1 > /proc/sys/net/ipv4/tcp_low_latency seems to have no effect also. Jerry
2023 Apr 07
2
Killing the OpenSSH server doesn't cause the Windows OpenSSH client to die
The fact that '-o ServerAliveInterval=50' makes no difference suggests that there is a bug in the OpenSSH client. It either fails to sent heartbeats, or it gets stuck in some Windows system call and this makes it to fail to send heartbeats. Yuri
2006 Feb 01
1
RODBC: How to Retrieve a Column as Rownames?
Dear Collegues, when using sqlQuery from the package RODBC I always get a data frame with automatically generated rownames, even if: * the first column of the query is called rownames using "Select ... AS rownames, ... From ..." * and: the values from this column are unique * and: the values are inevitably forced to character data with e.g. " 'rn_' + CAST(xy AS
2005 Oct 10
0
Why pay big bucks? Create your OWN website now!
Looking for cheap high-quality software? that will be accessing this feed. Poets are the unacknowledged legislators of the world. I'd give my right arm to be ambidextrous. By all means, let's not confuse ourselves with the facts! Life is anything that dies when you stomp on it. Big thinking precedes great achievement. To be idle requires a strong sense of personal id...
2000 Feb 08
1
[2.0.7pre1] --with-utmp enabled ...
Under Solaris 7/sparc, I get: Compiling smbd/connection.c smbd/connection.c:381: conflicting types for `utmp_yield' smbd/connection.c:30: previous declaration of `utmp_yield' 381 has 'int pid', while 30 has 'pid_t pid' ... I changed 381 to reflect 30 and she continues on its way ... Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems
2012 May 24
0
[PATCH RFC 2/9] console: prepare for non-COMn port support
...ot; command line option value. Signed-off-by: Jan Beulich <jbeulich@suse.com> --- a/xen/arch/x86/smpboot.c +++ b/xen/arch/x86/smpboot.c @@ -1017,7 +1017,7 @@ void __init smp_intr_init(void) * Also ensure serial interrupts are high priority. We do not * want them to be blocked by unacknowledged guest-bound interrupts. */ - for ( seridx = 0; seridx < 2; seridx++ ) + for ( seridx = 0; seridx <= SERHND_IDX; seridx++ ) { if ( (irq = serial_irq(seridx)) < 0 ) continue; --- a/xen/drivers/char/console.c +++ b/xen/drivers/char/console.c @@ -539,6 +5...
2004 Oct 19
0
Question on Rprof(); was: Re: sapply and loop
...gt;>> > rs <- scale(resid(storm.fm), scale = FALSE) # remove the mean >>> > Rprof("boot.out") >>> > storm.boot <- boot(rs, storm.bf, R = 4999) # pretty slow >>> > Rprof(NULL) >>> >>>At this point your unacknowledged copying went adrift. >>> >>> > summaryRprof() >>> > Error in summaryRprof() : no events were recorded >>> > >>> > I am using R1.8.1 in windows. Why can't I get the results? >>> >>>Because you didn't do your homework,...
2024 Apr 04
2
[Bug 1743] New: Flowtable: Flows exiting OFFLOAD State being assigned value of nf_conntrack_tcp_timeout_unacknowledged
https://bugzilla.netfilter.org/show_bug.cgi?id=1743 Bug ID: 1743 Summary: Flowtable: Flows exiting OFFLOAD State being assigned value of nf_conntrack_tcp_timeout_unacknowledged Product: nftables Version: 1.0.x Hardware: x86_64 OS: other Status: NEW Severity: normal Priority: P5 Component: kernel Assignee: pablo at netfilter.org Reporter: tim at muppetz.com Created...
2007 Oct 17
5
Refrigerator Alarms
Hi, I want asterisk to call a person on the phone for monitoring the refrigerator storing vaccines. I am clueless where to look. Can someone clue me in ? Thanks, balu raman -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20071017/923a7b49/attachment.htm
2017 Apr 24
8
[PATCH net-next v3 0/5] virtio-net tx napi
...phan. Instead of using a timer, convert the driver to regular tx napi. This does not have the unresolved stall issue and does not have any frequency to tune. By keeping interrupts enabled by default, napi increases tx interrupt rate. VIRTIO_F_EVENT_IDX avoids sending an interrupt if one is already unacknowledged, so makes this more feasible today. Combine that with an optimization that brings interrupt rate back in line with the existing version for most workloads: Tx completion cleaning on rx interrupts elides most explicit tx interrupts by relying on the fact that many rx interrupts fire. Tested by run...
2017 Apr 24
8
[PATCH net-next v3 0/5] virtio-net tx napi
...phan. Instead of using a timer, convert the driver to regular tx napi. This does not have the unresolved stall issue and does not have any frequency to tune. By keeping interrupts enabled by default, napi increases tx interrupt rate. VIRTIO_F_EVENT_IDX avoids sending an interrupt if one is already unacknowledged, so makes this more feasible today. Combine that with an optimization that brings interrupt rate back in line with the existing version for most workloads: Tx completion cleaning on rx interrupts elides most explicit tx interrupts by relying on the fact that many rx interrupts fire. Tested by run...
2004 Oct 16
7
sapply and loop
Dear all, I am doing 200 times simulation. For each time, I generate a matrix and define some function on this matrix to get a 6 dimension vector as my results. As the loop should be slow, I generate 200 matrice first, and save them into a list named ma, then I define zz<-sapply(ma, myfunction) To my surprise, It almost costs me the same time to get my results if I directly use a loop
2004 Oct 16
7
sapply and loop
Dear all, I am doing 200 times simulation. For each time, I generate a matrix and define some function on this matrix to get a 6 dimension vector as my results. As the loop should be slow, I generate 200 matrice first, and save them into a list named ma, then I define zz<-sapply(ma, myfunction) To my surprise, It almost costs me the same time to get my results if I directly use a loop
2007 Dec 08
14
Small updates and release plan
Hello Guys, I''ll like to suggest a small release fix before we start doing big changes: platform fixes. Current we''re setting MSWIN32 (mswin32) as platform for Windows gem, but we should be using Gem::Platform::CURRENT instead (i386-mswin32 as current Ruby windows implementation). Also, the jruby/java platform need to be defined. That change will ease the compatibility path
2017 Apr 02
5
[PATCH net-next 0/3] virtio-net tx napi
...phan. Instead of using a timer, convert the driver to regular tx napi. This does not have the unresolved stall issue and does not have any frequency to tune. By keeping interrupts enabled by default, napi increases tx interrupt rate. VIRTIO_F_EVENT_IDX avoids sending an interrupt if one is already unacknowledged, so makes this more feasible today. Combine that with an optimization that brings interrupt rate back in line with the existing version for most workloads: Tx completion cleaning on rx interrupts elides most explicit tx interrupts by relying on the fact that many rx interrupts fire. Tested by run...
2017 Apr 02
5
[PATCH net-next 0/3] virtio-net tx napi
...phan. Instead of using a timer, convert the driver to regular tx napi. This does not have the unresolved stall issue and does not have any frequency to tune. By keeping interrupts enabled by default, napi increases tx interrupt rate. VIRTIO_F_EVENT_IDX avoids sending an interrupt if one is already unacknowledged, so makes this more feasible today. Combine that with an optimization that brings interrupt rate back in line with the existing version for most workloads: Tx completion cleaning on rx interrupts elides most explicit tx interrupts by relying on the fact that many rx interrupts fire. Tested by run...
2017 Apr 18
8
[PATCH net-next v2 0/5] virtio-net tx napi
...phan. Instead of using a timer, convert the driver to regular tx napi. This does not have the unresolved stall issue and does not have any frequency to tune. By keeping interrupts enabled by default, napi increases tx interrupt rate. VIRTIO_F_EVENT_IDX avoids sending an interrupt if one is already unacknowledged, so makes this more feasible today. Combine that with an optimization that brings interrupt rate back in line with the existing version for most workloads: Tx completion cleaning on rx interrupts elides most explicit tx interrupts by relying on the fact that many rx interrupts fire. Tested by run...