[CentOS] Peace and quite

2011-05-20 Thread Ljubomir Ljubojevic
Hi everybody. I just looked for web edition on centos mailing list to check if I stopped receiving e-mails from centos ml. This is just confirmation mail that everything is OK with your e-mail account and centos ml account. P.S. I am not complaining :-D , I was just pleasantly surprised. Ljub

[CentOS] Creating a Centos endorsed 3rd part repo

2011-05-20 Thread Keith Roberts
Hi all. I'd like to put together a small repo for Centos packages that I build on my machine, and make them available for other Centos users. Are there any guidlines for creating an officially endorsed Centos 3rd party repo please? Kind Regards, Keith Roberts ---

[CentOS] Patent attack on Linux kernel

2011-05-20 Thread Kenneth Porter
RHEL is mentioned in this attack on Google's use of the Linux kernel in back-end servers. > At least some of those sued were using Red Hat Enterprise Linux (RHEL) on > the back-end. Google apparently uses it

Re: [CentOS] OT: RHEL 6.1 is out

2011-05-20 Thread Kenneth Porter
--On Thursday, May 19, 2011 10:22 AM -0400 R P Herrold wrote: > and look at all the anaconda related, and other fixes, that > should have been in a dot zero release ... gee At the risk of opening another can of worms: If you deferred releasing a 6.0 and instead immediately started working on

Re: [CentOS] Creating a Centos endorsed 3rd part repo

2011-05-20 Thread Ljubomir Ljubojevic
Keith Roberts wrote: > Hi all. > > I'd like to put together a small repo for Centos packages > that I build on my machine, and make them available for > other Centos users. > > Are there any guidlines for creating an officially endorsed > Centos 3rd party repo please? > > Kind Regards, > > K

Re: [CentOS] Creating a Centos endorsed 3rd part repo

2011-05-20 Thread Ned Slider
On 20/05/11 13:31, Keith Roberts wrote: > Hi all. > > I'd like to put together a small repo for Centos packages > that I build on my machine, and make them available for > other Centos users. > > Are there any guidlines for creating an officially endorsed > Centos 3rd party repo please? > > Kind Re

Re: [CentOS] OT: RHEL 6.1 is out

2011-05-20 Thread Johnny Hughes
On 05/20/2011 07:46 AM, Kenneth Porter wrote: > --On Thursday, May 19, 2011 10:22 AM -0400 R P Herrold > wrote: > >> and look at all the anaconda related, and other fixes, that >> should have been in a dot zero release ... gee > > At the risk of opening another can of worms: > > If you deferre

Re: [CentOS] OT: RHEL 6.1 is out

2011-05-20 Thread Drew
> If you deferred releasing a 6.0 and instead immediately started working on > 6.1, how much additional time would that add to getting 6.1 out? I'm not so > much asking for an actual estimate, as I am whether it would be easier just > to go directly to 6.1 if it fixes any issues that make building

Re: [CentOS] Creating a Centos endorsed 3rd part repo

2011-05-20 Thread Keith Roberts
On Fri, 20 May 2011, Ned Slider wrote: > To: CentOS mailing list > From: Ned Slider > Subject: Re: [CentOS] Creating a Centos endorsed 3rd part repo > > On 20/05/11 13:31, Keith Roberts wrote: >> Hi all. >> >> I'd like to put together a small repo for Centos packages >> that I build on my machin

Re: [CentOS] Creating a Centos endorsed 3rd part repo

2011-05-20 Thread Ljubomir Ljubojevic
> So are there any guidlines on creating a community 3rd party > repo that would make it into the Centos Wiki pages please? > Not for getting you on that list, but... If you plan on being the only one releasing, then just use mrepo and set it to output to directory where your domain will reside

[CentOS] xferlog not rotating.

2011-05-20 Thread Patricia A Moss
I am not sure how to correctly troubleshoot this. I just noticed that my /var/log/xferlog file is huge. There are no files in /etc/logrotate.d/ for xferlog. This is what leads me to believe that it isnot rotating. Or perhaps I do not have it set to rotate. I am not sure. I am running CentOS r

Re: [CentOS] Creating a Centos endorsed 3rd part repo

2011-05-20 Thread John Hodrien
On Fri, 20 May 2011, Keith Roberts wrote: > I'm sure they would Ned. But I want to learn how to do the > whole repository thing myself - not just build packages for > another very good 3rd party repo. There really is nothing to creating a repo that's hard in itself. createrepo/mrepo an rpmsign an

