Re: [CentOS] CentOs6- Use nscd for offline LDAP

2012-09-05 Thread Laurent
ou look at sssd ? My understanding is that it's designed for offline use, as nscd is just caching. -- Laurent. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] centos email server suddenly much slower. What to do?

2012-09-06 Thread Laurent
you run antispam and/or antivirus on incoming/outgoing e-mails ? - to help with DNS, you can probably enable nscd or setup dnsmasq, so it would reduce DNS queries sent to DNS servers. -- Laurent. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] ntop for centos 5.8

2012-09-10 Thread Laurent
p://repoforge.org/use/ -- Laurent. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] CentOS 6 early panic on ESXi 4.1.0 build 800380

2012-09-11 Thread Laurent
PANIC: vcpu-0:VMM fault 14: src=MONITOR rip=0xfc28c30d regs=0xfc008b50 -- -- Laurent. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Problems with logwatch under CentOS 6.3

2012-09-12 Thread Laurent
appears ... > > How can I debug this?? It sounds like an SELinux issue: https://bugzilla.redhat.com/show_bug.cgi?id=617472 https://bugzilla.redhat.com/show_bug.cgi?id=617790 -- Laurent. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Partition large disk

2012-09-14 Thread Laurent
sed solution: use LVM, with physical volume directly on the disk device. No partitionning. Why ? Because, as far as I known, parted developers has decided to remove the unmaintained/old code to resize ext* filesystems from parted. I don't know about gdisk features. Per

[CentOS] since CentOS 5.6 upgrade, squid crashes

2011-05-03 Thread Laurent CREPET
stuff, > -rw-r- 1 squid squid 42713088 May 3 04:02 store.log > -rw-r- 1 squid squid 8192 May 3 04:02 cache.log > -rw-r- 1 squid squid 35778160 May 3 04:02 access.log I will look at the latest RPMs to check differences on /etc/logrotate.d/squid. Laurent. --

Re: [CentOS] since CentOS 5.6 upgrade, squid crashes

2011-05-03 Thread Laurent CREPET
On Tue, 3 May 2011 09:46:05 +0200 Laurent CREPET wrote: > I will look at the latest RPMs to check differences on /etc/logrotate.d/squid. Packages: squid-2.6.STABLE21-6.el5 logrotate-3.7.4-9.el5_5.2 In /var/log/squid/cache.log: > 2011/05/03 04:02:12| storeDirWriteCleanLogs: Starting...

Re: [CentOS] since CentOS 5.6 upgrade, squid crashes

2011-05-03 Thread Laurent CREPET
On Tue, 3 May 2011 09:46:05 +0200 Laurent CREPET wrote: > I will look at the latest RPMs to check differences on /etc/logrotate.d/squid. I'm suprised... it seems that both packages have not been modified for a while. > [root@stargate ~]# ls -latr /var/log/yum.log* > -rw-r--r

Re: [CentOS] since CentOS 5.6 upgrade, squid crashes

2011-05-04 Thread Laurent CREPET
so it seems that squid crashes once a week here. In the "default" setup, squid is accessing directly to its log files. As a workaround, I can probably switch to syslog, so squid would be tolerant to logrotate (and not concerned about). Laurent. --

Re: [CentOS] since CentOS 5.6 upgrade, squid crashes

2011-05-04 Thread Laurent CREPET
On Tue, 3 May 2011 02:26:33 -0700 (PDT) John Doe wrote: > From: Laurent CREPET > > > Any ideas ? > > Different setup here (compiled latest squid 2.7.STABLE9). > Main difference I can see with the rpm's rotatelog is that > we use delaycompress... > >

Re: [CentOS] since CentOS 5.6 upgrade, squid crashes

2011-05-04 Thread Laurent CREPET
On Wed, 4 May 2011 13:35:37 +0200 Philippe Naudin wrote: > Le mer 04 mai 2011 12:48:39 CEST, Laurent CREPET a écrit: > > > [...] > > However, since: > > - my settings have not been modified recently > > - logrorate and squid packages have not been updated

Re: [CentOS] since CentOS 5.6 upgrade, squid crashes

