Re: [CentOS] Getting perl CGI programs to work on CentOS 5 server

2008-09-23 Thread Andrew Allen
On Mon, 2008-09-22 at 21:41 +0530, Raja Subramanian wrote:
> On Mon, Sep 22, 2008 at 9:18 PM, Andrew Allen <[EMAIL PROTECTED]> wrote:
> > This has worked absolutely fine in the past, but now when I invoke it,
> > either nothing appears in the browser (Mozilla Firefox) or I get
> > "Internal Server Error" - any ideas please?
> 
> Check your web server logs to find out what went wrong.
> 
Thanks everybody, but I still can't find the server log(s)!
I've looked at /etc/httpd/conf/httpd.conf and it says the following
about location of the error log:
# ErrorLog: The location of the error log file.
# If you do not specify an ErrorLog directive within a 
# container, error messages relating to that virtual host will be
# logged here.  If you *do* define an error logfile for a 
# container, that host's errors will be logged there and not here.
#
ErrorLog logs/error_log

But when I look for files with the name error_log I don't see anything
which looks like a (plain text) server error log file - and there is no
such file in the /etc/httpd/logs directory. Where am I going wrong
please?

Andy


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] usb irq problem

2008-09-23 Thread nate
partha chowdhury wrote:

> can someone tell me if its a centos/rhel bug and if it is how and where
> i should file a bug report ?

I'd say it's a hardware problem rather than a software bug
at this point.

nate

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] RAID / OS Monitoring tools ?

2008-09-23 Thread MHR
On Mon, Sep 22, 2008 at 5:10 PM, John <[EMAIL PROTECTED]> wrote:
>
> JohnStanley Writes:
>
>  Please see "linux.dell.com" and search for "OMSA". With just one machine it
> may be a little over kill but provides a GUI for all administration of the
> server. Other wise you can direct all inquiries to
> "[EMAIL PROTECTED]", just sgn up for the list.
>

John, you've been around for a while - how about if you start bottom
posting and editing a little more out?

Thanks.

mhr
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


RE: [CentOS] RAID / OS Monitoring tools ?

2008-09-23 Thread Bowie Bailey
Spiro Harvey wrote:
> > Now I want to be able to monitor the box, specifically with respect
> > to the RAID drives so I'll know if one has gone bad and the RAID
> > configuration has failed over to it. Anyone have any suggestions for
> > tools to use ?
> 
> We use 3Ware RAID cards, and they have a CLI util called tw_cli. We
> run "tw_cli info c0" every hour into a rotating file. Then from
> crontab we run a script that diffs the current output to the last
> hour's output. 
> 
> If there's a difference, it emails us.

The current 3Ware software has an option to email errors.  You shouldn't
need to do anything that fancy just to find out if something fails.

-- 
Bowie
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] ProLiant Support Pack PSP 8.11: hpplduinstaller takes 100% CPU and hangs / hpplduioss defunct

2008-09-23 Thread Sven
On Mon, Sep 22, 2008 at 6:48 PM, Marcelo Roccasalva
<[EMAIL PROTECTED]> wrote:
> Install xorg-x11-libs (both 64 and 32 bits versions) and try again.

Hi Marcelo

The package xorg-x11-libs doesnt exist

# yum list | grep -i xorg-x11-libs

regards
Sven
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] More on Linux on the OQO

2008-09-23 Thread Robert Moskowitz

I am going over:  ftp://ftp.oqo.com/unsupported/linux/OQOLinux.html

This is for the 'older' model 1, I have the model 2.  The files are 18 
mo old, and relate to kernel 2.6.10.  Of course I want to avoid a custom 
kernel, but please help me understand what is being covered here:


"2. Enable crusoe processor in kernel .config

CONFIG_MCRUSOE=y"

What is the crusoe processor?

3. Programs such as 'hwclock' synchronize on the RTC periodic interrupt 
for accuracy. We need to disable RTC IRQ support in the kernel as we 
don't get the periodic interrupt. In the kernel .config set 
CONFIG_HPET_RTC_IRQ to 'y'. This enables the high performance event 
timer irq and in the process disables the rtc driver interrupt code:


CONFIG_HPET_RTC_IRQ=y"

How do I do this with the Centos kernel?

"4. ACPI processor module (idle handler) interferes with transmeta 
longrun scaling. Set ACPI_PROCESSOR to 'n' or not set


# CONFIG_ACPI_PROCESSOR is not set"


Does this mean I have acpi=none in the kernel line?  I really hope not.


"5. Kernel preempting option currently causes a bug to show up in the 
wifi drivers, turn it off


CONFIG_PREEMPT=n"

I would hope to be using the dkms madwifi stuff.  Do I need this?

"6. Download the latest rtl8150 drivers from CVS at: 
https://sourceforge.net/cvs/?group_id=15970. The drivers in the base 
2.6.10 tree will kernel panic upon removal of the dock. Copy the new 
driver to linux/drivers/usb/net/rtl8150.c"


Don't see this as a problem as Centos has rtl8150 support.

"7. In drivers/input/serio/i8042-io.h, add 'i8042_noloop = 1' in the 
function i8042_platform_init(). You only really need to do this if you 
have OQO subprocessor version 10/5 (It'll say 'EC Build 10/5' on BIOS 
post)."


What is this all about?

Still haven't actually tried an install.


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] RAID / OS Monitoring tools ?

2008-09-23 Thread Harald Wegscheider

Joshua Baker-LePain wrote:

On Mon, 22 Sep 2008 at 5:53pm, Fred Kienker wrote

If you're like me and generally hate vendor tools, I believe that 
Dell's PERC controllers are rebadged LSIs.  LSI has a command line 
tool you can use to monitor them.  MegaCli is more than just a bit 
obtuse, but a little bit of scripting goes a long way.



There is also a GUI tool from LSI called Megaraid Storage Manager (msm).
We use it with LSI and Perc controller on CentOS and RedHat.

Harald Wegscheider
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Re: Update troubles for wxGTK apps

2008-09-23 Thread Scott Silva

on 9-22-2008 7:08 PM fred smith spake the following:

On Mon, Sep 22, 2008 at 08:19:37PM -0400, John wrote:

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of fred smith
Sent: Monday, September 22, 2008 7:59 PM
To: CentOS mailing list
Subject: Re: [CentOS] Update troubles for wxGTK apps




So what's the proper workaround here? As far as I'm concerned, Dag has
broken the update system on our Centos boxes. Is there any other way to
allow my system to be updated than to disable using Dag's repo?

(not including removing Audacity--which I don't use a LOT, but I do use it.)

###
JohnStanley Writes:

Sure is, just use yum prioritys so when you do yum update it will exclude
"DAGS-Repo". Just follow the tutorial on wiki.centos.org.


I've had that set up ever since I first added any repositories.
I've got it set to a priority of 10, is there a better value to use?

# Name: RPMforge RPM Repository for Red Hat Enterprise 5 - dag
# URL: http://rpmforge.net/
[rpmforge]
name = Red Hat Enterprise $releasever - RPMforge.net - dag
#baseurl = http://apt.sw.be/redhat/el5/en/$basearch/dag
mirrorlist = http://apt.sw.be/redhat/el5/en/mirrors-rpmforge
#mirrorlist = file:///etc/yum.repos.d/mirrors-rpmforge
enabled = 1
protect = 0
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmforge-dag
gpgcheck = 1
priority=10


Are you running protect and priorities at the same time?
I do believe they aren't compatible, and don't work together.

--
MailScanner is like deodorant...
You hope everybody uses it, and
you notice quickly if they don't



signature.asc
Description: OpenPGP digital signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Update troubles for wxGTK apps

2008-09-23 Thread MHR
On Mon, Sep 22, 2008 at 7:08 PM, fred smith
<[EMAIL PROTECTED]> wrote:
>
> I've had that set up ever since I first added any repositories.
> I've got it set to a priority of 10, is there a better value to use?
>
># Name: RPMforge RPM Repository for Red Hat Enterprise 5 - dag
># URL: http://rpmforge.net/
>[rpmforge]
>name = Red Hat Enterprise $releasever - RPMforge.net - dag
>#baseurl = http://apt.sw.be/redhat/el5/en/$basearch/dag
>mirrorlist = http://apt.sw.be/redhat/el5/en/mirrors-rpmforge
>#mirrorlist = file:///etc/yum.repos.d/mirrors-rpmforge
>enabled = 1
>protect = 0
>gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmforge-dag
>gpgcheck = 1
>priority=10
>

Since you have "protect=0" in there, I'm guessing you are also using
the yum-protect plugin - this should not be used if you have the
yum-priorities plugin and are using it - they conflict.

mhr
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] OQO mod2 arrival

