Re: [CentOS] RPM verify weirdness

2008-03-18 Thread Gavin Carr
On Wed, Mar 19, 2008 at 01:41:39AM -0400, Ignacio Vazquez-Abrams wrote: > > > > I thought verify was supposed to check every file in the package? > > > > > > From the spec file: > > > > > > %verify(not md5 size mtime) %config(noreplace) /etc/exports > > > > > > rpm has been explicitly told to *n

Re: [CentOS] Intel SATA controller (cmiiw) not recognized by Centos5.1 installation?

2008-03-18 Thread Yu-Hui Jin
On Tue, Mar 18, 2008 at 4:35 PM, bruce <[EMAIL PROTECTED]> wrote: > hi... > > you might want to look at some of the past threads/sites for centos and > optiplex 300/320 systems from dell... > Thank you! I will download the threads and grep for this info. -Hui > > -Original Message

Re: [CentOS] Intel SATA controller (cmiiw) not recognized by Centos5.1 installation?

2008-03-18 Thread Yu-Hui Jin
> Here ya go > 5 minutes > > > http://www.dellcommunity.com/supportforums/board/message?board.id=sw_linux&message.id=12701&query.id=104245#M12701 > > Thanks! I tried network installation (using HTTP though), but the harddisk can't be recognized during the partitioning step. It seems to m

Re: [CentOS] Re: Intel SATA controller (cmiiw) not recognized by Centos 5.1 installation?

2008-03-18 Thread Yu-Hui Jin
I was told to try two methods: 1) linxu all-generic-ide 2) install ahci and config to use it in BIOS. #1 is too slow; #2, I checked my BIOS, there's no ahci option. That's why i'm following the article which tells how to install it for XP and get it into BIOS. thanks, -Hui On Tue, Mar 1

Re: [CentOS] RPM verify weirdness

2008-03-18 Thread Ignacio Vazquez-Abrams
On Wed, 2008-03-19 at 16:32 +1100, Gavin Carr wrote: > On Wed, Mar 19, 2008 at 12:08:50AM -0400, Ignacio Vazquez-Abrams wrote: > > On Wed, 2008-03-19 at 14:48 +1100, Gavin Carr wrote: > > > Can anyone explain this to me? (CentOS 4/5) > > > > > > # rpm -qf /etc/exports > > > setup > > > # rpm

Re: [CentOS] RPM verify weirdness

2008-03-18 Thread Gavin Carr
On Wed, Mar 19, 2008 at 12:08:50AM -0400, Ignacio Vazquez-Abrams wrote: > On Wed, 2008-03-19 at 14:48 +1100, Gavin Carr wrote: > > Can anyone explain this to me? (CentOS 4/5) > > > > # rpm -qf /etc/exports > > setup > > # rpm -V setup > > S.5T c /etc/bashrc > > S.5T c /etc/printc

Re: [CentOS] Server to server communication

2008-03-18 Thread Les Mikesell
D Steward wrote: How often does the data change and how critical is it to have real-time results. Web sites often have thousands of people getting copies of the same thing, or at least computed from the same values even if they are the same only for a short period of time. The servers will e

Re: [CentOS] Server to server communication

2008-03-18 Thread D Steward
> How often does the data change and how critical is it to have real-time > results. Web sites often have thousands of people getting copies of the > same thing, or at least computed from the same values even if they are > the same only for a short period of time. The servers will exchange sen

Re: [CentOS] Server to server communication

2008-03-18 Thread D Steward
On Tue, 2008-03-18 at 07:41 -0700, John R Pierce wrote: > you can pass 1K of info on a URL as arguments to a http 'page' which > invokes your program in whatever web-language its written in. Well, the data is rather sensitive - authentication tokens, IPs and possibly cookies and/or password hashe

Re: [CentOS] RPM verify weirdness

2008-03-18 Thread Ignacio Vazquez-Abrams
On Wed, 2008-03-19 at 14:48 +1100, Gavin Carr wrote: > Can anyone explain this to me? (CentOS 4/5) > > # rpm -qf /etc/exports > setup > # rpm -V setup > S.5T c /etc/bashrc > S.5T c /etc/printcap > ..?. c /etc/securetty > # echo ' foo' > /etc/exports > # cat /etc/exp

