Displaying 20 results from an estimated 4000 matches similar to: "[Bridge] control packet flow"
2007 Jun 06
3
Using odesolve to produce non-negative solutions
Hello,
I am using odesolve to simulate a group of people moving through time and transmitting infections to one another.
In Matlab, there is a NonNegative option which tells the Matlab solver to keep the vector elements of the ODE solution non-negative at all times. What is the right way to do this in R?
Thanks,
Jeremy
P.S., Below is a simplified version of the code I use to try to do this,
2007 Mar 07
1
Failure to run mcsamp() in package arm
Dear r-helpers,
I can run the examples on the mcsamp help page. For example:
****************************************
> M1 <- lmer (y1 ~ x + (1|group))
> (M1.sim <- mcsamp (M1))
fit using lmer,
3 chains, each with 1000 iterations (first 500 discarded)
n.sims = 1500 iterations saved
mean sd 2.5% 25% 50% 75% 97.5% Rhat n.eff
beta.(Intercept)
2004 Mar 18
6
[PATCH] packet delay scheduler
Okay, here is a very simple QOS scheduler that delays packets for 2.6.
It is good for testing, and might be useful for people who want to put
some class of traffic into a "penalty box".
Alexey''s tc command is really easy to extend to new disciplines. There is
a version which knows about this scheduler at:
http://developer.osdl.org/shemminger/tcp/iproute2-delay.tar.bz2
The
2001 Dec 07
1
Samba on a small network- 3 Machines.
Hello Samba Team,
I am new to Linux, but not to networking. However, I am having a bear of a
time setting up Samba on a small test network - 3 Machines. I have read
all your example setup files for Samba, config, lmhosts, hosts, resolve,
etc., and have read back to back "Linux - Samba Server Administration" by
Roderick W. Smith (Craig Hunt Linux Library)
My test network (10-100
2003 Dec 24
0
Re: Simulation with Packet Lost and Packet Delays (How to set up a Linux Router between two subnets?)
>From: Stef Coene <stef.coene@docum.org>
>To: tony.cheung@asiayeah.com,
> Tony Yat-Tung Cheung <dragonman@asiayeah.com>, lartc@mailman.ds9a.nl
>Subject: Re: [LARTC] Simulation with Packet Lost and Packet Delays
>Date: Mon, 22 Dec 2003 17:03:27 +0100
>
>On Sunday 21 December 2003 16:31, Tony Yat-Tung Cheung wrote:
>
>
>>Hi All,
>>
>>I would
2005 Feb 07
2
no sound playing vm greetings and options
Hi all,
2 days ago, managed to install rhat and asterisk, starting with 2 sip
phones, simple config.
CLI reports :
"playing 'vm-theperson' (language 'no')" when transferred to voicemail
after timeout, or
"playing 'vm-password' (language 'no')" when dialing into voicemail
extension.
But, no sound, nothing heard in phones.
First time, first
2004 Dec 03
2
And another....Webmin
Is anyone using Webmin with CentOS? I've always found it works very well with
RHat Linux. I've not used RHEL so I'm not sure. I know on my SuSE server it
doesn't seem to work well and suspect there are some location problems.
--
<<JAV>>
2003 Feb 21
2
pam settings for winbind
This is more of a pam question then a samba question, but I thought I'd
start here and see if I can get an answer.
I've gotten pam_winbind.so working with gdm (on RHAT 8) using the
following /etc/pam.d/gdm file. I've put + signs to show the lines I
added I added to the stock RHAT 8 gdm pam def.:
#%PAM-1.0
+ auth sufficient /lib/security/pam_winbind.so
+ auth
2008 Nov 04
1
Some progress, anyway...
Just saw from build 2036:
Starting mini_httpd...
WARNING WARNING WARNING
YOU STILL HAVE NOT CHANGED YOUR HTTPS ADMIN PASSWORD
ANYONE THAT KNOWS YOU ARE USING ASTLINUX CAN DESTROY YOUR
SYSTEM. PLEASE CHANGE THIS OR DISABLE THE HTTPS ADMIN
INTERFACE IMMEDIATELY!
Example:
htpasswd /var/www/admin/.htpasswd admin
WARNING WARNING WARNING
Starting mini_httpd (HTTP only)...
cat: can't open
2004 Jan 14
0
Any NISTNet alternative or fix ?
Hi,
I need to simulate (with a certain degree of control) common WAN
problems like packet loss/duplication, delay and conditions of limited
bandwidth. I found that NISTNet is what i need, but it seems the package
has not been updated since October, 2000.
This is not really a problem as I found NISTNet runs perfectly with
Linux kernels up to 2.4.23 (officially 2.4.18 is the latest mentioned in
2005 Jan 22
2
network emulation
hi,
I am really a newbie in linux traffic control.But i have task to implement a tool similar to
the nistnet tool used for netwok emulation tests but which emulates a wireless environment.
I was exploring the use of the traffic control subsystem for this task.In this regard i have
a few questions i need to post in order to clarify my thoughts on how to do this.I am using
tcng to classify
2006 May 17
1
OCFS and backups to tape
Hi,
we have installed ocfs2 on Rhat 4. It is being used as a general
clustered file system. There are no oracle binaries or datafiles on the
ocfs volume. So no need for RMAN or oarcle agents etc etc.
The customer would like to backup the volume using arcserve. However CA
are saying that they cannot backup from an ocfs volume.
Has anyone out there got any words of wisdom about backing up
2012 Feb 07
1
.Random.seed not found
Hi All,
I have a user who is receiving this error after running the following:
library(rjags)
library(R2jags)
x = c(1.6907, 1.7242, 1.7552, 1.7842, 1.8113, 1.8369, 1.8610, 1.8839)
n = c(59, 60, 62, 56, 63, 59, 62, 60)
r = c(6, 13, 18, 28, 52, 53, 61, 60)
N = 8
data=list("x","n","r","N")
inits=function(){
list(alpha.star=0,beta=0)
}
2005 May 25
1
The error while using R2WinBUGS
Dear all,
I tried to run WinBUGS model in R by using package R2WinBUGS, but I
failed because of the massage : cannot calculate DIC for model in log
file of WinBUGS14. In fact, the model works in WinBUGS and I can get
summaries of the model, such as density, stats..., except DIC , because
DIC may not be appropriate in this kind of model due to some
reasons(according to the manual of WinBUGS14),
2010 Aug 16
1
Specify decimal places for parameters in BUGS output
Hi All:
I had a basic question to ask. I am running R2WinBUGS so that I could
automate the running of my model using 1000 simulated datasets. Below is the
code I am using. The only problem I am having is the bugs output that comes
out shows my parameters as nos with 1 decimal place after. I would want to
have the parameters with 5 places after decimal. How would I specify that in
my code for
2006 Nov 21
0
Expanding VaR package
Hi,
it would be nice if the VaR package could get expanded to work with
more models. I wrote a function which calculates the VaR for a
Garch(1,1) AR(2) model. Since I am fairly new to R I am sure it can be
written much neater.
If someone feels like having a go, here is what I have written
library(fSeries)
library(tseries)
VaR.Garch <- function(data,stockId=1,p=0.01,dt=1)
{
r <-
2004 Jan 08
2
Sweave & xtable
I am just starting to learn Sweave (really neat tool). I am pretty
early in the learning curve (I had to think a moment ago whether a # or
% was the appropriate comment character).
I have successfully incorporated simple graphics and outputs, but am
having trouble getting a latex (xtable) table to function properly.
Latex is seemingly treating the xtable code as input or verbatim text.
That
2003 Feb 21
1
pam_mount_conf?
Have any of you folks actually managed to get pam_mount working?
A quick google shows a ton of messages saying "you can use pam_mount" to
automatically mount a user's home directory on log in, but no messages
saying "I use pam_mount" etc -- I'm suspecting it might not actually
work. Or at least I might not be smart enough to make it work.
First -- pam_mount 0.5.11
2003 Sep 18
3
Multiple Links
Hi all
Iam planning to deploy Multiple Links
using RH 9.0/ PIII 500Mhz/512MB RAM
With all Patches related to Route and rest Mentioned in nano.txt
Iam Running BGP 4 with all the ISP, but iam not doing Load balancing the
Links
Each Link have specific application and specific users.
Eth0 is connected to Local Net
eth1- ISP1
eth2- ISP2
eth3- ISP3
Now i want to make Specific Routes
x.x.x.x
2009 Oct 07
1
tgtadm and exported iscsi volumes
Out of haste I decided for the first time not to pull down and compile
iet to export a single volume to a windows machine so I just used tgtd.
Well, much more time later than otherwise would be the case had I used
iet, when I mount the volume on the windows ini, it can't find and install
a driver? WTF?
This have anything to do with the tgtd being a tech preview:)
Anybody seen this b4?
jlc