2008-09-23 Thread Robert Moskowitz
My OQO mod2s just arrived!  All 4 of them; portable testbed here it 
comes!!!  I hope


The units weigh in at ~.75lbs, and measure aprox. 5 5/8 x 3 3/8 x 1 1/8"

A little larger when you push up the 5" screen to reveal the keyboard.

WiFi, Bluetooth, HDMI, and a single USB built in; an adapter for VGA and 
Ethernet.  (WiMax extra, I think the touch screen is also optional and I 
did not get that).


The processor is a VIA C7-M 1.5Ghz processor, with 1Gb memory, and a 
60Gb harddrive.  XP pro installed.


From XP tools, I have learned that:

WiFi is - Atheros AR5006X5
Ethernet is - Realtek RTL8139
Video is - VIA/S3G UniChrome ProII IGP
Audio is - SigmaTel

Default screen res is 800x640 (can increase then use capacitor scroll bars).

I have not looked to see if I can get into the BIOS, I expect to be able 
to boot from a USB CDdrive (it comes with a recovery CD).


There are instructions on the net for installing UBUNTU 
(http://en.wikipedia.org/wiki/OQO), but of course I want Centos on it.  
Should I be expect any supprises given what I have learned so far?



Minimally, these will be test units so only basic Gnome functionality 
and of course server stuff (wired, wireless, bluetooth) need to work.  
Would be nice to make one my traveling notebook as well.



___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Update troubles for wxGTK apps

2008-09-23 Thread Ralph Angenendt
Robert wrote:
> fred smith wrote:
>> So what's the proper workaround here? As far as I'm concerned, Dag
>> has broken 
> echo "I have `rpm -qa | grep rf | wc -l` reasons to apologize."

*applause*

Cheers,

Ralph


pgpZmFT4w1TWa.pgp
Description: PGP signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] CentOS-announce Digest, Vol 43, Issue 10

2008-09-23 Thread centos-announce-request
Send CentOS-announce mailing list submissions to
[EMAIL PROTECTED]

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
[EMAIL PROTECTED]

You can reach the person managing the list at
[EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of CentOS-announce digest..."


Today's Topics:

   1. Re: CentOS 4.7 is released for ia64, s390 and s390x
  (Pasi Pirhonen)


--

Message: 1
Date: Mon, 22 Sep 2008 21:24:16 +0300
From: Pasi Pirhonen <[EMAIL PROTECTED]>
Subject: Re: [CentOS-announce] CentOS 4.7 is released for ia64, s390
and s390x
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=us-ascii

Hi,


On Sat, Sep 13, 2008 at 05:46:22AM -0500, Johnny Hughes wrote:
> The CentOS development team is pleased to announce the release of CentOS
> 4.7 for i386 and x86_64.
> 

 CLIP CLIP CLIP ---

All the same announce stuff still except ia64,s390 and s390x should be
there (at least synching where ever it does synch from CentOS masters)


-- 
Pasi Pirhonen - [EMAIL PROTECTED] - http://pasi.pirhonen.eu/
Top-postings silently ignored


--

___
CentOS-announce mailing list
[EMAIL PROTECTED]
http://lists.centos.org/mailman/listinfo/centos-announce


End of CentOS-announce Digest, Vol 43, Issue 10
***
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


RE: [CentOS] database diff's? [offtopic]

2008-09-23 Thread Jason Pyeron
> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Barry Brimer
> Sent: Monday, September 22, 2008 8:45 PM
> To: CentOS mailing list
> Subject: Re: [CentOS] database diff's?
> 
> > Hi,
> >
> > I'm trying to figure out what bits of info I need to ad to a DB to 
> > manualy add users to an app (eGW) and was wondering if anyone had a 
> > better way to find the differances in two states (pre/post change) of 
> > a database. Only thing I could come up with was to do a DB dump to a 

Which database?

> > file before and after then run diff on them.

We do this often with Oracle.

> >
> > Anyone have a slicker, better, faster, not a as gee-wiz 
> there should 
> > be a better way to do this.
> 
> I suppose you could turn on some debug level logging and 
> watch when the query runs that adds users.

That sould be pretty easy too.

--
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-   -
- Jason Pyeron  PD Inc. http://www.pdinc.us -
- Principal Consultant  10 West 24th Street #100-
- +1 (443) 269-1555 x333Baltimore, Maryland 21218   -
-   -
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
This message is copyright PD Inc, subject to license 20080407P00.

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Centos Kernel 4.7 Compile Help

2008-09-23 Thread Steve Moccio
Hello Everyone,

 

I wanted to recompile the kernel from source. I downloaded the
source rpm (kernel-2.6.9-78.0.1.EL.src.rpm) from centos and
installed the rpm. In /usr/src/redhat – I unzipped and untar’d
the linuxx-2.6.9 base files. After doing that I wanted to patch
the kernel with the numerous patch files that came with the src
rpm. 

 

The problem that I am having is that a lot of the patch files
fail – an example:

 

patch -p1 < ../linux-2.6.9-megaraid-update.patch

patching file drivers/scsi/megaraid/mega_common.h

Hunk #1 FAILED at 27.

1 out of 1 hunk FAILED -- saving rejects to file
drivers/scsi/megaraid/mega_common.h.rej

patching file drivers/scsi/megaraid/megaraid_mbox.c

Hunk #1 FAILED at 10.

Hunk #2 FAILED at 217.

Hunk #3 FAILED at 244.

Hunk #4 FAILED at 286.

Hunk #5 FAILED at 340.

 

Is this not the right procedure for patching the kernel?

 

Any insight would be appreciated.

 

Thanks,

  Steve

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Need uuid rpm for CentOS-5.2

2008-09-23 Thread James B. Byrne
On my development system I have installed PostgreSQL 8.x from the
yum.pgsqlrpms.org repository.  I am getting a dependency error:


Error: Missing Dependency: libossp-uuid.so.15 is needed by package
postgresql-contrib

I can find references to this file in an rpm for fc7
(uuid-1.5.1-3.fc7.i386) but nothing else.  Is there a place that I can
obtain a CentOS version of this package?  Failing that, is installing
uuid-1.5.1-3.fc7.i386 on CentOS-5.2 an option?

Regards,


-- 
***  E-Mail is NOT a SECURE channel  ***
James B. Byrnemailto:[EMAIL PROTECTED]
Harte & Lyne Limited  http://www.harte-lyne.ca
9 Brockley Drive  vox: +1 905 561 1241
Hamilton, Ontario fax: +1 905 561 0757
Canada  L8E 3C3

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


RE: [CentOS] Update troubles for wxGTK apps

2008-09-23 Thread John

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of fred smith
Sent: Monday, September 22, 2008 10:09 PM
To: 'CentOS mailing list'
Subject: Re: [CentOS] Update troubles for wxGTK apps

On Mon, Sep 22, 2008 at 08:19:37PM -0400, John wrote:
> 
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On 
> Behalf Of fred smith
> Sent: Monday, September 22, 2008 7:59 PM
> To: CentOS mailing list
> Subject: Re: [CentOS] Update troubles for wxGTK apps
> 
> 
> 
> 
> So what's the proper workaround here? As far as I'm concerned, Dag has 
> broken the update system on our Centos boxes. Is there any other way 
> to allow my system to be updated than to disable using Dag's repo?
> 
> (not including removing Audacity--which I don't use a LOT, but I do 
> use it.)
> 
> ###
> JohnStanley Writes:
> 
> Sure is, just use yum prioritys so when you do yum update it will 
> exclude "DAGS-Repo". Just follow the tutorial on wiki.centos.org.

I've had that set up ever since I first added any repositories.
I've got it set to a priority of 10, is there a better value to use?

# Name: RPMforge RPM Repository for Red Hat Enterprise 5 - dag
# URL: http://rpmforge.net/
[rpmforge]
name = Red Hat Enterprise $releasever - RPMforge.net - dag
#baseurl = http://apt.sw.be/redhat/el5/en/$basearch/dag
mirrorlist = http://apt.sw.be/redhat/el5/en/mirrors-rpmforge
#mirrorlist = file:///etc/yum.repos.d/mirrors-rpmforge
enabled = 1
protect = 0
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmforge-dag
gpgcheck = 1
priority=10
--
JohnStanley Writes:

Where "protect = 0" in the above needs to be protect = 1 for all centos
repos so then yum want pull in Updates from other repos that will break your
install ans the centos repos need the highest priority. You may have to
experiment with both installed, also however they may be conflicting against
each other also. Therefor you may have to remove one. I know yum prioritys
set to 1 in CentOSBase.repo will exclude any other repo when running yum
update 

This should help you understand it more,
http://wiki.centos.org/PackageManagement/Yum/Priorities. Also there is the
Protect Base yum pluging,
http://wiki.centos.org/PackageManagement/Yum/ProtectBase.

HTH you,
JohnStanley

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] kernel and memory question