Re: [CentOS] Creating a Centos endorsed 3rd part repo

2011-05-20 Thread Bowie Bailey
On 5/20/2011 10:15 AM, John Hodrien wrote: > On Fri, 20 May 2011, Keith Roberts wrote: > >> I'm sure they would Ned. But I want to learn how to do the >> whole repository thing myself - not just build packages for >> another very good 3rd party repo. > There really is nothing to creating a repo tha

Re: [CentOS] xferlog not rotating.

2011-05-20 Thread Steven Crothers
It's a bit funny that logrotate is difficult to fix for you... considering you have "System Engineer Sr. Professional" in your signature... /var/log/xferlog { missingok notifempty compress rotate 5 size 1024k yearly create 0600 root root } Modify to suit your needs. O

Re: [CentOS] xferlog not rotating.

2011-05-20 Thread Ray Van Dolson
On Fri, May 20, 2011 at 10:44:49AM -0400, Steven Crothers wrote: > It's a bit funny that logrotate is difficult to fix for you... > considering you have "System Engineer Sr. Professional" in your > signature... This gave me a chuckle. :) Ah, the advantage of being a consultant or working at a tin

Re: [CentOS] xferlog not rotating.

2011-05-20 Thread m . roth
Ray Van Dolson wrote: > On Fri, May 20, 2011 at 10:44:49AM -0400, Steven Crothers wrote: >> It's a bit funny that logrotate is difficult to fix for you... >> considering you have "System Engineer Sr. Professional" in your >> signature... > > This gave me a chuckle. :) Ah, the advantage of being a

Re: [CentOS] xferlog not rotating.

2011-05-20 Thread Phil Schaffner
Patricia A Moss wrote on 05/20/2011 09:25 AM: > > I am not sure how to correctly troubleshoot this. I just noticed that my > /var/log/xferlog file is huge. There are no files in /etc/logrotate.d/ > for xferlog. This is what leads me to believe that it isnot rotating. Or > perhaps I do not have it s

Re: [CentOS] Creating a Centos endorsed 3rd part repo

2011-05-20 Thread Keith Roberts
On Fri, 20 May 2011, Bowie Bailey wrote: > To: centos@centos.org > From: Bowie Bailey > Subject: Re: [CentOS] Creating a Centos endorsed 3rd part repo > > On 5/20/2011 10:15 AM, John Hodrien wrote: >> On Fri, 20 May 2011, Keith Roberts wrote: >> >>> I'm sure they would Ned. But I want to learn h

[CentOS] OT: SQuirreL and NGS SQuirrel

