Re: [CentOS] cron job not running

2012-03-05 Thread Alexander Dalloz
Am 05.03.2012 04:25, schrieb Tim Dunphy: hello list, I am attempting to backup a centos 5.4 (x86_64) server running mysql with a cron job. Here's how the cron job looks: [root@cloud:/home/bluethundr/backupdb] #crontab -l * 3 * * * /usr/bin/mysqldump jfwiki

Re: [CentOS] CentOS 5.8 Critical Samba Update

2012-03-05 Thread Maxim Shpakov
Hello, what about Centos 5.8 release? I need kernel release from it. Can I download it from CR ? 2012/2/24 Johnny Hughes joh...@centos.org: There is a critical update for samba for centos-5.8 ... we are working on CentOS-5.8 right now and I fully expect it to be released in a week or less.  

Re: [CentOS] Dovecot GUI

2012-03-05 Thread Michael Gliwinski
On Saturday 03 Mar 2012 12:15:29 Timothy Murphy wrote: Is there a web-interface to dovecot under CentOS-6? I want to create a top-level folder (ie at the same level as Inbox) but this doesn't seem to be possible from KMail running on a remote Fedora-6 laptop. I use KMail as client for

Re: [CentOS] CentOS 5.8 Critical Samba Update

2012-03-05 Thread John R Pierce
On 03/05/12 12:57 AM, Maxim Shpakov wrote: Hello, what about Centos 5.8 release? I need kernel release from it. Can I download it from CR ? yum update kernel -- john r pierceN 37, W 122 santa cruz ca mid-left coast

Re: [CentOS] CentOS 5.8 Critical Samba Update

