Re: [CentOS] Rebuilding MySQL

2009-11-13 Thread ceejay cervantes
try this yum install mysql-server --- On Fri, 13/11/09, Victor Subervi wrote: From: Victor Subervi Subject: [CentOS] Rebuilding MySQL To: "CentOS mailing list" Date: Friday, 13 November, 2009, 2:58 PM Hi;Since I decided to "yum remove openssl", genius that I am (not!), I managed to screw up

Re: [CentOS] Rebuilding MySQL

2009-11-13 Thread ceejay cervantes
Default data directory is in /var/lib/mysql You can check also the datadir=? in /etc/my.cnf --- On Fri, 13/11/09, ceejay cervantes wrote: From: ceejay cervantes Subject: Re: [CentOS] Rebuilding MySQL To: "CentOS mailing list" Date: Friday, 13 November, 2009, 4:56 PM try this yum install mysq

Re: [CentOS] Rebuilding MySQL

2009-11-13 Thread John R Pierce
Victor Subervi wrote: > What do? Also, where is the data usually stored? The server co. backed > that up, but I don't know which file it would be. With the CentOS version of mysql, its typically in /var/lib/mysql and the mysql config file is /etc/my.cnf after installing the mysql server with

Re: [CentOS] Rebuilding MySQL

2009-11-13 Thread Victor Subervi
Thanks :) On Fri, Nov 13, 2009 at 4:09 AM, John R Pierce wrote: > Victor Subervi wrote: > > What do? Also, where is the data usually stored? The server co. backed > > that up, but I don't know which file it would be. > > > With the CentOS version of mysql, its typically in /var/lib/mysql and > t

Re: [CentOS] Stop K3B CDDB Popup

2009-11-13 Thread John Doe
From: MIKE - EMAIL IGNORED > On CentOS 5.4 I just installed K3B to write some > CDs. Now every time I used a CD, I get a popup > that asks me to "Select a CDDB entry ...". > How can I stop this popup? Tried the 'configure k3b' menu? There's a CDDB section... JD

[CentOS] run script on logout

2009-11-13 Thread Janez Kosmrlj
Does anyone have an idea how to run a script when the user logs out. I tried puting the command in the .bash_logout file, but it doesnt work. Thanx Janez ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] run script on logout

2009-11-13 Thread Dave Cross
2009/11/13 Janez Kosmrlj : > Does anyone have an idea how to run a script when the user logs out. > > I tried puting the command in the .bash_logout file, but it doesnt work. Of course, that's only going to work if the user is using bash as their shell. But, given that proviso, that's the right wa

Re: [CentOS] run script on logout

2009-11-13 Thread Libor Tomsik
Hi, I'm using pam_script and scripts in /etc/security/onsessionclose to do that job. Install pam_script-0.1.7-1.el5.rf add into /etc/pam.d/sshd sessionrequired pam_script.so runas=root expose=1 And enjoy. On Fri, 13 Nov 2009 14:30:01 +0100, Dave Cross wrote: > 2009/11/13 Janez Kos

Re: [CentOS] run script on logout

2009-11-13 Thread John Doe
From: Janez Kosmrlj >Does anyone have an idea how to run a script when the user logs out. >I tried puting the command in the .bash_logout file, but it doesnt work. bash man: A login shell is one whose first character of argument zero is a -, or one started with the --login option.

Re: [CentOS] Stop K3B CDDB Popup

2009-11-13 Thread MIKE - EMAIL IGNORED
On Fri, 13 Nov 2009 02:27:18 -0800, John Doe wrote: > From: MIKE - EMAIL IGNORED > >> On CentOS 5.4 I just installed K3B to write some CDs. Now every time I >> used a CD, I get a popup that asks me to "Select a CDDB entry ...". How >> can I stop this popup? > > Tried the 'configure k3b' menu? >

Re: [CentOS] kernel not booting after update