2008-09-23 Thread Mag Gam
Currently at my university we are running many servers with Centos 4.6
and everything is okay, but when a user does a large operation such as
'cp' or 'tar' or 'rsync' all of the physical memory gets exhausted.
Our lab servers have 32GB physical to 64GB of physical memory and when
a user does a large copy which involves very small but over 10k files
eventually we see a kswap process. I would like to control swapping so
these files don't go into memory instead they get flushed out. These
computers are used for fluid dynamics calculations and I would just
like to have the memory do a FIFO and use the least swap as possible.
I tried setting the swapiness to '10' or '0' but that really does not
help. Also, has there been a major memory management advancement from
4.6 to 5.2? If so, where can I read about the changes?

TIA
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Update troubles for wxGTK apps

2008-09-23 Thread Nicolas Thierry-Mieg



fred smith wrote:

On Mon, Sep 22, 2008 at 08:19:37PM -0400, John wrote:

So what's the proper workaround here? As far as I'm concerned, Dag has
broken the update system on our Centos boxes. Is there any other way to
allow my system to be updated than to disable using Dag's repo?

(not including removing Audacity--which I don't use a LOT, but I do use it.)

###
JohnStanley Writes:

Sure is, just use yum prioritys so when you do yum update it will exclude
"DAGS-Repo". Just follow the tutorial on wiki.centos.org.


I've had that set up ever since I first added any repositories.
I've got it set to a priority of 10, is there a better value to use?


yum priority is for giving priority to one repo over another...
Totally irrelevant here, the the issues are rpmforge-only: the rf 
audacity needs GTK 2.6 while new builds of VLC and others (still rf) now 
need GTK 2.8.

Both GTK 2.6 and GTK 2.8 are available in rpmforge.
So, you have to choose your own priorities, no software can make the 
choice for you:
- either you upgrade GTK to 2.8, which requires uninstalling audacity 
(until some time in the probably not so distant future where Dag 
resolves the issues and manages to build audacity with GTK 2.8);
- or you stick to GTK 2.6, which means you have to keep your older 
versions of VLC and any other package whose newer versions were rebuilt 
with GTK 2.8.


Why is this such a big deal??

If it's really that critical to you, I'm sure Dag could use your help 
getting that audacity thing to build with GTK 2.8.

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] GIMP 2.4 packages for CentOS 5

2008-09-23 Thread Niki Kovacs

Hi,

One of my rare regrets with CentOS 5 was that GIMP only came in version 
2.2, but 2.4 offers many nifty new functions quite handy for everyday 
work. For those of you who are interested, I built some GIMP 2.4 
packages for CentOS 5.


Download and install (using rpm -Uvh) the following packages:

http://download.tuxfamily.org/centos/5/os/i386/RPMS/gimp-2.4.6-1.zzz.i386.rpm
http://download.tuxfamily.org/centos/5/os/i386/RPMS/gimp-libs-2.4.6-1.zzz.i386.rpm
http://download.tuxfamily.org/centos/5/os/i386/RPMS/gtk2-2.10.14-4.zzz.i386.rpm
http://download.tuxfamily.org/centos/5/os/i386/RPMS/libexif-0.6.15-3.zzz.i386.rpm
http://download.tuxfamily.org/centos/5/os/i386/RPMS/pygtk2-2.10.6-1.zzz.i386.rpm
http://download.tuxfamily.org/centos/5/os/i386/RPMS/pygtk2-codegen-2.10.6-1.zzz.i386.rpm
http://download.tuxfamily.org/centos/5/os/i386/RPMS/pygtk2-libglade-2.10.6-1.zzz.i386.rpm

Runs nice and doesn't wreck anything :o)

Enjoy!

Niki
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Shell script to list group members

2008-09-23 Thread Tim Alberts
I have several shell scripts to manage user accounts on a server.  I've 
been using a file with the usernames of peoples accounts that any script 
needs to process.  I had a thought that I can and should be setting up 
groups and adding user accounts to those groups so I don't have to 
maintain a set of files with the user accounts.


So essentially, I am looking for a (simple) shell command to run from a 
bash script that will allow me to list user accounts that belong to a 
particular group.  Any help is appreciated.


begin:vcard
fn:Tim Alberts
n:Alberts;Tim
org:Measurement Systems International;Engineering
adr:Suite 200;;14240 Interurban Avenue South;Seattle;WA;98168;USA
email;internet:[EMAIL PROTECTED]
title:Associate Engineer
tel;work:206-433-0199
tel;fax:206-244-8470
x-mozilla-html:FALSE
url:http://www.msiscales.com/
version:2.1
end:vcard

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] install of Pod::Simple through CPAN

2008-09-23 Thread Josh Donovan
Al Sparks wrote:

> I'm running CentOS 4.4.
CentOS 4.4? Any reason to be using something so old?

> I'm trying to install swatch (a log watcher) using CPAN.
There are "friendly" repositories with swatch.

Thanks,
Josh.




___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Need uuid rpm for CentOS-5.2

2008-09-23 Thread Matt Hyclak
On Tue, Sep 23, 2008 at 03:19:54PM -0400, James B. Byrne enlightened us:
> On my development system I have installed PostgreSQL 8.x from the
> yum.pgsqlrpms.org repository.  I am getting a dependency error:
> 
> 
> Error: Missing Dependency: libossp-uuid.so.15 is needed by package
> postgresql-contrib
> 
> I can find references to this file in an rpm for fc7
> (uuid-1.5.1-3.fc7.i386) but nothing else.  Is there a place that I can
> obtain a CentOS version of this package?  Failing that, is installing
> uuid-1.5.1-3.fc7.i386 on CentOS-5.2 an option?
> 

You should probably report this to yum.pgsqlrpms.org.

Installing the binary fc7 RPM is probably not a good idea, but you might be
able to rebuild it on CentOS 5 and use it.

Matt

-- 
Matt Hyclak
Systems and Operations 
Office of Information Technology
Ohio University
(740) 593-1222


pgp7rmkT5KczS.pgp
Description: PGP signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Need uuid rpm for CentOS-5.2

2008-09-23 Thread Karanbir Singh

Matt Hyclak wrote:

Installing the binary fc7 RPM is probably not a good idea, but you might be
able to rebuild it on CentOS 5 and use it.


I just build pgsql-8.3 a couple of days back.

--
Karanbir Singh : http://www.karan.org/  : [EMAIL PROTECTED]
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Update troubles for wxGTK apps

2008-09-23 Thread Niki Kovacs

John a écrit :


I've had that set up ever since I first added any repositories.
I've got it set to a priority of 10, is there a better value to use?



1 = highest priority <==> packages never get squashed

99 = lowest priority

So basically you're free to choose any value between 1 and 99. The lower 
the number, the higher the priority. If [base], [updates] and [extras] 
have a priority of 1 and you only have [rpmforge] as third-party 
archive, then you're free to choose any value between 2 and 99 to keep 
your CentOS packages from being replaced.


Cheers,

Niki
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Getting perl CGI programs to work on CentOS 5 server

2008-09-23 Thread Bob Beers
>> Check your web server logs to find out what went wrong.
>>
> Thanks everybody, but I still can't find the server log(s)!
> I've looked at /etc/httpd/conf/httpd.conf and it says the following
> about location of the error log:
> # ErrorLog: The location of the error log file.
> # If you do not specify an ErrorLog directive within a 
> # container, error messages relating to that virtual host will be
> # logged here.  If you *do* define an error logfile for a 
> # container, that host's errors will be logged there and not here.
> #
> ErrorLog logs/error_log
>
> But when I look for files with the name error_log I don't see anything
> which looks like a (plain text) server error log file - and there is no
> such file in the /etc/httpd/logs directory. Where am I going wrong
> please?
>
> Andy