2011-05-06 Thread Laurent CREPET
gs are rotated on a weekly basis by logrorate. squid crashed 2 times, with one week between. Now, I have switched to daily/rotate 15, and squid did not crash since the change (2 days ago). Laurent. -- Laurent CREPET ___ CentOS mailing list CentOS@centos

Re: [CentOS] since CentOS 5.6 upgrade, squid crashes

2011-05-09 Thread Laurent CREPET
On Fri, 6 May 2011 11:06:18 +0200 Laurent CREPET wrote: > squid's logs are rotated on a weekly basis by logrorate. squid crashed 2 > times, with one week between. > > Now, I have switched to daily/rotate 15, and squid did not crash since the > change (2 days ago). Today,

Re: [CentOS] since CentOS 5.6 upgrade, squid crashes

2011-05-09 Thread Laurent CREPET
On Mon, 9 May 2011 10:10:59 +0200 Laurent CREPET wrote: > Today, squid crashed again. So stupid I am ! I did not check for squid in /var/log/messages. Now, I know that Squid does not like to have a temporary filesystem full. /var was always ok after logrotate completes its work, but at 04

Re: [CentOS] hardware issues under 5.6

2011-05-09 Thread Laurent CREPET
If you have the LCD screen orange, this is an hardware-related issue. Some of them can be prevented/fixed by upgrading firmwares. You can easily upgrade from CentOS using Dell Server Update Utility or Dell Linux Hardware repository. Laurent. -- Laurent CREPET _

Re: [CentOS] since CentOS 5.6 upgrade, squid crashes

2011-05-09 Thread Laurent CREPET
On Mon, 9 May 2011 05:20:48 -0700 (PDT) John Doe wrote: > From: Laurent CREPET > > > Today, squid crashed again. > > Maybe ask on the squid mailing list, they might have more insight... > > JD No need, I have plugged my brain today. Check my latest e-mail (squid

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] 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] Updating gfortran in CentOS 5.4?

2010-02-04 Thread Laurent Wandrebeck
for the suggestion. I'll try this. gcc44 and gfortran44 are specially crafted to be installed without removing official version of gcc/gfortran. executables names are gcc44 and gfortran44. HTH, Laurent ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

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

2010-02-05 Thread Laurent Wandrebeck
bit far from being production ready, according to their wiki. Laurent. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] C6 gateway/firewall problem

2011-12-13 Thread Laurent Wandrebeck
ld someone give me a hand ? Thanks, Laurent. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

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: PG

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 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 ? L

Re: [CentOS] C6 gateway/firewall problem

2011-12-21 Thread Laurent Wandrebeck
ting with rules for voip (sip/h323) phones. Thanks for your help, Laurent. pgpEilCa7zzx6.pgp Description: PGP signature ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

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] 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@

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

Re: [CentOS] Graphic card question for CentOS 5.3

2009-07-28 Thread Laurent Wandrebeck
ouple boxes use fx5200 at work without problem. can't tell about dual dvi, untested. Regards, 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
3 x86_64 with it without any problem (unless you consider that being faster that ext3 is one;). box1 /dev/sdb1 14T 7,3T 6,2T 54% /data /dev/sdb1 on /data type ext4dev (rw) box2 /dev/sdb1 14T 11T 2,7T 81% /data /dev/sdb1 on /dat

Re: [CentOS] ext4?

2010-08-07 Thread Laurent Wandrebeck
4 partition but > I can't mount it. Use mount -t ext4dev. See http://www.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5.5/html-single/Technical_Notes/#chap-Technical_Notes-_Technology_Previews_ Regards, Laurent pgpX7qWPYVZVC.pgp Description: PGP signature _

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 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] Wrong disk size problem.

2010-08-18 Thread Laurent Wandrebeck
o ? If you help me,I will be happy. > Answer is probably in reserved blocks for root. See tune2fs -m option. HTH, -- Laurent pgp1Q1p6G43HG.pgp Description: PGP signature ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] e2fsck with millions of files