2011-05-20 Thread m . roth
The IRT gave a class yesterday, and mentioned about auditors coming in with squirrel to security test d/bs. I was doing some research on this, and found (and I'm being correct with my capitalization) the subject line here, the F/OSS project off sourceforge SQuirrel, which is a cross-platform java c

Re: [CentOS] Creating a Centos endorsed 3rd part repo

2011-05-20 Thread m . roth
Keith Roberts wrote: > On Fri, 20 May 2011, Bowie Bailey wrote: > >> To: centos@centos.org >> From: Bowie Bailey >> Subject: Re: [CentOS] Creating a Centos endorsed 3rd part repo >> >> On 5/20/2011 10:15 AM, John Hodrien wrote: >>> On Fri, 20 May 2011, Keith Roberts wrote: >>> I'm sure they w

Re: [CentOS] Creating a Centos endorsed 3rd part repo

2011-05-20 Thread Phil Schaffner
Keith Roberts wrote on 05/20/2011 10:57 AM: > OK. I am listening to all your comments. My repo would be > using dependencies probably from the other centos repos, > like ATrpms, remi, EPEL, et al. If they needed any that is. In my experience packages that need dependencies from more than one 3rd

Re: [CentOS] xferlog not rotating.

2011-05-20 Thread Patricia A Moss
>The configuration for xferlog is in /etc/logrotate.d/vsftpd.log: > >/var/log/xferlog { > # ftpd doesn't handle SIGHUP properly > nocompress > missingok >} > >What do you have? I have the same: /var/log/xferlog { # ftpd doesn't handle SIGHUP properly nocompress missingok }

Re: [CentOS] xferlog not rotating.

2011-05-20 Thread Paul Heinlein
On Fri, 20 May 2011, Ray Van Dolson wrote: > This gave me a chuckle. :) Ah, the advantage of being a consultant > or working at a tiny company where you can assign your own titles! At the Oregon Graduate Institute, a professor had a nice sign on one of the labs in the electrical engineering bu

Re: [CentOS] xferlog not rotating.

2011-05-20 Thread Phil Schaffner
Patricia A Moss wrote on 05/20/2011 11:16 AM: > I have the same: If the size of the logs is problematic perhaps you need to rotate more frequently, perhaps daily rather than weekly, and specify compress for old logs. Phil ___ CentOS mailing list CentO

Re: [CentOS] xferlog not rotating.

2011-05-20 Thread m . roth
Patricia A Moss wrote: > I am not sure how to correctly troubleshoot this. I just noticed that my > /var/log/xferlog file is huge. There are no files in /etc/logrotate.d/ > for xferlog. This is what leads me to believe that it isnot rotating. Or > perhaps I do not have it set to rotate. I am not

Re: [CentOS] Creating a Centos endorsed 3rd part repo

2011-05-20 Thread Ned Slider
On 20/05/11 15:57, Keith Roberts wrote: > On Fri, 20 May 2011, Bowie Bailey wrote: > >> To: centos@centos.org >> From: Bowie Bailey >> Subject: Re: [CentOS] Creating a Centos endorsed 3rd part repo >> >> On 5/20/2011 10:15 AM, John Hodrien wrote: >>> On Fri, 20 May 2011, Keith Roberts wrote: >>> >>

Re: [CentOS] Creating a Centos endorsed 3rd part repo

2011-05-20 Thread Ljubomir Ljubojevic
Keith Roberts wrote: > OK. I am listening to all your comments. My repo would be > using dependencies probably from the other centos repos, > like ATrpms, remi, EPEL, et al. If they needed any that is. > If you need to rely on other third party repos, and you are set on intent to have your ow

Re: [CentOS] Creating a Centos endorsed 3rd part repo

2011-05-20 Thread Keith Roberts
Thanks for all the replies to my initial questions on this. It certainly has given me some food for thought. KISS seems to be the order of the day with repos? Regards, Keith - Websites: http://www.karsites.net http://www.php-debug

[CentOS] Web based file versioning frontend

2011-05-20 Thread Joseph L. Casale
Hey guys, Need an opinion on what to use for file versioning text conf files that get updated by scheduled rsync's etc. Need something that can watch the file, so it doesn't need an explicit checkin, and can be diffed by a web front end. I haven't any preference on backend either. Thanks for an

Re: [CentOS] Creating a Centos endorsed 3rd part repo

2011-05-20 Thread m . roth
Keith Roberts wrote: > Thanks for all the replies to my initial questions on this. > It certainly has given me some food for thought. > > KISS seems to be the order of the day with repos? KISS is *always* the right answer. And don't mix repos. mark ___

Re: [CentOS] xferlog not rotating.

2011-05-20 Thread Phil Schaffner
m.r...@5-cent.us wrote on 05/20/2011 11:35 AM: ... > And find out why they disappeared. No indication anything disappeared the way I read it. There was nothing explicitly there for xferlog because it is in /etc/logrotate.d/vsftpd.log. Phil ___ CentOS

[CentOS] Passing password to script for rpmsign of list of .rpm files

2011-05-20 Thread Ljubomir Ljubojevic
I am trying to automatize signing of unsigned .rpm files. My repo has at least 50 x 3 packages. But I would have to type numerous passwords for each file. I can not see hot to pass pass phrase to script. rpmsign --resign {--pass=??} Can someone advise me how to do that? Ljubomir ___

Re: [CentOS] Passing password to script for rpmsign of list of .rpm files

2011-05-20 Thread John Hodrien
On Fri, 20 May 2011, Ljubomir Ljubojevic wrote: > I am trying to automatize signing of unsigned .rpm files. My repo has at > least 50 x 3 packages. > > But I would have to type numerous passwords for each file. I can not see > hot to pass pass phrase to script. > > rpmsign --resign {--pass=??} ??

Re: [CentOS] Web based file versioning frontend

2011-05-20 Thread Steven Crothers
Git and Gitweb? On Fri, May 20, 2011 at 12:22 PM, Joseph L. Casale wrote: > Hey guys, > Need an opinion on what to use for file versioning text conf files that get > updated by > scheduled rsync's etc. Need something that can watch the file, so it doesn't > need an > explicit checkin, and can b

Re: [CentOS] Passing password to script for rpmsign of list of .rpm files

2011-05-20 Thread Ljubomir Ljubojevic
John Hodrien wrote: > On Fri, 20 May 2011, Ljubomir Ljubojevic wrote: > >> I am trying to automatize signing of unsigned .rpm files. My repo has at >> least 50 x 3 packages. >> >> But I would have to type numerous passwords for each file. I can not see >> hot to pass pass phrase to script. >> >> r

Re: [CentOS] Passing password to script for rpmsign of list of .rpm files

2011-05-20 Thread Keith Roberts
On Fri, 20 May 2011, Ljubomir Ljubojevic wrote: > To: CentOS mailing list > From: Ljubomir Ljubojevic > Subject: [CentOS] Passing password to script for rpmsign of list of .rpm files > > I am trying to automatize signing of unsigned .rpm files. My repo has at > least 50 x 3 packages. > > But I

Re: [CentOS] Web based file versioning frontend

2011-05-20 Thread Joseph L. Casale
>Git and Gitweb? Thought of that, is there anything that can monitor for changes so I can avoid a commit command for every script, as they all dump to an already well organized tree, I was hoping to monitor the top level dir for changes and have it commit as they appear. Something like that exist

[CentOS] scheduling differences between CentOS 4 and CentOS 5?

2011-05-20 Thread Matt Garman
We have several latency-sensitive "pipeline"-style programs that have a measurable performance degredation when run on CentOS 5.x versus CentOS 4.x. By "pipeline" program, I mean one that has multiple threads. The mutiple threads work on shared data. Between each thread, there is a queue. So th

[CentOS] scheduling differences between CentOS 4 and CentOS 5?

2011-05-20 Thread R P Herrold
On Fri, 20 May 2011, Matt Garman wrote: > We have several latency-sensitive "pipeline"-style programs that have > a measurable performance degredation when run on CentOS 5.x versus > CentOS 4.x. > > By "pipeline" program, I mean one that has multiple threads. The > mutiple threads work on shared

Re: [CentOS] Web based file versioning frontend

2011-05-20 Thread Steven Crothers
You could perhaps start your search surrounding inotify type monitors and tie them into some auto-commit... Something like what you're doing may run the realm of custom coding. Sorry I can't be of more help. On Fri, May 20, 2011 at 2:16 PM, Joseph L. Casale wrote: >>Git and Gitweb? > > Thought

Re: [CentOS] Web based file versioning frontend

2011-05-20 Thread Les Mikesell
On 5/20/11 1:16 PM, Joseph L. Casale wrote: >> Git and Gitweb? > > Thought of that, is there anything that can monitor for changes so I can > avoid a commit command for every script, as they all dump to an already > well organized tree, I was hoping to monitor the top level dir for changes > and ha

[CentOS] SSD for Centos SWAP /tmp & /var/ partition

2011-05-20 Thread Keith Roberts
Has anyone actually used a SSD in a Centos setup? My little experiment with a s/h WD drive for /tmp and SWAP partitions kicked the bucket on Wednesday, when the poor WD drive caught the click-of-death. It was a s/h drive to start with and lasted about 4 months. But that was without the /var/lo

Re: [CentOS] CentOS Digest, Vol 76, Issue 20

2011-05-20 Thread Ian Murray
> Subject: Re: [CentOS] xferlog not rotating. > To: centos@centos.org > Message-ID: <20110520144308.ga23...@bludgeon.org> > Content-Type: text/plain; charset=us-ascii > > On Fri, May 20, 2011 at 10:44:49AM -0400, Steven Crothers wrote: > > It's a bit funny that logrotate is difficult to fix

[CentOS] scsi3 persistent reservations in cluster storage fencing

2011-05-20 Thread John R Pierce
I'm interested in the idea of sharing a bunch of SAS JBOD devices between two CentOS servers in an active-standby HA cluster sort of arrangement, and found something about using scsi3 persistent reservations as a fencing method.I'm not finding a lot of specifics about how this works, or how

Re: [CentOS] Passing password to script for rpmsign of list of .rpm files

2011-05-20 Thread Marian Marinov
On Friday 20 May 2011 21:11:58 Ljubomir Ljubojevic wrote: > John Hodrien wrote: > > On Fri, 20 May 2011, Ljubomir Ljubojevic wrote: > >> I am trying to automatize signing of unsigned .rpm files. My repo has at > >> least 50 x 3 packages. > >> > >> But I would have to type numerous passwords for ea

Re: [CentOS] CentOS Digest, Vol 76, Issue 20

2011-05-20 Thread Phil Schaffner
Ian Murray wrote on 05/20/2011 05:13 PM: > p.s. yes, the thread is broken. Am using digest. Digest I understand, but consider it evil as it breaks threading, and it is IMHO more trouble than it is worth. Please do expend the effort to fix the Subject. Is that also a hanging offense? :-) I ver

Re: [CentOS] Passing password to script for rpmsign of list of .rpm files

2011-05-20 Thread Ljubomir Ljubojevic
Marian Marinov wrote: > > You should also check this: > > http://blogs.23.nu/till/2008/12/rpm-addsign-with-gpg-agent/ > I am not really trilled by entering blank passwords. Anyhow, I have developed nice script for automatic signing of (--addsign = only unsigned, --resign = all) rpm's. Feature

Re: [CentOS] Passing password to script for rpmsign of list of .rpm files

2011-05-20 Thread Ljubomir Ljubojevic
Marian Marinov wrote: > > You should also check this: > > http://blogs.23.nu/till/2008/12/rpm-addsign-with-gpg-agent/ > I am not really trilled by entering blank passwords. Anyhow, I have developed nice script for automatic signing of (--addsign = only unsigned, --resign = all) rpm's. Features

Re: [CentOS] Passing password to script for rpmsign of list of .rpm files

2011-05-20 Thread Ljubomir Ljubojevic
This is repeated reply, so it is properly threaded. Sorry for double post. Marian Marinov wrote: > > > > You should also check this: > > > > http://blogs.23.nu/till/2008/12/rpm-addsign-with-gpg-agent/ > > I am not really trilled by entering blank passwords. Anyhow, I have developed nice scri

