From dczarkowski at infinitesource.ca Sat Sep 1 01:16:31 2007 From: dczarkowski at infinitesource.ca (Darek Czarkowski) Date: Fri, 31 Aug 2007 18:16:31 -0700 Subject: [rhn-users] Problem with Postgres 7.3 on RHE 5 (semaphores) Message-ID: <46D8BD6F.6010705@infinitesource.ca> Hello, I am have installed postgresql-7.3.4 on Linux server running Red Hat Enterprise Linux Server release 5 (Tikanga). Postmaster runs fine with the default settings, but when I try to increase number of connections to 200 I get "IpcSemaphoreCreate: semget(key=5432120, num=17, 03600) failed: No space left on device" Error Now, I dont think the default system settings are too low, default settings for semafores are kernel.sem = 250 32000 100 128 I have tried changing them, but I am not getting any results. This is a new server, with almost twice the parameters of the older systems I have already running PostgresSQL for years. The settings that I would use normally are: max_connections = 400 shared_buffers = 2048 sort_mem = 32168 That just doesn't seam possible on this new server. Any ideas? P.S. I can not use newer versions of PostgresSQL. -- Darek Czarkowski From inode0 at gmail.com Sat Sep 1 02:09:31 2007 From: inode0 at gmail.com (inode0) Date: Fri, 31 Aug 2007 21:09:31 -0500 Subject: [rhn-users] Problem with Postgres 7.3 on RHE 5 (semaphores) In-Reply-To: <46D8BD6F.6010705@infinitesource.ca> References: <46D8BD6F.6010705@infinitesource.ca> Message-ID: On 8/31/07, Darek Czarkowski wrote: > Hello, > > I am have installed postgresql-7.3.4 on Linux server running Red Hat Enterprise Linux Server release 5 (Tikanga). > Postmaster runs fine with the default settings, but when I try to increase number of connections to 200 I get > "IpcSemaphoreCreate: semget(key=5432120, num=17, 03600) failed: No space left on device" Error Hi Darek, This list is for discussion of Red Hat Network. You might have a better chance of getting some help on a list where this question is more appropriate. Maybe one of the lists suggested here ... https://www.redhat.com/mailman/listinfo/rhn-users John From m.watts at eris.qinetiq.com Mon Sep 3 08:23:15 2007 From: m.watts at eris.qinetiq.com (Mark Watts) Date: Mon, 3 Sep 2007 09:23:15 +0100 Subject: [rhn-users] netdump on rhel5 In-Reply-To: References: Message-ID: <200709030923.19860.m.watts@eris.qinetiq.com> On Friday 31 August 2007 11:51:35 Adhiraj Joshi wrote: > Hi, > > I could not find netdump package for my rhel5 machine on the redhat site. > They have packages for rhel4 downwards but not for rhel5. Is the support > removed in rhel5 for netdump. Also on FC kernels also I am not able to > build netdump. Does anyone has any idea on where to pich the > rpms/stpms/patches for netdump from? > > Regards, > Adhiraj. Netdump has been replaced by kdump in RHEL-5. Have you tried rebuilding the netdump RHEL-4 rpms? Mark. -- Mark Watts BSc RHCE MBCS Senior Systems Engineer QinetiQ Trusted Information Management Trusted Solutions and Services Group GPG Key: http://keyserver.veridis.com:11371/search?q=0x455420ED -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part. URL: From shinjansenin at gmail.com Tue Sep 4 10:21:48 2007 From: shinjansenin at gmail.com (shinjan sen) Date: Tue, 4 Sep 2007 15:51:48 +0530 Subject: [rhn-users] RHN | Displaying messages during deployment In-Reply-To: <9ff5f7f50709040319i4490e976h11240ec582141f6a@mail.gmail.com> References: <9ff5f7f50709040002u375f68b5u14aba429a543a947@mail.gmail.com> <9ff5f7f50709040319i4490e976h11240ec582141f6a@mail.gmail.com> Message-ID: <9ff5f7f50709040321h43926c5au38fe2af38aed5490@mail.gmail.com> Hi, I had a query on displaying messages during deployment using RHN. If an deployment fails (during execution of %pre section) then the RHN deployment window does not provide any message. Interestingly in the completed systems tab I can see the target system though in realty the RPM didn't get installed. It will be great if someone can share some pointers around providing custom messages which can be viewed while deployment from RHN. Many Thanks, Shinjan -------------- next part -------------- An HTML attachment was scrubbed... URL: From doug at mail.com Wed Sep 5 04:34:35 2007 From: doug at mail.com (Doug Lando) Date: Tue, 4 Sep 2007 22:34:35 -0600 Subject: [rhn-users] Nvidia NVS285 Display Driver Package Won't Load Message-ID: <008d01c7ef76$109f4040$1400a8c0@LaptopDoug> BlankI can't get the Nvidia-supplied video driver package to load. The error comes down to the installer thinking there is a different version of RH running than the version it is trying to compile. I installed RHEL5 workstation on a clean disk from DVD. HP doesn't have any Linux drivers on their website. Is there an RPM available that will install the Nvidia NVS 285 driver into RHEL5? If so, where can I get it? -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: Blank Bkgrd.gif Type: image/gif Size: 145 bytes Desc: not available URL: From rodrigo at dgf.uchile.cl Mon Sep 10 04:29:27 2007 From: rodrigo at dgf.uchile.cl (Rodrigo Sanchez) Date: Mon, 10 Sep 2007 00:29:27 -0400 (CLT) Subject: [rhn-users] perl modules on RH ES v4 ... Message-ID: <3787.190.45.196.54.1189398567.squirrel@190.45.196.54> Hi All, I have been trying to install Test::Simple Module (perl) on my RedHat ES v4 (x86_64), There is no rpm for this perl's module, and when I ran cpan command (or perl -MCPAN -e shell), I got the following error: ... .... t/overload_threads........ok 1/5 skipped: various reasons t/plan....................ok t/plan_bad................ok t/plan_is_noplan..........ok t/plan_no_plan............ok 1/6 skipped: various reasons t/plan_shouldnt_import....ok t/plan_skip_all...........skipped all skipped: Just testing plan & skip_all t/pod-coverage............skipped all skipped: Test::Pod::Coverage 1.08 required for testing POD coverage t/pod.....................skipped all skipped: Test::Pod 1.00 required for testing POD .. .. t/undef...................ok t/use_ok..................ok t/useing..................ok Failed Test Stat Wstat Total Fail List of Failed ---------------------------------------------------------------------- t/sort_bug.t 0 11 2 4 1-2 4 tests and 10 subtests skipped. Failed 1/66 test scripts. 2/491 subtests failed. Files=66, Tests=491, 3 wallclock secs ( 1.90 cusr + 0.58 csys = 2.48 CPU) Failed 1/66 test programs. 2/491 subtests failed. make: *** [test_dynamic] Error 255 MSCHWERN/Test-Simple-0.70.tar.gz /usr/bin/make test -- NOT OK Running make install make test had returned bad status, won't install without force Failed during this command: MSCHWERN/Test-Simple-0.70.tar.gz : make_test NO ======================================================================= Well, I have been trying to install Test::Pod and Test::Pod::Coverage too, without any success (same errors..) ... (really I have tried a lot of perl modules ... and always the same ... We bought a Dell servant the last week and came with RedHat ES v4, and it has been really difficult to install everything what we needed (SpamAssassin, Razor2, etc etc) I'm a new RedHat User ... may be this is the real problem ... :) Any Hint ? Any Idea ? Rodrigo DGF, U. de Chile From amorgan at rackspace.com Mon Sep 10 12:12:35 2007 From: amorgan at rackspace.com (Aric Morgan) Date: Mon, 10 Sep 2007 07:12:35 -0500 Subject: [rhn-users] perl modules on RH ES v4 ... Message-ID: <96AF20FDF4301D419B33CCE8E3A0132B6B0428@SAT4MX07.RACKSPACE.CORP> C ----- Original Message ----- From: rhn-users-bounces at redhat.com To: rhn-users at redhat.com Sent: Sun Sep 09 23:29:27 2007 Subject: [rhn-users] perl modules on RH ES v4 ... Hi All, I have been trying to install Test::Simple Module (perl) on my RedHat ES v4 (x86_64), There is no rpm for this perl's module, and when I ran cpan command (or perl -MCPAN -e shell), I got the following error: ... .... t/overload_threads........ok 1/5 skipped: various reasons t/plan....................ok t/plan_bad................ok t/plan_is_noplan..........ok t/plan_no_plan............ok 1/6 skipped: various reasons t/plan_shouldnt_import....ok t/plan_skip_all...........skipped all skipped: Just testing plan & skip_all t/pod-coverage............skipped all skipped: Test::Pod::Coverage 1.08 required for testing POD coverage t/pod.....................skipped all skipped: Test::Pod 1.00 required for testing POD .. .. t/undef...................ok t/use_ok..................ok t/useing..................ok Failed Test Stat Wstat Total Fail List of Failed ---------------------------------------------------------------------- t/sort_bug.t 0 11 2 4 1-2 4 tests and 10 subtests skipped. Failed 1/66 test scripts. 2/491 subtests failed. Files=66, Tests=491, 3 wallclock secs ( 1.90 cusr + 0.58 csys = 2.48 CPU) Failed 1/66 test programs. 2/491 subtests failed. make: *** [test_dynamic] Error 255 MSCHWERN/Test-Simple-0.70.tar.gz /usr/bin/make test -- NOT OK Running make install make test had returned bad status, won't install without force Failed during this command: MSCHWERN/Test-Simple-0.70.tar.gz : make_test NO ======================================================================= Well, I have been trying to install Test::Pod and Test::Pod::Coverage too, without any success (same errors..) ... (really I have tried a lot of perl modules ... and always the same ... We bought a Dell servant the last week and came with RedHat ES v4, and it has been really difficult to install everything what we needed (SpamAssassin, Razor2, etc etc) I'm a new RedHat User ... may be this is the real problem ... :) Any Hint ? Any Idea ? Rodrigo DGF, U. de Chile _______________________________________________ rhn-users mailing list rhn-users at redhat.com https://www.redhat.com/mailman/listinfo/rhn-users Confidentiality Notice: This e-mail message (including any attached or embedded documents) is intended for the exclusive and confidential use of the individual or entity to which this message is addressed, and unless otherwise expressly indicated, is confidential and privileged information of Rackspace Managed Hosting. Any dissemination, distribution or copying of the enclosed material is prohibited. If you receive this transmission in error, please notify us immediately by e-mail at abuse at rackspace.com, and delete the original message. Your cooperation is appreciated. -------------- next part -------------- An HTML attachment was scrubbed... URL: From abliss at brockport.edu Mon Sep 10 14:02:01 2007 From: abliss at brockport.edu (Aaron Bliss) Date: Mon, 10 Sep 2007 10:02:01 -0400 Subject: [rhn-users] question on quotas Message-ID: <46E54E59.2080906@brockport.edu> We have a redhat box using ldap for authentication, as well as quotas in place for our users. There are a few users that have been removed from the ldap directory, however their quota still exists. Does anyone know how to purge these entries from the aquota.user files accross all filesystems? Thanks for your help. Aaron From Frank_LaMon at csx.com Mon Sep 10 16:12:26 2007 From: Frank_LaMon at csx.com (Lamon, Frank III) Date: Mon, 10 Sep 2007 12:12:26 -0400 Subject: [rhn-users] Provisioning from a RH Proxy server In-Reply-To: <46CDDC6F.4000608@onsemi.com> References: <46CD6A95.2040204@levelelimited.com> <46CDDC6F.4000608@onsemi.com> Message-ID: <7F25CC1020F11E48AD05C13FECC550DF01025562@TJAX2742EXCH.csxt.ad.csx.com> Can new servers be provisioned from RH Proxy like they can from Satellite? We are going to set up Proxy for some remote locations to feed from our Satellite server and I was wondering if we'll be able to do remote installs off of those Proxy servers. We usually point to the distro location on the Satellite server with a kickstart file (Ex. "url -url http://satserver.fqdn/kickstart/dist/ks-rhel-i386-es-4-u5 ") and pull the pkgs straight from there, but I'm not sure if this possible with Proxy. Thanks, Frank ----------------------------------------- This email transmission and any accompanying attachments may contain CSX privileged and confidential information intended only for the use of the intended addressee. Any dissemination, distribution, copying or action taken in reliance on the contents of this email by anyone other than the intended recipient is strictly prohibited. If you have received this email in error please immediately delete it and notify sender at the above CSX email address. Sender and CSX accept no liability for any damage caused directly or indirectly by receipt of this email. -------------- next part -------------- An HTML attachment was scrubbed... URL: From inode0 at gmail.com Mon Sep 10 19:45:27 2007 From: inode0 at gmail.com (inode0) Date: Mon, 10 Sep 2007 14:45:27 -0500 Subject: [rhn-users] question on quotas In-Reply-To: <46E54E59.2080906@brockport.edu> References: <46E54E59.2080906@brockport.edu> Message-ID: On 9/10/07, Aaron Bliss wrote: > We have a redhat box using ldap for authentication, as well as quotas in > place for our users. There are a few users that have been removed from > the ldap directory, however their quota still exists. Does anyone know > how to purge these entries from the aquota.user files accross all > filesystems? Thanks for your help. Hi Aaron, This list is for discussions about Red Hat Network, not LDAP or quotas. Take a look at the link below and I think you can find a more appropriate list for this question and there is a good chance you can get some help on one of them. https://www.redhat.com/mailman/listinfo/rhn-users John From cperry at redhat.com Fri Sep 14 17:31:10 2007 From: cperry at redhat.com (Clifford Perry) Date: Fri, 14 Sep 2007 13:31:10 -0400 Subject: [rhn-users] Provisioning from a RH Proxy server In-Reply-To: <7F25CC1020F11E48AD05C13FECC550DF01025562@TJAX2742EXCH.csxt.ad.csx.com> References: <46CD6A95.2040204@levelelimited.com> <46CDDC6F.4000608@onsemi.com> <7F25CC1020F11E48AD05C13FECC550DF01025562@TJAX2742EXCH.csxt.ad.csx.com> Message-ID: <46EAC55E.4060200@redhat.com> Yes - this *should* be possible, using RHN Proxy 4.1 or newer. Basically make the url format: http://proxyserver/kickstart/dist/ks-rhel-xx The proxy will forward to request to the Satellite and everything proceeds through the Proxy Cliff Lamon, Frank III wrote: > Can new servers be provisioned from RH Proxy like they can from > Satellite? We are going to set up Proxy for some remote locations to > feed from our Satellite server and I was wondering if we?ll be able to > do remote installs off of those Proxy servers. We usually point to the > distro location on the Satellite server with a kickstart file (Ex. "url > ?url > > http://satserver.fqdn/kickstart/dist/ks-rhel-i386-es-4-u5") and pull the > pkgs straight from there, but I?m not sure if this possible with Proxy. > > > > Thanks, > > Frank > > ------------------------------------------------------------------------ > > * This email transmission and any accompanying attachments may contain > CSX privileged and confidential information intended only for the use of > the intended addressee. Any dissemination, distribution, copying or > action taken in reliance on the contents of this email by anyone other > than the intended recipient is strictly prohibited. If you have received > this email in error please immediately delete it and notify sender at > the above CSX email address. Sender and CSX accept no liability for any > damage caused directly or indirectly by receipt of this email. * > > > ------------------------------------------------------------------------ > > _______________________________________________ > rhn-users mailing list > rhn-users at redhat.com > https://www.redhat.com/mailman/listinfo/rhn-users -- Clifford Perry Team Lead, Satellite Sustaining Engineering Red Hat, Inc. http://www.redhat.com/ +1 919 754 4403 RHCE# 805007680128201 From Frank_LaMon at csx.com Fri Sep 14 18:15:04 2007 From: Frank_LaMon at csx.com (Lamon, Frank III) Date: Fri, 14 Sep 2007 14:15:04 -0400 Subject: [rhn-users] Provisioning from a RH Proxy server In-Reply-To: <46EAC55E.4060200@redhat.com> References: <46CD6A95.2040204@levelelimited.com> <46CDDC6F.4000608@onsemi.com><7F25CC1020F11E48AD05C13FECC550DF01025562@TJAX2742EXCH.csxt.ad.csx.com> <46EAC55E.4060200@redhat.com> Message-ID: <7F25CC1020F11E48AD05C13FECC550DF01192E1E@TJAX2742EXCH.csxt.ad.csx.com> Thank you very much. That was just way too easy :-) -----Original Message----- From: rhn-users-bounces at redhat.com [mailto:rhn-users-bounces at redhat.com] On Behalf Of Clifford Perry Sent: Friday, September 14, 2007 1:31 PM To: Discussions about Red Hat Network (rhn.redhat.com) Subject: Re: [rhn-users] Provisioning from a RH Proxy server Yes - this *should* be possible, using RHN Proxy 4.1 or newer. Basically make the url format: http://proxyserver/kickstart/dist/ks-rhel-xx The proxy will forward to request to the Satellite and everything proceeds through the Proxy Cliff Lamon, Frank III wrote: > Can new servers be provisioned from RH Proxy like they can from > Satellite? We are going to set up Proxy for some remote locations to > feed from our Satellite server and I was wondering if we'll be able to > do remote installs off of those Proxy servers. We usually point to the > distro location on the Satellite server with a kickstart file (Ex. "url > -url > > http://satserver.fqdn/kickstart/dist/ks-rhel-i386-es-4-u5") and pull the > pkgs straight from there, but I'm not sure if this possible with Proxy. > > > > Thanks, > > Frank > > ------------------------------------------------------------------------ > > * This email transmission and any accompanying attachments may contain > CSX privileged and confidential information intended only for the use of > the intended addressee. Any dissemination, distribution, copying or > action taken in reliance on the contents of this email by anyone other > than the intended recipient is strictly prohibited. If you have received > this email in error please immediately delete it and notify sender at > the above CSX email address. Sender and CSX accept no liability for any > damage caused directly or indirectly by receipt of this email. * > > > ------------------------------------------------------------------------ > > _______________________________________________ > rhn-users mailing list > rhn-users at redhat.com > https://www.redhat.com/mailman/listinfo/rhn-users -- Clifford Perry Team Lead, Satellite Sustaining Engineering Red Hat, Inc. http://www.redhat.com/ +1 919 754 4403 RHCE# 805007680128201 _______________________________________________ rhn-users mailing list rhn-users at redhat.com https://www.redhat.com/mailman/listinfo/rhn-users From dale at pioneer.ca Sat Sep 15 20:00:26 2007 From: dale at pioneer.ca (dale at pioneer.ca) Date: Sat, 15 Sep 2007 16:00:26 -0400 Subject: [rhn-users] AUTO: Dale Sinstead is out of the office. (returning 09/17/2007) Message-ID: I am out of the office until 09/17/2007. If required, I will respond to your message upon my return. Note: This is an automated response to your message rhn-users Digest, Vol 43, Issue 7 sent on 15/9/07 12:00:04 PM. This is the only notification you will receive while this person is away. From PatelHN at telkom.co.za Mon Sep 17 08:49:27 2007 From: PatelHN at telkom.co.za (Hiren Patel (HN)) Date: Mon, 17 Sep 2007 10:49:27 +0200 Subject: [rhn-users] up2date exit status on ssl error Message-ID: <1190018967.3439.16.camel@localhost.localdomain.com> i would think that if up2date gets an ssl error, it would exit with a non zero exit status? up2date -l ; echo $? There was an SSL error: [('SSL routines', 'SSL23_WRITE', 'ssl handshake failure')] A common cause of this error is the system time being incorrect. Verify that the time on this system is correct. 0 up2date --version; cat /etc/redhat-release Red Hat Update Agent v4.5.5-7.el4 Copyright (C) 1999-2002 Red Hat, Inc. Licensed under terms of the GPL. Red Hat Enterprise Linux AS release 4 (Nahant Update 5) any insight to why it works the way it does would be appreciated. thanks -- Hiren Patel | Ops Specialist | ISS Infrastructure | Telkom E-Mail: patelhn at telkom.co.za Office: +27 12 680 3460 | Fax: +27 12 680 3299 | Cell: +27 73 456 7980 'Still, we'd much rather change the world instead of going along with it.' --http://fedoraproject.org/wiki/Overview ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This e-mail is subject to the Telkom SA electronic communication legal notice, available at : http://www.telkom.co.za/TelkomEMailLegalNotice.PDF ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ From mark.ballard at murraystate.edu Mon Sep 17 15:59:10 2007 From: mark.ballard at murraystate.edu (mark.ballard at murraystate.edu) Date: Mon, 17 Sep 2007 10:59:10 -0500 Subject: [rhn-users] Autoreply: rhn-users Digest, Vol 43, Issue 9 Message-ID: <200709171802.l8HI2c4Q027527@mx1.redhat.com> Thank you for your e-mail. I am currently out of town and will have limited or no access to email while I am away. I will return to the office on September 24th, and will respond to email at that time. If you need immediate assistance, please contact Casey Workman (Casey.Workman at MurrayState.edu) at 809-3907, or the Help Desk at 809-2346. Thanks, Mark R. Ballard Database Administrator Murray State University mark.ballard at murraystate.edu Office: (270) 809-5393 Dept: (270) 809-2154 Fax: (270) 809-3465 From lka0871 at rogers.com Wed Sep 19 19:37:29 2007 From: lka0871 at rogers.com (Lennart Andersen) Date: Wed, 19 Sep 2007 15:37:29 -0400 Subject: [rhn-users] auditd Message-ID: <20070919193729.GA1950@lnux.homelan.org> Hi All, Can anyone point me in the right direction in how to set up auditd on a RHEL 4 update 4 box. Can I monitor just files or directories? If so what are the rules to do this. Or if someone has a document that outlines this procedure. Regards, -- Lennart Andersen St Thomas, Ontario lka0871 at rogers dot com ---------------------------- From hcross at analogictech.com Thu Sep 20 21:20:30 2007 From: hcross at analogictech.com (Hubert Cross) Date: Thu, 20 Sep 2007 14:20:30 -0700 Subject: [rhn-users] auditd References: <20070919193729.GA1950@lnux.homelan.org> Message-ID: <3C9EF11B3FD96D43B02C92C6C44291D0028A4626@aasv2415w2k3e.analogictech.com> All I had to do was enable it in /etc/rc5.d by changing the K to and A in the auditd link. The logs will be in /var/log/audit. Hope this helps Hubert Cross CAD Assistant Advanced Analogic Technologies, Inc. Email[hcross at analogictech.com] Work[(408)737-4617] Cell[(408)419-4228] -----Original Message----- From: rhn-users-bounces at redhat.com [mailto:rhn-users-bounces at redhat.com] On Behalf Of Lennart Andersen Sent: Wednesday, September 19, 2007 12:37 PM To: RHN Users Subject: [rhn-users] auditd Hi All, Can anyone point me in the right direction in how to set up auditd on a RHEL 4 update 4 box. Can I monitor just files or directories? If so what are the rules to do this. Or if someone has a document that outlines this procedure. Regards, -- Lennart Andersen St Thomas, Ontario lka0871 at rogers dot com ---------------------------- _______________________________________________ rhn-users mailing list rhn-users at redhat.com https://www.redhat.com/mailman/listinfo/rhn-users From hcross at analogictech.com Thu Sep 20 21:22:13 2007 From: hcross at analogictech.com (Hubert Cross) Date: Thu, 20 Sep 2007 14:22:13 -0700 Subject: [rhn-users] auditd References: <20070919193729.GA1950@lnux.homelan.org> <3C9EF11B3FD96D43B02C92C6C44291D0028A4626@aasv2415w2k3e.analogictech.com> Message-ID: <3C9EF11B3FD96D43B02C92C6C44291D0028A4627@aasv2415w2k3e.analogictech.com> Sorry about that typo. I renamed the link /etc/rc5.d/K87auditd to /etc/rc5.d/S87auditd. That's K to S. Hubert Cross CAD Assistant Advanced Analogic Technologies, Inc. Email[hcross at analogictech.com] Work[(408)737-4617] Cell[(408)419-4228] -----Original Message----- From: rhn-users-bounces at redhat.com [mailto:rhn-users-bounces at redhat.com] On Behalf Of Hubert Cross Sent: Thursday, September 20, 2007 2:21 PM To: Discussions about Red Hat Network (rhn.redhat.com) Subject: RE: [rhn-users] auditd All I had to do was enable it in /etc/rc5.d by changing the K to and A in the auditd link. The logs will be in /var/log/audit. Hope this helps Hubert Cross CAD Assistant Advanced Analogic Technologies, Inc. Email[hcross at analogictech.com] Work[(408)737-4617] Cell[(408)419-4228] -----Original Message----- From: rhn-users-bounces at redhat.com [mailto:rhn-users-bounces at redhat.com] On Behalf Of Lennart Andersen Sent: Wednesday, September 19, 2007 12:37 PM To: RHN Users Subject: [rhn-users] auditd Hi All, Can anyone point me in the right direction in how to set up auditd on a RHEL 4 update 4 box. Can I monitor just files or directories? If so what are the rules to do this. Or if someone has a document that outlines this procedure. Regards, -- Lennart Andersen St Thomas, Ontario lka0871 at rogers dot com ---------------------------- _______________________________________________ rhn-users mailing list rhn-users at redhat.com https://www.redhat.com/mailman/listinfo/rhn-users _______________________________________________ rhn-users mailing list rhn-users at redhat.com https://www.redhat.com/mailman/listinfo/rhn-users From abliss at brockport.edu Thu Sep 20 21:41:33 2007 From: abliss at brockport.edu (Aaron Bliss) Date: Thu, 20 Sep 2007 17:41:33 -0400 (EDT) Subject: [rhn-users] auditd In-Reply-To: <3C9EF11B3FD96D43B02C92C6C44291D0028A4627@aasv2415w2k3e.analogictech.com> Message-ID: <1797685.641190324493529.JavaMail.root@zimbra1.brockport.edu> Deleting the K script will cause the daemon to be shut down improperly when the box is rebooted...To enable the daemon properly in redhat, you can use chkconfig chkconfig auditd on Aaron ----- Original Message ----- From: "Hubert Cross" To: "Discussions about Red Hat Network (rhn.redhat.com)" Sent: Thursday, September 20, 2007 5:22:13 PM (GMT-0500) America/New_York Subject: RE: [rhn-users] auditd Sorry about that typo. I renamed the link /etc/rc5.d/K87auditd to /etc/rc5.d/S87auditd. That's K to S. Hubert Cross CAD Assistant Advanced Analogic Technologies, Inc. Email[hcross at analogictech.com] Work[(408)737-4617] Cell[(408)419-4228] -----Original Message----- From: rhn-users-bounces at redhat.com [mailto:rhn-users-bounces at redhat.com] On Behalf Of Hubert Cross Sent: Thursday, September 20, 2007 2:21 PM To: Discussions about Red Hat Network (rhn.redhat.com) Subject: RE: [rhn-users] auditd All I had to do was enable it in /etc/rc5.d by changing the K to and A in the auditd link. The logs will be in /var/log/audit. Hope this helps Hubert Cross CAD Assistant Advanced Analogic Technologies, Inc. Email[hcross at analogictech.com] Work[(408)737-4617] Cell[(408)419-4228] -----Original Message----- From: rhn-users-bounces at redhat.com [mailto:rhn-users-bounces at redhat.com] On Behalf Of Lennart Andersen Sent: Wednesday, September 19, 2007 12:37 PM To: RHN Users Subject: [rhn-users] auditd Hi All, Can anyone point me in the right direction in how to set up auditd on a RHEL 4 update 4 box. Can I monitor just files or directories? If so what are the rules to do this. Or if someone has a document that outlines this procedure. Regards, -- Lennart Andersen St Thomas, Ontario lka0871 at rogers dot com ---------------------------- _______________________________________________ rhn-users mailing list rhn-users at redhat.com https://www.redhat.com/mailman/listinfo/rhn-users _______________________________________________ rhn-users mailing list rhn-users at redhat.com https://www.redhat.com/mailman/listinfo/rhn-users _______________________________________________ rhn-users mailing list rhn-users at redhat.com https://www.redhat.com/mailman/listinfo/rhn-users -- Aaron Bliss Systems Administrator SUNY Brockport (585) 395-2417 From akrherz at iastate.edu Wed Sep 26 07:23:33 2007 From: akrherz at iastate.edu (Daryl Herzmann) Date: Wed, 26 Sep 2007 02:23:33 -0500 (CDT) Subject: [rhn-users] rhn 5.0.3 release notes ? Message-ID: Hi, Could the release notes for rhn 5.0.3 hosted be posted somewhere? thanks, daryl From c.silva at vtr.net Thu Sep 27 15:08:21 2007 From: c.silva at vtr.net (Cristian Silva) Date: Thu, 27 Sep 2007 11:08:21 -0400 Subject: [rhn-users] Package fails after re-upload to custom channel Message-ID: <6fcfaa970709270808t1238a3e8v8d01b8a4d6da885f@mail.gmail.com> Hi, Not sure if this is a bug or just my mistake. Im getting this error everytime that i try to re-upload a package to one of my created software channels "Error Downloading Packages: mypackage: failed to retrieve getPackage/mypackage.rpm from my-software-channel error was [Errno -1] Package does not match intended download" I was able to reproduce it twice doing this 1. upload an unsigned mypackage.rpm to my software channel 2. yum install mypackage fails due to the gpg key 2. delete it from my software channel 3. wait a few minutes 4. upload a signed version of mypackage.rpm 5. yum install mypackage fails with the "getpackage" error. i tried restarting squid / clearing squid cache / yum clean all , but it fails anyway Im using rhn 5.0.1 Any ideas ? Cheers, C. -------------- next part -------------- An HTML attachment was scrubbed... URL: