search for: nett

Displaying 20 results from an estimated 32 matches for "nett".

Did you mean: net
2006 Jun 13
7
ActiveRecord attribute= overload
I want to overload the = operator for one of the attributes in a model to run a filter on the input. However I can''t do this: def attribute=(data) self.attribute = filter(data) end because that creates an infinite recursive loop. How do I get around this? -- Posted via http://www.ruby-forum.com/.
2006 Jun 05
5
Controller-wide instance variable
Is it possible to declare an instance variable in a controller that is available to every action without defining the variable in every action? -- Posted via http://www.ruby-forum.com/.
2010 Jul 01
2
Sweave function
Dear list, I have a question about the interaction between R code and Latex language trough the Sweave function in the package "utils". What I'm trying to do is to write a report. Contrary to the examples shown in the Sweave Manual in which table already constructed by R are "exported" on Latex files, what I would like to do is to build a table in which I combine text and
2010 Jun 21
0
[LLVMdev] Speculative Loop Parallelization on LLVM IR
..., you run the loop-iterations in parallel and verify in the end if data-dependencies were violated. If yes, you rewind and run the loop sequentially. If for that particular case there was no data-dependencies violated, you have gained in execution time [yes, there is cost involved in verifying and nett gain is not always +ve ]. OK, so whats my point? To be able to do at least some loop-transformations at run-time to expose parallelism etc, perhaps some kind of LLVM IR --> Poly ---> LLVM IR support at run-time may be required. Definitely a scaled down version, since polyhedral transformatio...
2006 Apr 05
5
QoS - Ping problem
...sable my QoS ping stats to be ok. I even have tryed to make a filter for ICMP protocol (using u32 as it is writen into LARTC how-to) but it did not work. How can I solve this problem? ------------------------------------------------------------------------ #!/bin/sh #------ # Script de QoS Cyber Nett #------ # Nataniel Klug # suporte@cnett.com.br #------ TC="/sbin/tc" IPT="/usr/local/sbin/iptables" $IPT -t mangle -X $IPT -t mangle -F DL="eth1" #------ # Apagando regras antigas de QoS #------ $TC qdisc del dev $DL root 2> /dev/null > /dev/null $TC qdisc...
2010 Jun 21
0
[LLVMdev] Speculative Loop Parallelization on LLVM IR
...ions in > parallel and verify in the end if data-dependencies were violated. If > yes, you rewind and run the loop sequentially. > If for that particular case there was no data-dependencies violated, you > have gained in execution time [yes, there is cost involved in verifying > and nett gain is not always +ve ]. > OK, so whats my point? To be able to do at least some > loop-transformations at run-time to expose parallelism etc, perhaps some > kind of LLVM IR --> Poly ---> LLVM IR > support at run-time may be required. Definitely a scaled down version, > since...
1998 Sep 04
1
How much memory is needed?
...amba server needs about 1 MB of RAM? And if so, would a server with 16MB RAM and 20 clients swap a lot (maybe so much that the clients lose the connection)? -------------------------------------------------------------------------- Trond Nystuen trond.nystuen@ha-nett.no
2006 Aug 10
2
group changes?
I have several groups in /etc/groups on my samba server. I upgraded to samba 3.0.23b and then users couldn't connect to any shares they were groups on in /etc/groups (shares used valid users = @groupname) but could connect to shares where valid users = their_username. I did some reading and saw the group mapping change at
2012 Apr 19
1
Trust UPS Oxxtron 1300VA (17679)
...rrupt Synch Type None Usage Type Data wMaxPacketSize 0x0006 1x 6 bytes bInterval 1 Device Status: 0x0000 (Bus Powered) -- * Gratis e-post fra Monsterpost.no, sjekk http://www.monsterpost.no/ * Trenger du nett i Halden, Fredrikstad eller Sarpsborg? Priser fra kr 175/mnd, sjekk http://www.monsternett.no/
2006 Apr 05
0
Configuration of my QoS ruleset (now working fine with u32 classifier)
Hello all, As I have promised I am sending my QoS rules. This now works fine with u32 classifier (and parent 1:0 that I could not understand why it did not worked well before). Att, Nataniel Klug ------------------------ #!/bin/sh #------ # Script de QoS Cyber Nett #------ # Nataniel Klug # suporte@cnett.com.br #------ TC="/sbin/tc" IPT="/usr/local/sbin/iptables" DL="eth1" #------ # Apagando regras antigas de QoS #------ $TC qdisc del dev $DL root 2> /dev/null > /dev/null $TC qdisc del dev $DL ingress 2> /dev/null...
2006 Feb 13
1
can all internet traffic be directed thru 1 computer on a Router?
Hello al, Is it possible [indeed is this the right place] to add iptables to force all internet traffic to go thru a particular computer on a LAN? I have a 4 port Router/modem that contains a Busybox v0.61 Linux system. I am able to add entries to the iptables tho'' I don''t really know what it does yet. I want to be able to use Ethereal on this one computer to check what web
2010 Jun 18
4
[LLVMdev] Speculative Loop Parallelization on LLVM IR
Hi Javed, On 06/18/10 14:07, Javed Absar wrote: > Hi: > I worked on loop-optimizations techniques previously using ORC. > Currently i see lots of research on speculative parallelization of > loops ... specially because multicores [for embedded systems] is > becoming popular. In other words, because you have > multiple cores, you can start some loops [Fast-Track] as if there is
2006 Feb 02
0
Problem with routing to multiple tables
...-p tcp -m mark --mark 1 -j CONNMARK --save-mark $IP rule add prio $P2PPRIO fwmark $P2PMARK table $L2 $IP route flush cache ------ My question is: why the P2P traffic still going through eth0? Att, Nataniel Klug ________________________________________________ Mensagem enviada usando Webmail CNett 2.0 Message sent using Webmail CNett 2.0 Cyber Nett Internet Banda Larga http://www.cnett.com.br/ _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
2006 Nov 04
8
Strategy for penalising IPs with too many simultaneous sessions
...towards the IP is delayed and shaped down to say 600kbps. The starting point of how many sessions can be open before penalising takes effect, the starting point of the curve and the gradient of the curve would obviously be subject to lots of experimentation and would be set by the admin. The nett effect I am looking for, is that a user who chooses to open multiple simultaneous streams, should see a noticable decrease in maximum throughput, in an effort to discourage them from swamping the network with sessions. My question is, does a qdisc exist that implements something like this? Is...
2006 Apr 07
9
u32 and iptables do not work together
...ocol ip prio 1 handle 10 fw classid 1:10 RTNETLINK answers: Invalid argument We have an error talking to the kernel [root@ns1 rc.d]# Anyone knows what can I do? My full script (the one that is working fine is at the end). Att, Nataniel Klug ------ #!/bin/sh #------ # Script de QoS Cyber Nett #------ # Nataniel Klug # suporte@cnett.com.br #------ TC="/sbin/tc" IPT="/usr/local/sbin/iptables" DL="eth3" #------ # Apagando regras antigas de QoS #------ $TC qdisc del dev $DL root 2> /dev/null > /dev/null $TC qdisc del dev $DL ingress 2> /dev/null...
2006 Jun 07
3
function to be used in model
Where is the best place to put a function that will be used in both several controller and several models? -- Posted via http://www.ruby-forum.com/.
2002 Feb 26
4
Help again for Samba 3.0
Hello again, althogh some of you already tried to help me, I still have the same problem: I'd like to test the new Samba 3.0 as a PDC for two Windows 2000 clients. My OS is FreeBSD 4.5 Can anyone help me with that ? I always get the errors : 'no user session key' and 'remote procedure call failed'. As I found out the error messages (on the clients) both change regularly.
2017 Feb 05
2
dovecot/auth CPU spikes
Hi All, I have recently moved by webmail server from a VPS to a hosted dedicated server running Ubuntu 16.04. Everything is fine except that login is particularly and consistently long (around 4-5 seconds). I have noticed that the process dovecot/auth seems to eat all of the resources of one of the cores available on the host during login. The authentication backend is a postgres database which
2020 Apr 09
4
Parallel transfers with sftp (call for testing / advice)
> Le 9 avr. 2020 ? 00:34, Nico Kadel-Garcia <nkadel at gmail.com> a ?crit : > > On Wed, Apr 8, 2020 at 11:31 AM Cyril Servant <cyril.servant at gmail.com> wrote: >> >> Hello, I'd like to share with you an evolution I made on sftp. > > It *sounds* like you should be using rparallelized rsync over xargs. > Partial sftp or scp transfers are almost
2006 Feb 11
2
Route all LAN traffic through eth2 and keep web/mail traffic on eth0
Hi, I have the following config: 1 PC with 3 NICs, that shares internet connection to LAN. eth0 uses a public IP ($public_ip_1) eth1 uses a private IP ($private_ip) eth2 uses a public IP ($public_ip_2) I have a webserver and a mailserver accesible by $public_ip_1 (eth0) I have a LAN with all terminals using private IPs, and $private_ip (eth1) as gateway. $public_ip_1 and $public_ip_2 are from