2009-11-13 Thread Rob Kampen
Spiro Harvey wrote: I would backup ALL your file systems off that disk, perhaps using a This is a fresh install, so that's not an issue. Linux rescue CD, then configure the controller in the BIOS for JBOD, use a rescue disk to build mdraid partitions, and restore your files from the b

Re: [CentOS] run script on logout

2009-11-13 Thread Les Mikesell
John Doe wrote: > From: Janez Kosmrlj >> Does anyone have an idea how to run a script when the user logs out. >> I tried puting the command in the .bash_logout file, but it doesnt work. > > bash man: >A login shell is one whose first character of argument zero is a -, or >one sta

Re: [CentOS] Stop K3B CDDB Popup

2009-11-13 Thread John Doe
From: MIKE - EMAIL IGNORED > On Fri, 13 Nov 2009 02:27:18 -0800, John Doe wrote: > > From: MIKE - EMAIL IGNORED > >> On CentOS 5.4 I just installed K3B to write some CDs. Now every time I > >> used a CD, I get a popup that asks me to "Select a CDDB entry ...". How > >> can I stop this popup? > >

[CentOS] Rescuing svn repo from *IDIOTS*

2009-11-13 Thread Stephen Nelson-Smith
Hello, A moron has checked in a DVD iso into subversion. How can I undo the damage, and make the repo a sensible size again? Also, is there a cunning way to get subversion to say: "Oi! Moron! This file is huge, you can't check it in!" ? S. ___ CentOS

Re: [CentOS] Rescuing svn repo from *IDIOTS*

2009-11-13 Thread Arturas Skauronas
On Fri, Nov 13, 2009 at 4:55 PM, Stephen Nelson-Smith < step...@atalanta-systems.com> wrote: > Hello, > > A moron has checked in a DVD iso into subversion. > > How can I undo the damage, and make the repo a sensible size again? > > Also, is there a cunning way to get subversion to say: "Oi! Moron!

Re: [CentOS] Rescuing svn repo from *IDIOTS*

2009-11-13 Thread Mihai T. Lazarescu
On Fri, Nov 13, 2009 at 02:55:24PM +, Stephen Nelson-Smith wrote: > A moron has checked in a DVD iso into subversion. > > How can I undo the damage, and make the repo a sensible size again? I fully understand the grief. Out of the top of my head you can use 'snvadmin dump' to get an (even l

[CentOS] Yum Skipping filter question

2009-11-13 Thread Majian
Hi, all : When I run "yum update" command in my laptop , it displayed this : r...@foo Desktop]# yum update Loaded plugins: aliases, changelog, fastestmirror, filter-data, keys, kmod, list-data, priorities, protect- : packages, protectbase, security, tmprepo, verify Loading mirror s

Re: [CentOS] Rescuing svn repo from *IDIOTS*

2009-11-13 Thread John Doe
From: Stephen Nelson-Smith > A moron has checked in a DVD iso into subversion. > How can I undo the damage, and make the repo a sensible size again? > Also, is there a cunning way to get subversion to say: "Oi! Moron! > This file is huge, you can't check it in!" ? I also think dump_previousrevisi

Re: [CentOS] Yum Skipping filter question

2009-11-13 Thread John Doe
From: Majian >When I run "yum update" command in my laptop , it displayed this : >r...@foo Desktop]# yum update >Loaded plugins: aliases, changelog, fastestmirror, filter-data, keys, kmod, >list-data, priorities, protect- >> : packages, protectbase, security, tmprepo, verify >Loadin

[CentOS] Print stuck in queue

2009-11-13 Thread Robert Moskowitz
I have some prints stuck in my print queue from firefox. I can ping the printer (HP 7310 accessable over 9100). Windows systems can print. I just tried sending a print from OpenOffice Writer and Unable to Write Print Data: Broken Pipe I tried restarting CUPS, no change. What can I do? I don

Re: [CentOS] Yum Skipping filter question

