search for: dlb

Displaying 8 results from an estimated 8 matches for "dlb".

Did you mean: db
2005 Apr 27
0
Ingress and polishing
...(see ''code 1'' at the bottom of the mail for the configuration). However after reading in the ''Traffic Control - Next generation reference Manual'' - p41 of the nov 20, 2003 release - I understood (correct me if I''m wrong), this implementation of the DLB would result in usage as a SLB : the pir bucket would fill-up ( 3 tokens in the pir bucket for 1 token in the cir bucket), thus the first check using the pir bucket would always be yes, and thus bypassed. As sush we are using the DLB as a SLB. So my question is , is there a way to implement the...
2004 May 05
5
Compiling --with-ldap on Solaris 9
...3.0.2a source on Solaris 9 to use ldap. The ./configure run reports: "WARNING: libldap is needed for LDAP support". The Solaris installation has it's native libldap installed in /usr/lib, but the configuration does not seem to find it. Would anyone know what I am missing? Thanks...dlb David Bost Dow Jones and Co. 4300 North Route 1 South Brunswick NJ 08852 (609)520-5291 "Heqhlu'meH QaQ jajvam!" <<Bost, David.vcf>>
2004 Dec 27
0
Ingress question with sub classes
...$low_pir = $maxDownstream / 4; // variables to make categories $is_veryhigh = (tcp_sport == PORT_SSH && ip_tos_delay == 1) || (ip_proto == 50) || (ip_proto == 47); $is_low = 1; // Double Leaky Buckets $is_veryhigh_pol = DLB(cir $veryhigh_cir bps,cbs 20kB,pir $veryhigh_pir bps,pbs 5kB) { ==========>> class (<$vpn_prior>) ==========>> if tcp_dport == 1494 ==========>> if tcp_dport == 2598 ==========>> if ip_proto == 1;...
1998 Sep 11
0
Win 95 Policy Nightmare Part 1
...mizes this choice ; Browser Control Options: ; Local Master set to True causes Samba to participate in browser elections ; the default setting is true, this causes Samba to behave like a ; Windows NT server. Setting this to false turns off all browser ; election participation. ; dlb note -- only applies to a specific subnet; probably a good thing to ; leave turned on local master = yes ; OS Level gives Samba the power to win browser elections. Windows NT = 32 ; Any value < 32 means NT wins as Master Browser, > 32 Samba gets it ; default = 0, this ensures...
2012 Jul 10
2
Refresh not working with launchd service provider?
...trap on TERM signals, according to Apple''s launchd docs: # trap ''exit 1'' 15 syslog -s -l 1 example.sh: Starting... while true; do sleep 15 syslog -s -l 1 example.sh: Still running... done Here''s the launchd plist. /Library/LaunchDaemons/net.davidlballenger.example.plist: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key&gt...
2008 Apr 30
2
[RFC] FreeBSD port for dovecot 1.1 series
...ive :) Cheers, - -- Xin LI <delphij at delphij.net> http://www.delphij.net/ FreeBSD - The Power to Serve! -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkgY420ACgkQi+vbBBjt66CKNACfdGlItaGCo88W4ZdlLjkZ+Dlb ug8AoJkp9z9nMzwU3K/LLpzOKwD2KDXK =UzzN -----END PGP SIGNATURE-----
2008 Nov 11
7
problem starting mongrel server
Hi, I am newbie started learning ruby on rails i had an application which used to run pretty well latter i upgraded from webbrick to mongrel 1.1.5 then I am getting the foloowing errors and a default application runs on port 3000 by name iphone configuration utility i am unable to attach the screen shot as it is saying file to large. Error which i get in terminal is listed below => Booting
2008 Oct 25
2
Script/Server working but Script/Console not working
Hi all, I have been having a very weird problem for a few weeks. I am able to start up the server using "script/server" for my application and run it successfully but "script/console" is not working. I have been managing without it but somethings not right and i need to fix it. This is the error that it throws and the trace. Loading development environment (Rails 2.1.0)