similar to: requesting edit perms for nagios

Displaying 20 results from an estimated 4000 matches similar to: "requesting edit perms for nagios"

2011 Nov 28
1
net-snmp-5.5-27.el6.i686
Hello, Can someone explain why I don't get a timeout when I use the community string "public" even if I don't have it defined in my snmpd.conf file. It doesn't return data but it also doesn't timeout. See example below. ... rocommunity nobody 127.0.0.1 ... [root at L703108 pgsql]# snmpwalk -v 1 -c public 127.0.0.1 1.3.6.1.2.1.2.2.1 ifMIB [root at L703108 pgsql]#
2012 Jan 06
1
rsyslog server cannot get the logs
I have an rsyslog server which is running Debian Stable, and its version of rsyslog is 4.6.4-2. All of my Debian Stable server can send log to it now. and run both nc $IP $PORT <<< "HELLO" and echo "HELLO" | nc $IP $PORT on client, I can get log on the server. While for my CentOS 5.7 server, nc $IP $PORT <<< "HELLO" works well, but echo
2011 Dec 22
1
kernel panic/abort during boot
Just did an in-place update from 6.1 to 6.2 on my eeepc 901 (Atom CPU). during boot, (if I hit ESC to see the boot messages) it says "starging udev" then nothing else for a few seconds, then a huge register dump scrolls by. it's too big to see the beginning of it. If I boot from the prior kernel and look in /var/log/messages, I don't see any evidence of the failed boot.
2010 May 30
3
CentOS with Kernel 2.6.32 built-in
I have a Asus laptop, from the new generation, and my network driver is present in the kernel since version 2.6.32(Jmicron). Is there any CentOS with this kernel? I tried to compile myself, but I failed. Is a bit harder than I thought. Is there any testing version of CentOS or some backports? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL:
2011 Dec 15
3
Cause for kernel panic
Hi ! On an 8-node cluster, one of the node did a kernel panic. The only bit of information I have is on a ssh console I had open, which said : Message from syslogd at node108 at Dec 14 19:00:15 ... kernel:------------[ cut here ]------------ Message from syslogd at node108 at Dec 14 19:00:15 ... kernel:invalid opcode: 0000 [#1] SMP Message from syslogd at node108 at Dec 14 19:00:15 ...
2010 Jan 23
2
Wiki page request for HP Pavilion DV7-2250ED laptop
Hello, I'd like to add a wiki page for the HP Pavillion DV7-2250ED laptop. The proposed position would be http://wiki.centos.org/HowTos/Laptops/HP/Pavilion-DV7-2250ed I'd like to add the steps needed to install, and what's needed to get wireless working (and anything else that pops up after that). Regards, Bas Vermeulen
2009 Jan 01
2
Permission to add an entry to the Webcams page
I would like to add an entry for the Logitech QuickCam Communicate STX to this page: http://wiki.centos.org/AdditionalResources/HardwareList/Webcams Thank you. Marko
2020 Apr 19
2
New Wiki editor, would like to update HowTos/postfix_sasl_relayhost
I made the following changes: * removed all references to stunnel. It isn?t necessary in every supported version of CentOS, and in CentOS 5 or earlier it wouldn?t work with anything modern anyway due to OpenSSL being out of date on an unsupported platform and won?t use any modern TLS implementations. * I switched all the commands to use sudo instead of running as root, * I switched it to an
2011 Apr 05
1
Need permission to edit thie Wiki
I need permission to edit the CentOS Wiki and add in my Thinkpad L412 to the Laptops Running CentOS. username: johnrdavisjr Thank you. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos-docs/attachments/20110405/7c025590/attachment-0006.html>
2012 Mar 23
2
edit permissions on personal page
Hi, could you guys please grant me edit permissions on my personal page wiki.centos.org/christophgaluschka Thanks and cheers Christoph
2008 Jan 13
10
.html.erb files and autotest
When I work with a .html.erb file, the autotest rspec on rails stuff doesn''t understand the file to map it to the right test. I wanted to submit a patch for this, but I''m unsure where the specs would be to update. I found the necessary mapping in rspec_autotest.rb, but I can''t find any specs anywhere. Help? I just need to have /app/views/coupon/index.html.erb to map to
2008 Jan 31
6
loading fixtures?
How do you load fixtures from specs as you would test? eg. rake db:fixtures:load RAILS_ENV=development -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/rspec-users/attachments/20080131/38c3b0ab/attachment.html
2008 Jan 23
18
Not seeing the failure
All, I''m missing something simple, I think. I am writing a spec to say that my CouponController should create a new coupon from the form parameters, then set the current user. Here''s the spec: describe CouponController, "When posting to save_coupon" do before(:each) do @expectedName = "pepper''s" @expectedAmount = 5 coupon =
2015 Mar 07
20
[Bug 89484] New: xrandr no output to DisplayPort with GeForce GT 520M.
https://bugs.freedesktop.org/show_bug.cgi?id=89484 Bug ID: 89484 Summary: xrandr no output to DisplayPort with GeForce GT 520M. Product: xorg Version: 7.7 (2012.06) Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau
2004 Dec 15
3
adding perspectives to existing persp plots
I've created a perspective plot using 'persp' in the graphics package. I'd like to add a second plane of z values to the existing plot, but I cannot seem to do this using 'persp'. Is there an analogue to 'lines' or 'points' for perspectives? Corey. corey.bradshaw at cdu.edu.au
2008 Jan 27
20
OT local version control?
Hi, all, This isn''t about rspec, but this list has people whose opinions I respect. So, I''m looking for a new version control system for my local development. I was going to install subversion, but I''ve heard rumors of people using some newer ones. Thoughts? I''d like to be able to run it either locally or on a home server. If I run it off a home server, then
2007 Aug 06
4
[Patch] HttpServer.port reports the bound port
This is for when you pass mongrel 0 for the port and the OS assigns an open one. Corey --- mongrel-1.0.1/lib/mongrel.rb 2007-08-05 15:29:59.000000000 -0700 +++ mongrel-1.0.1/lib/mongrel.rb.zero_port_fix 2007-08-05 15:29:23.000000000 -0700 @@ -560,7 +560,7 @@ @socket = TCPServer.new(host, port) @classifier = URIClassifier.new @host = host - @port = port
2008 Jan 15
4
Okay, I''m finally asking for help
Hi, all! I would love if someone could help me figure this out. I can''t seem to see why the following fails: Here''s the spec: it "should redirect back to the index page" do Coupon.should_receive (:new).with({"name"=>@expectedName,"amount"=>@expectedAmount}).and_return(@coupon) @coupon.should_receive(:save) response.should
2006 Jan 03
5
RDOC and dot on mac
All, This is probably a bit more of a mac question, but here goes. (Admission: I posted this to ruby-talk as well....) I am trying to use rdoc -d to generate class diagrams on a mac running Tiger (OS X 10.4) for a rails app. I managed to get dot installed, but now am running into problems with dot looking for libraries that either do not exist or are apparently in the wrong place. I probably made
2003 Jul 22
4
Samba Domain Controller Help
Hi I am trying to setup a Domain controller on my home network for testing and I am running into a bit of a problem. Everytime I try to authenticate to the domain I get refused. I have completely read the domain controller how-to that is supplied with Samba 2.28. I follow all of the directions and still nothing. When I attempt to authenticate though it tells me that I don't have the right