2009-11-13 Thread Kai Schaetzl
Majian wrote on Fri, 13 Nov 2009 23:15:51 +0800: > Could someone help me ? On what? What's your problem? Skipping filters plugin, no data Skipping security plugin, no data That's clear enough, isn't it? Kai -- Kai Schätzl, Berlin, Germany Get your web at Conactive Internet Services: http://w

Re: [CentOS] Print stuck in queue

2009-11-13 Thread John Doe
From: Robert Moskowitz > I have some prints stuck in my print queue from firefox. > I tried restarting CUPS, no change. > What can I do? I don't think I should have to reboot. Checked in CUPS web interface? http://localhost.localdomain:631/ Or with the lp*.cups tools? JD _

[CentOS] yum-changelog dependencies...

2009-11-13 Thread John Doe
Hi, I wanted to try yum-changelog, so I yum installed it. It installed without complaining. But, when I try to use it, it complains about a missing module: "Dateutil module not available, so can't parse dates" Missing dependency? Only package I found is python-dateutil.noarch from rpmforge. Is it

[CentOS] CentOS-announce Digest, Vol 57, Issue 7

2009-11-13 Thread centos-announce-request
Send CentOS-announce mailing list submissions to centos-annou...@centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-requ..

Re: [CentOS] yum-changelog dependencies...

2009-11-13 Thread Karanbir Singh
On 11/13/2009 04:51 PM, John Doe wrote: > Hi, > > I wanted to try yum-changelog, so I yum installed it. > It installed without complaining. > But, when I try to use it, it complains about a missing module: > "Dateutil module not available, so can't parse dates" > Missing dependency? > Only package

Re: [CentOS] Stop K3B CDDB Popup

2009-11-13 Thread MIKE - EMAIL IGNORED
On Fri, 13 Nov 2009 06:22:02 -0800, John Doe wrote: > From: MIKE - EMAIL IGNORED > >> On Fri, 13 Nov 2009 02:27:18 -0800, John Doe wrote: >> > From: MIKE - EMAIL IGNORED >> >> On CentOS 5.4 I just installed K3B to write some CDs. Now every >> >> time I used a CD, I get a popup that asks me to "S

[CentOS] CentOS lists now searchable via MarkMail.org

2009-11-13 Thread Monte Milanuk
Hello, Just thought I'd drop a note here... a short while ago I was searching for some info on CentOS, and having been exposed to markmail.org via the R-project I went to markmail to do some digging. At that time, they didn't carry the CentOS lists yet, but after a simple request, now they do

Re: [CentOS] Print stuck in queue

2009-11-13 Thread Robert Heller
At Fri, 13 Nov 2009 08:36:56 -0800 (PST) CentOS mailing list wrote: > > From: Robert Moskowitz > > I have some prints stuck in my print queue from firefox. > > I tried restarting CUPS, no change. > > What can I do? I don't think I should have to reboot. > > Checked in CUPS web interface? ht

Re: [CentOS] Print stuck in queue

2009-11-13 Thread Robert Moskowitz
John Doe wrote: > From: Robert Moskowitz > >> I have some prints stuck in my print queue from firefox. >> I tried restarting CUPS, no change. >> What can I do? I don't think I should have to reboot. >> > > Checked in CUPS web interface? http://localhost.localdomain:631/ > Wow!!! I di

Re: [CentOS] CentOS lists now searchable via MarkMail.org

2009-11-13 Thread Geerd-Dietger Hoffmann
Hey On Fri, Nov 13, 2009 at 5:15 PM, Monte Milanuk wrote: > Hello, > > Just thought I'd drop a note here... a short while ago I was searching > for some info on CentOS, and having been exposed to markmail.org via the > R-project I went to markmail to > do some digging. At that time, they didn't

Re: [CentOS] finding a memory leak - committed memory SPIKES!

2009-11-13 Thread Alan McKay
> Usually you just run top and look at the top line - or the thing with > the biggest 'RES' value. What does that coorespond to w.r.t. values in ps. I'm doing : ps -eo sz,rssize,vsize,size Every 5 minutes (with Munin) and totalling up each of those 4, and graphing them. None of them appear to b