maybe ...
ls /var/log/httpd/*log

HTH,
-Bob
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


RE: [CentOS] ProLiant Support Pack PSP 8.11: hpplduinstaller takes 100% CPU and hangs / hpplduioss defunct

2008-09-23 Thread Joseph L. Casale
>The package xorg-x11-libs doesnt exist
>
># yum list | grep -i xorg-x11-libs

No, but some simple digging into what it *could* be
might lead you to this:

[EMAIL PROTECTED] ~]# yum list | grep -i x11 | grep -i lib
libX11.x86_641.0.3-9.el5installed
libX11.i386  1.0.3-9.el5installed
libX11-devel.i3861.0.3-9.el5base
libX11-devel.x86_64  1.0.3-9.el5base
[EMAIL PROTECTED] ~]# yum info libX11.x86_64
Loading "fastestmirror" plugin
Loading "priorities" plugin
Loading mirror speeds from cached hostfile
 * rpmforge: apt.sw.be
 * base: centos.arcticnetwork.ca
 * updates: centos.arcticnetwork.ca
 * addons: centos.arcticnetwork.ca
 * extras: centos.arcticnetwork.ca
278 packages excluded due to repository priority protections
Installed Packages
Name   : libX11
Arch   : x86_64
Version: 1.0.3
Release: 9.el5
Size   : 2.8 M
Repo   : installed
Summary: X.Org X11 libX11 runtime library
Description:
X.Org X11 libX11 runtime library
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Shell script to list group members

2008-09-23 Thread Barry Brimer
Quoting Tim Alberts <[EMAIL PROTECTED]>:

> I have several shell scripts to manage user accounts on a server.  I've
> been using a file with the usernames of peoples accounts that any script
> needs to process.  I had a thought that I can and should be setting up
> groups and adding user accounts to those groups so I don't have to
> maintain a set of files with the user accounts.
>
> So essentially, I am looking for a (simple) shell command to run from a
> bash script that will allow me to list user accounts that belong to a
> particular group.  Any help is appreciated.

With spaces separating groups:

egrep -e '^groupname:' /etc/group | awk -F : '{ print $4 }' | sed -e 's/,/ /g'

With commas separating groups:

egrep -e '^groupname:' /etc/group | awk -F : '{ print $4 }'
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Centos Kernel 4.7 Compile Help

2008-09-23 Thread Akemi Yagi
On Tue, Sep 23, 2008 at 7:26 AM, Steve Moccio <[EMAIL PROTECTED]> wrote:

> I wanted to recompile the kernel from source. I downloaded the
> source rpm (kernel-2.6.9-78.0.1.EL.src.rpm) from centos and
> installed the rpm. In /usr/src/redhat – I unzipped and untar'd
> the linuxx-2.6.9 base files. After doing that I wanted to patch
> the kernel with the numerous patch files that came with the src
> rpm.
(snip)
> Is this not the right procedure for patching the kernel?

I do not know why you need to recompile the kernel but, if you must,
make sure you do it CentOS way.  Please read these CentOS wiki
articles:

http://wiki.centos.org/HowTos/I_need_the_Kernel_Source
http://wiki.centos.org/HowTos/Custom_Kernel

Akemi
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Centos Kernel 4.7 Compile Help

2008-09-23 Thread Bob Beers
On Tue, Sep 23, 2008 at 10:26 AM, Steve Moccio <[EMAIL PROTECTED]> wrote:
> Is this not the right procedure for patching the kernel?

No, see .

HTH,
-Bob
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Shell script to list group members

2008-09-23 Thread Bob Beers
On Tue, Sep 23, 2008 at 1:31 PM, Tim Alberts <[EMAIL PROTECTED]> wrote:
> So essentially, I am looking for a (simple) shell command to run from a bash
> script that will allow me to list user accounts that belong to a particular
> group.  Any help is appreciated.

grep : /etc/group | cut -d: -f4

will give a comma separated list, provided  is a valid group name.

HTH,
-Bob
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Shell script to list group members

2008-09-23 Thread Tim Alberts

Barry Brimer wrote:

With spaces separating groups:

egrep -e '^groupname:' /etc/group | awk -F : '{ print $4 }' | sed -e 's/,/ /g'

With commas separating groups:

egrep -e '^groupname:' /etc/group | awk -F : '{ print $4 }'


I'm sorry, I didn't specify, I'm using LDAP for user/group management.  
Ideally a command like 'groups' would be nice, except it would be the 
inverse, it would print the users in a group, not the groups a user 
belongs to.


begin:vcard
fn:Tim Alberts
n:Alberts;Tim
org:Measurement Systems International;Engineering
adr:Suite 200;;14240 Interurban Avenue South;Seattle;WA;98168;USA
email;internet:[EMAIL PROTECTED]
title:Associate Engineer
tel;work:206-433-0199
tel;fax:206-244-8470
x-mozilla-html:FALSE
url:http://www.msiscales.com/
version:2.1
end:vcard

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Shell script to list group members

2008-09-23 Thread Bob Beers
On Tue, Sep 23, 2008 at 7:11 PM, Tim Alberts <[EMAIL PROTECTED]> wrote:
> Barry Brimer wrote:
>>
>> With spaces separating groups:
>>
>> egrep -e '^groupname:' /etc/group | awk -F : '{ print $4 }' | sed -e 's/,/
>> /g'
>>
>> With commas separating groups:
>>
>> egrep -e '^groupname:' /etc/group | awk -F : '{ print $4 }'
>
> I'm sorry, I didn't specify, I'm using LDAP for user/group management.
>  Ideally a command like 'groups' would be nice, except it would be the
> inverse, it would print the users in a group, not the groups a user belongs
> to.

I guess ...

ldapsearch ... "(group=xyz)" ...

HTH,
-Bob
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Shell script to list group members

2008-09-23 Thread Barry Brimer
Quoting Tim Alberts <[EMAIL PROTECTED]>:

> Barry Brimer wrote:
> > With spaces separating groups:
> >
> > egrep -e '^groupname:' /etc/group | awk -F : '{ print $4 }' | sed -e 's/,/
> /g'
> >
> > With commas separating groups:
> >
> > egrep -e '^groupname:' /etc/group | awk -F : '{ print $4 }'
>
> I'm sorry, I didn't specify, I'm using LDAP for user/group management.
> Ideally a command like 'groups' would be nice, except it would be the
> inverse, it would print the users in a group, not the groups a user
> belongs to.

With commas separating groups:

getent group | egrep -i '^groupname:' | awk -F : '{ print $4}'

With spaces separating groups:

getent group | egrep -i '^groupname:' | awk -F : '{ print $4}' | sed -e 's/,/
/g'


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] ProLiant Support Pack PSP 8.11: hpplduinstaller takes 100% CPU and hangs / hpplduioss defunct

2008-09-23 Thread Marcelo Roccasalva
On Tue, Sep 23, 2008 at 3:44 AM, Sven <[EMAIL PROTECTED]> wrote:
> On Mon, Sep 22, 2008 at 6:48 PM, Marcelo Roccasalva
> <[EMAIL PROTECTED]> wrote:
>> Install xorg-x11-libs (both 64 and 32 bits versions) and try again.
>
> Hi Marcelo
>
> The package xorg-x11-libs doesnt exist
>
> # yum list | grep -i xorg-x11-libs


Sorry, install libXi, both archs (xorg-x11-libs belongs in centos 4).

-- 
Marcelo

"¿No será acaso que ésta vida moderna está teniendo más de moderna que
de vida?" (Mafalda)
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Re: Update troubles for wxGTK apps

2008-09-23 Thread fred smith
On Tue, Sep 23, 2008 at 09:21:26AM -0700, Scott Silva wrote:
> on 9-22-2008 7:08 PM fred smith spake the following:
> >On Mon, Sep 22, 2008 at 08:19:37PM -0400, John wrote:
> >>-Original Message-
> >>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On 
> >>Behalf
> >>Of fred smith
> >>Sent: Monday, September 22, 2008 7:59 PM
> >>To: CentOS mailing list
> >>Subject: Re: [CentOS] Update troubles for wxGTK apps
> >>
> >>
> >>
> >>
> >>So what's the proper workaround here? As far as I'm concerned, Dag has
> >>broken the update system on our Centos boxes. Is there any other way to
> >>allow my system to be updated than to disable using Dag's repo?
> >>
> >>(not including removing Audacity--which I don't use a LOT, but I do use 
> >>it.)
> >>
> >>###
> >>JohnStanley Writes:
> >>
> >>Sure is, just use yum prioritys so when you do yum update it will exclude
> >>"DAGS-Repo". Just follow the tutorial on wiki.centos.org.
> >
> >I've had that set up ever since I first added any repositories.
> >I've got it set to a priority of 10, is there a better value to use?
> >
> > # Name: RPMforge RPM Repository for Red Hat Enterprise 5 - dag
> > # URL: http://rpmforge.net/
> > [rpmforge]
> > name = Red Hat Enterprise $releasever - RPMforge.net - dag
> > #baseurl = http://apt.sw.be/redhat/el5/en/$basearch/dag
> > mirrorlist = http://apt.sw.be/redhat/el5/en/mirrors-rpmforge
> > #mirrorlist = file:///etc/yum.repos.d/mirrors-rpmforge
> > enabled = 1
> > protect = 0
> > gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmforge-dag
> > gpgcheck = 1
> > priority=10
> >
> Are you running protect and priorities at the same time?
> I do believe they aren't compatible, and don't work together.

No, I'm not.


-- 
 Fred Smith -- [EMAIL PROTECTED] -
   "For the word of God is living and active. Sharper than any double-edged 
   sword, it penetrates even to dividing soul and spirit, joints and marrow; 
  it judges the thoughts and attitudes of the heart."  
 Hebrews 4:12 (niv) --


pgpST1pok9vUA.pgp
Description: PGP signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] ASUS P5GC-MX/1333+ WD SATA

2008-09-23 Thread Eduardo Grosclaude
Hi, I'm puzzled by an ASUS P5GC-MX/1333 with a WD320AAJS disk. My 5.2
DVD refused to see the hard disk. As the CD happened to have a bad MD5
sum, I assumed this was due to a bad burnt image.

Backed off to 5.1. Installation of 5.1 to /dev/sda went OK, then I
upgraded by yum to 5.2. But, at the next boot, the new kernel can't
see the disk. Only when BIOS IDE Setup is "compatible" I can boot the
new kernel. However, the disk shows up as /dev/hdc and performance is
noticeably slow. If I choose any other mode, nash complains that any
LVM groups can't be found and panics away.

I/O in general is terrible. Copying a CDROM to a file with dd renders
the machine nearly unusable.

The kernel provided in 5.1 can work in the BIOS IDE Setup
"enhanced/SATA" and performance is really good.  Hdparm when under the
current kernel says 3.51 MB/s buffered speed, whereas for the older
kernel it claims some 111+ MB/s.

I have updated the BIOS ROM to no avail. What am I missing? Is there
anything I can do except keep trying kernel updates?

TIA
-- 
Eduardo Grosclaude
Universidad Nacional del Comahue
Neuquen, Argentina
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Shell script to list group members

2008-09-23 Thread Bob Beers
On Tue, Sep 23, 2008 at 7:26 PM, Barry Brimer <[EMAIL PROTECTED]> wrote:
> Quoting Tim Alberts <[EMAIL PROTECTED]>:
>
>> Barry Brimer wrote:
>> > With spaces separating groups:
>> >
>> > egrep -e '^groupname:' /etc/group | awk -F : '{ print $4 }' | sed -e 's/,/
>> /g'
>> >
>> > With commas separating groups:
>> >
>> > egrep -e '^groupname:' /etc/group | awk -F : '{ print $4 }'
>>
>> I'm sorry, I didn't specify, I'm using LDAP for user/group management.
>> Ideally a command like 'groups' would be nice, except it would be the
>> inverse, it would print the users in a group, not the groups a user
>> belongs to.
>
> With commas separating groups:
>
> getent group | egrep -i '^groupname:' | awk -F : '{ print $4}'
>
> With spaces separating groups:
>
> getent group | egrep -i '^groupname:' | awk -F : '{ print $4}' | sed -e 's/,/
> /g'
>


ok, Barry wins. :)

But, I don't think you need the egrep ...

getent group groupname | ...

works ok for me.

-Bob
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] More on Linux on the OQO

2008-09-23 Thread Marko A. Jennings
 23, 2008 4:07 pm, Robert Moskowitz wrote:
> What is the crusoe processor?

I have to believe that you have heard of Wikipedia:

http://en.wikipedia.org/wiki/Crusoe_processor

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] install of Pod::Simple through CPAN

2008-09-23 Thread Al Sparks
--- On Tue, 9/23/08, Josh Donovan <[EMAIL PROTECTED]> wrote:

> From: Josh Donovan <[EMAIL PROTECTED]>
> Subject: Re: [CentOS] install of Pod::Simple through CPAN
> To: "CentOS mailing list" 
> Date: Tuesday, September 23, 2008, 5:46 AM
> Al Sparks wrote:
> 
> > I'm running CentOS 4.4.
> CentOS 4.4? Any reason to be using something so old?
> 

I wondered if someone would call me on that.  I'm about to
migrate off of it tonight.  I was using it as a semi-test
platform.  We're moving to a 5.2 64b.

> > I'm trying to install swatch (a log watcher) using
> CPAN.
> There are "friendly" repositories with swatch.
> 
> Thanks,
> Josh.

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Update troubles for wxGTK apps

2008-09-23 Thread fred smith
On Tue, Sep 23, 2008 at 01:54:20AM -0400, John wrote:
> 
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
> Of fred smith
> Sent: Monday, September 22, 2008 10:09 PM
> To: 'CentOS mailing list'
> Subject: Re: [CentOS] Update troubles for wxGTK apps
> 
> On Mon, Sep 22, 2008 at 08:19:37PM -0400, John wrote:
> > 
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On 
> > Behalf Of fred smith
> > Sent: Monday, September 22, 2008 7:59 PM
> > To: CentOS mailing list
> > Subject: Re: [CentOS] Update troubles for wxGTK apps
> > 
> > 
> > 
> > 
> > So what's the proper workaround here? As far as I'm concerned, Dag has 
> > broken the update system on our Centos boxes. Is there any other way 
> > to allow my system to be updated than to disable using Dag's repo?
> > 
> > (not including removing Audacity--which I don't use a LOT, but I do 
> > use it.)
> > 
> > ###
> > JohnStanley Writes:
> > 
> > Sure is, just use yum prioritys so when you do yum update it will 
> > exclude "DAGS-Repo". Just follow the tutorial on wiki.centos.org.
> 
> I've had that set up ever since I first added any repositories.
> I've got it set to a priority of 10, is there a better value to use?
> 
>   # Name: RPMforge RPM Repository for Red Hat Enterprise 5 - dag
>   # URL: http://rpmforge.net/
>   [rpmforge]
>   name = Red Hat Enterprise $releasever - RPMforge.net - dag
>   #baseurl = http://apt.sw.be/redhat/el5/en/$basearch/dag
>   mirrorlist = http://apt.sw.be/redhat/el5/en/mirrors-rpmforge
>   #mirrorlist = file:///etc/yum.repos.d/mirrors-rpmforge
>   enabled = 1
>   protect = 0
>   gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmforge-dag
>   gpgcheck = 1
>   priority=10
> --
> JohnStanley Writes:
> 
> Where "protect = 0" in the above needs to be protect = 1 for all centos
> repos so then yum want pull in Updates from other repos that will break your
> install ans the centos repos need the highest priority. You may have to
> experiment with both installed, also however they may be conflicting against
> each other also. Therefor you may have to remove one. I know yum prioritys
> set to 1 in CentOSBase.repo will exclude any other repo when running yum
> update 
> 
> This should help you understand it more,
> http://wiki.centos.org/PackageManagement/Yum/Priorities. Also there is the
> Protect Base yum pluging,
> http://wiki.centos.org/PackageManagement/Yum/ProtectBase.
> 
> HTH you,
> JohnStanley

Thanks John for the info.

As far as I know I'm NOT using the protect feature/plugin. I purposely set
up priorities back when I first installed Centos5 and purposely did NOT set
up the protect stuff. I read the documentation on the wiki about it and
decided that priorities made a lot more sense.

here's the first part of yum output, wherein it says nothing about
any protections other than via priority:

Loading "priorities" plugin
Loading "fastestmirror" plugin
Loading mirror speeds from cached hostfile
 * pidgin: rpm.pidgin.im
 * rpmforge: ftp-stud.fht-esslingen.de
 * base: updates.interworx.info
 * updates: mirror.trouble-free.net
 * addons: mirrors.unbornmedia.com
 * extras: mirror.trouble-free.net
Excluding Packages in global exclude list
Finished
412 packages excluded due to repository priority protections
Setting up Update Process
Resolving Dependencies

I've got priorities in CentOS-Base.repo set to 1 except for centosplus
and contrib which are 2. pidgin.repo has all three items set to priority
of 40, and rpmforge.repo is set to 10.

Anybody see anything wrong with that?

-- 
 Fred Smith -- [EMAIL PROTECTED] -
  "And he will be called Wonderful Counselor, Mighty God, Everlasting Father,
  Prince of Peace. Of the increase of his government there will be no end. He 
 will reign on David's throne and over his kingdom, establishing and upholding
  it with justice and righteousness from that time on and forever."
--- Isaiah 9:7 (niv) --


pgpjEL5L4e3Lp.pgp
Description: PGP signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Shell script to list group members

2008-09-23 Thread Tim Alberts

Bob Beers wrote:

On Tue, Sep 23, 2008 at 7:26 PM, Barry Brimer <[EMAIL PROTECTED]> wrote:
  

With commas separating groups:

getent group | egrep -i '^groupname:' | awk -F : '{ print $4}'

With spaces separating groups:

getent group | egrep -i '^groupname:' | awk -F : '{ print $4}' | sed -e 's/,/
/g'





ok, Barry wins. :)

But, I don't think you need the egrep ...

getent group groupname | ...

works ok for me.

-Bob


Excellent, 'getent group...' should do perfectly.  Thanks Barry and Bob.

begin:vcard
fn:Tim Alberts
n:Alberts;Tim
org:Measurement Systems International;Engineering
adr:Suite 200;;14240 Interurban Avenue South;Seattle;WA;98168;USA
email;internet:[EMAIL PROTECTED]
title:Associate Engineer
tel;work:206-433-0199
tel;fax:206-244-8470
x-mozilla-html:FALSE
url:http://www.msiscales.com/
version:2.1
end:vcard

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Update troubles for wxGTK apps

2008-09-23 Thread fred smith
On Tue, Sep 23, 2008 at 09:12:12AM +0200, Nicolas Thierry-Mieg wrote:
> 
> 
> fred smith wrote:
> >On Mon, Sep 22, 2008 at 08:19:37PM -0400, John wrote:
> >>So what's the proper workaround here? As far as I'm concerned, Dag has
> >>broken the update system on our Centos boxes. Is there any other way to
> >>allow my system to be updated than to disable using Dag's repo?
> >>
> >>(not including removing Audacity--which I don't use a LOT, but I do use 
> >>it.)
> >>
> >>###
> >>JohnStanley Writes:
> >>
> >>Sure is, just use yum prioritys so when you do yum update it will exclude
> >>"DAGS-Repo". Just follow the tutorial on wiki.centos.org.
> >
> >I've had that set up ever since I first added any repositories.
> >I've got it set to a priority of 10, is there a better value to use?
> 
> yum priority is for giving priority to one repo over another...
> Totally irrelevant here, the the issues are rpmforge-only: the rf 
> audacity needs GTK 2.6 while new builds of VLC and others (still rf) now 
> need GTK 2.8.
> Both GTK 2.6 and GTK 2.8 are available in rpmforge.
> So, you have to choose your own priorities, no software can make the 
> choice for you:
> - either you upgrade GTK to 2.8, which requires uninstalling audacity 
> (until some time in the probably not so distant future where Dag 
> resolves the issues and manages to build audacity with GTK 2.8);
> - or you stick to GTK 2.6, which means you have to keep your older 
> versions of VLC and any other package whose newer versions were rebuilt 
> with GTK 2.8.
> 
> Why is this such a big deal??
> 
> If it's really that critical to you, I'm sure Dag could use your help 
> getting that audacity thing to build with GTK 2.8.

It's a big deal only in the sense that with a properly configured
yum system I cannot update my system without disabling a repository
that wants to give me incompatible updates, incompatible with itself.

I can certainly disable rpmforge, and as far as I can see that's my
only option here unless I want to mess around with audacity.
Somehow I was operating under the (apparent) delusion that the repo
maintainers would ensure they didn't create situations like this, so
that users wouldn't end up unable to update.

but if I don't want to do the devel work and especially if I was a user
who didn't know how to disable a repo, I'd be stuck here. So I asked if
there was any choice other than doing that. I've not heard that other
people find it to be an issue, so maybe I'm just overly sensitive,
but it seems like a breakage to me. What do I know.

I do not and did not mean to be offensive to Dag, and I apologize if
I was--it just seemed like an issue that would be affecting a lot more
people than just me and I wanted to see what others were doing about it.
So far I've not heard what that is.


-- 
 Fred Smith -- [EMAIL PROTECTED] -
  The eyes of the Lord are everywhere, 
keeping watch on the wicked and the good.
- Proverbs 15:3 (niv) -


pgpHhDmmXU9PL.pgp
Description: PGP signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] More on Linux on the OQO

2008-09-23 Thread Robert Moskowitz

Marko A. Jennings wrote:

 23, 2008 4:07 pm, Robert Moskowitz wrote:
  

What is the crusoe processor?



I have to believe that you have heard of Wikipedia:

http://en.wikipedia.org/wiki/Crusoe_processor

I just did not know what to use for my googling to get to this. Thanks.

This wiki page even lists the OQOs as examples of crusoe processors.

Now in terms of actually running Centos on this device, how do I enable 
crusoe processing? Given that there is suppose to be an abstraction 
layer here, is it in the OS thus it must be enabled (if so how will the 
CD install even work?) or it is in the OQO's BIOS thus this is an 
optimization?



___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


RE: [CentOS] More on Linux on the OQO

2008-09-23 Thread Joseph L. Casale
>> I have to believe that you have heard of Wikipedia:
>>
>> http://en.wikipedia.org/wiki/Crusoe_processor
>I just did not know what to use for my googling to get to this. Thanks.
>
>This wiki page even lists the OQOs as examples of crusoe processors.
>
>Now in terms of actually running Centos on this device, how do I enable
>crusoe processing?

At the bottom of that page you were directed to is a link,
Linux on laptops and notebooks with Transmeta CPUs:
http://tuxmobil.org/cpu_transmeta.html

Which leads to a page which shows you in detail how to do it with SUSE.

Maybe that might get you going?

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Shell script to list group members

2008-09-23 Thread Barry Brimer



On Tue, 23 Sep 2008, Bob Beers wrote:


On Tue, Sep 23, 2008 at 7:26 PM, Barry Brimer <[EMAIL PROTECTED]> wrote:

Quoting Tim Alberts <[EMAIL PROTECTED]>:


Barry Brimer wrote:

With spaces separating groups:

egrep -e '^groupname:' /etc/group | awk -F : '{ print $4 }' | sed -e 's/,/

/g'


With commas separating groups:

egrep -e '^groupname:' /etc/group | awk -F : '{ print $4 }'


I'm sorry, I didn't specify, I'm using LDAP for user/group management.
Ideally a command like 'groups' would be nice, except it would be the
inverse, it would print the users in a group, not the groups a user
belongs to.


With commas separating groups:

getent group | egrep -i '^groupname:' | awk -F : '{ print $4}'

With spaces separating groups:

getent group | egrep -i '^groupname:' | awk -F : '{ print $4}' | sed -e 's/,/
/g'




ok, Barry wins. :)

But, I don't think you need the egrep ...

getent group groupname | ...

works ok for me.


The egrep is using a leading anchor (^) to make sure the grep matches the 
beginning of the line.  If not, and the group pattern matched as one of 
the users it would print those lines too .. which is probably undesirable.


Barry
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] FW: My Contact Details in B'lore

2008-09-23 Thread Harry Sukumar
Srinivas sastry contact details 

 



From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] 
Sent: Wednesday, 24 September 2008 11:44 AM
To: Harry Sukumar
Subject: My Contact Details in B'lore

 


Home: +90-80-26681118 
Mob: +91-9986032562 

Regards,

Srinivas Manda
Graduate Engineer 
Fleet Systems
State Transit Authority
Lvl 1, 219-241 Cleveland St
Strawberry Hills, NSW 2010
Ph -   (02) 9245 5435
Fax - (02) 9245 5431 



"Harry Sukumar" <[EMAIL PROTECTED]> 

24/09/2008 11:02 AM 

To

<[EMAIL PROTECTED]> 

cc

 

Subject

RE: Details for April

 

 

 




Thanks Mate :-) 
  

 




From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] 
Sent: Wednesday, 24 September 2008 10:45 AM
To: Harry Sukumar
Subject: Fw: Details for April 
  

FYI 

Regards,

Srinivas Manda
Graduate Engineer 
Fleet Systems
State Transit Authority
Lvl 1, 219-241 Cleveland St
Strawberry Hills, NSW 2010
Ph -   (02) 9245 5435
Fax - (02) 9245 5431 


 

Becky Kent-Perchalla - Manager 
 

Perchalla and Turner Travel Associates Hyde Park 
 
107-111 King William Rd, Hyde Park, SA, 5061 
Ph: +618 8464 9600 
Fx: +618 8464 9699 
Email: [EMAIL PROTECTED]
  
Travel Agent Licence Number: TTA254 
 
Travel Associates: "Where travel is a lifestyle" 
 
If you would like to receive the latest inspirational travel ideas from
Travel Associates, please subscribe to our email newsletters. Please
subscribe at www.travel-associates.com.au
  

Tell us about your customer experience with Perchalla and Turner Travel
Associates.  Simply visit www.travelassociatesfeedback.com
  and complete our online
survey to go in the draw to win up to $5000 in travel prizes. 

Travel Insurance is strongly recommended by the Department of Foreign
Affairs And Trade for all overseas travel. 
 
As part of our commitment to safe air travel, we recommend you visit: 
www.casa.gov.au   
 
For up to date overseas travel information, we recommend you visit
www.smartraveller.gov.au on the Department of Foreign Affairs and Trade
(DFAT) website or phone toll free on 1300 139 281. 
 
Make your ticket a Green Ticket and help offset the Carbon Emissions
from your flight.  Log onto www.travel-associates.com.au
  for more information or contact
your consultant. 
 
For compliments & complaints, please contact Customer Relations. 
Phone: 1800 117 747 or email: 
[EMAIL PROTECTED]
  
 
P Please consider the environment before printing this email 
 
  

  

<>___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


RE: [CentOS] FW: My Contact Details in B'lore

2008-09-23 Thread Harry Sukumar
My Apologies,

 

Sorry I didn't mean to post my previous e-mail to the list, 

 

You can stand my toes and poke my eyes :(

 

--

Harry

 

 

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Harry Sukumar
Sent: Wednesday, 24 September 2008 11:49 AM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; centos@centos.org;
[EMAIL PROTECTED]
Subject: [CentOS] FW: My Contact Details in B'lore

 

Srinivas sastry contact details 

 



From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] 
Sent: Wednesday, 24 September 2008 11:44 AM
To: Harry Sukumar
Subject: My Contact Details in B'lore

 


Home: +90-80-26681118 
Mob: +91-9986032562 

Regards,

Srinivas Manda
Graduate Engineer 
Fleet Systems
State Transit Authority
Lvl 1, 219-241 Cleveland St
Strawberry Hills, NSW 2010
Ph -   (02) 9245 5435
Fax - (02) 9245 5431 

"Harry Sukumar" <[EMAIL PROTECTED]> 

24/09/2008 11:02 AM 

To

<[EMAIL PROTECTED]> 

cc

 

Subject

RE: Details for April

 

 

 




Thanks Mate :-) 
  

 




From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] 
Sent: Wednesday, 24 September 2008 10:45 AM
To: Harry Sukumar
Subject: Fw: Details for April 
  

FYI 

Regards,

Srinivas Manda
Graduate Engineer 
Fleet Systems
State Transit Authority
Lvl 1, 219-241 Cleveland St
Strawberry Hills, NSW 2010
Ph -   (02) 9245 5435
Fax - (02) 9245 5431 


 

Becky Kent-Perchalla - Manager 
 
 
Perchalla and Turner Travel Associates Hyde Park 
 
107-111 King William Rd, Hyde Park, SA, 5061 
Ph: +618 8464 9600 
Fx: +618 8464 9699 
Email: [EMAIL PROTECTED]
  
Travel Agent Licence Number: TTA254 
 
Travel Associates: "Where travel is a lifestyle" 
 
If you would like to receive the latest inspirational travel ideas from
Travel Associates, please subscribe to our email newsletters. Please
subscribe at www.travel-associates.com.au
  

Tell us about your customer experience with Perchalla and Turner Travel
Associates.  Simply visit www.travelassociatesfeedback.com
  and complete our online
survey to go in the draw to win up to $5000 in travel prizes. 

Travel Insurance is strongly recommended by the Department of Foreign
Affairs And Trade for all overseas travel. 
 
As part of our commitment to safe air travel, we recommend you visit: 
www.casa.gov.au   
 
For up to date overseas travel information, we recommend you visit
www.smartraveller.gov.au on the Department of Foreign Affairs and Trade
(DFAT) website or phone toll free on 1300 139 281. 
 
Make your ticket a Green Ticket and help offset the Carbon Emissions
from your flight.  Log onto www.travel-associates.com.au
  for more information or contact
your consultant. 
 
For compliments & complaints, please contact Customer Relations. 
Phone: 1800 117 747 or email: 
[EMAIL PROTECTED]
  
 
P Please consider the environment before printing this email 
 
  

  

<>___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] usb irq problem

2008-09-23 Thread partha chowdhury

On Mon, 2008-09-22 at 22:31 -0700, nate wrote:
> partha chowdhury wrote:
> 
> > can someone tell me if its a centos/rhel bug and if it is how and where
> > i should file a bug report ?
> 
> I'd say it's a hardware problem rather than a software bug
> at this point.
> 
> nate
> 
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos

well i managed to fix the problem after an intensive search through the
forum and adding the noirqdebug option to the kernel line.

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Shell script to list group members

2008-09-23 Thread MHR
On Tue, Sep 23, 2008 at 6:43 PM, Barry Brimer <[EMAIL PROTECTED]> wrote:
>
> The egrep is using a leading anchor (^) to make sure the grep matches the
> beginning of the line.  If not, and the group pattern matched as one of the
> users it would print those lines too .. which is probably undesirable.
>

Grep understands the '^', so egrep is not needed.  Typically, you only
need egrep for patterns that involve alternative re's, like looking
for one of "abc|def|ghi" which grep does not recognize.

Also, it might be helpful to trim your replies so we don't need to
wade through the whole thread to see your reply.

mhr
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] usb irq problem

2008-09-23 Thread MHR
On Tue, Sep 23, 2008 at 8:02 PM, partha chowdhury <[EMAIL PROTECTED]> wrote:
>
> well i managed to fix the problem after an intensive search through the
> forum and adding the noirqdebug option to the kernel line.
>

Are you /sure/ this fixes the problem?  Your last fix didn't work out
so well, so I'm just curious, not criticizing

mhr
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


RE: [CentOS] Update troubles for wxGTK apps

2008-09-23 Thread John

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of fred smith
Sent: Tuesday, September 23, 2008 7:57 PM
To: CentOS mailing list
Subject: Re: [CentOS] Update troubles for wxGTK apps

On Tue, Sep 23, 2008 at 09:12:12AM +0200, Nicolas Thierry-Mieg wrote:
> 
> 
> fred smith wrote:
> >On Mon, Sep 22, 2008 at 08:19:37PM -0400, John wrote:
> >>So what's the proper workaround here? As far as I'm concerned, Dag 
> >>has broken the update system on our Centos boxes. Is there any other 
> >>way to allow my system to be updated than to disable using Dag's repo?
> >>
> >>(not including removing Audacity--which I don't use a LOT, but I do 
> >>use
> >>it.)
> >>
> >>###
> >>JohnStanley Writes:
> >>
> >>Sure is, just use yum prioritys so when you do yum update it will 
> >>exclude "DAGS-Repo". Just follow the tutorial on wiki.centos.org.
> >
> >I've had that set up ever since I first added any repositories.
> >I've got it set to a priority of 10, is there a better value to use?
> 
> yum priority is for giving priority to one repo over another...
> Totally irrelevant here, the the issues are rpmforge-only: the rf 
> audacity needs GTK 2.6 while new builds of VLC and others (still rf) 
> now need GTK 2.8.
> Both GTK 2.6 and GTK 2.8 are available in rpmforge.
> So, you have to choose your own priorities, no software can make the 
> choice for you:
> - either you upgrade GTK to 2.8, which requires uninstalling audacity 
> (until some time in the probably not so distant future where Dag 
> resolves the issues and manages to build audacity with GTK 2.8);
> - or you stick to GTK 2.6, which means you have to keep your older 
> versions of VLC and any other package whose newer versions were 
> rebuilt with GTK 2.8.
> 
> Why is this such a big deal??
> 
> If it's really that critical to you, I'm sure Dag could use your help 
> getting that audacity thing to build with GTK 2.8.

It's a big deal only in the sense that with a properly configured yum system
I cannot update my system without disabling a repository that wants to give
me incompatible updates, incompatible with itself.

I can certainly disable rpmforge, and as far as I can see that's my only
option here unless I want to mess around with audacity.
Somehow I was operating under the (apparent) delusion that the repo
maintainers would ensure they didn't create situations like this, so that
users wouldn't end up unable to update.

but if I don't want to do the devel work and especially if I was a user who
didn't know how to disable a repo, I'd be stuck here. So I asked if there
was any choice other than doing that. I've not heard that other people find
it to be an issue, so maybe I'm just overly sensitive, but it seems like a
breakage to me. What do I know.

I do not and did not mean to be offensive to Dag, and I apologize if I
was--it just seemed like an issue that would be affecting a lot more people
than just me and I wanted to see what others were doing about it.
So far I've not heard what that is.

JohnStanley Writes:

Now since you explain it in more detail. You have the option to compile from
source and build against gtk-2.8. Or B, yum update gtk then make a rpm -i
gtk /opt/ Install and link audacity against the Install in the /opt
Directory. Well, that basically sums up your options you have. I'm sure
there's other hacks to do this a better way.

Yea I can see a new user and this happening to them so I can see where your
coming from. I maybe wrong but you may want to check the man yum for setting
what package version to install for an rpm like foo_package1.0 and
foo_package.1.1. Could be wrong but maybe someone else can comment on that.
Don't think that is what you need either??

JohnStanley


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Update troubles for wxGTK apps

2008-09-23 Thread Niki Kovacs

John a écrit :


I do not and did not mean to be offensive to Dag, and I apologize if I
was--it just seemed like an issue that would be affecting a lot more people
than just me and I wanted to see what others were doing about it.
So far I've not heard what that is.


I second that. Dag is doing great work, and for desktop users, CentOS 
wouldn't be the same without RPMForge. However, this update has been 
botched up. Existing systems can be left in the present state by putting 
an 'exclude=wxGTK amule vlc audacity' line in /etc/yum.conf. But when 
installing a new system, 'yum install vlc audacity' does not work. This 
is a worry for me, as I install desktop systems professionally, and I 
use both programs on client's desktops (yes, amule too, when the client 
wants it... :o)). As far as I'm concerned, I worked around it by simply 
rebuilding wxGTK (2.6), amule, vlc and audacity from SRPM and putting 
them in my own repo with a higher priority. This took the best part of 
an afternoon.


My suggestion to Dag (with all respect taken): why not create a 
[rf-testing] repo for the critical stuff, a bit like [kbsingh]?


I repeat, since this is important: please do not take offense. Shit 
happens, I know.


Cheers,

Niki
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] auto create user home by vsftpd

2008-09-23 Thread Leutz, Alexander
Hi everybody,

 

we using our centos server with vsftpd and windbind.

 

our users can log on via ftp on the centos server by using their
windows-ad-domain-accounts.

 

That's working fine.

 

But vsftpd doesn't auto create user home dirs, if the user connects the
first time to the system.

 

Anybody some suggestions why?

 

Our configuration in the /etc/pam.d/vsftp:

 

sessionrequired pam_mkhomedir.so skel=/etc/skel/ umask=0022

 

 

 

Greats & Thanks

Alexander

 





Alexander Leutz 
Red Hat Certified Engineer
Accredited Systems Engineer (ASE) ProLiant Server   


Telefon:+49-6023-9471-0
Durchwahl:  +49-6023-9471-43
Fax:+49-6023-9471-25
Mobil:  +49-171-7146534
E-Mail: [EMAIL PROTECTED]
Internet:   http://www.itservices24.de

ITservices24 GmbH, Max-Planck-Str.2a, 63755 Alzenau


Geschaftsfuhrer: Matthias Stephan, Mario Zander, Matthias Veith
Sitz der Gesellschaft: Alzenau, Amtsgericht Aschaffenburg HRB 8096
UStID-Nr. DE 216819403

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] [ANN] iRedMail-0.3: Open Source Mail Server Solution

2008-09-23 Thread Zhang Huangbin

Hi, all.

I'd like to introduce this open source email server solution here,
hope it can help people who need mail server solution.

Project: http://code.google.com/p/iredmail/

iRedMail is:
   * Mail server solution for Red Hat(R) Enterprise Linux and CentOS
 5.x, support both i386 and x86_64.
   * A shell script set, used to install and configure all mail server
 related software automatically.
   * Open source project (GPL v2).

Main Components:
   * Apache (2.2.3, shipped within RHEL/CentOS)
   * PHP (5.1.6, shipped within RHEL/CentOS)
   * MySQL (5.0.45, shipped within RHEL/CentOS)
   * OpenLDAP (2.3.27, shipped within RHEL/CentOS)
   * Postfix (2.3.15)
   * Dovecot (1.1.3)
   * Amavisd (2.6.1)
   * SpamAssassin (3.2.5, shipped within RHEL/CentOS)
   * ClamAV (0.94)
   * Policyd (1.82, +patches)
   * Pysieved (1.0)

Features (http://code.google.com/p/iredmail/wiki/Features):

* Fast Deployment
   * Deploy full-featured mail solution in less than 2 minutes.

* Multi-platform Support
   * OS: RHEL/CentOS
   * Version: 5.x (5.0, 5.1, 5.2)
   * Arch: i386, x86_64

* Popular and standard protocols, mail user agent support
   * HTTP (access mailbox via web browser), HTTPS
   * SMTP, SMTPS, Submission
   * POP3, POP3S
   * IMAP, IMAPS

* Anti-Spam & Anti-Virus
   * SPF (Sender Policy Framework) support.
   * DKIM support.
   * Greylist, Blacklist, Whitelist.
   * Blacklist HELO.
   * HELO Randomization Prevention (HRP).
   * Spamtrap.

* Sender & Recipient Throttling

* Recipient and Deliver Restrictions
   * Enable/Disable deliver.
   * Enable/Disable recipient;
   * Enable/Disable POP3;
   * Enable/Disable IMAP;

* Web Mail:
   * Roundcube Web Mail (0.1.1)
   * SquirrelMail (1.4.15)
   * Horde WebMail (1.0.2)

* Mail Server Management:
   * No limits on the number of domains or users.
   * Simple mail backup and monitor (per-user and per-domain).
   * Web based interface to manage
   * mailboxes, virtual domains and aliases.
   * MySQL database, LDAP.
   * Per-domain and per-user sent and recivied mail backup.
   * Provide mail statistics for mail server that produces daily,
 weekly, monthly and yearly graphs of received, sent, bounced and
 rejected mail.

Help needed:
   * PostfixAdmin improvement:
   - Add per-user and per-domain bcc feature, etc.
   - Ability to edit whitelist, blacklist in policyd's database.
   * Roundcube plugin:
   - Per-user blacklist (Implemented with policyd with 'rcpt_acl'
 patch).

--
- Open Source Mail Server Solution for RHEL/CentOS 5.x:
 http://code.google.com/p/iredmail/

- eBooks, Free eBooks, RapidShare Download, Free eBooks Download, Fast
 and Reliable: http://www.ufindbook.com/

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos