search for: interractions

Displaying 20 results from an estimated 22 matches for "interractions".

Did you mean: interactions
2005 Jul 13
2
Bandwidth shaping and ISP''s network peerings
Hello all! I have a small LAN at home and when someone starts to download (only one), interractive traffic (www, chat and online games) is impossible with standard kernel queues setup... So I started to shape. My ISP gives me a 512 kbits link to the Internet and a 100 Mbits link to some of the other big ISPs in my country. If I set the rate of the parent htb qdisc at 512 kbits, I will never use
2004 Nov 25
6
Shaping traffic on heavily oversubscribed links?
Hi all, I am having some fun with traffic shaping, and have run into an interesting situation. Here is South Africa, most internet links are heavily oversubscribed, which means that in most cases the local link is _not_ the bottleneck, and shaping on the local link does not help that much... Does anybody have some tips on shaping such links? How can you get interractive traffic if you
2006 Mar 07
1
ROR with C++ Backend
...end need to be able to CRUD the database. Is there a way to do this so that both modules access the database using the same code? I''m trying to avoid duplicating data validation as much as possible. One option is to pass everything through the C++ code and let it handle the database interractions and then pass the information back to Rails. If I were to do it this way, I would be avoiding one of Rails most useful features. Also, passing the information this way is not very fun to implement. I was thinking there might be a way to wrap the ActiveRecord code in C++ somehow so that the ba...
2005 Oct 15
6
FW: Some queueing disciplines that I wrote.
Dear LATRC and devotees, I have developed some Linux queueing disciplines. I developed them for my masters project. You are free to use or distribute my work. Here is the abstract from my dissertation:- This is a project to implement a Mice and Elephants queuing discipline on Linux. My project has three aims. The first aim was to produce a prototype Mice and Elephants router
2008 Nov 19
1
Buggy trellis.focus() with xyplot ?
Hi: (Tried to find a bug report about this issue, but was unable to find it, let me know if this is a known issue) I have been working on an interface to highlight xyplot panels on mouse overs in JavaGD but I have stumbled with what seems to be a bug in trellis.focus. I am using R 2.8 with lattice 0.17-15 *** To replicate the bug: 1.- display an xyplot. For example, from the xyplot help page:
2020 Oct 01
5
Failed auth attempt i don't understand.
Hi all, when i try to authenticate against my AD (rdesktop authentication) i got a wrong password/logname message despite my logname and password being exact , in the log i have the following . Nothing wrong for me. the only strange thing being the : stream_terminate_connection: Terminating connection - 'kdc_tcp_call_loop: tstream_read_pdu_blob_recv() -
2005 Jan 31
0
Eyebeam Vs. Windows Messanger,
G'Day All, Eyebeam has gotten my interest but I do not have a "high-altitude" view of its interraction with *, therefore my questions. I already have * happily running and taking care of business on my Windows network. I also have Windows IM running on my exchange server and users a IM'ing quite a bit - all internal though-. While I would prefer to use * and eyebeam, I am quite
2005 Feb 01
0
Messaging with * and eyeBeam
G'Day All, Eyebeam has gotten my interest but I do not have a "high-altitude" view of its interraction with *, therefore my questions. I called xTEN but they preferr to talk to telcos and ISP's purchasing hundreds of the eyebeam software... Kind-a stuck here. I already have * happily running and taking care of business on my Windows network. I also have Windows IM running on
2005 Feb 01
1
FW: Messaging with * and eyeBeam
-----Original Message----- From: Ferguson, Michael Sent: Tuesday, February 01, 2005 11:35 AM To: 'asterisk-users@lists.digium.com' Subject: Messaging with * and eyeBeam G'Day All, Eyebeam has gotten my interest but I do not have a "high-altitude" view of its interraction with *, therefore my questions. I called xTEN but they preferr to talk to telcos and ISP's
2004 May 19
2
SFQ latency
Anyone notices that using sfq qdisc adds latency compared to pfifo? With "sfq perturb 10" ping latency is around 100-120ms, while with "pfifo limit 3" drops to ~10-30ms (qdiscs belong to htb class). I''m missing something or is this expected? { $TC_CLASS parent 1:1 classid 1:20 htb prio 0 rate 900kbit ceil 1000kbit burst 7k $TC_QDISC parent 1:20 handle 200: {pfifo
2008 Mar 17
3
[Bug 1448] New: Report wrong command-line options
https://bugzilla.mindrot.org/show_bug.cgi?id=1448 Summary: Report wrong command-line options Classification: Unclassified Product: Portable OpenSSH Version: 4.6p1 Platform: Other
2008 Nov 19
0
Buggy trellis.focus() with xyplot in JavaGD ?
Hi: (Tried to find a bug report about this issue, but was unable to find it, let me know if this is a known issue) I have been working on an interface to highlight xyplot panels on mouse overs in JavaGD but I have stumbled with what seems to be a bug in trellis.focus. I am using JGR R 2.8 with lattice 0.17-15 Note: It's important to you use JGR to use the Java Graphics Device. *** To
2002 Mar 25
3
Offtopic: 3ware Raid Controllers
Hi! I know this is a little bit offtopic, but i couldn't think of any other place where i can get uninfluenced first hand information on these controllers :) I've read about and experienced data loss/system lockup with older 3ware controllers, but the 3ware Escalade 7xxx (i'm especially interested in the 7850) sounds too good to ignore it (8 channels, 8 drives, raid 0/1/5/10,
2005 Oct 25
2
Help needed with traffic control script.
Hi. I am having shaping traffic using tc, I have been trying for a very long time, and I just didn''t get it to work the way I want it. I will really appriciate it if you experts will have a look at my script and tell me what I do wrong. First, I`ll describe my envornment, than my requirements. I run a small server on Debian etch with kernel version 2.6.7. the server ip is 10.0.0.2 I
2020 Oct 02
0
Failed auth attempt i don't understand.
Ive seen something simular here. Does this happen if you try to connect to a PC where you already are logged in. If yes, logout, test again. If no, reboot the pc and test again. What is the exact message you see. (optinal PM me the print screen) I do/did get some 0x... Message when trying to login on first attempt. The second always worked for me. And lookup the windows events. Or are
2010 Apr 14
3
PGError: duplicate key
I''m running a rails 2.3.5 / ruby 1.8.7 / postgresql 8.4.2 app and have just run into a curious problem. I have several tables that are initialized with data from csv files and I''ve noticed that, when I try to add new data to any of these tables via Table.new I get a PGError on duplicate key. For example: MIGRATION: class CreateNumbers < ActiveRecord::Migration def self.up
2003 Dec 01
0
No subject
share in the samba box, from the PDC server itself. The log.winbindd and log.nmbd are empty. [2001/08/08 13:11:28, 3] smbd/reply.c:reply_sesssetup_and_X(865) Domain=[EERDBR001] NativeOS=[Windows NT 1381] NativeLanMan=[] [2001/08/08 13:11:28, 3] smbd/reply.c:reply_sesssetup_and_X(876) sesssetupX:name=[administrator] [2001/08/08 13:11:28, 3] libsmb/namequery.c:resolve_lmhosts(733)
2012 Jul 24
19
what best for anti-spam filter?
what anti-spam for you used ? dspam?spammassian? amavisd-new ? what is best ?
2008 Jun 17
7
simple question - amd64 dom0, and PVM i486 domU ?
I''ve been looking for a solution that doesn''t involve dual booting, or chrooting things to get my x86 domU to work. I have a Debian xen server on an amd64 platform. It would seem that I should be able to also install or force the install of a non-xen i486 kernel. When I recieved this server it had a manufacturer''s install of Etch with an i486 kernel. Once I have both
2009 Jan 18
4
Dom0 to DomU and reverse works but Outside world to DomU only ping works
Summary problem description: What works ? A. ping, ssh, http access - works from Dom0 to DomU and also from DomU to Dom0 B. ping, ssh, http access - works from outside world to Dom0 and from Dom0 to outside world C. ping from outside world to DomU What does not work ? A. ssh and http access from outside world to DomU and also from DomU to outside world Diagnostics: >From DomU I gave the