[CentOS] vsftpd question

2009-11-13 Thread Victor Subervi
Hi; I've learned how to add a user and change the root dir of vsftpd (which of course is undocumented). Now I need to learn how to make it so that a given user can only access his/her folder (within the root dir). Please advise. TIA, Victor ___ CentOS mai

[CentOS] On-Boot Scripts

2009-11-13 Thread Victor Subervi
Hi; Where do I add my on-bootup scripts? TIA, Victor ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] vsftpd question

2009-11-13 Thread Karanbir Singh
On 11/13/2009 07:16 PM, Victor Subervi wrote: > Hi; > I've learned how to add a user and change the root dir of vsftpd (which > of course is undocumented). Now I need to learn how to make it so that a > given user can only access his/her folder (within the root dir). Please not sure what docs you

Re: [CentOS] On-Boot Scripts

2009-11-13 Thread Larry Brigman
On Fri, Nov 13, 2009 at 11:19 AM, Victor Subervi wrote: > Hi; > Where do I add my on-bootup scripts? > TIA, > Victor either write an init script to be added to /etc/rc.d/init.d or add it to the end of /etc/rc.d/rc.local ___ CentOS mailing list CentOS@ce

Re: [CentOS] On-Boot Scripts

2009-11-13 Thread Karanbir Singh
On 11/13/2009 07:19 PM, Victor Subervi wrote: > Hi; > Where do I add my on-bootup scripts? To a place where they will run on boot time. If you dont know where that is www.centos.org/docs/5/ and look at the sysadmin guide. -- Karanbir Singh : http://www.karan.org/ : 2522...@icq

Re: [CentOS] On-Boot Scripts

2009-11-13 Thread Karanbir Singh
On 11/13/2009 07:21 PM, Larry Brigman wrote: > either write an init script to be added to /etc/rc.d/init.d or > add it to the end of /etc/rc.d/rc.local It looks, to me, that Victor is at a stage where he does not know what he is doing with the basic stuff - pointing him at good docs might be wor

Re: [CentOS] Stop K3B CDDB Popup

2009-11-13 Thread Robert
MIKE - EMAIL IGNORED wrote: > On Fri, 13 Nov 2009 06:22:02 -0800, John Doe wrote: > > >> From: MIKE - EMAIL IGNORED >> >> >>> On Fri, 13 Nov 2009 02:27:18 -0800, John Doe wrote: >>> From: MIKE - EMAIL IGNORED > On CentOS 5.4 I just installed K3B to write som

Re: [CentOS] On-Boot Scripts

2009-11-13 Thread m . roth
> On 11/13/2009 07:21 PM, Larry Brigman wrote: >> either write an init script to be added to /etc/rc.d/init.d or >> add it to the end of /etc/rc.d/rc.local > > It looks, to me, that Victor is at a stage where he does not know what > he is doing with the basic stuff - pointing him at good docs might

Re: [CentOS] Stop K3B CDDB Popup

2009-11-13 Thread MIKE - EMAIL IGNORED
On Fri, 13 Nov 2009 13:29:10 -0600, Robert wrote: > MIKE - EMAIL IGNORED wrote: >> On Fri, 13 Nov 2009 06:22:02 -0800, John Doe wrote: >> >> >>> From: MIKE - EMAIL IGNORED >>> >>> On Fri, 13 Nov 2009 02:27:18 -0800, John Doe wrote: > From: MIKE - EMAIL IGNORED >

Re: [CentOS] On-Boot Scripts

2009-11-13 Thread Victor Subervi
On Fri, Nov 13, 2009 at 2:47 PM, wrote: > > On 11/13/2009 07:21 PM, Larry Brigman wrote: > >> either write an init script to be added to /etc/rc.d/init.d or > >> add it to the end of /etc/rc.d/rc.local > > > > It looks, to me, that Victor is at a stage where he does not know what > > he is doing