2010-08-31 Thread Laurent Wandrebeck
hasn't already been opened. Regards, Laurent. pgpcfVJtGdIsF.pgp Description: PGP signature ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

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] 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-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
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
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] 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] 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] Intel NIC

2010-12-16 Thread Laurent Wandrebeck
KVM ? That way, you,ll have an up to date OS. If not possible, updating kernel may be sufficient to make vmware work… or break. HTH, Laurent pgp2XY96qKT4b.pgp Description: PGP signature ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] Seeking advice about auth/home serving

2008-10-15 Thread Laurent Wandrebeck
else ? Another point is, we have several servers with a local /data. Is there any solution to make each /data accessible to each server without having to maintain an awful fstab list per server ? (no way to deploy gfs). Regards, Laurent. ___ CentOS mailing

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

2008-10-15 Thread Laurent Wandrebeck
couple others (home server, db server) I know the way it was deployed isn't the best, unfortunately, struggling with low time and budget, it was difficult to do it a different way. I hope I answered to your questions, do not hesitate to ask if you need more details. Regards, Laurent _

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

2008-10-15 Thread Laurent Wandrebeck
/howto/kerberos (ldap/kerberos/nfs4 howto), and I think I'll follow that, minus nfs4. I've taken a quick look at Directory Server, it seems nice but a bit overkill for the size of the network. Thx a lot for your advice. Laurent. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

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

2008-10-15 Thread Laurent Wandrebeck
nting every /data on every box is becoming ugly. I'm willing to know if there's a cleaner solution. automount could do the trick, but it's ugly, as you said :) Thanks, Laurent ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

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