[CentOS] OpenVAS Vulnerability

2011-05-20 Thread Kaushal Shriyan
Hi, Please advice me about the below reported vulnerability. High OpenSSH X Connections Session Hijacking Vulnerability Risk: High Application: ssh Port: 22 Protocol: tcp ScriptID: 100584 Overview: OpenSSH is prone to a vulnerability that allows attackers to hijack forwarded X connections. Succes

Re: [CentOS] OpenVAS Vulnerability

2011-05-20 Thread Phil Schaffner
Kaushal Shriyan wrote on 05/20/2011 09:17 PM: > http://www.securityfocus.com/bid/32319 > CVE : CVE-2008-5161 > BID : 32319 That appears to be a very old bug: https://www.redhat.com/security/data/cve/CVE-2008-5161.html Phil ___ CentOS mailing list CentOS

Re: [CentOS] OpenVAS Vulnerability

2011-05-20 Thread John R. Dennison
On Fri, May 20, 2011 at 09:51:38PM -0400, Phil Schaffner wrote: > > https://www.redhat.com/security/data/cve/CVE-2008-5161.html He/she was pointed to that earlier this evening on IRC. This all boils down to yet another vulnerability scanner that is unaware of backports and flagging false-positiv

Re: [CentOS] SSD for Centos SWAP /tmp & /var/ partition

2011-05-20 Thread Eero Volotinen
2011/5/20 Keith Roberts : > Has anyone actually used a SSD in a Centos setup? Yes. > I'm wondering if it would be a good idea to use a new SSD > for moving all the disk i/o to, that Linux likes to do so > often. Plus putting SWAP onto a decent SSD should speed > things up somewhat. Just buy fas

Re: [CentOS] SSD for Centos SWAP /tmp & /var/ partition

2011-05-20 Thread Keith Roberts
On Sat, 21 May 2011, Eero Volotinen wrote: > To: CentOS mailing list > From: Eero Volotinen > Subject: Re: [CentOS] SSD for Centos SWAP /tmp & /var/ partition > > 2011/5/20 Keith Roberts : >> Has anyone actually used a SSD in a Centos setup? > > Yes. > > >> I'm wondering if it would be a good i