Re: [CentOS] Hard disk activity will not die down

2020-02-03 Thread Laurent Wandrebeck
Hi, Ext4 is (slowly) initializing group blocks as far as I can remember. Patience should do the trick :) HTH, Le 3 février 2020 20:28:27 GMT+01:00, Chris Pemberton a écrit : >I updated my backup server this weekend from CentOS 7 to CentOS 8. >OS disk is SSD, /dev/md0 are two 4TB WD mechanical

Re: [CentOS] Compiling latest postfix fails on C8

2019-10-02 Thread Laurent Wandrebeck
> > Adrian Hi, Enable PowerTools repo and install libnsl2-devel which provides /usr/include/rpcsvc/ypclnt.h HTH, -- Laurent Wandrebeck ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] ***UNCHECKED*** clamd / amavisd missing socket

2019-09-09 Thread Laurent Wandrebeck
/var/run/clamd.amavisd/clamd.sock: Connection refused ll /var/run/clamd.amavisd/clamd.sock srw-rw-rw-. 1 amavis amavis 0 Jun 22 06:05 /var/run/clamd.amavisd/clamd.sock Nothing denied in SELinux logs. Don’t really know what the problem is for now, and have not yet found a way to fix it, sorry. --

Re: [CentOS] Markdown editor for CentOS 7?

2017-06-16 Thread Laurent Wandrebeck
Le vendredi 16 juin 2017 à 08:17 -0400, Robert Moskowitz a écrit : > Is geany available for Centos? It works well for markdown, though I use > it for xml and html. > Hi, Indeed it is, in EPEL. HTH, -- Laurent Wandrebeck ___ CentOS mai

Re: [CentOS] NOT Solved - Re: SELinux policy to allow Dovecot to connect to Mysql

2017-04-25 Thread Laurent Wandrebeck
Le mardi 25 avril 2017 à 11:36 +0200, Robert Moskowitz a écrit : > > On 04/25/2017 11:29 AM, Laurent Wandrebeck wrote: > > Le mardi 25 avril 2017 à 11:19 +0200, Robert Moskowitz a écrit : > >> /usr/lib/ld-2.17.so > > This file is not part of CentOS 7, nor CentOS 6 ?

Re: [CentOS] NOT Solved - Re: SELinux policy to allow Dovecot to connect to Mysql

2017-04-25 Thread Laurent Wandrebeck
Le mardi 25 avril 2017 à 11:19 +0200, Robert Moskowitz a écrit : > /usr/lib/ld-2.17.so This file is not part of CentOS 7, nor CentOS 6 ? -- Laurent Wandrebeck ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] NOT Solved - Re: SELinux policy to allow Dovecot to connect to Mysql

2017-04-25 Thread Laurent Wandrebeck
Le mardi 25 avril 2017 à 11:07 +0200, Robert Moskowitz a écrit : > > On 04/25/2017 10:58 AM, Laurent Wandrebeck wrote: > > Le mardi 25 avril 2017 à 10:39 +0200, Robert Moskowitz a écrit : > >> Thanks Laurent. You obviously know a LOT more about SELinux than I. I >

Re: [CentOS] NOT Solved - Re: SELinux policy to allow Dovecot to connect to Mysql

2017-04-25 Thread Laurent Wandrebeck
. After a quick look at audit2allow man, it looks like you can get .pp by doing: make -f /usr/share/selinux/devel/Makefile myservice_policy.pp (it’ll look after myservice_policy.te in PWD). HTH, -- Laurent Wandrebeck ___ CentOS mailing list CentOS@centos.org

Re: [CentOS] NOT Solved - Re: SELinux policy to allow Dovecot to connect to Mysql

2017-04-25 Thread Laurent Wandrebeck
wed in the current policy allow dovecot_t var_t:file { rename read lock create write getattr link unlink open append }; -- Laurent Wandrebeck ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Suggestions for Config Management Tool

2016-05-12 Thread Laurent Wandrebeck
Hi, I've chosen ansible over the others for two particular reasons: - you can quickly dive into it. I think it's the easier to use at first being a complete beginner in config management tools. - no daemon server or client side. HTH, Laurent. Le 12 mai 2016 09:22:09 GMT+02:00, "Götz Reinicke -

Re: [CentOS] How to install clang on CentOS 7?

