search for: dealy

Displaying 19 results from an estimated 19 matches for "dealy".

Did you mean: deal
2009 Oct 16
2
winbind loosing the ability to resolve hosts
Hello, we have an Samba-Server acting as Domain-Member in an Win2003 AD-Domain. System: Solaris 9 Samba Version: 3.3.5 After a while the winbindd couldn't resolve Host-Names: [2009/10/16 15:33:36, 3] libsmb/namequery.c:(1971) get_dc_list: preferred server list: ", AFWPD003.agi-de.net AFWPD004.agi-de.net AFWPD005.agi-d.agi-de.net AFWPD006.agi-d.agi-de.net AFWPD007.agi-d.agi-de.net
2004 Dec 09
1
OT- Dell Xeon Servers UK Dealy, was Asterisk with SMP hardware
> Dell server ( 2 x PCI-X, 2 x PCI-64, 2 x PCI-32), Xeon > 2.4GHz, 256MB RAM, 80GB IDE disk). Currently at 99 quid (+VAT > + 50quid shipping). Cheers for the heads-up, Steve, myself and a colleague have ordered two of these boxes each. When a second colleague went to order, they've sold out. Aparently they had 2000 of them, and they're all gone.
2006 Feb 23
5
OT: VoIP over bonded link
I have to provision several dozen * users to a seperate building on our campus in the same subnet. Ordinarily, I'd just run a gigabit cat6 cable to another switch if it doesn't violate the 100 metre rule, but this building is several hundred metres away from my backbone. My only option for cabling to the remote building is copper. My plan is to provision them with a Linux bridge with 4
2009 Sep 08
3
SPSS Statistics-R Integration Plug-In
...urther, since I am running Windows I cannot use the R provided R-2.7.0 Linux installation file from the archive (tried to install it through cygwin and it was a mess). Suggestions? Ideas? Has anybody used this plug-in? Michael -- Michael Chajewski, M.A. Department of Psychology Fordham University Dealy Hall Room 239 441 East Fordham Road Bronx, NY 10458 (718) 817-0654 http://www.chajewski.com
2007 Aug 23
1
Transport endpoint not connected after crash of one node
.... o2cb configure was configured like this: Load O2CB driver on boot (y/n) [y]: Cluster to start on boot (Enter "none" to clear) [ppscluster]: Specify heartbeat dead threshold (>=7) [61]: Use user-space driven heartbeat? (y/n) [n]: Cluster keepalive delay (ms) [5000]: Cluster reconnect dealy (ms) [2000]: Cluster idle timeout (ms) [10000]: Writing O2CB configuration: OK O2CB cluster ppscluster already online Two questions: 1. shouldn't the still living machine recognize the dead of the other node after 61 seconds= 2. shouldn't mounted.ocfs2 show the same locally mounted ocfs2...
2011 Aug 05
0
[LLVMdev] RFC: Exception Handling Rewrite
...dling table. We would have an action of something like this: .byte 0x7f .byte 0 where the exception specification table is this: .byte 0x0 This indicates to the personality function won't find a matching exception specification (there are none to match) and then we call the unexpected dealy. -bw
2006 Mar 31
2
Removing Apple Firewall for Rails Testing
Often I want to open a port on my laptop for others to test. Does anyone know how, without dumping the entire Apple firewall, I can open ports in the 81-89 and 8000-8999 range? Thanks -- View this message in context: http://www.nabble.com/Removing-Apple-Firewall-for-Rails-Testing-t1377448.html#a3698469 Sent from the RubyOnRails Users forum at Nabble.com.
2006 Feb 02
12
basic ''find'' question
I am struggling to understand the methodology here... I have a find.rhtml <%= start_form_tag :action => ''list2'', :first_name = client %> <%# render :partial => ''form'' %> <p><label for="client_first_name">First name</label><br/> <%= text_field ''client'', ''first_name''
2011 Aug 04
2
[LLVMdev] RFC: Exception Handling Rewrite
Bill, I believe the empty-exception-specification example is a red- herring, but that if you can construct an example where you think a landing-pad requires multiple filter lists then I think we can then have a productive conversation about it. I believe we can only get multiple filter lists in a landing-pad if we attempt to merge exception-regions, and since filters are only an
2014 Oct 11
0
[PATCH net-next RFC 3/3] virtio-net: conditionally enable tx interrupt
...gt; + th->doff * 4; > + } else if ((skb->protocol == htons(ETH_P_IPV6) || > + hdr.ipv6->nexthdr == IPPROTO_TCP)) { > + payload_len = ntohs(hdr.ipv6->payload_len) - th->doff * 4; > + } else { > + return false; > + } > + > + /* We don't want to dealy packet with PUSH bit and pure ACK packet */ > + if (!th->psh && payload_len) > + return true; > + > + return false; > }
2006 Apr 24
2
CallerID/variable setting.
Hey, all. I'm trying to set my CID such that, internally, I see a four-digit extension (which is also handy when checking VM), but externally, I see the full 10-digit number. So I plugged these lines into my extensions.conf: exten => _XXXXXXX,1,GotoIf($[ ${CALLERIDNUM} != 1625]?4:2) exten => _XXXXXXX,2,Set(CALLERIDNUM=6031234${CALLERIDNUM:1}) exten =>
2014 Oct 14
0
[PATCH net-next RFC 3/3] virtio-net: conditionally enable tx interrupt
...gt; + th->doff * 4; > + } else if ((skb->protocol == htons(ETH_P_IPV6) || > + hdr.ipv6->nexthdr == IPPROTO_TCP)) { > + payload_len = ntohs(hdr.ipv6->payload_len) - th->doff * 4; > + } else { > + return false; > + } > + > + /* We don't want to dealy packet with PUSH bit and pure ACK packet */ > + if (!th->psh && payload_len) > + return true; > + > + return false; > } > > static netdev_tx_t start_xmit(struct sk_buff *skb, struct net_device *dev) > @@ -916,13 +992,15 @@ static netdev_tx_t start_xmit(struct...
2011 Aug 05
3
[LLVMdev] RFC: Exception Handling Rewrite
...this: > > .byte 0x7f > .byte 0 > > where the exception specification table is this: > > .byte 0x0 > > This indicates to the personality function won't find a matching > exception specification (there are none to match) and then we call > the unexpected dealy. > > -bw >
2014 Oct 11
2
[PATCH net-next RFC 3/3] virtio-net: conditionally enable tx interrupt
....ipv4->tot_len) - hdr.ipv4->ihl * 4 - + th->doff * 4; + } else if ((skb->protocol == htons(ETH_P_IPV6) || + hdr.ipv6->nexthdr == IPPROTO_TCP)) { + payload_len = ntohs(hdr.ipv6->payload_len) - th->doff * 4; + } else { + return false; + } + + /* We don't want to dealy packet with PUSH bit and pure ACK packet */ + if (!th->psh && payload_len) + return true; + + return false; } static netdev_tx_t start_xmit(struct sk_buff *skb, struct net_device *dev) @@ -916,13 +992,15 @@ static netdev_tx_t start_xmit(struct sk_buff *skb, struct net_device *dev)...
2014 Oct 11
2
[PATCH net-next RFC 3/3] virtio-net: conditionally enable tx interrupt
....ipv4->tot_len) - hdr.ipv4->ihl * 4 - + th->doff * 4; + } else if ((skb->protocol == htons(ETH_P_IPV6) || + hdr.ipv6->nexthdr == IPPROTO_TCP)) { + payload_len = ntohs(hdr.ipv6->payload_len) - th->doff * 4; + } else { + return false; + } + + /* We don't want to dealy packet with PUSH bit and pure ACK packet */ + if (!th->psh && payload_len) + return true; + + return false; } static netdev_tx_t start_xmit(struct sk_buff *skb, struct net_device *dev) @@ -916,13 +992,15 @@ static netdev_tx_t start_xmit(struct sk_buff *skb, struct net_device *dev)...
2013 Jan 30
9
Poor performance of btrfs. Suspected unidentified btrfs housekeeping process which writes a lot
Welcome, I''ve been using btrfs for over a 3 months to store my personal data on my NAS server. Almost all interactions with files on the server are done using unison synchronizer. After another use of bedup (https://github.com/g2p/bedup) on my btrfs volume I experienced huge perfomance loss with synchronization. It now takes over 3 hours what have taken only 15 minutes! File
2014 Oct 11
10
[PATCH net-next RFC 0/3] virtio-net: Conditionally enable tx interrupt
Hello all: We free old transmitted packets in ndo_start_xmit() currently, so any packet must be orphaned also there. This was used to reduce the overhead of tx interrupt to achieve better performance. But this may not work for some protocols such as TCP stream. TCP depends on the value of sk_wmem_alloc to implement various optimization for small packets stream such as TCP small queue and auto
2014 Oct 11
10
[PATCH net-next RFC 0/3] virtio-net: Conditionally enable tx interrupt
Hello all: We free old transmitted packets in ndo_start_xmit() currently, so any packet must be orphaned also there. This was used to reduce the overhead of tx interrupt to achieve better performance. But this may not work for some protocols such as TCP stream. TCP depends on the value of sk_wmem_alloc to implement various optimization for small packets stream such as TCP small queue and auto
2003 Jan 20
6
netlogon sometimes works (corrected with smb.conf attached)
I tried hardcoding it into the network card's settings, ensured the settings were there (ipconfig/all) and it did work on the first occasion. Subsequent logins, fail to make it run the netlogon script I've tried turning debug up but the output doesn't make much sense, had it mentioned "attempting netlogon share, failed due to..." then I'd at least be in a position to