2012-03-05 Thread Maxim Shpakov
There is no 2.6.18-308 kernel there ( 2012/3/5 John R Pierce pie...@hogranch.com: On 03/05/12 12:57 AM, Maxim Shpakov wrote: Hello, what about Centos 5.8 release? I need kernel release from it. Can I download it from CR ? yum update kernel -- john r pierce                            N

Re: [CentOS] CentOS 5.8 Critical Samba Update

2012-03-05 Thread Johnny Hughes
On 03/05/2012 03:25 AM, Maxim Shpakov wrote: There is no 2.6.18-308 kernel there ( 2012/3/5 John R Pierce pie...@hogranch.com: On 03/05/12 12:57 AM, Maxim Shpakov wrote: Hello, what about Centos 5.8 release? I need kernel release from it. Can I download it from CR ? yum update kernel I am

Re: [CentOS] how to find...

2012-03-05 Thread Peter Kjellström
On Sunday 04 March 2012 21.15.03 fred smith wrote: I'm trying to find out from which repo I got xiphos and its matching sword libraries from, and somehow am not finding it. hints, anyone? thanks! On CentOS-6 you can use yumdb to get real data (saved explicitly when a pkg is installed):

Re: [CentOS] Dovecot GUI

2012-03-05 Thread Timothy Murphy
Michael Gliwinski wrote: I want to create a top-level folder (ie at the same level as Inbox) but this doesn't seem to be possible from KMail running on a remote Fedora-6 laptop. I use KMail as client for Dovecot IMAP and I can create top level folders no problem. Just right click on the

Re: [CentOS] Dovecot GUI

2012-03-05 Thread Peter Peltonen
Hi, On Sat, Mar 3, 2012 at 11:42 PM, Les Mikesell lesmikes...@gmail.com wrote: If I understood the  question, he wants his imap clients to be able to create folders at the same level as the inbox, not under it.  Which is probably a server-side storage or namespace option. What I have on my

Re: [CentOS] CentOS 6.2 software raid 10 with LVM - Need help with degraded drive and only one MBR

2012-03-05 Thread Jonathan Vomacka
On 3/4/2012 8:01 PM, Luke S. Crawford wrote: Right. I was referring to RAID 1. For a RAID 10, you would have to find the proper drive to boot from. This is why I tend to limit myself to RAID 1 in software. If I need something more complex than that, I get a hardware card so the OS just

Re: [CentOS] how to find...

2012-03-05 Thread fred smith
On Mon, Mar 05, 2012 at 01:27:01PM +0100, Peter Kjellström wrote: On Sunday 04 March 2012 21.15.03 fred smith wrote: I'm trying to find out from which repo I got xiphos and its matching sword libraries from, and somehow am not finding it. hints, anyone? thanks! On CentOS-6 you can use

Re: [CentOS] cron job not running

2012-03-05 Thread Joseph Spenner
  From: Tim Dunphy bluethu...@gmail.com To: CentOS mailing list centos@centos.org Sent: Sunday, March 4, 2012 8:25 PM Subject: [CentOS] cron job not running hello list, I am attempting to backup a centos 5.4 (x86_64) server running mysql with a cron job.

Re: [CentOS] CentOS 6.2 software raid 10 with LVM - Need help with degraded drive and only one MBR

2012-03-05 Thread Lamar Owen
On Friday, March 02, 2012 04:18:48 PM Digimer wrote: 10 (one-zero) == a mirror of two stripped arrays. You can lose up to two drives, so long as they are both from the same strip set. You really don't want a mirror of two striped arrays; you want a striped array of mirrors. A striped array of

[CentOS] routing and virtual machines: how to access dmz if bridged to two networks

2012-03-05 Thread Peter Peltonen
I am not quite sure if this issue relates to iptables, routing or Xen virtual machines. Too many variables for my simple mind, so I'm asking some advice :) This is my network setup: Internet --- eth2 + CentOS dom0 / firewall / router + eth1 (xenbr1) --- LAN with private IPs --- separate file

Re: [CentOS] LibreOffice rpm's vs Centos testing repo

2012-03-05 Thread nux
Ljubomir Ljubojevic writes: I have been having OpenOffice 3.2 for EL 5.x in my repo since it's release, by unpacking it in my repo folder, but I think desktop integration needed some work. It is much easier to install on several systems from repository. And I created virtual packages to

Re: [CentOS] Dovecot GUI

2012-03-05 Thread Timothy Murphy
Peter Peltonen wrote: If I understood the question, he wants his imap clients to be able to create folders at the same level as the inbox, not under it. Yes, that was my question. Which is probably a server-side storage or namespace option. What I have on my Dovecot server config is:

Re: [CentOS] cron job not running

2012-03-05 Thread Les Mikesell
On Sun, Mar 4, 2012 at 9:25 PM, Tim Dunphy bluethu...@gmail.com wrote: hello list,  I am attempting to backup a centos 5.4 (x86_64) server running mysql with a cron job. Here's how the cron job looks:  [root@cloud:/home/bluethundr/backupdb] #crontab -l * 3 * * * /usr/bin/mysqldump jfwiki

Re: [CentOS] Baffled by selinux

2012-03-05 Thread Bruce Martin
Lars Hecking lhecking@... writes: Have you tried httpd_use_nfs? Slam dunk. Thanks! Can you be more specific on what file you edited and the syntax of the line you put in and/or edited? While I am able to start apache I am getting several errors in the log files that seem to be

Re: [CentOS] Baffled by selinux

2012-03-05 Thread Phil Savoie
On 03/05/2012 02:40 PM, Bruce Martin wrote: Lars Hecking lhecking@... writes: Have you tried httpd_use_nfs? Slam dunk. Thanks! Can you be more specific on what file you edited and the syntax of the line you put in and/or edited? While I am able to start apache I am getting

Re: [CentOS] Baffled by selinux

2012-03-05 Thread Benjamin Donnachie
On 5 Mar 2012, at 22:02, Phil Savoie psavoie1...@rogers.com wrote: Have you tried httpd_use_nfs? Without being able to see/read the OP's original question, some help for you. Try http://wiki.centos.org/TipsAndTricks/SelinuxBooleans instead. Ben ___

Re: [CentOS] CentOS 6.2 software raid 10 with LVM - Need help with degraded drive and only one MBR

2012-03-05 Thread Ross Walker
On Mar 4, 2012, at 8:01 PM, Luke S. Crawford l...@prgmr.com wrote: Right. I was referring to RAID 1. For a RAID 10, you would have to find the proper drive to boot from. This is why I tend to limit myself to RAID 1 in software. If I need something more complex than that, I get a hardware

Re: [CentOS] Baffled by selinux

2012-03-05 Thread Lars Hecking
Bruce Martin writes: Lars Hecking lhecking@... writes: Have you tried httpd_use_nfs? Slam dunk. Thanks! Can you be more specific on what file you edited and the syntax of the line you put in and/or edited? While I am able to start apache I am getting several errors in

Re: [CentOS] Dovecot GUI

2012-03-05 Thread Nataraj
On 03/05/2012 05:22 PM, Timothy Murphy wrote: Nataraj wrote: I would check the ownership and permissions of the mail directories and files. You might also try a different mail client. Thanks for your response. All the dovecot mail directories and files are in ~/Maildir , and are owned by

Re: [CentOS] Software RAID1 with CentOS-6.2

2012-03-05 Thread William Warren
What's funny is WD is just being idiotic. Seagate does NOT have that extended error checking. I have two barracuda green drives in an sbs 2k8 server on a sas 6 ir and they work perfectly. On 2/29/2012 3:05 PM, m.r...@5-cent.us wrote: Miguel Medalha wrote: A few months ago I had an enormous

Re: [CentOS] Software RAID1 with CentOS-6.2

2012-03-05 Thread Nataraj
On 02/28/2012 07:26 PM, Kahlil Hodgson wrote: Hi Emmett, On Tue, 2012-02-28 at 18:18 -0800, Emmett Culley wrote: I just had a very similar problem with a raid 10 array with four new 1TB drives. It turned out to be the SATA cable. ... All has been well for a week now. I should have

Re: [CentOS] CentOS 6.2 software raid 10 with LVM - Need help with degraded drive and only one MBR

2012-03-05 Thread Luke S. Crawford
On Mon, Mar 05, 2012 at 06:12:52PM -0500, Ross Walker wrote: Technically if the data portion is a true RAID10 you would only need to mirror /boot to sdb, cause if both sda AND sdb are out then the whole RAID10 is SOL and there would be no need to boot off of sdc or sdd. Having said that

[CentOS] restrict postfix to only certain users getting incoming mail

2012-03-05 Thread Bob Hoffman
Perhaps I am trying to do the impossible. centos6, spamassassin, procmail, dovecot, postfix. Postfix, by default, accepts all incoming mail to any user listed in the shadow/passwd and alias files. I cannot find a way to stop that without manually blocking each non wanted user (like nobody,

Re: [CentOS] restrict postfix to only certain users getting incoming mail

2012-03-05 Thread John R Pierce
On 03/05/12 8:50 PM, Bob Hoffman wrote: I have 2 books on postfix here and spent many days online but I do not see the solution short of /dev/null or reject of all mail, local or external, of root. shouldn't be hard to cook up a procmail recipe for that. -- john r pierce

Re: [CentOS] restrict postfix to only certain users getting incoming mail

2012-03-05 Thread Les Mikesell
On Mon, Mar 5, 2012 at 10:50 PM, Bob Hoffman b...@bobhoffman.com wrote: Perhaps I am trying to do the impossible. centos6, spamassassin, procmail, dovecot, postfix. Postfix, by default, accepts all incoming mail to any user listed in the shadow/passwd and alias files. I cannot find a way to

Re: [CentOS] restrict postfix to only certain users getting incoming mail

2012-03-05 Thread Bob Hoffman
John Pierce wrote: On 03/05/12 8:50 PM, Bob Hoffman wrote: / I have 2 books on postfix here and spent many days online but I do not // see the solution short of /dev/null or reject of all mail, local or // external, of root. / shouldn't be hard to cook up a procmail recipe for that. I was

Re: [CentOS] restrict postfix to only certain users getting incoming mail

2012-03-05 Thread Nataraj
On 03/05/2012 08:50 PM, Bob Hoffman wrote: Perhaps I am trying to do the impossible. centos6, spamassassin, procmail, dovecot, postfix. Postfix, by default, accepts all incoming mail to any user listed in the shadow/passwd and alias files. I cannot find a way to stop that without manually

Re: [CentOS] restrict postfix to only certain users getting incoming mail

2012-03-05 Thread Nicolas KOWALSKI
On Mon, Mar 05, 2012 at 11:50:21PM -0500, Bob Hoffman wrote: What I would like is to just tell postfix to only allow incoming mail for user1 and user2 and reject all...but only from external sources, not locally sent mail. You may use local_recipient_maps. On my home server, I have this in

Re: [CentOS] restrict postfix to only certain users getting incoming mail [solved?]

2012-03-05 Thread Bob Hoffman
Micolas Kowalski wrote /Tue Mar 6 01:39:49 EST 2012 / On Mon, Mar 05, 2012 at 11:50:21PM -0500, Bob Hoffman wrote: / What I would like is to just tell postfix to only allow incoming mail // for user1 and user2 and reject all...but only from external