2015-06-08 Thread Laurent Wandrebeck
Le 08/06/2015 09:30, Nan Xiao a écrit : Hi all, I want to install clang on CentOS 7. After executing "yum install clang", it outputs: [root@hp ~]# yum install clang Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: centos.mia.host-engine.com * elrepo: elrepo.m

Re: [CentOS] bash script fails conditional test

2015-04-19 Thread Laurent Wandrebeck
Tim Dunphy a écrit : Hey all, Hi, -e checks file existence. As you don’t have a file named 26979 in your pwd, test fails logically. If you want to know if variable is set, you can use -z $pid. You could also try -d /proc/$pid. HTH, Laurent.

Re: [CentOS] gnome rebase

2015-04-11 Thread Laurent Wandrebeck
Jerry Geis a écrit : Just wondering if there is a way to get the gnome rebase stuff for gnome 3.8 to 3.16 now? (heard it was coming in 7.2) Looks like rebase for 7.2 will be 3.14 and not 3.16. For example, https://bugzilla.redhat.com/show_bug.cgi?id=1174597 I'm playing with centos 7.1 and

Re: [CentOS] really nice squid bug?

2015-03-24 Thread Laurent Wandrebeck
Peter Kjellström a écrit : On Tue, 24 Mar 2015 09:41:58 +0200 Eero Volotinen wrote: https://bugzilla.redhat.com/show_bug.cgi?id=1202858 affects also on centos? Bugs in internal, non-released, rh packages don't really affect centos, no. Agreed, I didn’t catch it was about the not yet re

Re: [CentOS] really nice squid bug?

2015-03-24 Thread Laurent Wandrebeck
Eero Volotinen a écrit : https://bugzilla.redhat.com/show_bug.cgi?id=1202858 affects also on centos? As CentOS aims to be (is ?) 100% RHEL compatible, it’s bug for bug compatible too, AFAIK. Laurent. ___ CentOS mailing list CentOS@centos.org h

Re: [CentOS] C7, igb and DCB support for pause frame ?

2015-02-27 Thread Laurent Wandrebeck
Steven Tardy a écrit : DCB requires Priority Flow Control(PFC) aka 802.1Qbb. "Flow Control" is 802.3x. The two are often confused and not compatible. http://www.intel.com/content/www/us/en/ethernet-controllers/ethernet-controller-i350-datasheet.html Mentions "flow control" several times, b

[CentOS] C7, igb and DCB support for pause frame ?

2015-02-26 Thread Laurent Wandrebeck
Hi there, I’m working on deploying our new cluster. Masters have 5×1gbps (i210 and i350, thus using igb.ko), configured with mtu 9000, 802.3ad. Works fine *but* I can’t get DCB working (pause frame, aka flow control, which is supported by and enabled on our switches). [root@master2 ~]# dc

Re: [CentOS] CentOS 6.4 kernel panic on boot after upgrading kernel to 2.6.32-431.29.2

2014-10-14 Thread Laurent Wandrebeck
Joakim Ziegler a écrit : Ok, so is that a confirmation that installing this kernel, even though it might be "for 6.5" should not in itself break anything, and that it should boot? Every RH errata contains the following text: « Before applying this update, make sure all previously released

Re: [CentOS] Removing a file that starts with dashes