2008-10-17 Thread Laurent Wandrebeck
"argument list too long" as feedback. > > Is there a way to go round this problem? > > I have CentOS 5.2. > > - Jussi try something like: for i in /var/amavis/tmp/* do rm -rf $i done Laurent ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

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/mail

Re: [CentOS] Re: mapserver experience?

2008-11-07 Thread Laurent Wandrebeck
;> Dave I have some home build (x86_64 from src.rpm) 5.0.2 if you want. Laurent. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

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] XFS or JFS on CentOS 5?

2008-11-20 Thread Laurent Wandrebeck
whatever the filesize is. I've had data corruption with both. The thing is, I don't know where it comes from with JFS, with XFS *do* *not* *ever* run a box without an UPS. Unclean shutdown will always eat some of your data. I've been happy with ext3 (no data corruption ever happened

Re: [CentOS] 3Ware 9650SE tuning advice

2009-01-16 Thread Laurent Wandrebeck
ve no numbers to show, though. HTH. Laurent ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Completeley disabling SELinux?

2009-01-23 Thread Laurent Wandrebeck
it looks like SELinux is still operating. Can anyone tell me how to > turn it off completely? It's my development > server under my desk so I reallly don't care about security. system-config-securitylevel selinux -> desactivated, disable (or something like that

Re: [CentOS] real SATA RAID

2009-02-08 Thread Laurent Wandrebeck
ll see the RAID1 group as a single HD and not multiple HDs as > it happens with the SIL controller. Recommendations anyone? Hi, 3ware (9650 are nice) or areca. or even software raid. Laurent ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

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] CentOS 5.2 and SATA HotSwap

2009-02-18 Thread Laurent Wandrebeck
e problem is? Is your sata controller configured as ahci in bios ? You can check lsmod output to see which modules are loaded. Laurent ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] 5.3 Update Success

2009-04-02 Thread Laurent Wandrebeck
(kde), 5 servers (one httpd, one postgres (pgdg), one nfsd (not yet rebooted), two aimed at cluster testing). Everything went fine. Still have a couple servers to do. Kudos to CentOS and RH team ! Laurent. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

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 ___

Re: [CentOS] CUPS oddity

2009-04-17 Thread Laurent Wandrebeck
viour to me? localhost is a non routable address: 127.0.0.1. So it won't answer on the public ip address if you don't add it yourself. Regards, Laurent. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] fs for > 16 TiB partition

2009-05-06 Thread Laurent Wandrebeck
FS ? (good and not so >> good points) >> >> Thank you, >> Adrian > > I personally would go XFS. Made the very best experiences of any > filesystems I ever used (well, it was XFS on IRIX). > > Timo Same here. Make sure to use an UPS though. Laurent. ___

Re: [CentOS] since CentOS 5.6 upgrade, squid crashes

2011-05-10 Thread Laurent CREPET
On Tue, 10 May 2011 01:51:18 -0700 Brandon Ooi wrote: > On Tue, May 10, 2011 at 1:09 AM, Christopher Chan < > christopher.c...@bradbury.edu.hk> wrote: > > > On Monday, May 09, 2011 10:28 PM, Ljubomir Ljubojevic wrote: > > > Laurent CREPET wrote: > > >&

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

2010-03-01 Thread Laurent Wandrebeck
> Thanks, > > Niki Why don't you use groupadd -f ? It will not override the group if it already exists, and shortens the code :) Laurent ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] RHEL 6 beta manuals online

2010-04-21 Thread Laurent Wandrebeck
ich Fedora release is closest in terms of compiler and library versions? I > would need to start porting some software over to be ready by the time rhel6 > ships. F12 AFAIK. Laurent pgp8DllqjygPQ.pgp Description: PGP signature ___ Cent

[CentOS] MooseFS repository

2010-06-11 Thread Laurent Wandrebeck
even while the file is being written/accessed For more details, see http://www.moosefs.org Feedback welcome ! Thanks, Laurent. pgpCZQhS6Ln2z.pgp Description: PGP signature ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

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

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] clustered file system of choice

2010-06-17 Thread Laurent Wandrebeck
ly choose the number of replicas of files/dirs you want. It is easy to deploy, runs in user-space. Some people runs it successfully on 500+TB. Plus, I've made a CentOS repo here: http://centos.kodros.fr/moosefs.repo Regards, Laurent pgp0aZsiashVc.pgp Description: PGP signature __

Re: [CentOS] Xen cpu requirements

2010-07-14 Thread Laurent Wandrebeck
irtualization assistance? I guess such a new processor has hardware virtualization enabled, but AFAIK you need to run in x86_64 mode, is it the case ? Laurent pgpgM3Xtfk7ye.pgp Description: PGP signature ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] automated stopserver & shutdown?

2014-11-16 Thread Laurent Dumont
A simple script which loops though a text file that lists the hostname / username / password for the login and then runs the "shutdown - h now" command? Though, I would be uneasy with listing root passwords in a random text file. On 11/17/2014 12:56 AM, Hadi Motamedi wrote: Dear All In an env

Re: [CentOS] can't enable selinux CentOS 6.5

2014-12-29 Thread Laurent Dumont
By any change, is it a VPS? I know that my CloudAtCost (very cheap but extremely unreliable provider) prevents you from using SeLinux on their Centos image. On 12/29/2014 9:58 PM, Tim Dunphy wrote: Hey guys, For some reason I can't seem to enable SELinux on this one host. Here's my SELin

[CentOS] CentOS 6.6 - net-snmp process - Too many open files

2014-12-30 Thread Laurent Dumont
Hi gents, I have a CentOS 6.6 install with net-snmp running. I'm using SNMPv3 Auth and Encryption with Observium polling devices every five minutes. On one of my Centos server, the net-snmp process will die after 24-36 hours of running. It seems to be hitting my system maximum file open limit

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

2015-02-26 Thread Laurent Wandrebeck
me a hand ? Regards, Laurent. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

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

2015-02-27 Thread Laurent Wandrebeck
straints. Now I need to find how to get a single image for all the nodes :) (PXE, dhcpd, dracut and yum --installroot should do the trick I hope). Thanks again for the head’s up ! Regards, Laurent. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] centos 7 database access only possible trough localhost and not IP

2015-03-15 Thread Laurent CREPET
ptables -L Regards, Laurent. 2015-03-15 8:52 GMT+01:00 robert rottermann : > Hi there and hello to everybody, > > > > I am all new to centos but I have good experience working with ubuntu and > suse. > We are moving a an elderly SuSe box to a virtual machine running >

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

Re: [CentOS] really nice squid bug?

2015-03-24 Thread Laurent Wandrebeck
t yet released 6.7. be it RH or CentOS. Laurent. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] tcsd service fails on boot because device missing

2015-04-07 Thread Laurent Blume
d a device to open! The device appears at about the same time, it must be a matter of seconds: crw--- 1 root root 10, 224 Apr 6 10:21 /dev/tpm0 Is that a bug of the service or something I can fix? Thanks! Laurent ___ CentOS mailing list CentOS@

Re: [CentOS] Some subscribers posts to the list ending up in Gmail spam

2015-04-08 Thread Laurent Blume
v6, marking them as «not spam» in Gmail subsequently worked. So it looks like they also keep track of the sender's MTA address, not only of the email address. Obviously not the reason for everybody, but hopefully it can help others :-) Laurent __

Re: [CentOS] gnome rebase

2015-04-11 Thread Laurent Wandrebeck
s 7.1 and would like to use gnome 3.16. is there a way to start playing with that now? The only way would be to take F22 src.rpm, and recompile it AFAIK. It promises a lot of fun… Maybe someone would have already copr’ed or obs’ed it ? HTH, Laurent. ___ C

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] How to install clang on CentOS 7?

2015-06-08 Thread Laurent Wandrebeck
ing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos Hi. clang is available in EPEL repository. See http://fedoraproject.org/wiki/EPEL HTH, Laurent. -- Laurent ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] sendmail config finding wrong relay

2015-09-30 Thread Laurent Blume
has no information (basically, it can't find an MX or resolve the name). If you want to relay all mail, you need to also add MAIL_HUB. Laurent ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Incoming rsync connection attempts

2015-10-16 Thread Laurent CREPET
on't have rsyncd.conf ? If your pusing backups using rsync over ssh, you don't need rsynd. -- Laurent. ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

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

[CentOS] fixing partition alignment ?

2012-12-12 Thread Laurent Wandrebeck
ith moving several 10s of TB disk by disk :D (most disks are JBOD as we're using a fault tolerant network FS, moosefs not to name it). wasn't helpful, unfortunately. Drives are ext4, driven by C6 x86_64. Thanks, Laurent. ___ CentOS mailing list Ce

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

Re: [CentOS] check file changes within several directories

2013-02-13 Thread Laurent Wandrebeck
ed/changed files. > I dont want to use some selfmade git-based or "find|xargs"-based piece > of scripts. > > Thank you. I bet you're searching for aide, base repo. HTH, Laurent. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

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] Supermicro & Boot Failures with DVD Centos 6.2

2013-04-22 Thread Laurent Wandrebeck
On Mon, 22 Apr 2013 08:25:42 -0500 "Gregory P. Ennis" wrote: > Laurent, > > That is interesting !!! > > We tried to boot do the i386 and then an x64 6.4 install discs this > morning, and were stopped at the familiar first line. Do you know if > anyone has put i

Re: [CentOS] dell poweredge 2950

2013-10-17 Thread Laurent CREPET
tem. I've also regularly upgraded firmwares using the Dell Server Update Utility (SUU). -- Laurent CREPET ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] page allocation failure

2013-10-29 Thread Laurent Wandrebeck
s something I got on several boxes here. If I remember correctly, it « fixes » the problem. HTH, Laurent. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

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] syslog-ng or rsyslog?

2013-11-06 Thread Laurent CREPET
s it >have >some additional features? > AFAIK, CentOS includes an old release of rsyslog. You may have a look to rsyslog recent release/features/changelog. I do prefer rsyslog for a main reason: all features in a single edition. You pay for

Re: [CentOS] NIS or not?

2014-01-28 Thread Laurent Wandrebeck
machines are configured as per our > intent. It would be nice if there was a single tool where the > configuration and management/auditing could be rolled into one. > > Thanks! > Matt You’d be fine with IPA which allows you to create such rules. HTH, Laurent.

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

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

2014-02-28 Thread Laurent Wandrebeck
to 250). HTH, Laurent. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

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 ht

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

2014-04-02 Thread Laurent Wandrebeck
with a path/file before sending a mail, didn’t think it would break without…lesson learned :) Laurent ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

  1   2   >