Re: [CentOS] On-Boot Scripts

2009-11-13 Thread Alan Sparks
Victor Subervi wrote: > I'm a bit rusty. It's been a couple of years since I've run my own > server, and I don't know this OS. And as we all know, each OS is > different. I'm trying to install scripts I wrote years ago to do my > MySQL backups. > > I've loaded my scripts to /etc/rc.d/init.d Now how

Re: [CentOS] On-Boot Scripts

2009-11-13 Thread Bowie Bailey
Victor Subervi wrote: > On Fri, Nov 13, 2009 at 2:47 PM, > wrote: > > > On 11/13/2009 07:21 PM, Larry Brigman wrote: > >> either write an init script to be added to /etc/rc.d/init.d or > >> add it to the end of /etc/rc.d/rc.local > > > > It looks, to me

Re: [CentOS] vsftpd question

2009-11-13 Thread Victor Subervi
On Fri, Nov 13, 2009 at 2:20 PM, Karanbir Singh wrote: > On 11/13/2009 07:16 PM, Victor Subervi wrote: > > Hi; > > I've learned how to add a user and change the root dir of vsftpd (which > > of course is undocumented). Now I need to learn how to make it so that a > > given user can only access his

Re: [CentOS] On-Boot Scripts

2009-11-13 Thread Victor Subervi
Perfect. Thanks! V On Fri, Nov 13, 2009 at 3:26 PM, Bowie Bailey wrote: > Victor Subervi wrote: > > On Fri, Nov 13, 2009 at 2:47 PM, > > wrote: > > > > > On 11/13/2009 07:21 PM, Larry Brigman wrote: > > >> either write an init script to be added to /etc/rc.d/ini

Re: [CentOS] On-Boot Scripts

2009-11-13 Thread Jim Perrin
On Fri, Nov 13, 2009 at 3:15 PM, Victor Subervi wrote: > I'm a bit rusty. It's been a couple of years since I've run my own server, > and I don't know this OS. And as we all know, each OS is different. I'm > trying to install scripts I wrote years ago to do my MySQL backups. While this list exis

Re: [CentOS] vsftpd question

2009-11-13 Thread Karanbir Singh
On 11/13/2009 08:29 PM, Victor Subervi wrote: > Well, you all pointed me to some documentation that was hardly worthy of > the name. well, did you look at the vsftpd man page and also the config file that is in the package ? I see everything that I need to do all these things very clearly mentio

Re: [CentOS] vsftpd question

2009-11-13 Thread Andrei F
Hi, Take a look at the chroot_list_enable option. It enables you to specify per-user config. http://vsftpd.beasts.org/vsftpd_conf.html Cheers! -- Andrei On Fri, Nov 13, 2009 at 2:16 PM, Victor Subervi wrote: > Hi; > I've learned how to add a user and change the root dir of vsftpd (which of >

Re: [CentOS] vsftpd question

2009-11-13 Thread Jim Perrin
On Fri, Nov 13, 2009 at 2:16 PM, Victor Subervi wrote: > Hi; > I've learned how to add a user and change the root dir of vsftpd (which of > course is undocumented). Now I need to learn how to make it so that a given > user can only access his/her folder (within the root dir). Please advise. Pleas

[CentOS] run script on logout

2009-11-13 Thread R P Herrold
On Fri, 13 Nov 2009, Janez Kosmrlj wrote: > Does anyone have an idea how to run a script when the user logs out. same answer as last week: check out inotify -- Russ herrold ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listi

Re: [CentOS] On-Boot Scripts

2009-11-13 Thread Robert Heller
At Fri, 13 Nov 2009 15:15:16 -0500 CentOS mailing list wrote: > > > > On Fri, Nov 13, 2009 at 2:47 PM, wrote: > > > > On 11/13/2009 07:21 PM, Larry Brigman wrote: > > >> either write an init script to be added to /etc/rc.d/init.d or > > >> add it to the end of /etc/rc.d/rc.local > > > > > >