2014-04-02 Thread Laurent Wandrebeck
"Frank M. Ramaekers" a écrit : > rm: unrecognized option `--backup=numbered' > Try `rm ./'--backup=numbered'' to remove the file `--backup=numbered'. > Try `rm --help' for more information. > > Frank M. Ramaekers Jr. > Damn, tested it with a path/file before sending a mail, didn’t think it wou

Re: [CentOS] Removing a file that starts with dashes

2014-04-02 Thread Laurent Wandrebeck
"Frank M. Ramaekers" a écrit : > How can I remove this file? > > -rw-r--r-- 1 rootroot 28707 Mar 31 12:31 --backup=numbered rm "--backup=numbered" HTH, Laurent. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listin

Re: [CentOS] suggestions for large filesystem server setup (n * 100 TB)

2014-02-28 Thread Laurent Wandrebeck
Götz Reinicke - IT Koordinator a écrit : > Hi, > If you are to have an ever-growing volume, I’d suggest some distributed FS, like glusterfs, moosefs, lustre… You need more space ? Add a box. We do use happily moosefs at work for a couple years (begun with a couple TB, now up to 250). HTH

Re: [CentOS] what is: ImageDecoder

2014-02-04 Thread Laurent Wandrebeck
Fred Smith a écrit : > > Um, it appears in the process list as "ImageDecoder". I don't know how > one would determine that it's java or not. > > Can you give me a hint? Try pstree ? HTH, Laurent. ___ CentOS mailing list CentOS@centos.org http://lists

Re: [CentOS] NIS or not?

2014-01-28 Thread Laurent Wandrebeck
Matt Garman a écrit : > On Tue, Jan 28, 2014 at 3:02 AM, Sorin Srbu wrote: >> The only thing I'm trying to accomplish is a system which will allow me to >> keep user accounts and passwords in one place, with one place only to >> administrate. NIS seems to be able to do that. >> >> Comments and

Re: [CentOS] page allocation failure

2013-10-29 Thread Laurent Wandrebeck
Александр Кириллов a écrit : > Laurent Wandrebeck писал 2013-10-29 13:54: > >> echo never >/sys/kernel/mm/redhat_transparent_hugepage/defrag >> echo no > /sys/kernel/mm/redhat_transparent_hugepage/khugepaged/defrag >> is something I got on several boxes her

Re: [CentOS] page allocation failure

2013-10-29 Thread Laurent Wandrebeck
Александр Кириллов a écrit : > > I don't see anything suspicious there. > I had an impression this is a known problem with an easy fix. echo never >/sys/kernel/mm/redhat_transparent_hugepage/defrag echo no > /sys/kernel/mm/redhat_transparent_hugepage/khugepaged/defrag is something I got on seve

Re: [CentOS] Supermicro & Boot Failures with DVD Centos 6.2

2013-04-22 Thread Laurent Wandrebeck
ution…and once I found the 6.0 trick I stopped research here. Regards, -- Laurent Wandrebeck HYGEOS, Earth Observation Department / Observation de la Terre Euratechnologies 165 Avenue de Bretagne 59000 Lille, France tel: +33 3 20 08 24 98 http://www.hygeos.com GPG fingerprint/Empreinte GPG: F5CA

Re: [CentOS] Supermicro & Boot Failures with DVD Centos 6.2

2013-04-22 Thread Laurent Wandrebeck
. Hi there. Had a similar problem, there is a bug in isolinux, that have been updated in 6.1 Boot a 6.0 should do the trick. It did for me. HTH, -- Laurent Wandrebeck HYGEOS, Earth Observation Department / Observation de la Terre Euratechnologies 165 Avenue de Bretagne 59000 Lille, France tel

Re: [CentOS] check file changes within several directories

2013-02-13 Thread Laurent Wandrebeck
On Wed, 13 Feb 2013 14:08:47 +0300 Mihamina Rakotomandimby wrote: > Hi all, > > I forgot the name a sofware (I think it was something related to > security) wich checks for file content/permission changes, on a cron > trigger basis. > > I could then have the list of added/changed files. > I d

Re: [CentOS] fixing partition alignment ?

2012-12-13 Thread Laurent Wandrebeck
Thank you all for your feedback. I was afraid that I had to move data around, well, I'll do then :) It'll just be quite long and boring… @Robert: Even if copying to another disk or box would be speedier, I'm talking about moving twice ~90TB here, so… @Les: I've had enough disk failures to be sure

[CentOS] fixing partition alignment ?

2012-12-12 Thread Laurent Wandrebeck
Hi there, I've discovered that most of the hard drives used in our cluster got misaligned partitions, thus crippling perfs. Is there any way to fix that without having to delete/recreate properly aligned partitions, then format it and refill disks ? I'd be glad not to have to toy with moving sever

Re: [CentOS] AMD Liano A8 Processors supported on CentOS 6.x?

2012-12-07 Thread Laurent Wandrebeck
model name : AMD A8-3870 APU with Radeon(tm) HD Graphics Linux planchet.hygeos.net 2.6.32-279.14.1.el6.x86_64 #1 SMP Tue Nov 6 23:43:09 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux No additionnal GPU card. Works just fine (gnome). HTH, -- Laurent Wandrebeck HYGEOS, Earth Observation Department

Re: [CentOS] FreeIPA on Centos 6

2012-06-26 Thread Laurent Wandrebeck
2012/6/26 James Hogarth : >> >> Is anybody using http://freeipa.org on a CentOS 6 server? Is it working >> well? >> > > Yes and yes I suggest checking out the FreeIPA mailing list and > IRC channel if you have any trouble as you'll find quite a few people > there. > > As a heads up IPA 2.2 will

Re: [CentOS] Everyday System Report CentOS 6.2

2012-05-15 Thread Laurent Wandrebeck
On Tue, 15 May 2012 11:47:12 - "Shiv. NK" wrote: > Hi list Members, > > i receive one email everyday (system report) from CentOS5, such as ssh > attempt made, available disk space etc.. > > but CentOS 6.2 does not do that. Any idea why that? install logwatch (and configure postfix or sendma

Re: [CentOS] distributed storage/home-made cloud recommendations

2012-02-05 Thread Laurent Wandrebeck
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le 04/02/2012 18:39, Boris Epstein a écrit : >> > Hello Laurent, > > Thanks! Very useful info, I never even heard of MooseFS and it > sounds very nice. > > One question: what happens if you lose your master server in their > designation? Or is it

Re: [CentOS] distributed storage/home-made cloud recommendations

2012-02-04 Thread Laurent Wandrebeck
Hi, I'm happily running moosefs (packages available in rpmforge repo) for a year and a half, 120TB, soon 200. So easy to setup and grow it's indecent :) Laurent. pgpVVykG4B19E.pgp Description: PGP signature ___ CentOS mailing list CentOS@centos.org ht

Re: [CentOS] Dedicated Firewall/Router

2012-01-16 Thread Laurent Wandrebeck
On Mon, 16 Jan 2012 18:18:26 -0600 Tom Bishop wrote: > I would get a dell r210 from the outlet site and then load pfsense, > been running in multiple locations, solid and works great. Do NOT use pfsense if you have to use realtek cards. I used to (1.2.3 and 2.0.1), and lost connection regularly,

Re: [CentOS] C6 gateway/firewall problem

2011-12-21 Thread Laurent Wandrebeck
Hi, Just for the head's up, iptables rules created by system-config are fine, I was just hitting a default route problem due to the fact another fw is already in prod with another ip address. The one I'm configuring is aimed to replace the one already running. Now, I'm just fighting with rules for

Re: [CentOS] C6 gateway/firewall problem

2011-12-13 Thread Laurent Wandrebeck
On Tue, 13 Dec 2011 10:23:45 -0500 cliff here wrote: > My best guess would be to move your forwarding rules to the INPUT chain > instead of being in the PREROUTING. Will try that once I figure out iptables syntax. Is it me or I hit a system-config-firewall bug in rules generation ? Laurent. _

Re: [CentOS] C6 gateway/firewall problem

2011-12-13 Thread Laurent Wandrebeck
On Tue, 13 Dec 2011 10:07:41 -0500 cliff here wrote: > sorry that's watch -n 1 'iptables -t nat -L -n -v' > > But if not mistake about what your intent is your forwarding rules that > > you have in prerouting should be in INPUT chain. > > You're trying to come in from an outside net to your FW

Re: [CentOS] C6 gateway/firewall problem

2011-12-13 Thread Laurent Wandrebeck
On Tue, 13 Dec 2011 09:44:11 -0500 cliff here wrote: > Can you fpaste your firewall rules? I would omit the actual public IP's for > security sake. http://fpaste.org/wE0L/ If you need anything else, ask :) Thanks, Laurent. pgpIxvcjsW6sV.pgp Description: PGP signature ___

[CentOS] C6 gateway/firewall problem

2011-12-13 Thread Laurent Wandrebeck
Hi, I'm using system-config-firewall (C6 x86_64, fully up to date) to configure a gateway/firewall box. 2 nics, eth0 (configured as bridge0, mtu 7200) connected to the lan, eth1 being connected directly to the internet (public ip, mtu 1500). ssh port is open and accessible. nat is working fine. I'

Re: [CentOS] Intel NIC

2010-12-16 Thread Laurent Wandrebeck
On Fri, 17 Dec 2010 08:44:46 +0100 "Helmut Drodofsky" wrote: > Hallo, Hi, > > actual Intel Ethernet cards PCI-E > - Are normal recognized by Centos 5.5 Live CD > - Not recognized by 5.2 > Because of vmware, I will use 5.2 Can't you use Xen or KVM ? That way, you,ll have an up

Re: [CentOS] Colour laser printer

2010-10-05 Thread Laurent Wandrebeck
On Tue, 05 Oct 2010 13:01:11 +0100 Timothy Murphy wrote: > Anyone got a recommendation for a cheap (but good) > colour laser printer that runs under CentOS-5.5 ? woops, missed the « colour » part. sorry. -- Laurent Wandrebeck HYGEOS, Earth Observation Department / Observation de la

Re: [CentOS] Colour laser printer

2010-10-05 Thread Laurent Wandrebeck
On Tue, 05 Oct 2010 13:01:11 +0100 Timothy Murphy wrote: > Anyone got a recommendation for a cheap (but good) > colour laser printer that runs under CentOS-5.5 ? hp laserjet 2055dn ? -- Laurent Wandrebeck HYGEOS, Earth Observation Department / Observation de la Terre Euratechnologies 165

Re: [CentOS] Centos Virtual Machine 32 bit with 8 GB ram ?

2010-09-14 Thread Laurent Wandrebeck
On Tue, 14 Sep 2010 10:49:28 -0400 JohnS wrote: > > On Tue, 2010-09-14 at 16:19 +0200, Laurent Wandrebeck wrote: > > On Tue, 14 Sep 2010 16:01:13 +0200 > > Rudi Ahlers wrote: > > > > > Even so, most machines today performs multiple tasks, so 3GB limit per &g

Re: [CentOS] Centos Virtual Machine 32 bit with 8 GB ram ?

2010-09-14 Thread Laurent Wandrebeck
good one with 4GB+ RAM, upto 32GB if > memory serves me right? Don't know about upper limit of PAE. Wikipedia says 64GB. Regards, -- Laurent Wandrebeck GPG fingerprint/Empreinte GPG: F5CA 37A4 6D03 A90C 7A1D 2A62 54E6 EF2C D17C F64C pgpePICc

Re: [CentOS] Centos Virtual Machine 32 bit with 8 GB ram ?

2010-09-14 Thread Laurent Wandrebeck
rocess is still limited to ~3gb. To dive a bit more into technical details, PAE is like EMS in DOS time. In EMS, you saw the whole ram, but couldn't allocate more than 64KB per process. With PAE, the same, with a limit of 4GB-OS stuff per process, so it gives something like 3GB. Hope I'm clea

Re: [CentOS] Centos Virtual Machine 32 bit with 8 GB ram ?

2010-09-14 Thread Laurent Wandrebeck
ed to 64 during C4.0 days, never had a problem since with codes we couldn't port. -- Laurent Wandrebeck GPG fingerprint/Empreinte GPG: F5CA 37A4 6D03 A90C 7A1D 2A62 54E6 EF2C D17C F64C pgpStGX8XMsEh.pgp Description: PGP signature ___ CentOS maili

Re: [CentOS] Centos Virtual Machine 32 bit with 8 GB ram ?

2010-09-13 Thread Laurent Wandrebeck
entos isnt possible. Strange. 64 bits is here for years, 64 runs 32 bits code perfectly. > > So i'm turning to you for advice. > would upgrading the Ram be enough, or is there anything to be done that's > kernel based of some sort? Either PAE or switch to 64 bits. Ther

Re: [CentOS] e2fsck with millions of files

2010-08-31 Thread Laurent Wandrebeck
On Tue, 31 Aug 2010 14:40:55 -0500 Sean Carolan wrote: > According to the release notes this bug has been fixed in version 1.40: > > http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.40 > E2fsprogs 1.40 (June 29, 2007) > There was a floating point precision error which could cause e2fsck

Re: [CentOS] Wrong disk size problem.

2010-08-18 Thread Laurent Wandrebeck
On Wed, 18 Aug 2010 10:18:39 +0300 Semih Gokalp wrote: > Hi,we have Centos 5.4 server and according to me we have strange problem. > > Disk size and other indormation like below.Normally,md2 partition > should have 46GB free disk size but available value is zero.Why it > show zero ? If you help

Re: [CentOS] ext4?

2010-08-07 Thread Laurent Wandrebeck
On Sat, 7 Aug 2010 18:55:35 +0100 James Bensley wrote: > On 7 August 2010 17:41, Laurent Wandrebeck wrote: > > > so a mount -t ext4 should work, as kernel-2.6.18-194.8.1.el5 provides > > /lib/modules/2.6.18-194.8.1.el5/kernel/fs/ext4/ext4.ko. > > This is probably goi

Re: [CentOS] ext4?

2010-08-07 Thread Laurent Wandrebeck
On Sat, 7 Aug 2010 17:10:13 +0100 James Bensley wrote: > On 7 August 2010 16:57, Laurent Wandrebeck wrote: > > Use mount -t ext4dev. > > Sorry, I forgot to mention; I have reformatted the drive as ext4dev > and it still wont mount, unknown file system type again! I verifie

Re: [CentOS] ext4?

2010-08-07 Thread Laurent Wandrebeck
On Sat, 7 Aug 2010 16:50:18 +0100 James Bensley wrote: > Listee's... > > I have a 5.5 box and I have formatted a partition as ext4 however I > can't mount it, the mount command is telling me its an unknown file > system type. fsck tells me the partition is a clean ext4 partition but > I can't mo

Re: [CentOS] Xen cpu requirements

2010-07-14 Thread Laurent Wandrebeck
On Wed, 14 Jul 2010 12:32:12 -0500 "David Dyer-Bennet" wrote: > I'm installing Centos 5.5 on a new Dell R301 server. I wanted to run Xen > and have the full virtualization possibilities (this is our development > support server, so it runs a few real services and is available for > playing with

Re: [CentOS] clustered file system of choice

2010-06-17 Thread Laurent Wandrebeck
On Wed, 16 Jun 2010 15:33:02 -0400 Boris Epstein wrote: > Hi all, > > I am just trying to consider my options for storing a large mass of > data (tens of terrabytes of files) and one idea is to build a > clustered FS of some kind. Has anybody had any experience with that? > Any recommendations?

Re: [CentOS] MooseFS repository

2010-06-13 Thread Laurent Wandrebeck
On Sun, 13 Jun 2010 20:15:27 -0400 Whit Blauvelt wrote: > On Fri, Jun 11, 2010 at 06:15:04PM +0200, Laurent Wandrebeck wrote: > > > All I can say is that I created that repo to be able to deploy it at > > work and home :) > > I just wanted to share it, > > Anyone

Re: [CentOS] MooseFS repository

2010-06-11 Thread Laurent Wandrebeck
2010/6/11 Peter Kjellstrom : > On Friday 11 June 2010, Laurent Wandrebeck wrote: >> Hi, >> >> A repository for MooseFS is just born. It provides CentOS 5.5 SRPMS, >> i386 and x86_64. >> >> cd /etc/yum.repos.d/; wget http://centos.kodros.fr/moosefs.repo ; yu

[CentOS] MooseFS repository

2010-06-11 Thread Laurent Wandrebeck
Hi, A repository for MooseFS is just born. It provides CentOS 5.5 SRPMS, i386 and x86_64. cd /etc/yum.repos.d/; wget http://centos.kodros.fr/moosefs.repo ; yum install mfs Two points: - DNS may not be up to date where you are. The subdomain has just been created. Please be patient. - I have made

Re: [CentOS] RHEL 6 beta manuals online

2010-04-21 Thread Laurent Wandrebeck
On Wed, 21 Apr 2010 13:18:55 +0200 Jure Pečar wrote: > On Wed, 21 Apr 2010 07:07:10 -0400 > Jim Perrin wrote: > > > I don't see it in my channel listings (for paid subscription) yet. > > OK, I would understand this as it is not generally available yet. > > Which Fedora release is closest in t

Re: [CentOS] Slightly OT: check creation of a group

2010-03-01 Thread Laurent Wandrebeck
2010/3/1 Niki Kovacs : > Hi, > > I'm currently writing an install script for an application, and my > already limited Bash skills are a bit rusty. > > I want to check if a group exists, and if it doesn't, then create it. > > Only thing I found is: > > if [ grep medintux /etc/group ]; then >        

Re: [CentOS] Configuration Management Redux (was: best parallel / cluster SSH)

2010-02-05 Thread Laurent Wandrebeck
2010/2/5 James Hogarth : > > There has been substantial development since last April. 0.7 is very > usable in production (and indeed makes my life much easier) and 0.8 is > due soon. > > James Do you use PostgreSQL or Oracle as backend ? It seems Postgresql support is a bit far from being productio

Re: [CentOS] Updating gfortran in CentOS 5.4?

2010-02-04 Thread Laurent Wandrebeck
2010/2/3 Jon Forrest : > On 2/3/2010 10:49 AM, Tony Schreiner wrote: >> > >> There is also a gcc44-gfortran rpm which is based on gcc 4.4.0. Would >> that help you? > > I wonder if that rpm allows the version of > gfortran and associated libraries it installs > to be located in something other than

Re: [CentOS] gcc version

2009-12-18 Thread Laurent Wandrebeck
gcc 4.3 was a technology preview in 5.3. It became 4.4 in 5.4. 4.1.2 is the supported version in 5.x. Laurent. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Zimbra Help

2009-11-02 Thread Laurent Wandrebeck
Use Redhat 5 one. CentOS 5.x is binary compatible with RHEL 5.x. Laurent. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] EXT4 status for centos 5.3

2009-09-02 Thread Laurent Wandrebeck
2009/9/2 mbneto : > Hi, > > I was wondering what is the current status fro ext4 support in Centos.  I've > noticed that is marked as dev when I try to use it from the installer. > > Does anybody have a scary story to prevent using it? For now, I'm running two C5.3 x86_64 with it without any problem

Re: [CentOS] Graphic card question for CentOS 5.3

2009-07-28 Thread Laurent Wandrebeck
2009/7/27 Olaf Mueller : > Hello, > > just a short hardware question. Does CentOS 5.3 supports a Leadtek > LR2960 (model S26361-D1910-V128, agp, 128mb) graphic card with a nVidia > GeForce FX5200 chip and dual dvi? > Thank you very much! > > > regards > Olaf A couple boxes use fx5200 at work withou

Re: [CentOS] fs for > 16 TiB partition

2009-05-06 Thread Laurent Wandrebeck
2009/5/6 Timo Schoeler : > Hi, > >> Hi, >> What would you recommend as an FS for an partition greater than 16 TiB? >> This is for an production server (that is, no ext4 recommendations >> please :) ) >> What experiences did you had with your preferred FS ? (good and not so >> good points) >> >> Tha

Re: [CentOS] CUPS oddity

2009-04-17 Thread Laurent Wandrebeck
2009/4/17 Niki Kovacs : > Hi, Hi, > > I've been setting up a few printer servers with CUPS. Our public > libraries here all run 100% Linux (CentOS 5), so what I do is simply > install the printer on one of the machines (with a static IP) and then > configure CUPS so it can act as a printer server f

Re: [CentOS] Redland rdf libraries

2009-04-16 Thread Laurent Wandrebeck
2009/4/16 James B. Byrne : > I may have a requirement for these libraries on my CentOS-5.3 box. > Does anyone know of a recent rpm for centos that provides them? Found on rpmfind.net, though not for centos, but there is src.rpm. HTH, Laurent ___ CentOS ma

Re: [CentOS] 5.3 Update Success

2009-04-02 Thread Laurent Wandrebeck
2009/4/2 Paul Heinlein : > On Thu, 2 Apr 2009, Tim Nelson wrote: > >> So, I just wanted to say 'Thank You' to all those who put in such >> hard work into the CentOS project. The time between releases was not >> a problem here. If it was, I guess I'd just ask for a refund. :-) > > I agree. I've only

Re: [CentOS] CentOS 5.2 and SATA HotSwap

2009-02-18 Thread Laurent Wandrebeck
2009/2/18 Julio Rodanes - KNET : > Hello, I have a server Supermicro 5015B-MT with ICH9R chipset, disk SATAII > and Centos 5.2 > > I have read that the AHCI module allows hotplug but when I add a hot new > SATA disk, the system don't detects it . > > Any idea of what the problem is? Is your sata

Re: [CentOS] AHCI support in CentOS 5.2?

2009-02-08 Thread Laurent Wandrebeck
Hi, I use a sata rack at work, on C5.2, ahci works fine. It has been backported (as several other things that appeared after 2.6.18). hotplug works too. Laurent ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] real SATA RAID

2009-02-08 Thread Laurent Wandrebeck
2009/2/8 Paolo Supino : > Hi > Last week I had a lengthy thread in which someone indicated the my SIL > card is a FRAID (don't know if F stands for the F word or Fake, though it > doesn't really matter). I want to replace the controller with a controller > that Linux will see the RAID1 group as a

Re: [CentOS] Completeley disabling SELinux?

2009-01-23 Thread Laurent Wandrebeck
2009/1/23 Kevin Thorpe : > Hi all, > I've set SELinux to disabled using the security and firewall > widget but I'm still getting a lot of messages in Logwatch > > NULL security context for user, but SELinux in permissive mode, continuing () > > So it looks like SELinux is still operat

Re: [CentOS] 3Ware 9650SE tuning advice

2009-01-16 Thread Laurent Wandrebeck
Hi, about I/O sched, deadline gives better performance. echo "deadline" > /sys/block/sdX/queue/scheduler in /etc/rc.local will do the trick. Someone said to me that setting /proc/sys/vm/dirty_ratio (as a % of total ram) so that it fits into your 3ware cache could be a good idea. I have no numbers

Re: [CentOS] XFS or JFS on CentOS 5?

2008-11-20 Thread Laurent Wandrebeck
2008/11/20 Ray Van Dolson <[EMAIL PROTECTED]>: > > Thanks for the reply John. However, my question wasn't so much "if I > should" but how the xfs support in CentOS compares to jfs. It seems to > me that xfs is a bit more up-to-date. > > If you'd like, consider the question academic vs giving me a

Re: [CentOS] Re: mapserver experience?

2008-11-13 Thread Laurent Wandrebeck
2008/11/13 Dave Stevens <[EMAIL PROTECTED]>: > On Friday 07 November 2008 09:29:42 am Dave Stevens wrote: >> On Friday 07 November 2008 12:39:50 am Laurent Wandrebeck wrote: >> > 2008/11/7 Scott Silva <[EMAIL PROTECTED]>: >> > > on 11-6-2008 3:35 PM Dave S

Re: [CentOS] Re: mapserver experience?

2008-11-07 Thread Laurent Wandrebeck
2008/11/7 Scott Silva <[EMAIL PROTECTED]>: > on 11-6-2008 3:35 PM Dave Stevens spake the following: >> I have Centos 5.2 and want to install mapserver. On my Fedora 7 box it is in >> the repo. Should I just enable that repo? Anyone done this? Tips/warnings? >> >> Dave I have some home build (x86_64

Re: [CentOS] RHEL 5.3 Beta released, beta-testers needed

2008-10-30 Thread Laurent Wandrebeck
2008/10/30 Robert Moskowitz <[EMAIL PROTECTED]>: > > how might I go about getting attention on the BEET ESP mode? bugzilla.redhat.com should do the trick. Regards, Laurent ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/

Re: [CentOS] ls and rm: "argument list too long"

2008-10-17 Thread Laurent Wandrebeck
2008/10/17 Jussi Hirvi <[EMAIL PROTECTED]>: > Since when is there a limit in how long directory listings CentOS can show > (ls), or how large directories can be removed (rm). It is really annoying to > say, for example > >rm -rf /var/amavis/tmp > > and get only "argument list too long" as feedb

Re: [CentOS] Seeking advice about auth/home serving

2008-10-15 Thread Laurent Wandrebeck
2008/10/15 Filipe Brandenburger <[EMAIL PROTECTED]>: > Hi, > automount is actually quite a good tool if you really need to do this > kind of stuff, which in your case you will probably have to anyway. > The setup with automount is actually good in that volumes will be kept > mounted only while the

Re: [CentOS] Seeking advice about auth/home serving

2008-10-15 Thread Laurent Wandrebeck
2008/10/15 Toby Bluhm <[EMAIL PROTECTED]>: > Is there any way you would/could consider a centralized storage solution > like netapp or similar? Yes, it could be costly but you *are* currently > tossing back and forth up to 160 TB of data on discreet storage. Do you do > backups? Do you have 20 serv

Re: [CentOS] Seeking advice about auth/home serving

2008-10-15 Thread Laurent Wandrebeck
2008/10/15 Ian Forde <[EMAIL PROTECTED]>: > > Without knowing more specifics, you could always try using the /net > automount... as in: /net/servername/data > > It's ugly, and rarely used, but it works for small networks... OK, here are some more details: each /data is between 1 and 8 TB, network i

[CentOS] Seeking advice about auth/home serving

2008-10-15 Thread Laurent Wandrebeck
Hi, I'm currently using nis/nfs3/autofs in a small network (20 boxes), and planning on using a more secure/elegant method. The thing is, which solution to adopt ? The network is mainly composed of Centos boxes, and a couple MS/Win ones. ldap/kerberos/nfs4 ? Directory Server ? Anything else ? Anoth