Re: [CentOS] RPM verify weirdness

2008-03-18 Thread Gavin Carr
On Tue, Mar 18, 2008 at 08:55:16PM -0700, Bill Campbell wrote: > On Wed, Mar 19, 2008, Gavin Carr wrote: > >Can anyone explain this to me? (CentOS 4/5) > > > > # rpm -qf /etc/exports > > setup > > # rpm -V setup > > S.5T c /etc/bashrc > > S.5T c /etc/printcap > > ..?. c /etc/secur

Re: [CentOS] RPM verify weirdness

2008-03-18 Thread Bill Campbell
On Wed, Mar 19, 2008, Gavin Carr wrote: >Hi all, > >Can anyone explain this to me? (CentOS 4/5) > > # rpm -qf /etc/exports > setup > # rpm -V setup > S.5T c /etc/bashrc > S.5T c /etc/printcap > ..?. c /etc/securetty > # echo ' foo' > /etc/exports > # cat /etc/exports >

[CentOS] RPM verify weirdness

2008-03-18 Thread Gavin Carr
Hi all, Can anyone explain this to me? (CentOS 4/5) # rpm -qf /etc/exports setup # rpm -V setup S.5T c /etc/bashrc S.5T c /etc/printcap ..?. c /etc/securetty # echo ' foo' > /etc/exports # cat /etc/exports foo # rpm -V setup S.5T c /etc/bashrc S.5.

Re: [CentOS] remote command execution

2008-03-18 Thread Les Mikesell
Joseph L. Casale wrote: I just tried: % cat /tmp/test.sh nohup /usr/bin/tail -f /tmp/test.in > /tmp/test.out 2>&1 & (note that all output is redirected) C:\> plink [EMAIL PROTECTED] /tmp/test.sh ... C:\> on the remote host % echo "10" >> /tmp/test.in % cat /tmp/test.out ... 10 % ps ax|grep ta

RE: [CentOS] Intel SATA controller (cmiiw) not recognized by Centos5.1 installation?

2008-03-18 Thread Dennis McLeod
Here ya go 5 minutes http://www.dellcommunity.com/supportforums/board/message?board.id=sw_linux &message.id=12701&query.id=104245#M12701 _ From: [EMAIL PROTECTE

RE: [CentOS] Intel SATA controller (cmiiw) not recognized by Centos5.1 installation?

