search for: rra

Displaying 20 results from an estimated 62 matches for "rra".

Did you mean: ra
2004 Jul 30
3
notes&questions: filter, HTB, hfsc & tc binary,ifs tx ques
Hello I''ve been messing with traffic controlling for some time and encountered singularities I''d like to talk about. First explaining of my pow (can''t tell how much each point is relevant) Box with Debian, Intel PII*2 old and fancy:), ADSL link with dyn IP, some servers (f. ex. squid), loc net with dhcp, (although IP statically given by MAC); MASQ. Such circumstances
2007 Jul 05
4
Machine count at one site
...ber will increase significantly. So far, we''re only running a handful of production systems via Puppet; most of the systems currently in Puppet are test/dev systems. We will, however, begin managing some of our production Kerberos KDCs using Puppet this coming weekend. -- Russ Allbery (rra@stanford.edu) <http://www.eyrie.org/~eagle/>
2008 Jan 27
18
Reporting Analisysing program
Anybody knows some graphic reporting/analysing program for shorewall 4.0.7 or i have to do it by accounting? -- Javier Martínez Technical Manager ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
2008 Feb 22
13
File corruption while serving
Can anyone who''s having this problem please send details? I''m trying to reproduce it -- I''ve got 5 clients concurrently retrieving 200 10k files made of random binary, and I can''t get any corruption or memory growth at all. Is everyone experiencing the problem using Mongrel? Webrick? What versions of ruby? Are only big files affected? Small files?
2007 Jun 09
12
Example module for central git repository via http (sort of like a subversion repo) [a bit RFC]
Hi all, I''ve been looking for a good example for how one would build a module, but I couldn''t really find something that I liked, so I went ahead and tried to do it myself. The result is this: a git module (see attachment). Please have a look and comment on it, before I add it to the wiki. I especially want comments on the setup of the module itself, not so much on the git
2019 Nov 13
2
[AVR] [MSP430] Code gen improvements for 8 bit and 16 bit targets
...isNotNegativeUsingCmp(i16 signext %x) { %cmp = icmp sgt i16 %x, -1 %r = zext i1 %cmp to i16 ret i16 %r } And compile that for MSP430: $ ./llc -o - -mtriple=msp430 shift.ll isNotNegativeUsingShift: ; @isNotNegativeUsingShift ; %bb.0: inv r12 swpb r12 mov.b r12, r12 clrc rrc r12 rra r12 rra r12 rra r12 rra r12 rra r12 rra r12 ret isNotNegativeUsingCmp: ; @isNotNegativeUsingCmp ; %bb.0: mov r12, r13 mov #1, r12 tst r13 jge .LBB1_2 ; %bb.1: clr r12 .LBB1_2: ret How do you intend to optimize code that is written in the 1st form? Or is that not allowed in some w...
2007 Jul 12
29
Up to date packages for puppet
I was wondering if there would be any benefit to the general community if I made available a debian and ubuntu repository of up to date puppet packages. I have the infrastructure in place anyway for my work (pbuilder + falcon), and can quite easily run up a vhost on a VM somewhere. Debian Etch (4.0) for example has puppet 0.20.1, and will never get a newer version. Ubuntu Feisty has a newer
2007 Feb 22
0
Problem with Cacti and CentOS 4.4
...in/rrdtool graph - \ --imgformat=PNG \ --start=-86400 \ --end=-300 \ --title="DCN2948-1 - Traffic - Fa10" \ --rigid \ --base=1000 \ --height=120 \ --width=500 \ --alt-autoscale-max \ --lower-limit=0 \ --vertical-label="bits per second" \ --slope-mode \ DEF:a="/var/www/cacti/rra/dcn29481_traffic_in_19.rrd":traffic_in:AVERAGE \ DEF:b="/var/www/cacti/rra/dcn29481_traffic_in_19.rrd":traffic_out:AVERAGE \ CDEF:cdefa=a,8,* \ CDEF:cdefe=b,8,* \ AREA:cdefa#00CF00:"Inbound" \ GPRINT:cdefa:LAST:" Current\:%8.2lf %s" \ GPRINT:cdefa:AVERAGE:"...
2007 Oct 16
4
Useradd & NIS issue if the user exist
Hi, I have a class to add users to all the host servers. We are in the process to have a coexisting user which belongs in NIS & as well as /etc/passwd. We have NIS clients (yp running) on all host servers. So when running puppet is fails to add or modify user, bcos the user already exists in NIS. Eg: A user pcruise is an existing NIS user. When using useradd or
2019 Nov 14
2
[AVR] [MSP430] Code gen improvements for 8 bit and 16 bit targets
...> %r = zext i1 %cmp to i16 > ret i16 %r > } > > And compile that for MSP430: > $ ./llc -o - -mtriple=msp430 shift.ll > isNotNegativeUsingShift: ; @isNotNegativeUsingShift > ; %bb.0: > inv r12 > swpb r12 > mov.b r12, r12 > clrc > rrc r12 > rra r12 > rra r12 > rra r12 > rra r12 > rra r12 > rra r12 > ret > > isNotNegativeUsingCmp: ; @isNotNegativeUsingCmp > ; %bb.0: > mov r12, r13 > mov #1, r12 > tst r13 > jge .LBB1_2 > ; %bb.1: > clr r12 > .LBB1_2: > ret > > How do...
2019 Oct 03
2
[cfe-dev] CFG simplification question, and preservation of branching in the original code
...xor i16 %0, 1 >> ret i16 %.not >> } >> >> The backend then turns this into the following totally suboptimal code: >> >> cmpge32_0: >> mov r13, r12 >> inv r12 >> swpb r12 >> mov.b r12, r12 >> clrc >> rrc r12 >> rra r12 >> rra r12 >> rra r12 >> rra r12 >> rra r12 >> rra r12 >> ret >> .Lfunc_end0: >> .size cmpge32_0, .Lfunc_end0-cmpge32_0 >> >> >> The cause of this anomaly is again the presence of the Shift instruction (%a.lobit = lshr i...
2010 Apr 24
7
Pushing a file only if another does not exist.
I am trying to write a module for tripwire. I need to push out the twcfg.txt and twpol.txt files only if the tw.cfg and tw.pol files do not currently exist. How can do I this with File{}? I''m can''t seem to find a way to do it. In general times, how can you deploy file A only when file B does not exist? And... tripwire... what a mess. I am trying to use push out the site key,
2019 Sep 30
2
[cfe-dev] CFG simplification question, and preservation of branching in the original code
...2 %a, 31 > %0 = trunc i32 %a.lobit to i16 > %.not = xor i16 %0, 1 > ret i16 %.not > } > > The backend then turns this into the following totally suboptimal code: > > cmpge32_0: > mov r13, r12 > inv r12 > swpb r12 > mov.b r12, r12 > clrc > rrc r12 > rra r12 > rra r12 > rra r12 > rra r12 > rra r12 > rra r12 > ret > .Lfunc_end0: > .size cmpge32_0, .Lfunc_end0-cmpge32_0 > > > The cause of this anomaly is again the presence of the Shift instruction (%a.lobit > = lshr i32 %a, 31) at the IR level, which is hard to han...
2020 Oct 10
0
Mail samba
...?supports authenticating against a Kerberos KDC, obtaining tickets and > ?populating an initial ticket cache, authorizing users via a ~/.k5login > ?file, and changing Kerberos passwords. > Homepage: https://www.eyrie.org/~eagle/software/pam-krb5/ > Original-Maintainer: Russ Allbery <rra at debian.org <mailto:rra at debian.org>> > > root at dna:/data/wordpress/database/html# ldapsearch -h > gaia.rompen.lokaal -U 'philip' -W -b 'cn=users,dc=rompen,dc=lokaal' > Enter LDAP Password: > SASL/NTLM authentication started > ldap_sasl_interactive_...
2007 Jul 30
1
Perl-related problem on rrdtool?
On CentOS 4.5, I have Cacti and Nagios installed. I'm trying to "glue" them together with a program called n2rdd but am having a problem that I wondering is Perl-related. When I run "tail /var/log/nagios/rra/n2rrd.log", I see lots of this sort of thing: server01: Missing template for "server01" service "check_ping" "/etc/n2rrd/templates/rra/ping.t" I have a ping.t template in that file path, but it's still not working. In fact, I did one exactly like the example...
2009 Apr 30
15
Shorewall Firewall con Openswan and OpenVPN
Hello guys, I past the last days trying to configure my shorewall 4.06 firewall to allow openvpn bridging connection. My scenario is the following: roadwarrior (openvpn client) -------------> Internet ------------> (X.Y.W.Z - eth0) Firewall/Gateway (10.x.x.254 - eth1) --------> Local Lan -------> OpenVPN Server (10.x.x.249 - br0) where 10.x.x.0-254 is my private lan X.Y.Z.W is
2007 Oct 12
7
puppetd dies?
Greetings all, My deployment of puppet includes a monitrc to make sure that puppetd stays up and running. It seems like (across all of my hosts) that pupeptd will end up dying and restarted by monit. I''m running puppetd under a screen session now on one particular host with --debug --verbose to see if any thing comes out on console but until it happens again, any anybody else
2019 Oct 01
3
[cfe-dev] CFG simplification question, and preservation of branching in the original code
...> %0 = trunc i32 %a.lobit to i16 > %.not = xor i16 %0, 1 > ret i16 %.not > } > > The backend then turns this into the following totally suboptimal code: > > cmpge32_0: > mov r13, r12 > inv r12 > swpb r12 > mov.b r12, r12 > clrc > rrc r12 > rra r12 > rra r12 > rra r12 > rra r12 > rra r12 > rra r12 > ret > .Lfunc_end0: > .size cmpge32_0, .Lfunc_end0-cmpge32_0 > > > The cause of this anomaly is again the presence of the Shift instruction (%a.lobit = lshr i32 %a, 31) at the IR level, which is hard to...
2006 Nov 11
5
Ubuntu experience
What is everyone''s experience with Puppet on Ubuntu? Does it work as expected? Any caveats or oddities? -- DK -- Digant C Kasundra <digant@stanford.edu> Technical Lead, ITS Unix Systems and Applications, Stanford University
2017 Jul 18
2
Sporadic Bus error on mmap() on FUSE mount
...t, rrdtool uses memory-mapped file IO extensively (I know I can recompile rrdtool with mmap() disabled, but that is just a workaround). I have three FUSE mount points on three different servers, on one of them the command "rrdtool create test.rrd --start 920804400 DS:speed:COUNTER:600:U:U RRA:AVERAGE:0.5:1:24" works fine, on the other two servers the command is killed and Bus error is reported. With every Bus error, following two lines rise in the mount log: [2017-07-18 08:30:22.470770] E [MSGID: 108008] [afr-transaction.c:2629:afr_write_txn_refresh_done] 0-flow-replicate-0: Fa...