[CentOS] smtp+pop3+imap+tls+webmail+anti spam+anti virus

2009-11-13 Thread Eugeneapolinary Ju
hi! does anyone has a good howto, docs how to set up an smtp, pop3, imap server, with webmail, and has anti virus solution, and even spam filtering? :D [plus secure connection for the clients :D ] wich softwares are the best for this? [e.g.: "vsftpd is the most secure ftp server"..] users wou

Re: [CentOS] smtp+pop3+imap+tls+webmail+anti spam+anti virus

2009-11-13 Thread Rob Kampen
Eugeneapolinary Ju wrote: hi! does anyone has a good howto, docs how to set up an smtp, pop3, imap server, with webmail, and has anti virus solution, and even spam filtering? :D [plus secure connection for the clients :D ] wich softwares are the best for this? [e.g.: "vsftpd is the most sec

Re: [CentOS] smtp+pop3+imap+tls+webmail+anti spam+anti virus

2009-11-13 Thread Frank Cox
On Fri, 13 Nov 2009 13:56:29 -0800 (PST) Eugeneapolinary Ju wrote: > p.s.: I've already googled :( :\ You also asked this exact same question on the Fedora mailing list. I answered it for you there. -- MELVILLE THEATRE ~ Melville Sask ~ http://www.melvilletheatre.com _

Re: [CentOS] smtp+pop3+imap+tls+webmail+anti spam+anti virus

2009-11-13 Thread Les Mikesell
Eugeneapolinary Ju wrote: > hi! > > does anyone has a good howto, docs how to set up an smtp, pop3, imap server, > with webmail, and has anti virus solution, and even spam filtering? :D [plus > secure connection for the clients :D ] > > wich softwares are the best for this? [e.g.: "vsftpd is the

Re: [CentOS] yum-changelog dependencies...

2009-11-13 Thread Geerd-Dietger Hoffmann
On Fri, Nov 13, 2009 at 5:04 PM, Karanbir Singh wrote: > On 11/13/2009 04:51 PM, John Doe wrote: >> Hi, >> >> I wanted to try yum-changelog, so I yum installed it. >> It installed without complaining. >> But, when I try to use it, it complains about a missing module: >> "Dateutil module not availa

Re: [CentOS] yum-changelog dependencies...

2009-11-13 Thread Geerd-Dietger Hoffmann
On Fri, Nov 13, 2009 at 10:48 PM, Geerd-Dietger Hoffmann wrote: > On Fri, Nov 13, 2009 at 5:04 PM, Karanbir Singh wrote: >> On 11/13/2009 04:51 PM, John Doe wrote: >>> Hi, >>> >>> I wanted to try yum-changelog, so I yum installed it. >>> It installed without complaining. >>> But, when I try to us

Re: [CentOS] smtp+pop3+imap+tls+webmail+anti spam+anti virus

2009-11-13 Thread Frank Cox
On Fri, 13 Nov 2009 16:45:25 -0600 Les Mikesell wrote: > horde or squirrelmail. I use squirrelmail. Never used horde. Having said that, I see a lot more automated bot attacks against horde* in my logs than I see against squirrelmail. So in the absence of any other measure of security, horde i

Re: [CentOS] smtp+pop3+imap+tls+webmail+anti spam+anti virus

2009-11-13 Thread Craig White
On Fri, 2009-11-13 at 16:54 -0600, Frank Cox wrote: > On Fri, 13 Nov 2009 16:45:25 -0600 > Les Mikesell wrote: > > > horde or squirrelmail. > > I use squirrelmail. Never used horde. > > Having said that, I see a lot more automated bot attacks against horde* in my > logs than I see against squi

Re: [CentOS] smtp+pop3+imap+tls+webmail+anti spam+anti virus

2009-11-13 Thread Frank Cox
On Fri, 13 Nov 2009 16:17:59 -0700 Craig White wrote: > Probably because horde is much more popular. Horde does so much more > than squirrelmail it hardly warrants comparison. Meh. Squirrelmail does what it's intended to do. Perhaps the additional features offered by Horde provide a larger surf

Re: [CentOS] smtp+pop3+imap+tls+webmail+anti spam+anti virus

2009-11-13 Thread Craig White
On Fri, 2009-11-13 at 17:59 -0600, Frank Cox wrote: > On Fri, 13 Nov 2009 16:17:59 -0700 > Craig White wrote: > > > Probably because horde is much more popular. Horde does so much more > > than squirrelmail it hardly warrants comparison. > > Meh. Squirrelmail does what it's intended to do. Perh

Re: [CentOS] On-Boot Scripts

2009-11-13 Thread Tracy Phillips
On Fri, Nov 13, 2009 at 11:25 AM, Karanbir Singh wrote: it to the end of /etc/rc.d/rc.local > > It looks, to me, that Victor is at a stage where he does not know what > he is doing with the basic stuff - pointing him at good docs might be > worth more than spoon-feeding. > > just my 2bits Sometim

Re: [CentOS] vsftpd question

2009-11-13 Thread Steven Vishoot
- Original Message > From: Jim Perrin > To: CentOS mailing list > Sent: Fri, November 13, 2009 3:31:42 PM > Subject: Re: [CentOS] vsftpd question > > On Fri, Nov 13, 2009 at 2:16 PM, Victor Subervi wrote: > > Hi; > > I've learned how to add a user and change the root dir of vsftpd (

[CentOS] pan news reader

2009-11-13 Thread MIKE - EMAIL IGNORED
Does anyone know if the pan news reader works on CentOS 5.4? I am considering installing version 0.132 that I downloaded from pan.rebelbase.com . Thanks for your advice. Mike. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/l

Re: [CentOS] pan news reader

2009-11-13 Thread Ron Loftin
On Sat, 2009-11-14 at 03:38 +, MIKE - EMAIL IGNORED wrote: > Does anyone know if the pan news reader works > on CentOS 5.4? I am considering installing > version 0.132 that I downloaded from > pan.rebelbase.com . > I'm using 0.133 from rpmforge. Seems to work fine. > Thanks for your advic

Re: [CentOS] Serious Privileges Problem: Second Post!

2009-11-13 Thread Nifty Cluster Mitch
On Tue, Nov 10, 2009 at 01:05:36AM -0600, Frank Cox wrote: > On Tue, 10 Nov 2009 07:53:30 +0100 > Mogens Kjaer wrote: > > > > The file command will verify that for you. > > > > Are you sure? > > Well, I guess not then. I assumed that "file" would treat a .py file as a > text > file. I don't d

Re: [CentOS] OMG! Microsoft patents sudo! Linux and MacOS dead!

2009-11-13 Thread Nifty Cluster Mitch
On Thu, Nov 12, 2009 at 08:27:22AM -0500, Robert Heller wrote: > At Thu, 12 Nov 2009 21:07:15 +0800 CentOS mailing list > wrote: > > > > > > > > > http://blogs.computerworld.com/15082/omg_microsoft_patents_sudo_linux_and_macos_dead?source=CTWNLE_nlt_dailyam_2009-11-12 > > > Is this for real

Re: [CentOS] pan news reader

2009-11-13 Thread Mr. X
--- On Fri, 11/13/09, MIKE - EMAIL IGNORED wrote: > From: MIKE - EMAIL IGNORED > Subject: [CentOS] pan news reader > To: centos@centos.org > Date: Friday, November 13, 2009, 7:38 PM > Does anyone know if the pan news > reader works > on CentOS 5.4? I am considering installing > version 0.132

[CentOS] php config security concern for c5

2009-11-13 Thread Joe Pruett
a recent post on bugtraq hilighted an issue with how upstream has configured apache to invoke php, namely using addhandler, which has the behavior of matching the extension anywhere in the file. this means that foo.php.jpg will be run as php. where this becomes an issue is web apps that allow