2008-03-18 Thread bruce
hi... you might want to look at some of the past threads/sites for centos and optiplex 300/320 systems from dell... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Yu-Hui Jin Sent: Tuesday, March 18, 2008 3:03 PM To: CentOS mailing list Subject: Re: [CentOS

[CentOS] Re: Intel SATA controller (cmiiw) not recognized by Centos 5.1 installation?

2008-03-18 Thread Scott Silva
on 3-17-2008 11:21 PM Yu-Hui Jin spake the following: Hi, Jason, Thanks and I tried the first method to start with the parameter, but it was extremely slow loading each screen. one time I got to the testing media page and i chose Test. and it seemed stuck there for ever so I forced shutdown m

Re: [CentOS] Intel SATA controller (cmiiw) not recognized by Centos 5.1 installation?

2008-03-18 Thread Yu-Hui Jin
Anyone can help? Many thanks! -Hui On Mon, Mar 17, 2008 at 11:21 PM, Yu-Hui Jin <[EMAIL PROTECTED]> wrote: > Hi, Jason, > > Thanks and I tried the first method to start with the parameter, but it > was extremely slow loading each screen. one time I got to the testing media > page and i chose Te

RE: [CentOS] remote command execution

2008-03-18 Thread Joseph L. Casale
> I just tried: > > % cat /tmp/test.sh > nohup /usr/bin/tail -f /tmp/test.in > /tmp/test.out 2>&1 & > > (note that all output is redirected) > > C:\> plink [EMAIL PROTECTED] /tmp/test.sh > ... > C:\> > > on the remote host > % echo "10" >> /tmp/test.in > % cat /tmp/test.out > ... > 10 > % ps ax|gre

Re: [CentOS] rpm build machines

2008-03-18 Thread Bill Campbell
On Tue, Mar 18, 2008, Johnny Tan wrote: >How similar should my rpm build machine be to my target >deploy machines? Like, do you have to build on a multi-core >machine if you plan to run on a multi-core machine? Or as >long as the arch is the same, nothing else matters? IHMO, it's always best to

Re: [CentOS] rpm build machines

2008-03-18 Thread Karanbir Singh
Johnny Tan wrote: How similar should my rpm build machine be to my target deploy machines? Like, do you have to build on a multi-core machine if you plan to run on a multi-core machine? Or as long as the arch is the same, nothing else matters? Sounds like a question for a more rpm specific l

[CentOS] rpm build machines

2008-03-18 Thread Johnny Tan
How similar should my rpm build machine be to my target deploy machines? Like, do you have to build on a multi-core machine if you plan to run on a multi-core machine? Or as long as the arch is the same, nothing else matters? johnn ___ CentOS mailing

Re: [CentOS] remote command execution

2008-03-18 Thread mouss
Joseph L. Casale wrote: put everything in a shell script, and run the script. Yea, I tried that but neglected to see how it behaved from inside an ssh session. It works there but with plink :( Back to the drawing board... I just tried: % cat /tmp/test.sh nohup /usr/bin/tail -f /tmp/tes

Re: [CentOS] Should I update to DRBD 82?

2008-03-18 Thread Johnny Hughes
Amos Shapira wrote: On Mon, Mar 17, 2008 at 11:04 AM, Johnny Hughes <[EMAIL PROTECTED]> wrote: Amos Shapira wrote: As far as I'm aware DRBD works fine for me. Is there a way I can find out about the new release and weather I should upgrade? Basically, see the details here: http://www.drbd

Re: [CentOS] DRBD question.

2008-03-18 Thread Johnny Hughes
Steve Campbell wrote: Fabian Arrotin wrote: On Mon, 2008-03-17 at 16:40 -0400, Steve Campbell wrote: I'm going to have to be a little vague on this one, but hope I provide enough to make the question clear. I'm not doing the work on this server, a co-worker is, but I said I would ask for h

Re: [CentOS] offtopic : sharepoint alternative question

2008-03-18 Thread Johnny Hughes
David Hláčik wrote: Hi, i am sorry for little oftopic - but i am looking for M$ Sharepoint open-source alternative. I allready tought it could be Alfresco, but i need something more - wiki . Or i will install also some wiki and connect it trought ldap. But, i am asking you friends - maybe you

[CentOS] php-pear-SOAP

2008-03-18 Thread Kanwar Ranbir Sandhu
Hi All, Anyone know of a CentOS 5 package for php-pear-SOAP? I'm installing Centreon, and that's the only pear package I have not been able to find packaged as a RPM for CentOS 5. I did find this, though: http://download.fedora.redhat.com/pub/fedora/linux/extras/6/i386/repoview/php-pear-SOAP.ht

Re: [CentOS] Linux drivers for HP C7710a Scanner?

2008-03-18 Thread Anne Wilson
On Tuesday 18 March 2008 20:32:16 Pam Astor wrote: > Hi, > > Does anyone know if there exist drivers for the Hewlett Packard C7710a > scanner? I checked HP, Sourceforge and SANE sites, so far, no luck. > As you say, it doesn't seem to be on anyone's list. I'd recommend that you try vuescan from

RE: [CentOS] remote command execution

2008-03-18 Thread Joseph L. Casale
> > put everything in a shell script, and run the script. > > Yea, I tried that but neglected to see how it behaved from inside an ssh > session. It works there but with plink :( > Back to the drawing board... > jlc For those that followed, a working solution came from a helpful soul in an ssh li

[CentOS] Linux drivers for HP C7710a Scanner?

2008-03-18 Thread Pam Astor
Hi, Does anyone know if there exist drivers for the Hewlett Packard C7710a scanner? I checked HP, Sourceforge and SANE sites, so far, no luck. Looking for last minute shopping deals? Find them fa

SOLVED: [CentOS] CDRW-DVD Mount Problem, Centos 5.1, Intel board...

2008-03-18 Thread Pam Astor
Problem has been solved: "sudo mount -t iso9660 /dev/cdrom /mnt/cdrom -o" mounted the drive after adding "mount /mnt/cdrom" to /etc/festab. - Original Message From: Pam Astor <[EMAIL PROTECTED]> To: centos@centos.org Sent: Monday, March 17, 2008 1:45:16 PM Subject: [CentOS] CDRW-DVD Mo

[CentOS] offtopic : sharepoint alternative question

2008-03-18 Thread David Hláčik
Hi, i am sorry for little oftopic - but i am looking for M$ Sharepoint open-source alternative. I allready tought it could be Alfresco, but i need something more - wiki . Or i will install also some wiki and connect it trought ldap. But, i am asking you friends - maybe you have some experiencie

Re: [CentOS] can i copy /proc

2008-03-18 Thread Ashley M. Kirchner
chloe K wrote: yes. but i want to copy this file to have the parameter setting in this computer eg: cpuinfo ... interrupt cat /proc/whatever > /somefolder/whatever You can't copy /proc. -- H | It's not a bug - it's an undocumented feature. +---

Re: [CentOS] Which sasl?

2008-03-18 Thread Anne Wilson
On Tuesday 18 March 2008 18:00:03 Brian wrote: > Anne Wilson wrote: > > I'm trying to set up imap resources in kmail, and from the logs it looks > > as though I have to set up sasldb. I've found some documentation, but it > > seems that I need to know whether I'm using sasl or sasl2. How can I >

Re: [CentOS] Which sasl?

2008-03-18 Thread Anne Wilson
On Tuesday 18 March 2008 17:38:27 Paul Heinlein wrote: > On Tue, 18 Mar 2008, Anne Wilson wrote: > > On Tuesday 18 March 2008 12:25, Anne Wilson wrote: > >> I'm trying to set up imap resources in kmail, and from the logs it > >> looks as though I have to set up sasldb. I've found some > >> documen

Re: [CentOS] can i copy /proc

2008-03-18 Thread Milton Calnek
mkdir proc cp /proc/cpuinfo proc works for me. So just out of curiosity, what do you hope to accomplish? John R Pierce wrote: chloe K wrote: yes. but i want to copy this file to have the parameter setting in this computer eg: cpuinfo ... interrupt how can I copy this file? which pa

Re: [CentOS] can i copy /proc

2008-03-18 Thread John R Pierce
chloe K wrote: yes. but i want to copy this file to have the parameter setting in this computer eg: cpuinfo ... interrupt how can I copy this file? which part of THEY ARE NOT FILES are you missing here? thats the kernel reporting the ACTUAL cpuinfo. you can''t change that. ditto int

RE: [CentOS] can i copy /proc

2008-03-18 Thread chloe K
yes. but i want to copy this file to have the parameter setting in this computer eg: cpuinfo ... interrupt how can I copy this file? thank you again "Ross S. W. Walker" <[EMAIL PROTECTED]> wrote: /proc isn't a real folder but a view of the process/kernel status information. Just

Re: [CentOS] can i copy /proc

2008-03-18 Thread John R Pierce
chloe K wrote: Hi all i am trying to copy this folder /proc to other computer but all parameter are gone how can I copy it? its not a folder, its a virtual file system thats a view into various kernel internals. for instance, /proc/kcore is a readonly view of all of physical memory. /

RE: [CentOS] can i copy /proc

2008-03-18 Thread Ross S. W. Walker
/proc isn't a real folder but a view of the process/kernel status information. Just skip /proc, /sys and /dev when copying / -Ross From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of chloe K Sent: Tuesday, March 18, 2008 1:11 PM

[CentOS] can i copy /proc

2008-03-18 Thread chloe K
Hi all i am trying to copy this folder /proc to other computer but all parameter are gone how can I copy it? thank you - All new Yahoo! Mail - - Get a sneak peak at messages with a handy reading pane.___

Re: [CentOS] Which sasl?

2008-03-18 Thread Brian
Anne Wilson wrote: I'm trying to set up imap resources in kmail, and from the logs it looks as though I have to set up sasldb. I've found some documentation, but it seems that I need to know whether I'm using sasl or sasl2. How can I tell? I seem to have several packages installed that are r

Re: [CentOS] Which sasl?

2008-03-18 Thread Paul Heinlein
On Tue, 18 Mar 2008, Anne Wilson wrote: On Tuesday 18 March 2008 12:25, Anne Wilson wrote: I'm trying to set up imap resources in kmail, and from the logs it looks as though I have to set up sasldb. I've found some documentation, but it seems that I need to know whether I'm using sasl or sas

RE: [CentOS] remote command execution

2008-03-18 Thread Joseph L. Casale
> put everything in a shell script, and run the script. Yea, I tried that but neglected to see how it behaved from inside an ssh session. It works there but with plink :( Back to the drawing board... jlc ___ CentOS mailing list CentOS@centos.org http://

Re: [CentOS] Which sasl?

2008-03-18 Thread Anne Wilson
On Tuesday 18 March 2008 12:25, Anne Wilson wrote: > I'm trying to set up imap resources in kmail, and from the logs it looks as > though I have to set up sasldb. I've found some documentation, but it > seems that I need to know whether I'm using sasl or sasl2. How can I tell? > I seem to have s

RE: [CentOS] md5sum errors in rpms

2008-03-18 Thread Hoy, Mark
Thanks Peter, I didn't know about the --checksig option of rpm. Mark > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of Peter Kjellstrom > Sent: Tuesday, March 04, 2008 2:41 AM > To: centos@centos.org > Subject: Re: [CentOS] md5sum errors in rpms >

Re: [CentOS] internal messages problem with postfix

2008-03-18 Thread Anne Wilson
On Monday 17 March 2008 11:29, Mufit Eribol wrote: > > It looks names are configured correctly. I am stumped! > Mufit, I don't know cyrus-imapd at all, but in dovecot it is the transport maps that separates internal from external mail. Does that help? Anne ___

[CentOS] Which sasl?

2008-03-18 Thread Anne Wilson
I'm trying to set up imap resources in kmail, and from the logs it looks as though I have to set up sasldb. I've found some documentation, but it seems that I need to know whether I'm using sasl or sasl2. How can I tell? I seem to have several packages installed that are returned with I query

Re: [CentOS] Boot from FC SAN CentOS 5.1 x86-64

2008-03-18 Thread nate
Jim Perrin wrote: > Use the 'mpath' when you're installing, and that should pretty much > take care of it. The one issue that we had is that the Centos/RHEL > mpath option defaults to active/active pathing, so storage systems > that use active/passive (like our DS4700) can get angry unless you > c

Re: [CentOS] remote command execution

2008-03-18 Thread mouss
Joseph L. Casale wrote: nohup will allow you to run a command that is not connected to the shell: nohup command >> nohup.log & Devin, What is the correct way to encapsulate the command if its rather long. Just as a test, I am trying to run `dd if=/dev/random of=~/test bs=1024 count=5

RE: [CentOS] remote command execution

2008-03-18 Thread Joseph L. Casale
> nohup will allow you to run a command that is not connected to the shell: > > nohup command >> nohup.log & Devin, What is the correct way to encapsulate the command if its rather long. Just as a test, I am trying to run `dd if=/dev/random of=~/test bs=1024 count=5` so that I can disconnect

Re: [CentOS] Server to server communication

2008-03-18 Thread Les Mikesell
D Steward wrote: On Tue, 2008-03-18 at 10:06 +0100, mouss wrote: it depends on what you want to exchange. you don't need to design server software. you can use http (if running an http server is ok), stunnel, ssh, ... you can even use mysql! Hi, the amount of data being exchanged is very small

Re: [CentOS] Server to server communication

2008-03-18 Thread John R Pierce
D Steward wrote: On Tue, 2008-03-18 at 10:06 +0100, mouss wrote: it depends on what you want to exchange. you don't need to design server software. you can use http (if running an http server is ok), stunnel, ssh, ... you can even use mysql! Hi, the amount of data being exchanged is ve

Re: [CentOS] DRBD question.

2008-03-18 Thread Gary Richardson
Hey, The last time I built the RPM's for DRDB, two RPM's were generated. One was the toolset, the other was the kernel module. On systems that were running custom or older kernels, I would have to rebuild the RPM on those machines so that the kernel version numbers matched properly. Make sense? O

Re: [CentOS] radius WPA

2008-03-18 Thread David G. Miller
David Hl??ik <[EMAIL PROTECTED]> wrote: Hi , will be someone so kind and will provide mi howto, or working configuration of Acess Point WPA authentification using Radius Server . I have followed a lot of howtos, unfortunatelly no one works for me. Using Centos 5.1 . I put up a blog entry on

Re: [CentOS] DRBD question.

2008-03-18 Thread Steve Campbell
Fabian Arrotin wrote: On Mon, 2008-03-17 at 16:40 -0400, Steve Campbell wrote: I'm going to have to be a little vague on this one, but hope I provide enough to make the question clear. I'm not doing the work on this server, a co-worker is, but I said I would ask for him. He is trying to

Re: [CentOS] Server to server communication

2008-03-18 Thread Jim Wildman
On Tue, 18 Mar 2008, D Steward wrote: On Tue, 2008-03-18 at 05:08 -0400, Jim Wildman wrote: Check out the OpenAMQ project for a secure, scaleable messaging engine and protocol. It may be overkill for what you want (maybe not), but should look good on the resume. http://www.theserverside.com/n

Re: [CentOS] DRBD question.

2008-03-18 Thread Steve Campbell
Fabian, thanks. Fabian Arrotin wrote: On Mon, 2008-03-17 at 16:40 -0400, Steve Campbell wrote: I'm going to have to be a little vague on this one, but hope I provide enough to make the question clear. I'm not doing the work on this server, a co-worker is, but I said I would ask for him. H

Re: [CentOS] DRBD question.

2008-03-18 Thread Steve Campbell
Gary, thanks for the reply and info. Gary Richardson wrote: I think the last time I did it, I got the tarball. I either did an rpmbuild -ta on it, or there was an rpm target in the makefile. I didn't think of the rpmbuild was. I'll suggest that to him. I do rkhunter that way now and it works

Re: [CentOS] Boot from FC SAN CentOS 5.1 x86-64

2008-03-18 Thread Jim Perrin
On Mon, Mar 17, 2008 at 5:56 PM, nate <[EMAIL PROTECTED]> wrote: > I see in the release notes that SAN boot is supported, but > doesn't give any special instructions. > > Anyone else booting CentOS directly from a FC SAN ? Any > special considerations needed for multipathing and > stuff when

Re: [CentOS] Server to server communication

2008-03-18 Thread D Steward
On Tue, 2008-03-18 at 05:08 -0400, Jim Wildman wrote: > Check out the OpenAMQ project for a secure, scaleable messaging engine and > protocol. It may be overkill for what you want (maybe not), but should > look good on the resume. > > http://www.theserverside.com/news/thread.tss?thread_id=41008 >

Re: [CentOS] Server to server communication

2008-03-18 Thread D Steward
On Tue, 2008-03-18 at 10:06 +0100, mouss wrote: > it depends on what you want to exchange. you don't need to design server > software. you can use http (if running an http server is ok), stunnel, > ssh, ... you can even use mysql! Hi, the amount of data being exchanged is very small (<1k), but it

Re: [CentOS] Server to server communication

2008-03-18 Thread Jim Wildman
Check out the OpenAMQ project for a secure, scaleable messaging engine and protocol. It may be overkill for what you want (maybe not), but should look good on the resume. http://www.theserverside.com/news/thread.tss?thread_id=41008 http://www.openamq.org/ On Tue, 18 Mar 2008, D Steward wrote:

Re: [CentOS] Server to server communication

2008-03-18 Thread mouss
D Steward wrote: Hi all, I have 2 servers online and wish them to communicate and exchange information with each other at times. I have been developing a web application which is extremely CPU-intensive, and since I don't want to overload the main server which deals with the apache/php/mysql stu

Re: [CentOS] Should I update to DRBD 82?

2008-03-18 Thread William L. Maltby
On Tue, 2008-03-18 at 13:47 +1100, Amos Shapira wrote: > On Tue, Mar 18, 2008 at 10:50 AM, Joseph L. Casale > <[EMAIL PROTECTED]> wrote: > >So now - more of a "yum" question - what can I put in some > file to prevent yum from trying to upgrade drbd8 to drbd82 for > now? >

[CentOS] Server to server communication

2008-03-18 Thread D Steward
Hi all, I have 2 servers online and wish them to communicate and exchange information with each other at times. I have been developing a web application which is extremely CPU-intensive, and since I don't want to overload the main server which deals with the apache/php/mysql stuff, I got a separat