Displaying 20 results from an estimated 200 matches similar to: "negative tokens"
2004 Nov 16
2
share bandwith between vpns
I have clients, which connectin to Internet through vpn. I want to
dynamically share bandwith between vpn connections, so if there few
connections, then they get all bandwith, if more then they get their
minimal guaranteed bandwith. my idea is:
ip-up.local:
tc class add dev $DEV parent 1:1 classid 1:2${1/ppp/} htb rate
$[$RATEUP/$VPNS]kbit ceil ${RATEUP}kbps
tc filter add dev $DEV protocol ip
2004 Dec 23
1
does the inbound traffic affect the outbound on 2 different interfaces
hey guys
i am regulating the traffic to & fro by my network through a
linux gateway , its behaving strange. i regulated Downlink to 2Mbps &
UPlLINK to 500Kbps. both perform well when those are done independent
i.e. one at a time
but when i do both from a client system ..the downlink however
continues at 2mbps but the uplink falls down to 100kbps?
is something wrong with my script or
2005 Feb 16
6
Re: Bandwith Control with a firewall/bridge
>Miguel Ángel Domínguez Durán wrote:
>> Hello again,
>> First, excuse me for my poor english.
>> I''m trying now to make bandwith control in a firewall machine running
>> Shorewall. This machine is also a bridge using bridge-utils
>> bridge-utils-devel. It is a mandrake 10. The configuration is something
>> like
>> this:
>>
>>
2005 Feb 11
1
Help!!! Bandwith Control with a NAT machine
Hello everyone,
First of all, sorry for my poor english.
I''ve been working with this for a few weeks and I''m getting sick...
I''m trying to control the bandwith in my network using the following script. The machine where the script is running makes NAT, eth0 is connected to the router and eth1 is connected to the Lan. When I run the script it doesn''t appear any
2005 May 26
2
Random Early Detection
I''m streaming audio over a WAN that is 1.5Mbit/s. The audio has to go
both ways and can be over tcp or udp. The manufacturers recommend udp
as it has less overhead but has a higher chance of dropping out. The
audio requires 130-200kbit/s in each direction for a combined
260-400kbit/s. I have two transparent bridges on either side of the WAN
to do traffic control. I split it so
2002 Dec 03
4
Multiple classes
I''m trying to implement something similar the the diagram in section
9.5.2.1 in the LARTC HOWTO, but must have missed something somewhere :(
I''m trying to hack up wondershaper, as it looked like a good place to
start.. Here''s where I currently at, but I''ve tried alot of different
things, all failing, some worse than others. The end result is to throttle
back 126
2007 May 14
5
user are able to access "/" partition.
Hi All.
We have a samba server at our location. We are facing out with some
issue. User who have the account on the server are able to access "/"
root access.
I have tried to add an extra line In Home sharing, which is "path = %H",
this lined solved my issue, but gave other issue. After implementing
this line under Home share, I am not able to open any other user's
2015 Jan 29
2
[LLVMdev] LNT install
I followed the lnt quickstart <http://llvm.org/docs/lnt/quickstart.html> directions but got this diagnostic when doing the setup:
bash-3.2$ ~/mysandbox/bin/python ~/lnt/setup.py develop
/Users/dcallahan/mysandbox/lib/python2.7/site-packages/setuptools/dist.py:284: UserWarning: The version spec\
ified requires normalization, consider using '0.4.1.dev0' instead of
2005 Jan 31
3
why there is any traffic in default class?
I have:
tc qdisc add dev imq0 root handle 1: htb default 30
tc class add dev imq0 parent 1: classid 1:1 htb rate 512kbit ceil 512kbit
tc class add dev imq0 parent 1:1 classid 1:30 htb rate 64kbit ceil 512kbit
then:
iptables -t mangle -A PREROUTING -i ppp0 -s 192.168.2.2 -j IMQ --todev 0
tc class add dev imq0 parent 1:1 classid 1:22 htb rate 64kbit ceil 128kbit
tc filter add dev imq0 protocol
2014 Jun 18
1
Samba4 ClassicUpgrade post-migration issues
Hi there,
I've successfully migrated an extremely large Samba3 domain to Samba4.
The platforms involved:
Samba files (/var/lib/samba) copied from a Debian 6-based Samba3 PDC
with an LDAP backend
Debian 7 with Samba4 installed from backports, with slapd installed
locally (and now disabled).
However, a number of things appear to be wrong:
dpadmin at samba4-dev0:~$ host -t SRV
2015 Jan 30
1
[LLVMdev] LNT install
Hi David,
That's weird, I have setup LNT in multiple different distros and have
never seen this. Looks like no one ever tested on the system you're
running. Can you share a bit more of your environment?
Also, you can check the setup.py to see if it does any stripping of
package names, which could go wrong in the wrong environment.
cheers,
--renato
On 29 January 2015 at 20:13, David
2008 May 31
2
Exec format error during globalize plugin install
While trying to install the globalize plugin (website down? --
http://www.globalize-rails.org/globalize/) for Rails, all the files
seem to be transferred and placed properly, but I get the following
error when install.rb attempts to run:
Exec format error - rake -f C:/clients/MyClient/code/vendor/plugins/
globalize/../../../Rakefile globalize:upgrade_schema_to_1_dot_2 &&
exit 1
I see
2005 Jan 31
1
traffic in default class
how to see which packets is going in to default class?
--
Denis Kot
denis?jabber.org.by
ICQ: 13680126
Mobil: +375 29 6-1234-78
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2006 Nov 13
1
again about "Account is not authorized to login from this station"
hi all. who can help me? I have one server with samba and then I'm
trying to connect to this server from windows machine I'm getting
this: "Account is not authorized to login from this station". I've
enable encrypt passwords=yes but it not help. I've change samba
version. I've copied working config from other working server and just
change server's name. still
2015 Aug 07
3
download.file() on ftp URL fails in windows with default download method
Hi,
> url <- "ftp://ftp.ncbi.nlm.nih.gov/genomes/ASSEMBLY_REPORTS/All/GCF_000001405.13.assembly.txt"
> download.file(url, tempfile())
trying URL 'ftp://ftp.ncbi.nlm.nih.gov/genomes/ASSEMBLY_REPORTS/All/GCF_000001405.13.assembly.txt'
Error in download.file(url, tempfile()) :
cannot open URL
2014 Jun 11
1
Issues with classicupgrade LDAP
Hi there,
I'm attempting a classicupgrade from Samba3 to Samba4 with an LDAP
backend and encountering this error:
dpadmin at samba4-dev0:~$ samba-tool domain classicupgrade
--dbdir=/var/lib/samba --use-xattrs=yes --realm=ad.digipen.edu
/home/dpadmin/smb.conf 2>&1 | tee SambaMigration10.log
<snip>
init_sam_from_ldap: Entry found for user: steven.redacted
init_sam_from_ldap:
2015 Aug 08
2
download.file() on ftp URL fails in windows with default download method
----- Original Message -----
> From: "Uwe Ligges" <ligges at statistik.tu-dortmund.de>
> To: "Dan Tenenbaum" <dtenenba at fredhutch.org>, "R-devel at r-project.org" <r-devel at r-project.org>
> Sent: Saturday, August 8, 2015 3:57:34 PM
> Subject: Re: [Rd] download.file() on ftp URL fails in windows with default download method
>
>
2005 Jul 22
5
1.0-test79
http://dovecot.org/test/
Now checks that field alignmentations are in indexes as they're
expected. test78 crashed if it was wrong, earlier versions ignored the
problem (and crashed with 64bit systems). Now if it's wrong, it prints
error to log file and recreates the index. That means you probably
should delete all dovecot.index files to avoid tons of errors in log
files. Only mbox users
2020 Jul 10
2
[LNT] Build bot problems due to Python dependencies
Hello,
as of Jul 9, the LNT build bot on SystemZ shows red. The problem occurs in
the "setup lit" test, which fails due to:
Processing dependencies for LNT==0.4.2.dev0
Searching for typing
Reading https://pypi.org/simple/typing/
Downloading
2009 Jan 07
1
troubles performing Moran.I test
dear R users,
I have troubles performing Moran.I test as suggested on
http://www.ats.ucla.edu/stat/r/faq/morans_i.htm
my spatial data are longitude and lattitide of communities. The
calculation of the inverse distance matrix according to the homepage
(using my data)
datAL <- read.csv2("C:\\Konvergenz AL.csv", header=T)
ALdist <- as.matrix(dist(cbind(datAL$L?nge,