Re: [CentOS] Flash Drive problem?

2009-07-03 Thread Ron Blizzard
On Thu, Jul 2, 2009 at 11:02 PM, Robert Nichols wrote: > Ron Blizzard wrote: > 1 >> Jul  1 03:54:26 localhost hald[2450]: forcibly attempting to lazy >> unmount /dev/sda1 as enclosing drive was disc > > That indicates that you unplugged the drive without first unmounting > it, which is very likely

Re: [CentOS] Multiple Internet facing Nics - Gateway issue

2009-07-03 Thread Christopher Chan
Doug Coats wrote: > Christopher - you have been a great help! > > My internal network ip is 192.168.4.1 and I need it to access the > aa.bb.166.2 interface or eth3. What would the rule look like that I > need to add? > > ip route add 192.168.4.0/24 (??? i don't know your subnet - guessing

Re: [CentOS] Multiple Internet facing Nics - Gateway issue

2009-07-03 Thread Lorenzo Quatrini
2009/7/2 John R Pierce : > > now, these commands are NOT persistent, and, AFAIK, RHEL has no > provision for `ip route` or rule commands, so I end up sticking this > stuff in /etc/rc.d/rc.local or something. > > More detail on this: digging a bit on the network-scripts I found that there are few ch

Re: [CentOS] Multiple Internet facing Nics - Gateway issue

2009-07-03 Thread John R Pierce
Lorenzo Quatrini wrote: > More detail on this: > digging a bit on the network-scripts I found that there are few checks > and calls to /sbin/ifup-pre-local, /sbin/ifup-local, > /sbin/ifdown-pre-local, /sbin/ifdown-local, so I guess that this is > the "right" place to put ip routes and rules command

Re: [CentOS] Multiple Internet facing Nics - Gateway issue

2009-07-03 Thread Lorenzo Quatrini
John R Pierce ha scritto: > > i dunno, i would sort of assume the -local functions are for the > localhost interface (/dev/lo), and the idea of having system specific > config files in /sbin/ is somewhat abhorrant. I agree! > > in fact, upon some digging, it looks like you put RULES in > /etc

Re: [CentOS] Web photo gallery options [Definitely solved]

2009-07-03 Thread Sorin Srbu
>-Original Message- >From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On Behalf >Of Ray Van Dolson >Sent: Wednesday, July 01, 2009 4:32 PM >To: CentOS mailing list >Subject: Re: [CentOS] Web photo gallery options > >On Wed, Jul 01, 2009 at 11:45:05AM +0200, Sorin Srbu wrot

Re: [CentOS] Dag's comment at linuxtag

2009-07-03 Thread Didi
On Thu, Jul 2, 2009 at 7:45 PM, Akemi Yagi wrote: > On Mon, Jun 29, 2009 at 7:58 AM, Bogdan Nicolescu wrote: >> >> >From http://distrowatch.com/weekly.php?issue=20090629 >> >> "Right next to the Gentoo stand was a group of young people, proudly >> displaying their affiliation with CentOS. >> D

Re: [CentOS] Web photo gallery options

2009-07-03 Thread Sorin Srbu
>-Original Message- >From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On Behalf >Of Lanny Marcus >Sent: Wednesday, July 01, 2009 7:37 PM >To: CentOS mailing list >Subject: Re: [CentOS] Web photo gallery options > >You do not have priorities configured properly. It is not w

[CentOS] Remote identity management

2009-07-03 Thread Niki Kovacs
Hi, Until now, I've only managed local user management on small network with no more than five or six machines, e. g. all user data stored locally on each and every machine (/etc/passwd, /etc/shadow, /etc/group). Now I'd like to learn remote identity management, that is, all user data stored c

[CentOS] HAR CentOS village

2009-07-03 Thread Didi
Hey I am organizing the CentOS village at HAR2009 with the Fedora guys. Now I would like to know how many people the CentOS crowd would consist of. It should be a good laugh with a own hack tent and loads of fun. Please update the wiki [1] or reply to this thread. Cheers Didi [1] http://wiki.ce

Re: [CentOS] Remote identity management

2009-07-03 Thread Sander Snel
Why don't you have a go on free IPA, it is built on the fedora directory server (LDAP) and has built in MIT Kerberos security, setup is a breeze, especially compared with the Fedora Directory server with manual kerberos setup. Why use smb if you only have linux machines in your network? NIS is

[CentOS] new RAID5 array: 3x500GB with XFS

2009-07-03 Thread Coert Waagmeester
Hello all, I have yesterday after some typos, sent my ext3 RAID5 array to the void... I want to recreate it now, but I read on http://wiki.centos.org/HowTos/Disk_Optimization that you can optimize the filesystem on top of the RAID. Will this wiki article be exactly the same for XFS? Is it worth

Re: [CentOS] Remote identity management

2009-07-03 Thread Sander Snel
there is a repo with the enterprise ipa for centos 5 available http://www.math.ias.edu/PU_IAS/RHEIPA/5.2/ or follow the instructions how to build it yourself from howtoforge http://www.howtoforge.com/how-to-build-rhel-ipa-rpms-for-centos-5 On 07/03/2009 11:08 AM, Sander Snel wrote: Why don't

Re: [CentOS] Remote identity management

2009-07-03 Thread Niki Kovacs
Sander Snel a écrit : > there is a repo with the enterprise ipa for centos 5 available > > http://www.math.ias.edu/PU_IAS/RHEIPA/5.2/ > > or follow the instructions how to build it yourself from howtoforge > > http://www.howtoforge.com/how-to-build-rhel-ipa-rpms-for-centos-5 Thanks! I'll keep t

Re: [CentOS] Remote identity management

2009-07-03 Thread Niki Kovacs
Niki Kovacs a écrit : > Thanks! I'll keep that information "in a corner of my head", as the > French say. I just skimmed through the online docs, which require "a > knowledge of LDAP". That's not the case for me, so I'll have a go at > experimenting with LDAP first. > Since I'm completely new

Re: [CentOS] Remote identity management

2009-07-03 Thread Per Qvindesland
If you need a ldap solutiion then I would really recommend the directory server especially if you do not have any experience with LDAP, the install and other documentation is also really well documented, you can find more info here: http://www.howtoforge.org/centos-directory-server-on-centos5.2 [1]

Re: [CentOS] Remote identity management

2009-07-03 Thread Per Qvindesland
For an easy install of just ldap then this one could also do: http://fedoranews.org/mediawiki/index.php/How_to_setup_and_maintain_OpenLDAP_server_for_your_network [1] Not so sure how funny it is do. Per E-mail: p...@norhex.com [2] http://www.linkedin.com/in/perqvindesland [3] --- Original message

Re: [CentOS] Remote identity management

2009-07-03 Thread Ralph Angenendt
Niki Kovacs wrote: > Since I'm completely new to the subject, can someone suggest some > *newbie-friendly* introduction to LDAP? By "newbie-friendly", I mean > ideally: > > * well explained > * step by step I really liked "LDAP for Rocket Scientists": http://www.zytrax.com/books/l

Re: [CentOS] Remote identity management

2009-07-03 Thread Ralph Angenendt
Per Qvindesland wrote: > If you need a ldap solutiion then I would really recommend the > directory server especially if you do not have any experience with > LDAP, the install and other documentation is also really well > documented, you can find more info here: > http://www.howtoforge.org/centos-

Re: [CentOS] Remote identity management

2009-07-03 Thread Niki Kovacs
Ralph Angenendt a écrit : > I really liked "LDAP for Rocket Scientists": > > http://www.zytrax.com/books/ldap/ > >> * fun to read > > Well. It wraps itself around LDAP. For that it is astonishingly funny. > But do not expect too much :) > Well, the beginning looks very promising, thanks

[CentOS] slugishness

2009-07-03 Thread Jerry Geis
Hi all, I have a 3G AM2 quad core CPU... x86_64 centos 5.3 When I am doing backing up to my external USB drive my system becomes sluggish. Clicking on a thunderbird compose takes some time to pop up the window. Typeing doesnt keep up etc... Is there something I can change so this backup doesnt

[CentOS] what would be happen if swap partition is not?

2009-07-03 Thread MontyRee
Hello, all. I know the function of the swap and can make swap partion or file. But, if there is no swap partion at system, what would be happen? that makes the system unstable or not? I have one system that has no swap, but there was no problem until now. Thanks in advance.

Re: [CentOS] what would be happen if swap partition is not?

2009-07-03 Thread Rudi Ahlers
2009/7/3 MontyRee > Hello, all. > > I know the function of the swap and can make swap partion or file. > > But, if there is no swap partion at system, what would be happen? > that makes the system unstable or not? > > I have one system that has no swap, but there was no problem until now. > > >

Re: [CentOS] slugishness

2009-07-03 Thread Didi
On Fri, Jul 3, 2009 at 1:30 PM, Jerry Geis wrote: > Hi all, > > I have a 3G AM2 quad core CPU... x86_64 centos 5.3 > > > When I am doing backing up to my external USB drive > my system becomes sluggish. Clicking on a thunderbird compose > takes some time to pop up the window. Typeing doesnt keep up

Re: [CentOS] slugishness

2009-07-03 Thread Rajagopal Swaminathan
Greetings, On Fri, Jul 3, 2009 at 6:00 PM, Jerry Geis wrote: > Hi all, > > When I am doing backing up to my external USB drive > my system becomes sluggish. Clicking on a thunderbird compose > takes some time to pop up the window. Typeing doesnt keep up etc... > > Is there something I can change s

Re: [CentOS] what would be happen if swap partition is not?

2009-07-03 Thread Robert Heller
At Fri, 3 Jul 2009 12:46:34 + CentOS mailing list wrote: > > > > > Hello, all. > > > > I know the function of the swap and can make swap partion or file. > > > > But, if there is no swap partion at system, what would be happen? > > that makes the system unstable or not? > > >

Re: [CentOS] slugishness

2009-07-03 Thread Robert Heller
At Fri, 03 Jul 2009 08:30:43 -0400 CentOS mailing list wrote: > > Hi all, > > I have a 3G AM2 quad core CPU... x86_64 centos 5.3 > > > When I am doing backing up to my external USB drive > my system becomes sluggish. Clicking on a thunderbird compose > takes some time to pop up the window. T

Re: [CentOS] Dag's comment at linuxtag

2009-07-03 Thread Radu-Cristian FOTESCU
> no, trolling works much better on high volume lists > like this one. I officially declare that whoever uses the word "troll" is underbrained (aka stupid moron). The verb "to troll" was invented by some ***arrogant*** F/LOSS developers to assert that any *conversation* that looks slightly crit

Re: [CentOS] Dag's comment at linuxtag

2009-07-03 Thread Ned Slider
Didi wrote: > On Thu, Jul 2, 2009 at 7:45 PM, Akemi Yagi wrote: >> On Mon, Jun 29, 2009 at 7:58 AM, Bogdan Nicolescu wrote: >>> >From http://distrowatch.com/weekly.php?issue=20090629 >>> >>> "Right next to the Gentoo stand was a group of young people, proudly >>> displaying their affiliation w

Re: [CentOS] Dag's comment at linuxtag

2009-07-03 Thread Rob Kampen
Radu-Cristian FOTESCU wrote: no, trolling works much better on high volume lists like this one. I officially declare that whoever uses the word "troll" is underbrained (aka stupid moron). The verb "to troll" was invented by some ***arrogant*** F/LOSS developers to assert that any *conve

Re: [CentOS] slugishness

2009-07-03 Thread Jerry Geis
> > >/ > />/ Hi all, > />/ > />/ I have a 3G AM2 quad core CPU... x86_64 centos 5.3 > />/ > />/ > />/ When I am doing backing up to my external USB drive > />/ my system becomes sluggish. Clicking on a thunderbird compose > />/ takes some time to pop up the window. Typeing doesnt keep up etc...

Re: [CentOS] Dag's comment at linuxtag

2009-07-03 Thread Mihai T. Lazarescu
On Fri, Jul 03, 2009 at 06:37:17AM -0700, Radu-Cristian FOTESCU wrote: > > no, trolling works much better on high volume lists > > like this one. > > I officially declare that whoever uses the word "troll" > is underbrained (aka stupid moron). The verb "to troll" > was invented by some ***arrogan

Re: [CentOS] slugishness

2009-07-03 Thread Paul Bijnens
On 2009-07-03 16:02, Jerry Geis wrote: >> />/ I have a 3G AM2 quad core CPU... x86_64 centos 5.3 >> />/ >> />/ >> />/ When I am doing backing up to my external USB drive >> />/ my system becomes sluggish. Clicking on a thunderbird compose >> />/ takes some time to pop up the window. Typeing doesn

Re: [CentOS] slugishness

2009-07-03 Thread John Doe
From: Jerry Geis > When I am doing backing up to my external USB drive > my system becomes sluggish. Clicking on a thunderbird compose > takes some time to pop up the window. Typeing doesnt keep up etc... > Is there something I can change so this backup doesnt slow my system > down so much? I don

Re: [CentOS] Dag's comment at linuxtag

2009-07-03 Thread Akemi Yagi
On Fri, Jul 3, 2009 at 6:39 AM, Ned Slider wrote: > Didi wrote: >> On Thu, Jul 2, 2009 at 7:45 PM, Akemi Yagi wrote: >>> http://farm3.static.flickr.com/2558/3679382429_d535f79823_o.jpg >>> (info offered by NedSlider) >> >> Have a look at the time the photo was taken. The booth only opened at >> 10

Re: [CentOS] Dag's comment at linuxtag

2009-07-03 Thread Nicolas Thierry-Mieg
Akemi Yagi wrote: > On Fri, Jul 3, 2009 at 6:39 AM, Ned Slider wrote: >> Didi wrote: >>> On Thu, Jul 2, 2009 at 7:45 PM, Akemi Yagi wrote: > http://farm3.static.flickr.com/2558/3679382429_d535f79823_o.jpg (info offered by NedSlider) >>> Have a look at the time the photo was taken. The bo

[CentOS] CentOS-announce Digest, Vol 53, Issue 2

2009-07-03 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] Multiple Internet facing Nics - Gateway issue

2009-07-03 Thread Chan Chung Hang Christopher
>> in fact, upon some digging, it looks like you put RULES in >> /etc/sysconfig/network-scripts/rule-ethX and ROUTES in >> /etc/sysconfig/network-scripts/route-ethX >> >> the lines in the rule-* file are run prefixed by `ip rule add` while the >> lines in the route-* file are prefixed by `ip ro

Re: [CentOS] Dag's comment at linuxtag

2009-07-03 Thread RobertH
enough is enough already. can some centos admin please discipline, ban and/or get rid of Radu-Cristian FOTESCU aka beranger...@yahoo.ca please? not only has he physically threatened a contributor, his language & behavior are more than inappropriate for such a professional atmosphere that ha

Re: [CentOS] what would be happen if swap partition is not?

2009-07-03 Thread Geoff Galitz
> > A swap partition is not essential to system operation so long as you > have enough RAM. Most modern systems have more then enough RAM and can > probably live without a swap partition . True, but to answer the original question: If a system without a swap device needs to swap (and cannot)

Re: [CentOS] Upgrading drives in raid 1

2009-07-03 Thread Bob Hoffman
> > I have md0 as the boot, md1 as the rest. Inside md1 are all my lvm > > partitons. > > The grow command is supposed to expand the size of that md1 > from its > > current > > 200+GB to fill the rest of the 500gb drive. > > > > I thought you could then expand the lvm partions inside of that. >

Re: [CentOS] Multiple Internet facing Nics - Gateway issue

2009-07-03 Thread Doug Coats
Adding the routes and rules to the appropriate files in network-scripts did not work. It gave me a number of errors and did not create the rules after reboot or/and network restart. On Fri, Jul 3, 2009 at 11:12 AM, Chan Chung Hang Christopher < christopher.c...@bradbury.edu.hk> wrote: > > >> in

[CentOS] Replicate desktop configuration for other users using /etc/skel

2009-07-03 Thread Niki Kovacs
Hi, The subject says it all. I'd like to copy my own custom desktop configuration for other users on the machine without having to go manually through the hassle. Here's a non-exhaustive list of what I usually tweak : * Theme + icons * background image * panel * screensaver * Nautilus behaviou

Re: [CentOS] what would be happen if swap partition is not?

2009-07-03 Thread fred smith
On Fri, Jul 03, 2009 at 09:37:17AM -0400, Robert Heller wrote: > At Fri, 3 Jul 2009 12:46:34 + CentOS mailing list > wrote: > > Hello, all. > > > > I know the function of the swap and can make swap partion or file. > > > > But, if there is no swap partion at system, what would be happen? >

Re: [CentOS] Multiple Internet facing Nics - Gateway issue

2009-07-03 Thread Bob Beers
On Fri, Jul 3, 2009 at 1:40 PM, Doug Coats wrote: > Adding the routes and rules to the appropriate files in network-scripts did > not work. It gave me a number of errors and did not create the rules after > reboot or/and network restart. > > You will have to show the file contents and the actu

Re: [CentOS] Multiple Internet facing Nics - Gateway issue

2009-07-03 Thread John R Pierce
Lorenzo Quatrini wrote: > So does anyone have a clue on which is the syntax for creating complex routes > and rules using route-* and rule-*? > the route- and rule- are invoked by ifup-routes (all this in /etc/sysconfig/networking-scripts), and it appears they are read and each line is appene

Re: [CentOS] what would be happen if swap partition is not?

2009-07-03 Thread Kwan Lowe
2009/7/3 MontyRee > Hello, all. > > I know the function of the swap and can make swap partion or file. > > But, if there is no swap partion at system, what would be happen? > that makes the system unstable or not? > > I have one system that has no swap, but there was no problem until now. > Hat

[CentOS] ffmpeg and zoneminder install problems

2009-07-03 Thread Gregory P. Ennis
CentOs zoneminder users, I have been trying to install zoneminder on Centos 5.3 (2.6.18-128.1.16.el5xen) and have hit a brick wall with ffmpeg which zoneminder has as a dependancy. There were no rpm's in centos or rpmforge so I have followed the instructions on the zoneminder website for a CentOs

Re: [CentOS] Multiple Internet facing Nics - Gateway issue

2009-07-03 Thread Doug Coats
Bob you are so right! I made the mistake of not removing "ip rule add" and "ip route add" from each of the lines. Which caused the script, which wanted to add those itself, get confused. Now I have removed those and it brings up my routes on reboot and network restart. >You will have to show th

[CentOS] Firefox 3.5?

2009-07-03 Thread Frank Cox
I've been getting a lot of questions over the past day or two about whether/when Firefox 3.5 will be coming to Centos. -- MELVILLE THEATRE ~ Melville Sask ~ http://www.melvilletheatre.com ___ CentOS mailing list CentOS@centos.org http://lists.centos.org

Re: [CentOS] Firefox 3.5?

2009-07-03 Thread Akemi Yagi
On Fri, Jul 3, 2009 at 11:34 AM, Frank Cox wrote: > I've been getting a lot of questions over the past day or two about > whether/when Firefox 3.5 will be coming to Centos. This forum thread has some info: http://www.centos.org/modules/newbb/viewtopic.php?topic_id=21070&forum=37 Akemi __

Re: [CentOS] Dag's comment at linuxtag

2009-07-03 Thread Bogdan Nicolescu
In all fairness to all the rebels, if somebody from the Cento's team would have responded in a timely matter to the original yes/no question of this thread, maybe this thread wouldn't have deviated to the point at which is at. Something definitely got lost in the translation, but in the future

Re: [CentOS] ffmpeg and zoneminder install problems

2009-07-03 Thread luc...@lastdot.org
On Fri, Jul 3, 2009 at 7:23 PM, Gregory P. Ennis wrote: > CentOs zoneminder users, > > I have been trying to install zoneminder on Centos 5.3 > (2.6.18-128.1.16.el5xen) and have hit a brick wall with ffmpeg > which zoneminder has as a dependancy. > > There were no rpm's in centos or rpmforge so I h

Re: [CentOS] Multiple Internet facing Nics - Gateway issue

2009-07-03 Thread Doug Coats
So for those of you following this thread. This is what I ended up with that seems to be working. /etc/iproute2/rt_tables # # reserved values # 255 local 254 main 253 default 0 unspec # # local # #1 inr.ruhep 1 Cable 2 T1 /etc/sysconfig/network-scripts/rule-eth2 # Create

[CentOS] software raid1 syncing

2009-07-03 Thread Steven Vishoot
hello all, I have a setup that is raid 1 and put the mirrored drive back in and now it is still showing as degraded saying: raid1: raid set md6 active with 1 out of 2 mirrors with this message on all the raids.i know i am wrong by saying this but i thought putting in the driving and rebooting

Re: [CentOS] ffmpeg and zoneminder install problems

2009-07-03 Thread Gregory P. Ennis
On Fri, 2009-07-03 at 20:44 +0100, luc...@lastdot.org wrote: > On Fri, Jul 3, 2009 at 7:23 PM, Gregory P. Ennis wrote: > > CentOs zoneminder users, > > > > I have been trying to install zoneminder on Centos 5.3 > > (2.6.18-128.1.16.el5xen) and have hit a brick wall with ffmpeg > > which zoneminder

Re: [CentOS] ffmpeg and zoneminder install problems

2009-07-03 Thread luc...@lastdot.org
On Fri, Jul 3, 2009 at 9:41 PM, Gregory P. Ennis wrote: > On Fri, 2009-07-03 at 15:15 -0500, Gregory P. Ennis wrote: >> On Fri, 2009-07-03 at 20:44 +0100, luc...@lastdot.org wrote: >> > On Fri, Jul 3, 2009 at 7:23 PM, Gregory P. Ennis wrote: >> > > CentOs zoneminder users, >> > > >> > > I have been

Re: [CentOS] Replicate desktop configuration for other users using /etc/skel

2009-07-03 Thread Eduardo Grosclaude
On Fri, Jul 3, 2009 at 2:43 PM, Niki Kovacs wrote: > Hi, > > The subject says it all. I'd like to copy my own custom desktop > configuration for other users on the machine without having to go > manually through the hassle. > > Here's a non-exhaustive list of what I usually tweak : > > * Theme + ic

Re: [CentOS] Replicate desktop configuration for other users using /etc/skel

2009-07-03 Thread Niki Kovacs
Eduardo Grosclaude a écrit : > > You could create a new dummy user, customize her desktop as you wish > and then look for the dot-g* hidden directories in her home. > Directories called .gconf, .gnome, .gnome2, .gnome2_private and such > are candidates. Some apps will use .local or .config also. >

Re: [CentOS] software raid1 syncing

2009-07-03 Thread Les Mikesell
Steven Vishoot wrote: > hello all, > > I have a setup that is raid 1 and put the mirrored drive back in and now it > is still showing as degraded saying: raid1: raid set md6 active with 1 out of > 2 mirrors with this message on all the raids.i know i am wrong by saying this > but i thought putt

Re: [CentOS] ffmpeg and zoneminder install problems

2009-07-03 Thread Gregory P. Ennis
On Fri, 2009-07-03 at 15:15 -0500, Gregory P. Ennis wrote: > On Fri, 2009-07-03 at 20:44 +0100, luc...@lastdot.org wrote: > > On Fri, Jul 3, 2009 at 7:23 PM, Gregory P. Ennis wrote: > > > CentOs zoneminder users, > > > > > > I have been trying to install zoneminder on Centos 5.3 > > > (2.6.18-128.1

Re: [CentOS] software raid1 syncing

2009-07-03 Thread luc...@lastdot.org
On Fri, Jul 3, 2009 at 9:15 PM, Steven Vishoot wrote: > > hello all, > > I have a setup that is raid 1 and put the mirrored drive back in and now it > is still showing as degraded saying: raid1: raid set md6 active with 1 out of > 2 mirrors with this message on all the raids.i know i am wrong by

Re: [CentOS] Replicate desktop configuration for other users using /etc/skel

2009-07-03 Thread JohnS
On Fri, 2009-07-03 at 23:04 +0200, Niki Kovacs wrote: > Eduardo Grosclaude a écrit : > > > > You could create a new dummy user, customize her desktop as you wish > > and then look for the dot-g* hidden directories in her home. > > Directories called .gconf, .gnome, .gnome2, .gnome2_private and su

Re: [CentOS] ffmpeg and zoneminder install problems

2009-07-03 Thread Thomas Dukes
> -Original Message- > From: centos-boun...@centos.org > [mailto:centos-boun...@centos.org] On Behalf Of luc...@lastdot.org > Sent: Friday, July 03, 2009 3:44 PM > To: CentOS mailing list > Subject: Re: [CentOS] ffmpeg and zoneminder install problems > > On Fri, Jul 3, 2009 at 7:23 PM,

Re: [CentOS] ffmpeg and zoneminder install problems

2009-07-03 Thread Thomas Dukes
> -Original Message- > From: centos-boun...@centos.org > [mailto:centos-boun...@centos.org] On Behalf Of Gregory P. Ennis > Sent: Friday, July 03, 2009 2:24 PM > To: CentOS mailing list > Subject: [CentOS] ffmpeg and zoneminder install problems > > CentOs zoneminder users, > > I have

Re: [CentOS] ffmpeg and zoneminder install problems

2009-07-03 Thread Thomas Dukes
> -Original Message- > From: centos-boun...@centos.org > [mailto:centos-boun...@centos.org] On Behalf Of Thomas Dukes > Sent: Friday, July 03, 2009 5:55 PM > To: 'CentOS mailing list' > Subject: Re: [CentOS] ffmpeg and zoneminder install problems > > > > > -Original Message-

Re: [CentOS] ffmpeg and zoneminder install problems

2009-07-03 Thread Gregory P. Ennis
On Fri, 2009-07-03 at 17:58 -0400, Thomas Dukes wrote: > > > -Original Message- > > From: centos-boun...@centos.org > > [mailto:centos-boun...@centos.org] On Behalf Of Thomas Dukes > > Sent: Friday, July 03, 2009 5:55 PM > > To: 'CentOS mailing list' > > Subject: Re: [CentOS] ffmpeg and z

[CentOS] Dag's comment at linuxtag

2009-07-03 Thread R P Herrold
On Fri, 3 Jul 2009, Bogdan Nicolescu wrote: > In all fairness to all the rebels, if somebody from the > Cento's team would have responded in a timely matter to the > original yes/no question of this thread, ... and an allegedly 'yes or no' question can take three and a half 24 line screens to

Re: [CentOS] ffmpeg and zoneminder install problems

2009-07-03 Thread Thomas Dukes
> -Original Message- > From: centos-boun...@centos.org > [mailto:centos-boun...@centos.org] On Behalf Of Gregory P. Ennis > Sent: Friday, July 03, 2009 6:14 PM > To: CentOS mailing list > Subject: Re: [CentOS] ffmpeg and zoneminder install problems > > On Fri, 2009-07-03 at 17:58 -0400

Re: [CentOS] Dag's comment at linuxtag

2009-07-03 Thread Bogdan Nicolescu
- Original Message > From: R P Herrold > To: CentOS mailing list > Sent: Friday, July 3, 2009 6:18:15 PM > Subject: [CentOS] Dag's comment at linuxtag > > On Fri, 3 Jul 2009, Bogdan Nicolescu wrote: > > > In all fairness to all the rebels, if somebody from the > > Cento's team wo

[CentOS] Dag's comment at linuxtag

2009-07-03 Thread R P Herrold
On Fri, 3 Jul 2009, Bogdan Nicolescu wrote: > BUT... when someone from the Centos team makes a statement > like "...latest release has many up-to-date desktop > packages..." ummm -- it is of course true that changes happen; rebasings do as well; and the CentOS project [and the upstream] docume

Re: [CentOS] Firefox 3.5?

2009-07-03 Thread Ron Blizzard
On Fri, Jul 3, 2009 at 1:58 PM, Akemi Yagi wrote: > On Fri, Jul 3, 2009 at 11:34 AM, Frank Cox wrote: >> I've been getting a lot of questions over the past day or two about >> whether/when Firefox 3.5 will be coming to Centos. > > This forum thread has some info: > > http://www.centos.org/modules/n

Re: [CentOS] Remote identity management

2009-07-03 Thread Keith Keller
On Fri, Jul 03, 2009 at 12:32:13PM +0200, Ralph Angenendt wrote: > Niki Kovacs wrote: > > Since I'm completely new to the subject, can someone suggest some > > *newbie-friendly* introduction to LDAP? By "newbie-friendly", I mean > > ideally: > > > > * well explained > > * step by step I

Re: [CentOS] what would be happen if swap partition is not?

2009-07-03 Thread Keith Keller
On Fri, Jul 03, 2009 at 02:18:57PM -0400, Kwan Lowe wrote: > > If you do run without page space, you should configure the kernel overcommit > options. Is there a good, consistent, complete source of documentation for these options? They have changed a bunch in the 2.6 kernels, and I suspect the

Re: [CentOS] Dag's comment at linuxtag

2009-07-03 Thread Bogdan Nicolescu
- Original Message > From: R P Herrold > To: CentOS mailing list > Sent: Friday, July 3, 2009 8:51:35 PM > Subject: [CentOS] Dag's comment at linuxtag > > On Fri, 3 Jul 2009, Bogdan Nicolescu wrote: > > > BUT... when someone from the Centos team makes a statement > > like "...latest

Re: [CentOS] new RAID5 array: 3x500GB with XFS

2009-07-03 Thread James A. Peltier
On Fri, 3 Jul 2009, Coert Waagmeester wrote: > Hello all, > > I have yesterday after some typos, sent my ext3 RAID5 array to the > void... > > I want to recreate it now, but I read on > http://wiki.centos.org/HowTos/Disk_Optimization > that you can optimize the filesystem on top of the RAID. > > W

Re: [CentOS] Dag's comment at linuxtag

2009-07-03 Thread Linux Advocate
> > enough is enough already. > > can some centos admin please discipline, ban and/or get rid of Radu-Cristian > FOTESCU aka beranger...@yahoo.ca > > please? > > not only has he physically threatened a contributor, his language & behavior > are more than inappropriate for such a profess